gitea/routers/web/admin
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_test.go
admin.go Use a separate admin page to show global stats, remove actions stat (#25062) 2023-06-03 22:03:41 +08:00
applications.go
auths.go
config.go Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
diagnosis.go Improve queue & process & stacktrace (#24636) 2023-05-11 07:45:47 +00:00
emails.go
hooks.go
main_test.go
notice.go
orgs.go
packages.go
queue_tester.go Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
queue.go Improve queue & process & stacktrace (#24636) 2023-05-11 07:45:47 +00:00
repos.go
runners.go
stacktrace.go Improve queue & process & stacktrace (#24636) 2023-05-11 07:45:47 +00:00
users_test.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
users.go Split "modules/context.go" to separate files (#24569) 2023-05-08 17:36:54 +08:00