summaryrefslogtreecommitdiffstats
path: root/routers/admin
Commit message (Expand)AuthorAgeFilesLines
* Allow admin toggle forcing a password change for newly created users (#4563)Lanre Adelowo2018-09-132-7/+45
* Force user to change password (#4489)Lanre Adelowo2018-09-133-5/+72
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-241-18/+19
* Add option to use paged LDAP search when synchronizing users (#3895)Lauris BH2018-05-051-0/+5
* Add admin dashboard option to run health checks (#3606)Allen Wild2018-03-021-0/+4
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-121-2/+1
* Handle refactor (#3339)Morgan Bazalgette2018-01-104-20/+20
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-081-1/+1
* Enable admin to search by email (#2888)Ethan Koenig2017-11-261-2/+3
* Add commit count caching (#2774)Lauris BH2017-10-261-3/+3
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-242-10/+4
* Remove redudant functions and code (#2652)Morlinest2017-10-101-1/+0
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-032-2/+2
* 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-102-4/+11
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-7/+30
* fix: Admin can see all private repositories on Explore page. (#1026)Bo-Yi Wu2017-02-261-1/+0
* Take back control of hooks (#1006)Lunny Xiao2017-02-231-2/+2
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-1/+28
* feat: Able to disable non-admin to create new organization (#927)Bo-Yi Wu2017-02-141-0/+1
* 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
* Restrict creating organisations by user (#193)Schwobaland2016-12-311-0/+1
* Added sorting to organizations, repos & users page (#222)Bwko2016-12-243-3/+0
* Fix string format verbs (#3637)Alexander Lunegov2016-12-221-1/+1
* Fix random string generator (#384)Denis Denisov2016-12-201-1/+5
* golint fixed for modules/authLunny Xiao2016-11-271-1/+1
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-275-14/+14
* go lint fixed for routers/adminLunny Xiao2016-11-216-51/+73
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-106-36/+36
* Ordering organizations and users by nameThibault Meyer2016-11-101-1/+1
* Fix type in unused constant name (#111)Sandro Santilli2016-11-071-14/+14
* And othersSandro Santilli2016-11-072-2/+2
* Security protocolsSandro Santilli2016-11-071-5/+5
* More mixageSandro Santilli2016-11-071-9/+9
* More...Sandro Santilli2016-11-072-6/+6
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-036-36/+36
* models/login_source: code improvementUnknwon2016-08-311-3/+2
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-311-2/+7
* 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
* Refactor User.Id to User.IDUnknwon2016-07-242-2/+2
* Use struct for UI settingsUnknwon2016-07-244-5/+5
* #2937 able to prohibit user loginUnknwon2016-07-161-0/+1
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-162-5/+3
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-081-16/+35
* #13 fix admin can't search private reposUnknwon2016-03-153-6/+24
* #13 finish user and repository searchUnknwon2016-03-113-55/+9