Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -54/+0 |
| | | | | Because they need dev dependencies | ||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -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 /shared | buoyantair | 2018-10-29 | 1 | -0/+54 |
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 |