aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/live.ts
Commit message (Collapse)AuthorAgeFilesLines
* Allow to update a live with untouched privacyChocobozzz2023-04-141-1/+7
|
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-2/+45
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-0/+17
|
* Reimplement a typed omit functionChocobozzz2022-08-171-4/+2
|
* Fix lintChocobozzz2022-07-131-1/+1
|
* Support live session in serverChocobozzz2022-05-031-0/+46
|
* Save replay of permanent live in clientChocobozzz2022-05-031-6/+0
|
* Fix lintChocobozzz2022-04-221-1/+0
|
* Fix getting live by anonymous userChocobozzz2022-04-221-5/+23
|
* Add ability to save replay of permanent livesChocobozzz2022-04-211-6/+0
|
* Add latency setting supportChocobozzz2022-03-091-2/+30
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-2/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Limit live bitrateChocobozzz2021-08-061-2/+2
|
* Reorganize importsChocobozzz2021-07-201-3/+2
|
* Refactor requestsChocobozzz2021-07-201-7/+7
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-15/+15
|
* Introduce videos commandChocobozzz2021-07-201-3/+2
|
* Introduce user commandChocobozzz2021-07-201-11/+9
|
* Introduce login commandChocobozzz2021-07-201-4/+3
|
* Introduce server commandsChocobozzz2021-07-201-15/+14
|
* Shorter live methodsChocobozzz2021-07-201-26/+26
|
* Introduce live commandChocobozzz2021-07-201-36/+36
|
* Introduce config commandChocobozzz2021-07-201-31/+44
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-19/+21
|
* Faster ci using compiled ts filesChocobozzz2021-06-151-6/+6
|
* Fix testsChocobozzz2021-01-261-4/+4
|
* Fix tests timeoutChocobozzz2020-12-141-2/+2
|
* Fix live testsChocobozzz2020-12-091-3/+3
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-21/+22
|
* Add permanent live supportChocobozzz2020-12-031-1/+14
|
* Add save replay live testsChocobozzz2020-11-091-5/+2
|
* Add check constraints live testsChocobozzz2020-11-091-0/+16
|
* Add check params live testsChocobozzz2020-11-091-0/+410