aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix sort in admin tablesChocobozzz2020-04-081-0/+4
|
* Fix angular 9 buildChocobozzz2020-02-101-1/+1
|
* Lazy load static objectsChocobozzz2019-12-181-8/+11
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-3/+10
| | | | | | | | | | | | | | | | | | | | * 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
* Lazy import some modulesChocobozzz2019-02-151-3/+8
|
* Increase abuse length to 3000Chocobozzz2019-01-141-0/+6
| | | | And correctly handle new lines
* Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-0/+6
|
* Refractor notification serviceChocobozzz2018-12-191-8/+5
| | | | Shorter name and use primeng component
* Add users search filterChocobozzz2018-10-081-1/+1
|
* Display report reason in multiple lines (#957)Felix Ableitner2018-08-281-1/+1
| | | | | | | | | | | | | * Display report reason in multiple lines * more adjustments: - move report reason into dropdown - allow line wrap in dropdown (also in video blacklist) - fix colspan in blacklist dropdown - merge css rules into moderation.component.scss * use min-width for labels
* Regroup abuse and blacklisted videos inside "moderation"Chocobozzz2018-08-141-0/+81