aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/notifier.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add openapi docChocobozzz2020-07-311-2/+1
|
* Add migrations for abuse messagesChocobozzz2020-07-311-3/+6
|
* Add abuse messages/states notificationsChocobozzz2020-07-311-4/+114
|
* Add server API to abuse messagesChocobozzz2020-07-311-3/+3
|
* Add new abuses testsChocobozzz2020-07-101-1/+1
|
* Add migrationsChocobozzz2020-07-101-3/+5
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-22/+21
|
* Split types and typingsChocobozzz2020-06-181-4/+4
|
* Block comments from muted accounts/serversChocobozzz2020-05-291-30/+25
| | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-9/+13
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
|
* Move to eslintcontainChocobozzz2020-02-031-22/+25
|
* Don't notify on muted instanceChocobozzz2019-12-191-8/+32
|
* Add auto follow back support for instancesChocobozzz2019-09-041-75/+109
|
* Cleanup model typesChocobozzz2019-08-201-3/+3
|
* Stronger model typingsChocobozzz2019-08-191-47/+54
|
* Correctly notify on auto blacklistChocobozzz2019-07-241-2/+2
|
* Move config in its own fileChocobozzz2019-04-111-1/+1
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-2/+36
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-7/+56
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Fix email notificationChocobozzz2019-03-191-1/+1
|
* Lazy import some modulesChocobozzz2019-02-151-3/+6
|
* Fix mention notification with a remote accountChocobozzz2019-02-151-0/+2
|
* Add notifications in the clientChocobozzz2019-01-091-2/+2
|
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-5/+149
|
* Add import finished and video published notifsChocobozzz2019-01-091-0/+76
|
* Add user notification base codeChocobozzz2019-01-091-0/+235