summaryrefslogtreecommitdiffstats
path: root/models/issue_watch.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | | | * Filter inactive users before sending emails or creating browser notifications Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * fix formatting issues Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * included requested changes Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * optimized database queries * rebasing new master and add tablenames for clarification in xorm queries * remove escaped quotationmarks using backticks Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* 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