aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/notification.go
Commit message (Expand)AuthorAgeFilesLines
* Use more `IssueList` instead of `[]*Issue` (#26369)Lunny Xiao2023-08-071-2/+1
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-1/+1
* Fix notification list bugs (#25781)wxiaoguang2023-07-091-1/+1
* Fix pagination on `/notifications/watching` (#23564)silverwind2023-03-201-1/+4
* Use context for `RepositoryList.LoadAttributes` (#23435)yp053272023-03-131-1/+1
* Improve utils of slices (#22379)Jason Song2023-01-111-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-110/+110
* Add pages to view watched repos and subscribed issues/PRs (#17156)qwerty2872022-09-291-2/+211
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-15/+15
* Prevent loop if there is an error in GetNotificationCount (#19799)zeripath2022-05-251-1/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-4/+4
* Use correct context in `routers/web` (#19597)Gusted2022-05-031-3/+3
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-0/+6
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-5/+5
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-3/+2
* Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR...wxiaoguang2021-10-151-1/+2
* Notifications API: respond with updated notifications (#17064)Norwin2021-09-171-1/+1
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-5/+4
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-4/+4
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-8/+8
* Update notification table with only latest data (#16445)zeripath2021-07-171-0/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+192