aboutsummaryrefslogtreecommitdiff
path: root/routers/admin/users.go
Commit message (Expand)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
* Refactoring: rename ctx -> cUnknwon2017-06-03
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
* Refactoring: remove tool.TplNameUnknwon2017-04-05
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
* Refactoring: rename modules -> pkgUnknwon2017-04-04
* refactoring: modules/auth/*_form.go -> modules/formUnknwon2017-02-27
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
* Move models/mail.go to modules/mail.goUnknwon2017-01-30
* Disable local path migration by default (#4033)Unknwon2017-01-26
* Fix random string generator (#3953)leonklingele2016-12-21
* Refactor User.Id to User.IDUnknwon2016-07-24
* Use struct for UI settingsUnknwon2016-07-24
* #2937 able to prohibit user loginUnknwon2016-07-16
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
* #13 fix admin can't search private reposUnknwon2016-03-15
* #13 finish user and repository searchUnknwon2016-03-11
* Rename module: middleware -> contextUnknwon2016-03-11
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-10
* #1575 Limit repo creationUnknwon2015-12-10
* APIs: admin usersUnknwon2015-12-05
* #1511 Allow local import only for admin usersUnknwon2015-11-03
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-25
* #1633 admin delete userUnknwon2015-09-13
* fix #1632 and #1606Unknwon2015-09-13
* #697 and #1606 and new admin edit user UIUnknwon2015-09-13
* #1606 GUI bug while adding ldap userUnknwon2015-09-13
* #697 disable captcha and new admin create user UIUnknwon2015-09-13
* new admin user list UIUnknwon2015-09-11
* WIP: create PR - choose branchUnknwon2015-08-08
* Add full name field to admin's user edit page (fixes #1130)James2015-04-28
* #1070 Clearer error message for illegal charactersUnknwon2015-03-26
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-17
* #851: Edit Account does not take into consideration password rulesUnknwon2015-03-17
* fix #676Unknwon2014-11-30
* fox #620Unknwon2014-11-17
* fix #622Unknwon2014-11-13
* Fix pagination() to get the right total number of pagesEryx2014-10-14
* Mirror fix on admin/orgs pagingUnknwon2014-10-10
* Fix #532, add system noticeUnknwon2014-10-08
* Add suburl supportUnknwon2014-09-19
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain....Martin van Beurden2014-09-18
* Continue working on new admin pagesUnknwon2014-08-29
* Finish new admin users pagesUnknwon2014-08-29