aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1/repo/issue.go
Commit message (Expand)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
* api: GitHub compliance (#4549)无闻2017-06-05
* Refactoring: rename ctx -> cUnknwon2017-06-03
* Refactoring: rename modules -> pkgUnknwon2017-04-04
* issue: fix redirect to random issue if index does not exist (#4315)Unknwon2017-03-22
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
* webhook: support Issues event (#2319)Unknwon2017-03-09
* api/issue: minor code refactor (#3688)Unknwon2017-02-12
* Implement more issue-endpoints (#3688)Kim "BKC" Carlbäcker2017-02-12
* #2966 code cleanupUnknwon2016-08-26
* #3383 code cleanupUnknwon2016-08-24
* Issues can be closed via API (#3170) (#3479)Kim Carlbäcker2016-08-23
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-15
* Replace convert.To with APIFormat callsUnknwon2016-08-14
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
* Refactor User.Id to User.IDUnknwon2016-07-24
* Use struct for UI settingsUnknwon2016-07-24
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
* #809 fix wrong closed issue count when create closed issue via APIUnknwon2016-05-27
* #809 able to set issue state to closed when createUnknwon2016-05-11
* #1692 add CRUD issue APIsUnknwon2016-03-13