aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils/videos/video-change-ownership.ts
Commit message (Collapse)AuthorAgeFilesLines
* Shared utils -> extra-utilsChocobozzz2019-04-241-54/+0
| | | | Because they need dev dependencies
* add quarantine videos feature (#1637)Josh Morel2019-04-021-2/+2
| | | | | | | | | | | | | | | | | | | | * 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
* Move utils to /sharedbuoyantair2018-10-291-0/+54
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336