This website requires JavaScript.
Explore
Help
Sign In
cotugno
/
gitea
Watch
2
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2024-11-16 18:38:45 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6759237eda
gitea
/
models
/
fixtures
/
watch.yml
15 lines
110 B
YAML
Raw
Normal View
History
Unescape
Escape
Unit tests and remove unused functions in models/notification (#796) * Unit tests and remove unused functions in models/notification * Read -> Unread
2017-01-30 07:21:49 -07:00
-
id
:
1
user_id
:
1
repo_id
:
1
-
id
:
2
user_id
:
4
repo_id
:
1
Prevent sending emails and notifications to inactive users (#2384) * 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>
2017-09-15 17:18:25 -07:00
-
id
:
3
Hide unactive on explore users and some refactors (#2741) * hide unactive on explore users and some refactors * fix test for removed Organizations * fix test for removed Organizations * fix imports * fix logic bug * refactor the toConds * Rename TestOrganizations to TestSearchUsers and add tests for users * fix other tests * fix other tests * fix watchers tests * fix comments and remove unused code
2017-10-24 10:36:19 -07:00
user_id
:
9
Prevent sending emails and notifications to inactive users (#2384) * 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>
2017-09-15 17:18:25 -07:00
repo_id
:
1
Reference in New Issue
Copy Permalink