aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/video-import.ts
Commit message (Expand)AuthorAgeFilesLines
* Limit import depending on transcoding resolutionsChocobozzz2022-08-091-2/+7
* Rename video full loadingChocobozzz2022-06-281-1/+1
* Add video edition finished notificationChocobozzz2022-03-221-2/+2
* Add basic video editor supportChocobozzz2022-02-281-4/+4
* Fix import timeout inconsistencyChocobozzz2022-02-091-3/+3
* Add ability to filter my imports by target URLChocobozzz2022-01-191-4/+4
* Add ability to cancel & delete video importsChocobozzz2022-01-191-14/+15
* Fix shared importsChocobozzz2021-12-241-5/+6
* Fix video import transcodingChocobozzz2021-12-231-2/+2
* Fix audio only transcodingChocobozzz2021-12-231-5/+11
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-1/+1
* Rewrite youtube-dl importChocobozzz2021-10-221-3/+3
* More robust webtorrent redundancy downloadChocobozzz2021-09-061-1/+1
* esModuleInterop to trueChocobozzz2021-08-271-4/+4
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-6/+10
* Improve target bitrate calculationChocobozzz2021-08-061-3/+3
* Refactor notifierChocobozzz2021-08-021-2/+2
* Generate random uuid for video filesChocobozzz2021-07-261-2/+2
* Fix lintChocobozzz2021-06-081-1/+0
* Fix video upload with a capitalized extChocobozzz2021-06-081-1/+2
* Instance homepage support (#4007)Chocobozzz2021-05-271-3/+3
* Use a class for youtube-dlChocobozzz2021-05-111-2/+5
* CleanupChocobozzz2021-02-181-1/+1
* Dissociate video file names and video uuidChocobozzz2021-02-181-3/+5
* Remove previous thumbnail if neededChocobozzz2021-02-161-2/+10
* Guess if we need to generate the thumbnail for importsChocobozzz2021-02-121-15/+6
* Painfully debug concurrent import jobsChocobozzz2021-02-091-22/+41
* Add priority to transcoding jobsChocobozzz2021-01-251-2/+2
* Fix (again) youtube importChocobozzz2021-01-191-1/+1
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-1/+5
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
* Check live duration and sizeChocobozzz2020-11-091-1/+2
* Split types and typingsChocobozzz2020-06-181-2/+2
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-19/+57
* Avoir some circular dependenciesChocobozzz2020-05-041-20/+3
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-201-35/+7
* Support audio files importChocobozzz2020-04-031-14/+21
* Move to eslintcontainChocobozzz2020-02-031-1/+1
* Add ability to disable webtorrentChocobozzz2019-11-251-6/+6
* Add auto follow back support for instancesChocobozzz2019-09-041-1/+4
* Cleanup model typesChocobozzz2019-08-201-11/+11
* Stronger model typingsChocobozzz2019-08-191-17/+21
* Correctly notify on auto blacklistChocobozzz2019-07-241-2/+2
* Add audio support in uploadChocobozzz2019-05-161-0/+1
* Upgrade sequelizeChocobozzz2019-04-241-13/+7
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-18/+23
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+2
* Move config in its own fileChocobozzz2019-04-111-2/+3
* add quarantine videos feature (#1637)Josh Morel2019-04-021-1/+6
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1