summaryrefslogtreecommitdiffstats
path: root/routers/admin/users.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* #1633 admin delete userUnknwon2015-09-131-10/+12
* fix #1632 and #1606Unknwon2015-09-131-1/+1
* #697 and #1606 and new admin edit user UIUnknwon2015-09-131-30/+43
* #1606 GUI bug while adding ldap userUnknwon2015-09-131-1/+1
* #697 disable captcha and new admin create user UIUnknwon2015-09-131-36/+23
* new admin user list UIUnknwon2015-09-111-4/+11
* WIP: create PR - choose branchUnknwon2015-08-081-5/+5
* Add full name field to admin's user edit page (fixes #1130)James2015-04-281-0/+1
* #1070 Clearer error message for illegal charactersUnknwon2015-03-261-6/+9
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-3/+3
* #851: Edit Account does not take into consideration password rulesUnknwon2015-03-171-4/+3
* fix #676Unknwon2014-11-301-3/+9
* fox #620Unknwon2014-11-171-1/+2
* fix #622Unknwon2014-11-131-0/+3
* Fix pagination() to get the right total number of pagesEryx2014-10-141-1/+2
* Mirror fix on admin/orgs pagingUnknwon2014-10-101-3/+3
* Fix #532, add system noticeUnknwon2014-10-081-2/+2
* Add suburl supportUnknwon2014-09-191-4/+4
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain....Martin van Beurden2014-09-181-4/+5
* Continue working on new admin pagesUnknwon2014-08-291-8/+12