Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | Add playlist updatedAt tests | Chocobozzz | 2019-03-18 | 1 | -2/+4 |
| | |||||
* | Add videos playlist exist tests | Chocobozzz | 2019-03-18 | 1 | -1/+15 |
| | |||||
* | Add/update/delete/list my playlists | Chocobozzz | 2019-03-18 | 1 | -0/+12 |
| | |||||
* | Refactor video playlist middlewares | Chocobozzz | 2019-03-18 | 1 | -1/+0 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 3 | -13/+151 |
| | |||||
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 1 | -14/+16 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 3 | -33/+241 |
| | |||||
* | remove duplicate uploadVideo.originallyPublishedAt | Josh Morel | 2019-02-13 | 1 | -3/+0 |
| | | | | duplicate was appending as array to form-data | ||||
* | Refractor published date on video import | Chocobozzz | 2019-02-12 | 1 | -1/+0 |
| | |||||
* | Import original publication date (CLI) | Andrés Maldonado | 2019-02-12 | 1 | -0/+5 |
| | | | | | * Import original publication date when importing a video from YouTube using the CLI * Fix lint issues | ||||
* | Add originallyPublishedAt unit tests | Chocobozzz | 2019-02-11 | 1 | -0/+12 |
| | |||||
* | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 1 | -0/+6 |
| | |||||
* | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 1 | -3/+33 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 2 | -2/+32 |
| | |||||
* | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 1 | -2/+9 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 1 | -0/+5 |
| | |||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -4/+29 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | Add test regarding tmp directory | Chocobozzz | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'move-utils-to-shared' of ↵ | Chocobozzz | 2018-12-07 | 1 | -1/+1 |
| | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared | ||||
* | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵ | buoyantair | 2018-11-20 | 6 | -8/+10 |
| | | | | move-utils-to-shared | ||||
* | Fix dependency issues | buoyantair | 2018-10-29 | 4 | -5/+5 |
| | |||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 10 | -0/+1126 |
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 |