aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-3/+2
* Improve /api/v1/repos/issues/search by just getting repo ids (#15179)zeripath2021-03-291-20/+4
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-5/+7
* Add review requested filter on pull request overview (#13701)Jimmy Praet2021-01-171-1/+8
* [API] Add ref to create/edit issue options & deprecated assignee (#13992)65432020-12-151-0/+8
* [API] Add more filters to issues search (#13514)65432020-11-231-3/+58
* Fixed count of filtered issues when api request. (#12275)ひのしば / hinoshiba2020-09-241-28/+42
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+3
* Do not override API issue pagination with UI settings (#12068)Cirno the Strongest2020-06-271-3/+0
* Fix swagger docs for /repos/issues (#12069)Cirno the Strongest2020-06-271-0/+2
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-211-0/+2
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* Fix timezone on issue deadline (#11697)Cirno the Strongest2020-06-051-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