aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1/repo/collaborators.go
Commit message (Collapse)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* user/settings: complete repositories panel (#4312)Unknwon2017-03-23
|
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
|
* Implement list/check/delete Repo Collaborator (#3689)Kim "BKC" Carlbäcker2017-02-14
|
* #2780 code clean upUnknwon2016-08-11
|
* Add AddCollaborator API Endpoint (#2780)Robin Lambertz2016-08-11
* Add AddCollaborator API Endpoint * Add optional Permission to AddCollaborator endpoint * Use APIContext