aboutsummaryrefslogtreecommitdiff
path: root/models/repo_collaboration.go
Commit message (Collapse)AuthorAge
* models: rename Id to IDUnknwon2018-08-16
|
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* Refactoring: remove sessionRelease()Unknwon2017-06-11
| | | | XORM supports automatic roll back in session Close() already.
* models/repo_collaboration: cannot change permissions of collaborators (#4512)Unknwon2017-05-29
|
* models: remove redundant tags for primary keysUnknwon2017-05-21
|
* user/settings: complete repositories panel (#4312)Unknwon2017-03-23
|
* repo: able to add organization member as repository collaboratorUnknwon2017-02-24
|
* repo: assignee can be anyone who has read access (#3739)Unknwon2017-02-17
|
* Implement list/check/delete Repo Collaborator (#3689)Kim "BKC" Carlbäcker2017-02-14
|
* #2780 code clean upUnknwon2016-08-11
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Localize collaboration settings. (#3100)Andrey Nering2016-06-28
| | | Closes #2764
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-05
Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.