summaryrefslogtreecommitdiffstats
path: root/models/notification.go
Commit message (Expand)AuthorAgeFilesLines
* 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