gitea/routers/admin
zeripath e3c3b33ea7
Graceful: Xorm, RepoIndexer, Cron and Others ()
* Change graceful to use a singleton obtained through GetManager instead of a global.
* Graceful: Make TestPullRequests shutdownable
* Graceful: Make the cron tasks graceful
* Graceful: AddTestPullRequest run in graceful ctx
* Graceful: SyncMirrors shutdown
* Graceful: SetDefaultContext for Xorm to be HammerContext
* Avoid starting graceful for migrate commands and checkout
* Graceful: DeliverHooks now can be shutdown
* Fix multiple syncing errors in modules/sync/UniqueQueue &  Make UniqueQueue closable
* Begin the process of making the repo indexer shutdown gracefully
..
admin.go Graceful: Xorm, RepoIndexer, Cron and Others ()
admin_test.go Shadow the password on cache and session config on admin panel ()
auths.go Add single sign-on support via SSPI on Windows ()
hooks.go Implement Default Webhooks ()
main_test.go Force user to change password ()
notice.go Use gitea forked macaron ()
orgs.go Show private organization for admin, fix ()
repos.go Move some repositories' operations to a standalone service package ()
users.go Fix password checks on admin create/edit user ()
users_test.go Fix password complexity regex for special characters (on master) ()