This website requires JavaScript.
Explore
Help
Sign in
TakeV
/
forgejo
Archived
Watch
1
Star
0
Fork
You've already forked forgejo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
This repository has been archived on
2024-01-04
. You can view files and clone it, but cannot push or open issues or pull requests.
094263db4d
forgejo
/
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 14:21:49 +00: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-16 00:18:25 +00: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 17:36:19 +00: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-16 00:18:25 +00:00
repo_id
:
1
Reference in a new issue
Copy permalink