aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue_subscription.go
Commit message (Expand)AuthorAgeFilesLines
* Clarify path param naming (#32969)wxiaoguang10 days1-4/+4
* Refactor names (#31405)wxiaoguang2024-06-191-4/+4
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-3/+3
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-3/+3
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-12/+12
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-4/+4
* format with gofumpt (#18184)65432022-01-201-2/+2
* When attempting to subscribe other user to issue report why access denied (#1...zeripath2021-12-241-1/+2
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-2/+9
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-1/+1
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-1/+6
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* Return issue subscription status from API subscribe (#10966)65432020-04-301-2/+19
* Add issue subscription check to API (#10967)65432020-04-211-0/+59
* Code Refactor of IssueWatch related things (#10401)65432020-02-261-2/+7
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+10
* Swagger info corrections (#9441)65432019-12-201-12/+17
* Refactor Issues Subscription (#8738)65432019-11-201-39/+9
* Add API for Issue set Subscription (#8729)65432019-11-021-0/+216