Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | Refactoring: rename ctx -> c | Unknwon | 2017-06-03 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-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 | ||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 |
| | |||
* | Change list teams API to non-admin specific | Unknwon | 2016-03-21 |
| | |||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 |
| | |||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 |
| | |||
* | #1692 add organization APIs | Unknwon | 2015-12-17 |