Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -648/+0 |
| | | | | Because they need dev dependencies | ||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 1 | -1/+3 |
| | |||||
* | Refactor video playlist middlewares | Chocobozzz | 2019-03-18 | 1 | -1/+0 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -5/+24 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 1 | -1/+24 |
| | |||||
* | 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 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -2/+11 |
| | |||||
* | 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 | 1 | -2/+3 |
| | | | | move-utils-to-shared | ||||
* | Fix dependency issues | buoyantair | 2018-10-29 | 1 | -2/+2 |
| | |||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -0/+576 |
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 |