summaryrefslogtreecommitdiffstats
path: root/models/notification.go
Commit message (Expand)AuthorAgeFilesLines
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+3
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-141-1/+16
* [API] Add notification endpoint (#9488)65432020-01-091-15/+203
* Fix notification page panic (#9337)jaqra2019-12-131-1/+1
* Improve notification (#8835)Lunny Xiao2019-11-121-15/+230
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-3/+3
* Add golangci (#6418)kolaente2019-06-121-1/+4
* Fix sqlite lock (#5176)Lunny Xiao2018-10-251-2/+2
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-0/+10
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-27/+5
* Add 'mark all read' option to notifications (#3097)Sasha Varlamov2017-12-071-0/+10
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-3/+3
* Consider issue_watchers while sending notificationsAndrey Nering2017-03-291-8/+32
* refactor notificationsForUser since xorm In support slice of customerize type...Lunny Xiao2017-02-161-7/+4
* Unit tests and remove unused functions in models/notification (#796)Ethan Koenig2017-01-301-10/+0
* Notifications: mark as read/unread and pin (#629)Andrey Nering2017-01-121-5/+52
* Merge pull request #539 from andreynering/notifications-step-2Andrey Nering2017-01-051-5/+11
|\
| * Add pagination for notificationsAndrey Nering2017-01-031-5/+11
* | Fix typos in models/ (#576)Ethan Koenig2017-01-051-1/+1
|/
* Notification - Step 1 (#523)Andrey Nering2016-12-311-0/+249