aboutsummaryrefslogtreecommitdiff
path: root/routers/org/teams.go
Commit message (Collapse)AuthorAge
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* #1692 api: admin list and create team under organizationUnknwon2016-03-21
|
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Remove unnecessary commentsFlorian Kaiser2016-01-31
|
* Only show teams the user has access toFlorian Kaiser2016-01-31
|
* #2497 incorrect error handle for team nameUnknwon2016-01-29
|
* fix #650Unknwon2015-11-22
|
* allow anonymous SSH cloneUnknwon2015-08-05
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-17
| | | | - fix delete user but repository watches are not decreased
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-16
|
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-23
|
* Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/serve.go models/access.go models/migrations/migrations.go models/org.go models/repo.go models/user.go modules/middleware/org.go modules/middleware/repo.go routers/api/v1/repo.go routers/org/teams.go routers/repo/http.go routers/user/home.go
| * Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-09
| |
| * Refactoring of the Access TablePeter Smit2015-02-06
| | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
* | Refactoring of the Access TablePeter Smit2015-02-12
| | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
* | models: make code change for session issue with SQLite3 #739Unknwon2015-02-10
|/
* Issue: Show error prompt when add repository to team and it does not exist #533Unknwon2014-10-10
|
* Prepare 0.5 releaseUnknwon2014-09-12
|
* Finsih add/remove repo in organizationUnknwon2014-08-26
|
* Finish new edit team page, add member to teamUnknwon2014-08-24
|
* Working on organization pagesUnknwon2014-08-23
|
* Add/remove member need add/remove access to repositories as wellUnknwon2014-08-16
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
|
* add organization team-single pagefuxiaohei2014-07-07
|
* Finish create organization teamUnknown2014-07-02
|
* Finish Teams pageUnknown2014-06-29
|
* add organization team-create pagefuxiaohei2014-06-27
|
* add organization team-create pagefuxiaohei2014-06-27