summaryrefslogtreecommitdiffstats
path: root/routers/admin
Commit message (Expand)AuthorAgeFilesLines
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-191-11/+11
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-1/+0
* Move macaron to chi (#14293)Lunny Xiao2021-01-264-15/+26
* Merge default and system webhooks under one menu (#14244)Lauris BH2021-01-151-25/+29
* Use ServerError provided by Context (#14333)Lunny Xiao2021-01-141-4/+4
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-1/+4
* Add option to change username to the admin panel (#14229)65432021-01-101-0/+10
* Add option for administrator to reset user 2FA (#14243)65432021-01-051-0/+23
* Custom icons for OAuth sources (#14161)Timo Ley2020-12-281-0/+1
* migrate from com.* to alternatives (#14103)65432020-12-254-16/+14
* Ensure that search term and page are not lost on adoption page-turn (#14133)zeripath2020-12-241-1/+10
* Inline manifest.json (#14038)silverwind2020-12-221-5/+1
* Added option to disable migrations (#13114)Paweł Bogusławski2020-12-211-0/+2
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-3/+10
* Add email validity check (#13475)Chris Shyi2020-11-142-0/+36
* Remove PAM from auth dropdown when unavailable (#13276)John Olheiser2020-10-231-8/+15
* Hide sync ssh keys button on admin dashboard if ssh disabled or builtin-ssh e...Lunny Xiao2020-10-081-0/+1
* Only set the user password if the password field would have been shown (#12980)zeripath2020-09-291-1/+1
* Adopt repositories (#12920)zeripath2020-09-251-1/+94
* Add check for LDAP group membership (#10869)John Olheiser2020-09-101-0/+5
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-0/+22
* [Vendor] Switch go-version lib (#12719)65432020-09-051-1/+3
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-051-1/+1
* Multiple small admin dashboard fixes (#12153)zeripath2020-07-051-3/+6
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-59/+6
* Users should not be able to prohibit their own login (#10970)赵智超2020-04-061-1/+7
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-3/+3
* System-wide webhooks (#10546)James Lakin2020-03-091-15/+34
* Add restricted user filter to LDAP authentication (#10600)Lauris BH2020-03-051-0/+1
* Admin page for managing user e-mail activation (#10557)guillep2k2020-03-021-0/+157
* Change admin dashboard to POST (#10465)John Olheiser2020-02-251-11/+19
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+3
* 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
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-242-5/+11
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-5/+7
* Add option to prevent LDAP from deactivating everything on empty search (#9879)zeripath2020-01-201-0/+1
* Restricted users (#6274)Manush Dodunekov2020-01-131-0/+1
* [API] add GET /orgs endpoint (#9560)65432020-01-121-1/+2
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-1/+1
* 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
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-0/+64
* Fix password checks on admin create/edit user (#9076)guillep2k2019-11-201-3/+14
* Add password requirement info on error (#9074)guillep2k2019-11-191-2/+2
* Shadow password correctly for session config (#8984)zeripath2019-11-141-9/+17
* Fix new user form for non-local users (#8826)Lauris BH2019-11-041-9/+11