summaryrefslogtreecommitdiffstats
path: root/routers/admin/users.go
Commit message (Expand)AuthorAgeFilesLines
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-3/+6
* 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
* migrate from com.* to alternatives (#14103)65432020-12-251-8/+9
* Added option to disable migrations (#13114)Paweł Bogusławski2020-12-211-0/+2
* Add email validity check (#13475)Chris Shyi2020-11-141-0/+6
* Only set the user password if the password field would have been shown (#12980)zeripath2020-09-291-1/+1
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-0/+22
* Users should not be able to prohibit their own login (#10970)赵智超2020-04-061-1/+7
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+3
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+5
* Restricted users (#6274)Manush Dodunekov2020-01-131-0/+1
* 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
* Fix new user form for non-local users (#8826)Lauris BH2019-11-041-9/+11
* Password Complexity Checks (#6230)Maxim Tkachenko2019-10-141-1/+9
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-2/+3
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* Allow admin toggle forcing a password change for newly created users (#4563)Lanre Adelowo2018-09-131-1/+1
* Force user to change password (#4489)Lanre Adelowo2018-09-131-5/+6
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-121-2/+1
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-10/+10
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-081-1/+1
* Enable admin to search by email (#2888)Ethan Koenig2017-11-261-2/+3
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-241-5/+2
* feat: Able to disable non-admin to create new organization (#927)Bo-Yi Wu2017-02-141-0/+1
* Restrict creating organisations by user (#193)Schwobaland2016-12-311-0/+1
* Added sorting to organizations, repos & users page (#222)Bwko2016-12-241-1/+0
* 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-271-5/+5
* go lint fixed for routers/adminLunny Xiao2016-11-211-13/+19
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-7/+7
* And othersSandro Santilli2016-11-071-1/+1
* More...Sandro Santilli2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-7/+7
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
* Use struct for UI settingsUnknwon2016-07-241-1/+1
* #2937 able to prohibit user loginUnknwon2016-07-161-0/+1
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-3/+2
* #13 fix admin can't search private reposUnknwon2016-03-151-2/+8
* #13 finish user and repository searchUnknwon2016-03-111-17/+3
* Rename module: middleware -> contextUnknwon2016-03-111-8/+8
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-101-1/+1
* #1575 Limit repo creationUnknwon2015-12-101-0/+1
* APIs: admin usersUnknwon2015-12-051-3/+3
* #1511 Allow local import only for admin usersUnknwon2015-11-031-0/+1
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-251-0/+10