aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_watch.go
Commit message (Expand)AuthorAgeFilesLines
* Add issue subscription check to API (#10967)65432020-04-211-0/+17
* [BugFix] Avoid mailing explicit unwatched (#10475)65432020-02-271-3/+3
* Code Refactor of IssueWatch related things (#10401)65432020-02-261-33/+7
* FIX Pagination of ListAccessTokens and GetIssueWatchers (#10449)65432020-02-241-4/+6
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-6/+10
* Fix Issue Unsubscription (#9634)65432020-01-071-3/+6
* Refactor Issues Subscription (#8738)65432019-11-201-0/+2
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-181-0/+12
* Add API for Issue set Subscription (#8729)65432019-11-021-2/+31
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-7/+7
* Update xorm to latest version and fix correct `user` table referencing in sql...Lauris BH2018-07-201-1/+1
* Fix not removed watches on unallowed repositories (#4201)David Schneiderbauer2018-06-191-0/+12
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-33/+7
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-1/+1
* Prevent sending emails and notifications to inactive users (#2384)David Schneiderbauer2017-09-161-1/+4
* Code style fixesAndrey Nering2017-04-011-2/+3
* Use variables for timesAndrey Nering2017-03-301-6/+14
* Add copyright headersAndrey Nering2017-03-301-0/+4
* Fix lintAndrey Nering2017-03-291-0/+2
* Add updated_unix column on issue_watchAndrey Nering2017-03-291-1/+12
* Consider issue_watchers while sending notificationsAndrey Nering2017-03-291-0/+10
* Add watch button on issueAndrey Nering2017-03-291-0/+40
* Create issue_watch tableAndrey Nering2017-03-291-0/+20