forgejo/routers/web
wxiaoguang 4e2f1ee58d
Refactor web package and context package (#25298)
1. The "web" package shouldn't depends on "modules/context" package,
instead, let each "web context" register themselves to the "web"
package.
2. The old Init/Free doesn't make sense, so simplify it
* The ctx in "Init(ctx)" is never used, and shouldn't be used that way
* The "Free" is never called and shouldn't be called because the SSPI
instance is shared

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2023-06-18 09:59:09 +02:00
..
admin Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
auth Show OAuth2 errors to end users (#25261) 2023-06-15 01:12:50 +00:00
devtest Change form actions to fetch for submit review box (#25219) 2023-06-14 16:01:37 +08:00
events
explore Sort users and orgs on explore by recency by default (#24279) 2023-05-06 22:04:55 +08:00
feed Pass 'not' to commit count (#24473) 2023-05-08 07:10:53 +00:00
healthcheck
misc Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
org Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
repo Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
shared Support changing labels of Actions runner without re-registration (#24806) 2023-06-13 22:28:31 +08:00
user Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
auth.go
auth_windows.go
base.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
goget.go Support SSH for go get (#24664) 2023-05-12 09:44:37 +00:00
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
webfinger.go