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
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
..
admin Remove AddParamIfExist(AddParam) (#29841) 11 months ago
auth Make "/user/login" page redirect if the current user has signed in (#29583) 11 months ago
devtest Move context from modules to services (#29440) 11 months ago
events Move context from modules to services (#29440) 11 months ago
explore Remove AddParamIfExist(AddParam) (#29841) 11 months ago
feed Rename Str2html to SanitizeHTML and clarify its behavior (#29516) 11 months ago
healthcheck Always enable caches (#28527) 1 year ago
misc Move context from modules to services (#29440) 11 months ago
org Remove AddParamIfExist(AddParam) (#29841) 11 months ago
repo Editor error message misleading due to re-used key. (#29859) 11 months ago
shared Fix missing code in the user profile (#29865) 11 months ago
user Remove AddParamIfExist(AddParam) (#29841) 11 months ago
base.go Fix panic in storageHandler (#27446) 1 year ago
githttp.go Move context from modules to services (#29440) 11 months ago
goget.go Move context from modules to services (#29440) 11 months ago
home.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 11 months ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Move context from modules to services (#29440) 11 months ago
passkey.go Move context from modules to services (#29440) 11 months ago
swagger_json.go Move context from modules to services (#29440) 11 months ago
web.go Use Get but not Post to get actions artifacts (#29734) 11 months ago
webfinger.go Move context from modules to services (#29440) 11 months ago