summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/notify
Commit message (Expand)AuthorAgeFilesLines
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-293-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-274-8/+4
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-193-12/+12
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-254-34/+34
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-2/+3
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-203-5/+5
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-1/+2
* Fix sending empty notifications (#19589)Gusted2022-05-021-1/+1
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-224-8/+8
* ignore missing comment for user notifications (#18954)eladyn2022-03-031-1/+1
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Fix 500 when a comment was deleted which has a notification (#17550)Lunny Xiao2021-11-102-3/+3
* Notifications API: respond with updated notifications (#17064)Norwin2021-09-173-12/+23
* [API] generalize list header (#16551)65432021-08-122-0/+15
* Related refactors to ctx.FormX functions (#16567)65432021-08-112-3/+2
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-113-5/+5
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-294-12/+12
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-172-2/+2
* Add subject-type filter to list notification API endpoints (#16177)65432021-06-163-41/+67
* move notification APIFormat (#13783)65432020-12-023-3/+6
* API: Fix GetQueryBeforeSince (#13559)65432020-11-142-2/+2
* Extend Notifications API and return pinned notifications by default (#12164)zeripath2020-07-123-14/+125
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-092-2/+2
* [Api] Check Notify (always return json) (#10059)65432020-04-101-11/+2
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-242-0/+18
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-141-0/+33
* [API] Add notification endpoint (#9488)65432020-01-093-0/+381