summaryrefslogtreecommitdiffstats
path: root/routers/org/teams.go
Commit message (Expand)AuthorAgeFilesLines
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-3/+6
* migrate from com.* to alternatives (#14103)65432020-12-251-4/+2
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+3
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-0/+2
* Only return JSON for add/remove all (#9028)John Olheiser2019-11-161-4/+8
* Allow to add and remove all repositories to/from team. (#8867)David Svantesson2019-11-091-0/+8
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-061-5/+15
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* Add golangci (#6418)kolaente2019-06-121-1/+6
* Better logging (#6038) (#6095)zeripath2019-04-021-2/+2
* fix bug when update owner team then visit team's repo return 404 (#6119)Lunny Xiao2019-02-221-2/+0
* Improve team members and repositories settings UI (#5457)Lunny Xiao2018-12-091-0/+2
* Fixed bug where team with admin privelege type doesn't get any unit attached ...Lanre Adelowo2018-08-211-2/+3
* Display error when adding a user to a team twice (#4746)Lanre Adelowo2018-08-191-1/+6
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-3/+18
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-8/+8
* Allow adding collaborators with (fullname) (#3103)Sasha Varlamov2017-12-071-5/+2
* Fix error when add user has full name to team (#2973)Lunny Xiao2017-11-261-0/+5
* Remove unit types commits and settings (#2161)Lauris BH2017-07-171-19/+28
* fix bug to deny to add orgnization as a member of an orgnization or team (#1815)Lunny Xiao2017-05-261-0/+6
* Add units to team (#947)Lunny Xiao2017-05-181-0/+4
* fix leave team 404 (#1154)Lunny Xiao2017-03-091-0/+2
* golint fixed for parts of routers root, dev, user and org dirs (#167)Lunny Xiao2016-11-181-13/+27
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-5/+5
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-3/+3
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-5/+5
* Refactor User.Id to User.IDUnknwon2016-07-241-5/+5
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-15/+1
* Rename module: middleware -> contextUnknwon2016-03-111-11/+11
* Remove unnecessary commentsFlorian Kaiser2016-01-311-1/+0
* Only show teams the user has access toFlorian Kaiser2016-01-311-4/+1
* #2497 incorrect error handle for team nameUnknwon2016-01-291-22/+18
* fix #650Unknwon2015-11-221-5/+8
* allow anonymous SSH cloneUnknwon2015-08-051-1/+1
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-1/+1
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-161-1/+1
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-231-1/+1
* Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-121-6/+6
|\
| * Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-091-6/+6
| * Refactoring of the Access TablePeter Smit2015-02-061-8/+8
* | Refactoring of the Access TablePeter Smit2015-02-121-8/+8
* | models: make code change for session issue with SQLite3 #739Unknwon2015-02-101-5/+2
|/
* Issue: Show error prompt when add repository to team and it does not exist #533Unknwon2014-10-101-0/+5
* Prepare 0.5 releaseUnknwon2014-09-121-2/+2
* Finsih add/remove repo in organizationUnknwon2014-08-261-3/+48
* Finish new edit team page, add member to teamUnknwon2014-08-241-12/+125
* Working on organization pagesUnknwon2014-08-231-4/+6
* Add/remove member need add/remove access to repositories as wellUnknwon2014-08-161-2/+2
* Finish team list, create new team, join/leave team pageUnknwon2014-08-161-54/+46
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-14/+12