aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/server-commands/videos/live-command.ts
Commit message (Collapse)AuthorAgeFilesLines
* Feature/password protected videos (#5836)Wicklow2023-06-291-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add server endpoints * Refactoring test suites * Update server and add openapi documentation * fix compliation and tests * upload/import password protected video on client * add server error code * Add video password to update resolver * add custom message when sharing pw protected video * improve confirm component * Add new alert in component * Add ability to watch protected video on client * Cannot have password protected replay privacy * Add migration * Add tests * update after review * Update check params tests * Add live videos test * Add more filter test * Update static file privacy test * Update object storage tests * Add test on feeds * Add missing word * Fix tests * Fix tests on live videos * add embed support on password protected videos * fix style * Correcting data leaks * Unable to add password protected privacy on replay * Updated code based on review comments * fix validator and command * Updated code based on review comments
* Prevent object storage mock conflictsChocobozzz2023-05-231-10/+10
| | | | When running tests in parallel
* Correctly wait for live segment generationChocobozzz2023-05-111-1/+6
|
* Try to have more robust live testsChocobozzz2023-05-101-1/+1
|
* Add runner server testsChocobozzz2023-05-091-1/+1
|
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments
* Fix live with base url object storageChocobozzz2023-01-271-2/+10
|
* Use private ACL for private videos in s3Chocobozzz2022-10-241-3/+3
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-0/+26
|
* Wait segment sha processingChocobozzz2022-10-111-0/+9
|
* Fix live testsChocobozzz2022-10-111-16/+27
|
* Try to fix testsChocobozzz2022-10-101-0/+11
|
* Live supports object storageChocobozzz2022-10-041-10/+50
| | | | | | | | * Sync live files (segments, master playlist, resolution playlist, segment sha file) into object storage * Automatically delete them when the live ends * Segment sha file is now a file on disk, and not stored in memory anymore
* Reimplement a typed omit functionChocobozzz2022-08-171-3/+2
|
* Fix fast restream in saved permanent liveChocobozzz2022-06-231-4/+24
|
* Support live session in serverChocobozzz2022-05-031-1/+47
|
* Add ability to save replay of permanent livesChocobozzz2022-04-211-1/+1
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-1/+1
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-0/+155