summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Fix timezone on issue deadline (#11697) (#11784)Cirno the Strongest2020-06-061-1/+1
* Make API EditIssue and EditPullRequest issue notifications (#11123)zeripath2020-05-171-11/+18
* [API] ListIssues add filter for milestones (#10148)65432020-04-301-6/+42
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-2/+5
* Use subquery to instead In (#10874)Lunny Xiao2020-03-301-16/+14
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-281-15/+6
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-19/+32
* Fix wrong permissions check when issues/prs shared operations (#9885)Lunny Xiao2020-01-201-5/+21
* Fix issues/pulls dependencies problems (#9842)Lunny Xiao2020-01-191-0/+15
* Restricted users (#6274)Manush Dodunekov2020-01-131-2/+1
* [BugFix] [API] ​/repos​/issues​/search (#9698)65432020-01-121-12/+16
* Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)65432020-01-011-3/+7
* Swagger info corrections (#9441)65432019-12-201-35/+53
* [API] extend StopWatch (#9196)65432019-12-111-138/+0
* Fix API deadline removal (#8759)David Svantesson2019-11-031-3/+10
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-021-2/+1
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-1/+133
* Move issue notifications (#8713)Lunny Xiao2019-10-291-9/+1
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-281-4/+2
* Fix deadline on update issue or PR via API (#8696)David Svantesson2019-10-281-8/+7
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-3/+27
* 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