aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos/video-blacklist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-011-0/+4
|
* Stronger model typingsChocobozzz2019-08-191-3/+3
|
* Fix express validatorChocobozzz2019-07-251-3/+3
|
* Refactor middleware helpersChocobozzz2019-07-241-6/+2
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-3/+22
| | | | | | | | | | | | | | | | | | | | * 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
* Cleanup express locals typingsChocobozzz2019-03-191-2/+1
|
* Does existChocobozzz2019-03-191-7/+7
|
* Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-1/+14
|
* Add user history and resume videosChocobozzz2018-10-051-0/+62