summaryrefslogtreecommitdiffstats
path: root/routers/admin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-261-1/+2
* Fix password complexity regex for special characters (on master) (#8525)guillep2k2019-10-161-2/+2
* Password Complexity Checks (#6230)Maxim Tkachenko2019-10-141-1/+9
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-242-3/+5
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-2/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-235-7/+8
* 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-272-2/+135
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* 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
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-4/+6
* Better logging (#6038) (#6095)zeripath2019-04-021-5/+7
* Include more variables on admin/config page (#6378)mrsdizzie2019-03-191-0/+16
* Implement Default Webhooks (#4299)Russell Aunger2019-03-181-0/+47
* Show private organization for admin, fix #6111 (#6112)Zsombor2019-02-191-0/+1
* fix #3200 (#6033)Lanre Adelowo2019-02-111-1/+1