summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Extract actions on new issue from models to services (#8217)Lunny Xiao2019-09-301-1/+2
* move some milestone functions to a standalone package (#8213)Lunny Xiao2019-09-181-1/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-6/+7
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* [API] Load issue attributes when editing an issue (#6723)John Olheiser2019-04-231-0/+6
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-5/+5
* Copyedit docs (#6275)Aidan Fitzgerald2019-03-091-1/+1
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-211-1/+2
* Load Issue attributes for API call (#6122)John Olheiser2019-02-191-1/+1
* Refactor issue indexer (#5363)Lunny Xiao2019-02-191-2/+1
* Expose issue stopwatch toggling via API (#5970)Lanre Adelowo2019-02-061-0/+138
* Add label names as filter in issue search api (#5946)Lanre Adelowo2019-02-041-1/+15
* Issue is not overdue when it is on the same date #5566 (#5568)Rodrigo Villablanca Vásquez2019-01-011-5/+9
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-2/+4
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-8/+7
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-4/+3
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-181-0/+5
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+9
* Issue due date api (#3890)kolaente2018-07-161-1/+70
* Fix milestone appliance and permission checks (#4271)Jonas Franz2018-06-191-9/+17
* Multiple assignees (#3705)kolaente2018-05-091-34/+31
* Issue due date (#3794)kolaente2018-05-011-5/+22
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Added issue search via api (#3612)kolaente2018-03-071-6/+29
* Fix swagger docs (#3300)Ethan Koenig2018-01-041-7/+7
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-261-1/+1
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-0/+106
* Remove redudant issue LoadAttributes() calls (#2614)Morlinest2017-09-271-6/+0
* 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