aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/video-import.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | * 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
* 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
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* Fix (again) youtube importChocobozzz2021-01-191-1/+1
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-1/+5
| | | | | | | | | | | | | | * 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
* 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
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* Avoir some circular dependenciesChocobozzz2020-05-041-20/+3
|
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-201-35/+7
| | | | | | | | | | | * 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>
* Support audio files importChocobozzz2020-04-031-14/+21
|
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Add ability to disable webtorrentChocobozzz2019-11-251-6/+6
| | | | In favour of HLS
* 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
| | | | | | | | | | | | | | | | | | | | * 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
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
|
* Add import finished and video published notifsChocobozzz2019-01-091-0/+3
|
* Add notification settings migrationChocobozzz2019-01-091-3/+4
|
* Add user notification base codeChocobozzz2019-01-091-0/+2
|
* Use move instead renameChocobozzz2018-12-111-2/+2
| | | | To avoid EXDEV errors
* Add tmp and redundancy directoriesChocobozzz2018-12-041-5/+4
|
* Fix images size when downloading themChocobozzz2018-11-161-5/+5
|
* Add timeout on youtube dl to cleaup filesChocobozzz2018-10-011-3/+3
|
* Correctly delete files on failed importChocobozzz2018-10-011-2/+2
|
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-1/+1
|
* Correctly migrate to fs-extraChocobozzz2018-08-271-3/+3
|
* Correct webtorrent download cleanupChocobozzz2018-08-081-1/+1
|
* Add torrent testsChocobozzz2018-08-081-4/+4
|
* Add import.video.torrent configurationChocobozzz2018-08-081-2/+7
|
* Import torrents with webtorrentChocobozzz2018-08-081-3/+9
|
* Import magnets with webtorrentChocobozzz2018-08-081-16/+83
|
* Add tests regarding video importChocobozzz2018-08-061-2/+3
|
* Remove ability to delete video importsChocobozzz2018-08-061-10/+24
| | | | Users should remove the linked video instead
* Correctly handle video import errorsChocobozzz2018-08-061-1/+2
|