summaryrefslogtreecommitdiffstats
path: root/models/repo_watch.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix sqlite deadlock when assigning to a PR (#5640)zeripath2019-01-041-3/+3
| | | | | | | | | | | | * Fix sqlite deadlock when assigning to a PR Fix 5639 Signed-off-by: Andrew Thornton <art27@cantab.net> * More possible deadlocks found and fixed Signed-off-by: Andrew Thornton <art27@cantab.net>
* Update xorm to latest version and fix correct `user` table referencing in ↵Lauris BH2018-07-201-1/+1
| | | | sql (#4473)
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-0/+17
|
* fix: Add feed for organization (#3594)Bo-Yi Wu2018-03-031-0/+15
| | | | | | | | | | | | * feat: Add feed for organization * fix: testing * fix: testing * fix: testing * fix: testing
* Prevent sending emails and notifications to inactive users (#2384)David Schneiderbauer2017-09-161-1/+5
| | | | | | | | | | | | | | | | | | | | | | * 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>
* Unit tests for repo watching (#963)Ethan Koenig2017-02-171-0/+103