aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/import.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix transcoding failure when importing a videoChocobozzz2022-10-311-1/+1
* Channel sync (#5135)Florent2022-08-101-267/+51
* Use bullmq job dependencyChocobozzz2022-08-091-2/+2
* Limit import depending on transcoding resolutionsChocobozzz2022-08-091-1/+5
* Fix lintChocobozzz2022-07-131-1/+1
* Refactor user build and express file middlewaresChocobozzz2022-03-041-6/+1
* Add additional checks when importing a videoChocobozzz2022-02-091-1/+28
* Add ability to cancel & delete video importsChocobozzz2022-01-191-2/+46
* Fix shared importsChocobozzz2021-12-241-4/+3
* Ability for admins to set default upload valuesChocobozzz2021-12-141-3/+3
* Add upload/import/go live video attributes hooksChocobozzz2021-12-101-4/+13
* Rewrite youtube-dl importChocobozzz2021-10-221-5/+5
* More robust youtube-dl thumbnail importChocobozzz2021-10-111-2/+10
* Add peertube import testChocobozzz2021-08-271-1/+5
* esModuleInterop to trueChocobozzz2021-08-271-5/+5
* createThumbnail -> updateThumbnailChocobozzz2021-06-041-5/+5
* correct error codes and backward compatRigel Kent2021-06-021-1/+1
* refactor API errors to standard error formatRigel Kent2021-06-021-11/+10
* Instance homepage support (#4007)Chocobozzz2021-05-271-2/+2
* Refactor a little bit controllersChocobozzz2021-05-121-66/+94
* Stricter models typingChocobozzz2021-05-121-3/+6
* Error if importing a torrent with multiple filesChocobozzz2021-05-111-5/+15
* Use a class for youtube-dlChocobozzz2021-05-111-3/+6
* Remove previous thumbnail if neededChocobozzz2021-02-161-4/+6
* Generate a name for caption filesChocobozzz2021-02-161-18/+14
* Guess if we need to generate the thumbnail for importsChocobozzz2021-02-121-2/+0
* Fix (again) youtube importChocobozzz2021-01-191-2/+1
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-6/+6
* Upgrade sequelize to v6Chocobozzz2020-12-091-3/+2
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-1/+2
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-2/+2
* Refactor video creationChocobozzz2020-11-091-35/+37
* Split types and typingsChocobozzz2020-06-181-2/+2
* Update server dependenciesChocobozzz2020-06-171-1/+1
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
* Add licence and language support to y-dl importsChocobozzz2020-04-201-3/+3
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-201-6/+40
* Use originallyPublishedAt from body on import if it existsChocobozzz2020-04-171-1/+1
* Fix import captions testChocobozzz2020-04-151-1/+2
* Add getSubs to YoutubeDL video importkimsible2020-04-141-1/+28
* Support audio files importChocobozzz2020-04-031-1/+4
* Move to eslintcontainChocobozzz2020-02-031-11/+11
* Fix default true values when uploding videosChocobozzz2019-08-281-2/+2
* Bug fix logical and/or boolean selectorFrank Sträter2019-08-281-2/+2
* Type toFormattedJSONChocobozzz2019-08-201-5/+5
* Cleanup model typesChocobozzz2019-08-201-2/+2
* Fix testsChocobozzz2019-08-201-1/+5
* Stronger model typingsChocobozzz2019-08-191-16/+18
* Automatically update playlist thumbnailsChocobozzz2019-08-011-2/+2
* Correctly notify on auto blacklistChocobozzz2019-07-241-1/+8