gitea/routers/web/admin
wxiaoguang 960c322586
Refactor update checker to use AppState (#17387)
We have the `AppState` module now, it can store app related data easily. We do not need to create separate tables for each feature.

So the update checker can use `AppState` instead of a one-row dedicate table.

And the code of update checker is moved from `models` to `modules`.
2021-10-21 17:10:49 +01:00
..
admin.go Refactor update checker to use AppState (#17387) 2021-10-21 17:10:49 +01:00
admin_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
auths.go Allow LDAP Sources to provide Avatars (#16851) 2021-09-26 22:39:36 -04:00
emails.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
hooks.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
main_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
notice.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
orgs.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
repos.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
users.go Add user status filter to admin user management page (#16770) 2021-10-12 20:11:35 +02:00
users_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00