Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | api: GitHub compliance (#4549) | 无闻 | 2017-06-05 |
| | | | | | | * Add undocumented endpoint for /repositories/:id * GitHub API Compliance | ||
* | 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 | ||
* | issue: fix redirect to random issue if index does not exist (#4315) | Unknwon | 2017-03-22 |
| | |||
* | models: rename ErrUserNotExist -> errors.UserNotExist | Unknwon | 2017-03-16 |
| | |||
* | webhook: support Issues event (#2319) | Unknwon | 2017-03-09 |
| | | | | Also addresses #3485. | ||
* | api/issue: minor code refactor (#3688) | Unknwon | 2017-02-12 |
| | |||
* | Implement more issue-endpoints (#3688) | Kim "BKC" Carlbäcker | 2017-02-12 |
| | |||
* | #2966 code cleanup | Unknwon | 2016-08-26 |
| | |||
* | #3383 code cleanup | Unknwon | 2016-08-24 |
| | |||
* | Issues can be closed via API (#3170) (#3479) | Kim Carlbäcker | 2016-08-23 |
| | | | | | | | | | | * Issues can be closed via API * Error-checking is nice xD * EditIssueOption.Status => State * Use const instead of string-literal | ||
* | models/issue: improve quality and performance of NewIssue function | Unknwon | 2016-08-15 |
| | |||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 |
| | |||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Use struct for UI settings | Unknwon | 2016-07-24 |
| | |||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 |
| | |||
* | #809 fix wrong closed issue count when create closed issue via API | Unknwon | 2016-05-27 |
| | | | | Add start count corrector for Repository.NumClosedIssues | ||
* | #809 able to set issue state to closed when create | Unknwon | 2016-05-11 |
| | |||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 |
- Fix go-gogs-client#10 - Related to #809 |