summaryrefslogtreecommitdiffstats
path: root/models/notification.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor notificationsForUser since xorm In support slice of customerize ↵Lunny Xiao2017-02-161-7/+4
| | | | type (#956)
* Unit tests and remove unused functions in models/notification (#796)Ethan Koenig2017-01-301-10/+0
| | | | | | * Unit tests and remove unused functions in models/notification * Read -> Unread
* Notifications: mark as read/unread and pin (#629)Andrey Nering2017-01-121-5/+52
| | | | | | | | | | * Use relative URLs * Notifications - Mark as read/unread * Feature of pinning a notification * On view issue, do not mark as read a pinned notification
* Merge pull request #539 from andreynering/notifications-step-2Andrey Nering2017-01-051-5/+11
|\ | | | | Notifications - Step 2
| * 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
* Notification - Step 1 * Add copyright headers * Cache issue and repository on notification model