summaryrefslogtreecommitdiffstats
path: root/routers/admin/admin.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* drop oauth2 feature supportUnknwon2015-09-171-11/+1
* typo and READMEUnknwon2015-09-121-1/+1
* make cron task configurableUnknwon2015-08-181-2/+2
* able to allow insecure certification of webhook for #891Unknwon2015-02-101-4/+1
* cmd: code fix for #905Unknwon2015-02-081-0/+4
* add afunction to rewrite all public keys on admin requestfzerorubigd2015-01-011-0/+4
* fix API changesUnknwon2014-12-281-1/+0
* fix #580Unknwon2014-11-301-0/+4
* Fix #635Unknwon2014-11-181-2/+7
* Add suburl supportUnknwon2014-09-191-1/+1
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain....Martin van Beurden2014-09-181-1/+1