]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/controllers/api/videos/live.ts
Support live session in server
[github/Chocobozzz/PeerTube.git] / server / controllers / api / videos / live.ts
2022-05-03  ChocobozzzSupport live session in server
2022-04-22  ChocobozzzFix getting live by anonymous user
2022-03-11  ChocobozzzMerge remote-tracking branch 'weblate/develop' into...
2022-03-09  ChocobozzzAdd latency setting support
2022-03-08  ChocobozzzMerge branch 'release/4.1.0' into develop
2022-03-04  ChocobozzzMerge branch 'release/4.1.0' into develop
2022-03-04  ChocobozzzMerge branch 'release/4.1.0' into develop
2022-03-04  ChocobozzzRefactor user build and express file middlewares
2022-01-10  ChocobozzzMerge branch 'release/4.0.0' into develop
2022-01-06  ChocobozzzMerge branch 'release/4.0.0' into develop
2021-12-29  ChocobozzzMove uuid stuff in extra utils
2021-12-24  ChocobozzzFix shared imports
2021-12-17  ChocobozzzMove test functions outside extra-utils
2021-12-16  lutangarchore(refactor): remove shared folder dependencies...
2021-12-13  ChocobozzzMerge branch 'release/4.0.0' into develop
2021-12-10  ChocobozzzAdd upload/import/go live video attributes hooks
2021-11-25  lutangarAdd `req` and `res` as controllers hooks parameters
2021-08-27  ChocobozzzesModuleInterop to true
2021-08-26  ChocobozzzRemove useless async
2021-08-05  ChocobozzzMerge branch 'release/3.3.0' into develop
2021-07-30  ChocobozzzMerge branch 'release/3.3.0' into develop
2021-07-29  ChocobozzzMerge branch 'release/3.3.0' into develop
2021-07-26  ChocobozzzMerge branch 'release/3.3.0' into develop
2021-07-23  ChocobozzzMerge branch 'release/3.3.0' into develop
2021-07-21  ChocobozzzMerge branch 'next' into develop
2021-07-20  ChocobozzzRefactor requests
2021-07-20  ChocobozzzMerge branch 'master' into release/3.3.0
2021-06-29  ChocobozzzSupport short uuid for GET video/playlist
2021-06-04  ChocobozzzcreateThumbnail -> updateThumbnail
2021-06-02  Rigel Kentrefactor API errors to standard error format
2020-12-07  Rigel Kentreplace numbers with typed http status codes (#3409)
2020-12-03  ChocobozzzAdd permanent live support
2020-11-20  ChocobozzzFix incorrect IDs in AP federation
2020-11-09  ChocobozzzAdd live server hooks
2020-11-09  ChocobozzzBegin live tests
2020-11-09  ChocobozzzAdd ability to save live replay
2020-11-09  ChocobozzzRefactor video creation
2020-11-09  ChocobozzzLive streaming implementation first step