aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/live.ts
Commit message (Collapse)AuthorAgeFilesLines
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Support live session in serverChocobozzz2022-05-031-1/+35
|
* Fix getting live by anonymous userChocobozzz2022-04-221-4/+14
|
* Add latency setting supportChocobozzz2022-03-091-3/+6
|
* Refactor user build and express file middlewaresChocobozzz2022-03-041-9/+1
|
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+1
| | | | Since it requires an external dependency
* Fix shared importsChocobozzz2021-12-241-2/+1
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-1/+1
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-1/+1
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Add upload/import/go live video attributes hooksChocobozzz2021-12-101-1/+3
|
* Add `req` and `res` as controllers hooks parameterslutangar2021-11-251-1/+1
| | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage.
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Remove useless asyncChocobozzz2021-08-261-2/+2
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-3/+4
|
* createThumbnail -> updateThumbnailChocobozzz2021-06-041-2/+2
|
* refactor API errors to standard error formatRigel Kent2021-06-021-1/+1
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-1/+2
|
* Add permanent live supportChocobozzz2020-12-031-0/+3
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-2/+2
|
* Add live server hooksChocobozzz2020-11-091-0/+3
|
* Begin live testsChocobozzz2020-11-091-2/+8
|
* Add ability to save live replayChocobozzz2020-11-091-6/+31
|
* Refactor video creationChocobozzz2020-11-091-25/+15
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+116