aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/notify/user.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-4/+5
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-2/+2
* Fix bugs related to notification endpoints (#25548)Zettat1232023-06-281-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
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-4/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-7/+7
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* Notifications API: respond with updated notifications (#17064)Norwin2021-09-171-4/+8
* [API] generalize list header (#16551)65432021-08-121-0/+7
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-2/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-4/+4
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-171-1/+1
* Add subject-type filter to list notification API endpoints (#16177)65432021-06-161-20/+12
* move notification APIFormat (#13783)65432020-12-021-1/+2
* API: Fix GetQueryBeforeSince (#13559)65432020-11-141-1/+1
* Extend Notifications API and return pinned notifications by default (#12164)zeripath2020-07-121-7/+41
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-0/+9
* [API] Add notification endpoint (#9488)65432020-01-091-0/+129