summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-051-9/+3
* API: enhance SearchIssues swagger docs (#32208)65432024-10-191-19/+32
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-081-1/+1
* Check if the `due_date` is nil when editing issues (#32035)Zettat1232024-09-141-4/+10
* Fix 500 error when `state` params is set when editing issue/PR by API (#31880)yp053272024-09-021-5/+19
* Refactor names (#31405)wxiaoguang2024-06-191-4/+4
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-271-1/+6
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-031-20/+16
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Fix missed doer (#30231)Lunny Xiao2024-04-081-5/+5
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-211-2/+3
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-12/+12
* remove repetitive words (#29695)pengqiseven2024-03-111-1/+1
* Add missing database transaction for new issue (#29490)Lunny Xiao2024-03-041-1/+1
* Add user blocking (#29028)KN4CK3R2024-03-041-3/+11
* remove util.OptionalBool and related functions (#29513)65432024-03-021-22/+19
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-2/+3
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-0/+22
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+2
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-3/+3
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+2
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+2
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+4
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-3/+3
* Return empty when searching issues with no repos (#26545)Jason Song2023-08-171-0/+4
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-149/+175
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-5/+5
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-2/+2
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-2/+2
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-1/+1
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-4/+4
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-0/+7
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-241-2/+2
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-14/+14
* 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