summaryrefslogtreecommitdiffstats
path: root/modules/auth/org.go
Commit message (Collapse)AuthorAgeFilesLines
* Increase Username and Orgname MaxSize 35 -> 40 (#6178)Segev Finer2019-02-251-2/+2
| | | | | | | | | | | | | | * 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 to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-1/+5
|
* Add units to team (#947)Lunny Xiao2017-05-181-0/+3
| | | | | | | | | | | | | | | | | | * add units to team * fix lint * finish team setting backend * finished permission controll on routes * fix import blank line * add unit check on ssh/http pull and push and fix test failed * fix fixtures data * remove unused code
* 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
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-3/+3
|
* Update Website binding MaxSize to 255 (#722)Bwko2017-01-251-1/+1
|
* golint fixed for modules/authLunny Xiao2016-11-271-0/+6
|
* #2497 incorrect error handle for team nameUnknwon2016-01-291-3/+3
|
* #2156 admin able to edit organization max repo creationUnknwon2015-12-111-5/+6
|
* UI: long organization name in create repository owner listUnknwon2015-11-181-2/+2
|
* fix import path, fix #1782Unknwon2015-10-151-2/+2
|
* minor fix on templateUnknwon2015-09-071-1/+1
|
* new org options UIUnknwon2015-09-061-5/+5
|
* #1193 Make organization emails non-mandatoryUnknwon2015-09-061-4/+1
|
* fix #1439Unknwon2015-08-051-1/+1
|
* Use binding middlewareUnknwon2014-10-151-9/+7
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-161-1/+1
|
* Page: `/org/:orgname/settings`Unknwon2014-08-141-4/+6
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-261-1/+1
| | | | dashboard news feed page, create organization page
* New UI merge in progressUnknwon2014-07-261-41/+8
|
* Finish create organization teamUnknown2014-07-021-0/+33
|
* Organization settings pageUnknown2014-06-271-3/+27
|
* Add create organizationUnknown2014-06-251-0/+33