aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils/videos
Commit message (Collapse)AuthorAgeFilesLines
* Shared utils -> extra-utilsChocobozzz2019-04-2412-1619/+0
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-33/+18
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-1/+3
|
* add quarantine videos feature (#1637)Josh Morel2019-04-022-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 playlistsChocobozzz2019-03-191-1/+1
|
* Add playlist updatedAt testsChocobozzz2019-03-181-2/+4
|
* Add videos playlist exist testsChocobozzz2019-03-181-1/+15
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-0/+12
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-1/+0
|
* Add playlist rest testsChocobozzz2019-03-183-13/+151
|
* Add playlist check param testsChocobozzz2019-03-181-14/+16
|
* Playlist server APIChocobozzz2019-03-183-33/+241
|
* remove duplicate uploadVideo.originallyPublishedAtJosh Morel2019-02-131-3/+0
| | | | duplicate was appending as array to form-data
* Refractor published date on video importChocobozzz2019-02-121-1/+0
|
* Import original publication date (CLI)Andrés Maldonado2019-02-121-0/+5
| | | | | * Import original publication date when importing a video from YouTube using the CLI * Fix lint issues
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-0/+12
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-0/+6
|
* Use a single file instead of segments for HLSChocobozzz2019-02-111-3/+33
|
* Add hls support on serverChocobozzz2019-02-112-2/+32
|
* Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-2/+9
|
* Add import finished and video published notifsChocobozzz2019-01-091-0/+5
|
* Add history on server sideChocobozzz2018-12-181-4/+29
| | | | Add ability to disable, clear and list user videos history
* Add test regarding tmp directoryChocobozzz2018-12-111-1/+1
|
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-071-1/+1
| | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
* Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-206-8/+10
| | | | move-utils-to-shared
* Fix dependency issuesbuoyantair2018-10-294-5/+5
|
* Move utils to /sharedbuoyantair2018-10-2910-0/+1126
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336