aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/video-blacklist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor live managerChocobozzz2021-06-171-1/+1
|
* Introduce tags to the loggerChocobozzz2021-03-241-2/+4
| | | | | That could help to filter unneeded logs and/or select particular components
* Fix autoblacklist notification issueChocobozzz2021-01-041-2/+7
|
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+5
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* preserve original variable names server-sideRigel Kent2020-06-101-5/+5
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-5/+5
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Add moderation helpers to pluginsChocobozzz2020-05-071-11/+69
|
* Move to eslintcontainChocobozzz2020-02-031-10/+10
|
* Add auto follow back support for instancesChocobozzz2019-09-041-3/+5
|
* Stronger model typingsChocobozzz2019-08-191-7/+6
|
* Correctly notify on auto blacklistChocobozzz2019-07-241-2/+5
|
* Fix auto blacklistChocobozzz2019-07-241-1/+1
|
* Add filter hooks testsChocobozzz2019-07-241-5/+28
|
* Add hook filters testsChocobozzz2019-07-241-2/+3
|
* Add server hooksChocobozzz2019-07-241-6/+19
|
* Add user adminFlagsChocobozzz2019-04-151-2/+4
|
* Move config in its own fileChocobozzz2019-04-111-1/+1
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+31
* 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