aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/import.ts
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* 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
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* 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
| | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* 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
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Cleanup express locals typingsChocobozzz2019-03-191-2/+2
|
* Import original publication date (web UI)Andrés Maldonado2019-02-121-1/+2
| | | | Import original publication date when importing a video from YouTube in the web UI
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-14/+7
|\
| * Use move instead renameChocobozzz2018-12-111-2/+2
| | | | | | | | To avoid EXDEV errors
| * 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
| |