summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
...
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-0/+1
* Integration tests for issues API (#2059)Ethan Koenig2017-06-251-15/+13
* refactor api issues load attributes for better performance (#1066)Lunny Xiao2017-02-271-5/+6
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-011-1/+1
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-2/+4
* LintingKim "BKC" Carlbäcker2016-12-021-2/+2
* GitHub API Compliance (& linting)Kim "BKC" Carlbäcker2016-12-021-4/+16
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-291-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-241-0/+4
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-4/+4
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
* #2966 code cleanupUnknwon2016-08-261-1/+1
* #3383 code cleanupUnknwon2016-08-241-2/+1
* Issues can be closed via API (#3170) (#3479)Kim Carlbäcker2016-08-231-0/+6
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-151-2/+2
* Replace convert.To with APIFormat callsUnknwon2016-08-141-7/+11
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-2/+2
* Refactor User.Id to User.IDUnknwon2016-07-241-4/+4
* Use struct for UI settingsUnknwon2016-07-241-1/+1
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-4/+0
* #809 fix wrong closed issue count when create closed issue via APIUnknwon2016-05-271-1/+7
* #809 able to set issue state to closed when createUnknwon2016-05-111-0/+1
* #1692 add CRUD issue APIsUnknwon2016-03-131-0/+165