aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.scss
Commit message (Collapse)AuthorAgeFilesLines
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-14/+0
| | | | | | | | | | | - 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
* Refactor videos selection componentsChocobozzz2019-04-051-60/+7
|
* Refactor video miniaturesChocobozzz2019-04-031-30/+3
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+94
* 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