Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | internal: move packages under this directory (#5836) | Unknwon | 2019-10-24 |
| | | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version | ||
* | models: rename Id to ID | Unknwon | 2018-08-16 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | Refactoring: remove sessionRelease() | Unknwon | 2017-06-11 |
| | | | | XORM supports automatic roll back in session Close() already. | ||
* | models/repo_collaboration: cannot change permissions of collaborators (#4512) | Unknwon | 2017-05-29 |
| | |||
* | models: remove redundant tags for primary keys | Unknwon | 2017-05-21 |
| | |||
* | user/settings: complete repositories panel (#4312) | Unknwon | 2017-03-23 |
| | |||
* | repo: able to add organization member as repository collaborator | Unknwon | 2017-02-24 |
| | |||
* | repo: assignee can be anyone who has read access (#3739) | Unknwon | 2017-02-17 |
| | |||
* | Implement list/check/delete Repo Collaborator (#3689) | Kim "BKC" Carlbäcker | 2017-02-14 |
| | |||
* | #2780 code clean up | Unknwon | 2016-08-11 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Localize collaboration settings. (#3100) | Andrey Nering | 2016-06-28 |
| | | | Closes #2764 | ||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 |
| | |||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 |
Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. |