Commit Graph

23 Commits (592924a34b8e671c93416c01a468b9aab0ab39aa)

Author SHA1 Message Date
Segev Finer 594f591691 Increase Username and Orgname MaxSize 35 -> 40 ()
* 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>
Rémy Boulanouar 64ce159a6e Allow to set organization visibility (public, internal, private) ()
Lunny Xiao fd6034aaf2 Add units to team ()
* 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
Lauris BH f42ec6120e Better URL validation ()
* 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
Ethan Koenig 021904e4e6 Fix typos in models/ and modules/ ()
Bwko 634ac9c5af Update Website binding MaxSize to 255 ()
Lunny Xiao ec87a75c00 golint fixed for modules/auth
Unknwon 112a7cab31 incorrect error handle for team name
Unknwon 59c965a5ec admin able to edit organization max repo creation
Unknwon f04d773f4f UI: long organization name in create repository owner list
Unknwon 932dbccb67 fix import path, fix
Unknwon cc83043edc minor fix on template
Unknwon edc99bc8a4 new org options UI
Unknwon 80701d45bb Make organization emails non-mandatory
Unknwon 487fc8ca39 fix
Unknwon fa241efa6d Use binding middleware
Unknwon bba707de36 Finish team list, create new team, join/leave team page
Unknwon 5acc948562 Page: `/org/:orgname/settings`
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
Unknwon 8dd07c0ddd New UI merge in progress
Unknown 465dc962b5 Finish create organization team
Unknown 19e9104289 Organization settings page
Unknown e0f9c628c5 Add create organization