aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/upload.ts
Commit message (Expand)AuthorAgeFilesLines
* Decrease time to cleanup resumable uploadsChocobozzz2021-12-031-6/+3
* Add `req` and `res` as controllers hooks parameterslutangar2021-11-251-4/+5
* Remove resumable cache after upload successChocobozzz2021-11-101-7/+19
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-6/+12
* Fix silent 500 after resumable uploadChocobozzz2021-09-091-4/+1
* Migrate to webdriverioChocobozzz2021-09-011-3/+3
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-12/+22
* Improve target bitrate calculationChocobozzz2021-08-061-1/+1
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-5/+7
* Generate random uuid for video filesChocobozzz2021-07-261-2/+2
* Refactor requestsChocobozzz2021-07-201-1/+1
* Support short uuid for GET video/playlistChocobozzz2021-06-291-0/+2
* Fix video upload with a capitalized extChocobozzz2021-06-081-2/+2
* refactor docMiddleware to support operationId-only formRigel Kent2021-06-041-4/+4
* Refactor server errors handlerChocobozzz2021-06-021-0/+4
* refactor API errors to standard error formatRigel Kent2021-06-021-2/+5
* Refactor a little bit controllersChocobozzz2021-05-121-0/+269