summaryrefslogtreecommitdiffstats
path: root/modules/auth/admin.go
Commit message (Collapse)AuthorAgeFilesLines
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-3/+2
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Increase Username and Orgname MaxSize 35 -> 40 (#6178)Segev Finer2019-02-251-1/+1
| | | | | | | | | | | | | | * Increase Username and Orgname MaxSize 35 -> 40 Signed-off-by: Segev Finer <segev@codeocean.com> * Dep update code.gitea.io/sdk Signed-off-by: Segev Finer <segev@codeocean.com> * Run generate-swagger Signed-off-by: Segev Finer <segev@codeocean.com>
* Allow admin toggle forcing a password change for newly created users (#4563)Lanre Adelowo2018-09-131-6/+7
|
* Better URL validation (#1507)Lauris BH2017-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | * Add correct git branch name validation * Change git refname validation error constant name * Implement URL validation based on GoLang url.Parse method * Backward compatibility with older Go compiler * Add git reference name validation unit tests * Remove unused variable in unit test * Implement URL validation based on GoLang url.Parse method * Backward compatibility with older Go compiler * Add url validation unit tests
* Update Website binding MaxSize to 255 (#722)Bwko2017-01-251-1/+1
|
* Restrict creating organisations by user (#193)Schwobaland2016-12-311-13/+14
| | | | | | | | | | | | | | | | | | | | | | * restrict creating organizations based on right on user * revert bindata.go * reverse vendor lib * revert goimports change * set AllowCreateOrganization default value to true * revert locale * added default value for AllowCreateOrganization * fix typo in migration-comment * fix comment * add coments in migration
* golint fixed for modules/authLunny Xiao2016-11-271-2/+6
|
* #2937 able to prohibit user loginUnknwon2016-07-161-0/+1
|
* #1575 Limit repo creationUnknwon2015-12-101-0/+1
|
* #1511 Allow local import only for admin usersUnknwon2015-11-031-10/+11
|
* fix import path, fix #1782Unknwon2015-10-151-2/+2
|
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-251-5/+6
|
* #697 and #1606 and new admin edit user UIUnknwon2015-09-131-4/+16
|
* #1579 change e-mail max length to 254Unknwon2015-09-041-1/+1
|
* Add full name field to admin's user edit page (fixes #1130)James2015-04-281-0/+1
|
* #851: Edit Account does not take into consideration password rulesUnknwon2015-03-171-9/+9
|
* fox #620Unknwon2014-11-171-8/+9
|
* Use binding middlewareUnknwon2014-10-151-4/+3
|
* Finish new admin users pagesUnknwon2014-08-291-1/+1
|
* New UI merge in progressUnknwon2014-07-261-18/+4
|
* Make possible for administrators to change user's password (fix proposal for ↵gima2014-07-181-0/+1
| | | | #290)
* Clean namesUnknown2014-05-081-1/+1
|
* Clean repo codeUnknown2014-05-051-15/+0
|
* fix codeUnknown2014-05-051-2/+2
|
* Merge branch 'dev-ldap' into devLunny Xiao2014-05-051-6/+7
|\
| * basic authenticationsLunny Xiao2014-05-051-6/+7
| |
* | Fix import pathUnknown2014-05-051-1/+2
|/
* Move binding as subrepoUnknown2014-04-131-3/+1
|
* Change new martini impot pathUnknown2014-03-301-1/+1
|
* Add admin edit userUnknown2014-03-211-0/+55