Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -156/+0 |
| | | | | Because they need dev dependencies | ||||
* | Add ability to manually approves instance followers in REST API | Chocobozzz | 2019-04-08 | 1 | -1/+2 |
| | |||||
* | Add ability to forbid followers | Chocobozzz | 2019-04-08 | 1 | -0/+5 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add isNSFW instance configuration key | Chocobozzz | 2019-02-20 | 1 | -0/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -0/+3 |
| | |||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 1 | -0/+3 |
| | |||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵ | buoyantair | 2018-11-20 | 1 | -1/+1 |
| | | | | move-utils-to-shared | ||||
* | Fix dependency issues | buoyantair | 2018-10-29 | 1 | -1/+1 |
| | |||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -0/+135 |
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 |