summaryrefslogtreecommitdiffstats
path: root/routers/admin/admin.go
Commit message (Expand)AuthorAgeFilesLines
* Multiple small admin dashboard fixes (#12153) (#12156)zeripath2020-07-051-3/+6
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-59/+6
* Change admin dashboard to POST (#10465)John Olheiser2020-02-251-11/+19
* Movde dependents on macaron from modules/setting (#10050)Lunny Xiao2020-01-291-1/+8
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-4/+26
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-5/+7
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-071-0/+127
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-2/+3
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-1/+10
* Properly fix displaying virtual session provider in admin panel (#9137)zeripath2019-11-281-7/+7
* Shadow password correctly for session config (#8984)zeripath2019-11-141-9/+17
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-1/+2
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-2/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-3/+3
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-1/+2
* Shadow the password on cache and session config on admin panel (#7300)Lunny Xiao2019-06-271-2/+66
* show lfs config on admin panel (#7220)Lunny Xiao2019-06-161-0/+1
* Add golangci (#6418)kolaente2019-06-121-4/+0
* Repository avatar fallback configuration (#7087)Mario Lubenka2019-06-021-0/+4
* Refactor models.NewRepoContext to extract git related codes to modules/git (#...Lunny Xiao2019-05-151-1/+2
* fix config ui error about cache ttl (#6861)Lunny Xiao2019-05-061-0/+1
* Better logging (#6038) (#6095)zeripath2019-04-021-5/+7
* Include more variables on admin/config page (#6378)mrsdizzie2019-03-191-0/+16
* Support reverse proxy providing email (#5554)zeripath2018-12-181-0/+1
* Add admin dashboard option to run health checks (#3606)Allen Wild2018-03-021-0/+4
* Add commit count caching (#2774)Lauris BH2017-10-261-3/+3
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-1/+1
* Make time diff translatable (#2057)Lauris BH2017-06-281-1/+1
* Display config file path on admin panel (#2030)Lunny Xiao2017-06-221-0/+1
* LDAP user synchronization (#1478)Lauris BH2017-05-101-0/+4
* Take back control of hooks (#1006)Lunny Xiao2017-02-231-2/+2
* feat: add git version on admin panel. (#921)Bo-Yi Wu2017-02-131-0/+1
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-171-1/+1
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-3/+3
* go lint fixed for routers/adminLunny Xiao2016-11-211-23/+27
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-6/+6
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-6/+6
* Fix typo CacheInternal -> CacheInterval (#3432)Thibault Meyer2016-08-111-1/+1
* #3091 show Git configs on admin panelUnknwon2016-08-101-0/+2
* Add support for federated avatars (#3320)Sandro Santilli2016-08-071-0/+1
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-2/+1
* Rename module: middleware -> contextUnknwon2016-03-111-5/+5
* #1891 attempt to fix expected invalid CSRF tokenUnknwon2016-03-031-1/+0
* Post work for #2637Unknwon2016-02-271-0/+2
* Minor fix for #2660Unknwon2016-02-241-3/+8
* Test mailer button. Addresses #1531Josh Frye2016-02-241-0/+8
* Move cron module to independent packageUnknwon2016-02-201-1/+1
* #2554 reinitialize all repos from the dbUnknwon2016-02-041-0/+4
* add admin op: delete missing reposUnknwon2015-11-181-0/+4
* fix import path, fix #1782Unknwon2015-10-151-1/+1