Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor live manager | Chocobozzz | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | Introduce tags to the logger | Chocobozzz | 2021-03-24 | 1 | -2/+4 |
| | | | | | That could help to filter unneeded logs and/or select particular components | ||||
* | Fix autoblacklist notification issue | Chocobozzz | 2021-01-04 | 1 | -2/+7 |
| | |||||
* | Add watch messages if live has not started | Chocobozzz | 2020-11-09 | 1 | -0/+5 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | preserve original variable names server-side | Rigel Kent | 2020-06-10 | 1 | -5/+5 |
| | |||||
* | rename blacklist to block/blocklist, merge block and auto-block views | Rigel Kent | 2020-06-10 | 1 | -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 plugins | Chocobozzz | 2020-05-07 | 1 | -11/+69 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -10/+10 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -3/+5 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -7/+6 |
| | |||||
* | Correctly notify on auto blacklist | Chocobozzz | 2019-07-24 | 1 | -2/+5 |
| | |||||
* | Fix auto blacklist | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Add filter hooks tests | Chocobozzz | 2019-07-24 | 1 | -5/+28 |
| | |||||
* | Add hook filters tests | Chocobozzz | 2019-07-24 | 1 | -2/+3 |
| | |||||
* | Add server hooks | Chocobozzz | 2019-07-24 | 1 | -6/+19 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -2/+4 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -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 |