forgejo/cmd
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
..
actions.go Merge setting.InitXXX into one function with options (#24389) 2023-05-04 11:55:35 +08:00
admin.go
admin_auth_ldap.go
admin_auth_ldap_test.go
admin_user.go
admin_user_change_password.go
admin_user_create.go
admin_user_delete.go
admin_user_generate_access_token.go
admin_user_list.go
admin_user_must_change_password.go
cert.go
cmd.go Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
convert.go Support converting varchar to nvarchar for mssql database (#24105) 2023-04-17 21:22:10 +08:00
docs.go
doctor.go Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
dump.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
dump_repo.go
embedded.go Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
generate.go
hook.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2023-05-26 01:04:48 +00:00
hook_test.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2023-03-29 14:32:26 +08:00
keys.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2023-03-29 14:32:26 +08:00
mailer.go Merge setting.InitXXX into one function with options (#24389) 2023-05-04 11:55:35 +08:00
main_test.go Merge setting.InitXXX into one function with options (#24389) 2023-05-04 11:55:35 +08:00
manager.go Add gitea manager reload-templates command (#24843) 2023-05-22 23:51:40 +08:00
manager_logging.go Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
migrate.go
migrate_storage.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
migrate_storage_test.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
restore_repo.go Merge setting.InitXXX into one function with options (#24389) 2023-05-04 11:55:35 +08:00
serv.go Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
web.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
web_acme.go
web_graceful.go
web_https.go