summaryrefslogtreecommitdiffstats
path: root/routers/admin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support reverse proxy providing email (#5554)zeripath2018-12-181-0/+1
* 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