summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/notify/threads.go
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+5
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-2/+3
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-1/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* Fix 500 when a comment was deleted which has a notification (#17550)Lunny Xiao2021-11-101-2/+2
* Notifications API: respond with updated notifications (#17064)Norwin2021-09-171-3/+7
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* move notification APIFormat (#13783)65432020-12-021-1/+2
* Extend Notifications API and return pinned notifications by default (#12164)zeripath2020-07-121-1/+12
* [API] Add notification endpoint (#9488)65432020-01-091-0/+101