forgejo/routers/web
wxiaoguang 412e5c0946
Make web context initialize correctly for different cases (#26726)
The web context (modules/context.Context) is quite complex, it's
difficult for the callers to initialize correctly.

This PR introduces a `NewWebContext` function, to make sure the web
context have the same behavior for different cases.
2023-08-25 19:07:42 +08:00
..
admin Make "link-action" backend code respond correct JSON content (#26680) 2023-08-23 17:36:57 +08:00
auth
devtest
events
explore
feed
healthcheck
misc
org Make "link-action" backend code respond correct JSON content (#26680) 2023-08-23 17:36:57 +08:00
repo Make web context initialize correctly for different cases (#26726) 2023-08-25 19:07:42 +08:00
shared
user Make "link-action" backend code respond correct JSON content (#26680) 2023-08-23 17:36:57 +08:00
auth.go
auth_windows.go
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Check disabled workflow when rerun jobs (#26535) 2023-08-22 10:30:02 +08:00
webfinger.go