aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-113/+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
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-2/+0
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-011-3/+9
|
* Factorize video display in table for moderation components, apply it to ↵Rigel Kent2020-05-011-1/+1
| | | | blacklisted videos as well
* Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-141-1/+1
|
* 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