aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/import.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+1
|/
* Refractor audit user identifierChocobozzz2018-09-191-3/+3
* Correctly migrate to fs-extraChocobozzz2018-08-271-3/+3
* Add torrent testsChocobozzz2018-08-081-2/+4
* Add import.video.torrent configurationChocobozzz2018-08-081-3/+7
* Import torrents with webtorrentChocobozzz2018-08-081-12/+45
* Import magnets with webtorrentChocobozzz2018-08-081-37/+105
* Add tests regarding video importChocobozzz2018-08-061-4/+5
* Add import http enabled configurationChocobozzz2018-08-061-2/+2
* Add audit logs for video importChocobozzz2018-08-061-7/+4
* Remove ability to delete video importsChocobozzz2018-08-061-20/+1
* Add ability to remove a video importChocobozzz2018-08-061-2/+10
* Add ability to import video with youtube-dlChocobozzz2018-08-061-0/+151