0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-05 21:29:23 -05:00
forgejo/routers/web
wxiaoguang c2e0143bfe
Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)
Fix #26389

And complete an old TODO: `ctx.Params does un-escaping,..., which is
incorrect.`
2023-08-09 14:57:45 +08:00
..
admin Remove unnecessary template helper DisableGravatar (#26386) 2023-08-08 08:29:14 +00:00
auth Start using template context function (#26254) 2023-08-08 01:22:47 +00:00
devtest
events
explore
feed Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
healthcheck Remove db.DefaultContext in routers/ and cmd/ (#26076) 2023-07-23 23:47:27 -04:00
misc
org Move web JSON functions to web context and simplify code (#26132) 2023-07-26 06:04:01 +00:00
repo Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) 2023-08-09 14:57:45 +08:00
shared Do not show Profile README when repository is private (#26295) 2023-08-04 14:45:33 +00:00
user Remove unnecessary template helper DisableGravatar (#26386) 2023-08-08 08:29:14 +00:00
auth.go
auth_windows.go
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go Start using template context function (#26254) 2023-08-08 01:22:47 +00:00
web.go Allow package cleanup from admin page (#25307) 2023-08-08 00:46:10 +00:00
webfinger.go