gitea/routers/web
wxiaoguang c2e0143bfe
Introduce ctx.PathParamRaw to avoid incorrect unescaping ()
Fix 

And complete an old TODO: `ctx.Params does un-escaping,..., which is
incorrect.`
..
admin Remove unnecessary template helper DisableGravatar ()
auth Start using template context function ()
devtest Make "cancel" buttons have proper type in modal forms ()
events Implement FSFE REUSE for golang files ()
explore Replace `interface{}` with `any` ()
feed Add context parameter to some database functions ()
healthcheck Remove `db.DefaultContext` in `routers/` and `cmd/` ()
misc Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" ()
org Move web JSON functions to web context and simplify code ()
repo Introduce ctx.PathParamRaw to avoid incorrect unescaping ()
shared Do not show Profile README when repository is private ()
user Remove unnecessary template helper DisableGravatar ()
auth.go Implement FSFE REUSE for golang files ()
auth_windows.go Implement FSFE REUSE for golang files ()
base.go Fix all possible setting error related storages and added some tests ()
goget.go Support SSH for go get ()
home.go Refactor cookie ()
metrics.go Implement FSFE REUSE for golang files ()
nodeinfo.go Implement FSFE REUSE for golang files ()
swagger_json.go Start using template context function ()
web.go Allow package cleanup from admin page ()
webfinger.go Add a link to OpenID Issuer URL in WebFinger response ()