aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/upload.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix upload notificationChocobozzz2022-08-091-0/+9
* Use bullmq job dependencyChocobozzz2022-08-091-38/+30
* Move to bullmqChocobozzz2022-08-091-2/+2
* Rename video full loadingChocobozzz2022-06-281-1/+1
* store uploaded video filename (#4885)kontrollanten2022-06-211-0/+7
* Add video edition finished notificationChocobozzz2022-03-221-2/+2
* Process video torrents in orderChocobozzz2022-03-161-36/+28
* Refactor user build and express file middlewaresChocobozzz2022-03-041-12/+3
* Add basic video editor supportChocobozzz2022-02-281-4/+4
* Upgrade uploadx dependencyChocobozzz2022-01-181-4/+1
* Move uuid stuff in extra utilsChocobozzz2021-12-291-2/+2
* Fix shared importsChocobozzz2021-12-241-2/+1
* Fix audio only transcodingChocobozzz2021-12-231-7/+10
* Move test functions outside extra-utilsChocobozzz2021-12-171-2/+1
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-2/+2
* Add upload/import/go live video attributes hooksChocobozzz2021-12-101-1/+2
* 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