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
Giteabot 2d1a7e1cd4
Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) (#26405)
Backport #26392 by @wxiaoguang

Fix #26389

And complete an old TODO: `ctx.Params does un-escaping,..., which is
incorrect.`

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 years ago
..
admin Display deprecated warning in admin panel pages as well as in the log file (#26094) (#26154) 2 years ago
auth Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
devtest Make "cancel" buttons have proper type in modal forms (#25618) (#25641) 2 years ago
events
explore Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
feed
healthcheck
misc
org fix incorrect repo url when changed the case of ownername (#25733) (#25881) 2 years ago
repo Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) (#26405) 2 years ago
shared Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
user Fix notification list bugs (#25781) (#25787) 2 years ago
auth.go
auth_windows.go
base.go Fix all possible setting error related storages and added some tests (#23911) (#25244) 2 years ago
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Fix access check for org-level project (#26182) (#26223) 2 years ago
webfinger.go Replace `interface{}` with `any` (#25686) (#25687) 2 years ago