aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Use correct page size for link header pagination (#20546)Norwin2022-08-021-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-30/+29
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-3/+4
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-2/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-4/+5
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-2/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-2/+3
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-15/+15
* Fix NPE `/repos/issues/search` when not signed in (#19154)Gusted2022-03-201-4/+9
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-011-0/+46
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-2/+2
* format with gofumpt (#18184)65432022-01-201-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* API: don't allow merged PRs to be reopened (#17192)Norwin2021-10-021-0/+9
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+4
* OpenAPI: correct documentation of issue listing parameters (#17060)Norwin2021-09-171-5/+5
* Add filter by owner and team to issue/pulls search endpoint (#16662)Jimmy Praet2021-08-131-0/+39
* [API] generalize list header (#16551)65432021-08-121-4/+2
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-4/+4
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-11/+11
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-18/+18
* [API] Issue Search Add filter for MilestoneNames (#16173)65432021-06-171-1/+12
* [API] ListIssues add more filters (#16174)65432021-06-161-8/+75
* 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