You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/repo
buckybytes 16e360099d
Editor error message misleading due to re-used key. (#29859)
The error message:

`editor.file_changed_while_editing = The file contents have changed
since you started editing. <a target="_blank" rel="noopener noreferrer"
href="%s">Click here</a> to see them or <strong>Commit Changes
again</strong> to overwrite them.`

Is re-used in inappropriate contexts. The link in the key goes to a 404
when the key is used in a situation where the file contents have not
changed.

Added two new keys to differentiate commit id mismatch and push out of
date conditions.
11 months ago
..
actions remove util.OptionalBool and related functions (#29513) 12 months ago
setting Fix incorrect menu/link on webhook edit page (#29709) 11 months ago
activity.go Move context from modules to services (#29440) 12 months ago
attachment.go Move context from modules to services (#29440) 12 months ago
blame.go Move context from modules to services (#29440) 12 months ago
branch.go Use repo object format name instead of detecting from git repository (#29702) 11 months ago
cherry_pick.go Move context from modules to services (#29440) 12 months ago
code_frequency.go Move context from modules to services (#29440) 12 months ago
commit.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
compare.go Move context from modules to services (#29440) 12 months ago
contributors.go Move context from modules to services (#29440) 12 months ago
download.go Move context from modules to services (#29440) 12 months ago
editor.go Editor error message misleading due to re-used key. (#29859) 11 months ago
editor_test.go Move context from modules to services (#29440) 12 months ago
find.go Move context from modules to services (#29440) 12 months ago
fork.go Move fork router functions to a standalone file (#29756) 11 months ago
githttp.go Move context from modules to services (#29440) 12 months ago
githttp_test.go Fix http protocol auth (#27875) 1 year ago
helper.go Move context from modules to services (#29440) 12 months ago
helper_test.go Make web context initialize correctly for different cases (#26726) 1 year ago
issue.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
issue_content_history.go Fix issue & comment history bugs (#29525) 12 months ago
issue_dependency.go Move context from modules to services (#29440) 12 months ago
issue_label.go Refactor label.IsArchived() (#29750) 11 months ago
issue_label_test.go Move context from modules to services (#29440) 12 months ago
issue_lock.go Move context from modules to services (#29440) 12 months ago
issue_pin.go Move context from modules to services (#29440) 12 months ago
issue_stopwatch.go Move context from modules to services (#29440) 12 months ago
issue_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue_timetrack.go Move context from modules to services (#29440) 12 months ago
issue_watch.go Move context from modules to services (#29440) 12 months ago
main_test.go make writing main test easier (#27270) 1 year ago
middlewares.go Move context from modules to services (#29440) 12 months ago
migrate.go Move context from modules to services (#29440) 12 months ago
milestone.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
packages.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
patch.go Move context from modules to services (#29440) 12 months ago
projects.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
projects_test.go Move context from modules to services (#29440) 12 months ago
pull.go Move fork router functions to a standalone file (#29756) 11 months ago
pull_review.go Do some performance optimize for issues list and view issue/pull (#29515) 11 months ago
pull_review_test.go Move context from modules to services (#29440) 12 months ago
recent_commits.go Move context from modules to services (#29440) 12 months ago
release.go Fix a bug returning 404 when display a single tag with no release (#29466) 12 months ago
release_test.go Move context from modules to services (#29440) 12 months ago
render.go Move context from modules to services (#29440) 12 months ago
repo.go Some performance optimization on dashboard and issues page (#29010) 11 months ago
search.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
topic.go Move context from modules to services (#29440) 12 months ago
treelist.go Move context from modules to services (#29440) 12 months ago
view.go Update various logos and unify their filenames (#29637) 11 months ago
view_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
wiki.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 11 months ago
wiki_test.go Make wiki default branch name changable (#29603) 11 months ago