aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/import.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add filter hooks testsChocobozzz2019-07-241-1/+1
* Fix video import if autoblacklist is enabledChocobozzz2019-06-071-6/+10
* Upgrade sequelizeChocobozzz2019-04-241-11/+5
* Update sequelizeChocobozzz2019-04-241-2/+1
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-22/+48
* 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-3/+7
* Cleanup express locals typingsChocobozzz2019-03-191-2/+2
* Import original publication date (web UI)Andrés Maldonado2019-02-121-1/+2
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-14/+7
|\
| * Use move instead renameChocobozzz2018-12-111-2/+2
| * Support additional video extensionsChocobozzz2018-12-111-9/+2
| * Add tmp and redundancy directoriesChocobozzz2018-12-041-3/+3
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-1/+1