From: Josh Morel Date: Tue, 2 Apr 2019 09:26:47 +0000 (-0400) Subject: add quarantine videos feature (#1637) X-Git-Tag: v1.3.0-rc.1~113 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=7ccddd7b5250bd25a917a6e77e58b87b9484a2a4;hp=7ccddd7b5250bd25a917a6e77e58b87b9484a2a4;p=github%2FChocobozzz%2FPeerTube.git add quarantine videos feature (#1637) * 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 ---