aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live/live-save-replay.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix broken replay with long live video nameChocobozzz2023-06-291-1/+1
* Fix lintChocobozzz2023-05-241-15/+15
* Increase test timeoutsChocobozzz2023-05-111-14/+14
* Correctly wait for live segment generationChocobozzz2023-05-111-13/+15
* Increase timeoutChocobozzz2023-05-091-1/+1
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-75/+189
* Correctly delete live files from object storageChocobozzz2022-10-251-9/+9
* Cleanup tests importsChocobozzz2022-08-171-3/+1
* We don't need to import mochaChocobozzz2022-08-171-1/+0
* Clearer live sessionChocobozzz2022-07-221-0/+8
* Fix videos statsChocobozzz2022-07-081-2/+2
* Fix fast restream in saved permanent liveChocobozzz2022-06-231-41/+0
* Fix live ending job that breaks new live sessionChocobozzz2022-06-161-0/+7
* Fix saving permanent live replay on quick restreamChocobozzz2022-05-251-0/+34
* Support live session in serverChocobozzz2022-05-031-1/+71
* Fix getting live by anonymous userChocobozzz2022-05-031-100/+50
* Add ability to save replay of permanent livesChocobozzz2022-04-211-18/+137
* Move test functions outside extra-utilsChocobozzz2021-12-171-3/+3
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-20/+10
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-7/+7
* Reorganize importsChocobozzz2021-07-201-3/+2
* Refactor requestsChocobozzz2021-07-201-1/+1
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
* Shorter server command namesChocobozzz2021-07-201-26/+26
* Introduce videos commandChocobozzz2021-07-201-26/+22
* Introduce blacklist commandChocobozzz2021-07-201-3/+2
* Shorter live methodsChocobozzz2021-07-201-4/+4
* Introduce live commandChocobozzz2021-07-201-17/+12
* Introduce config commandChocobozzz2021-07-201-10/+11
* Refactor a little bit live testsChocobozzz2021-05-071-9/+2
* Fix stats testsChocobozzz2021-02-191-3/+16
* Try to speed up server testsChocobozzz2021-02-191-8/+21
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-0/+1
* Use -1 for max live duration unlimitedChocobozzz2020-12-151-1/+1
* Fix tests timeoutChocobozzz2020-12-141-1/+3
* Fix live testsChocobozzz2020-12-091-7/+7
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-16/+17
* Add save replay live testsChocobozzz2020-11-091-0/+307