aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/job.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use got instead of requestChocobozzz2021-03-241-1/+1
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-0/+1
|
* Fix broken local actorsChocobozzz2021-02-261-0/+5
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Guess if we need to generate the thumbnail for importsChocobozzz2021-02-121-2/+0
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-0/+1
|
* Add priority to transcoding jobsChocobozzz2021-01-251-0/+1
| | | | | | | | | | (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
* Refactor transcoding job handlersChocobozzz2021-01-211-5/+5
|
* Support progress for ffmpeg tasksChocobozzz2021-01-211-0/+1
|
* Fix (again) youtube importChocobozzz2021-01-191-2/+0
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-0/+1
| | | | | | | | | | | | | | * 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
* Refactor jobs stateChocobozzz2020-12-141-1/+1
|
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+5
|
* Don't use @shared in modelsChocobozzz2020-08-271-2/+2
| | | | So other projects can use them
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-2/+5
| | | | | | | | | | | * 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>
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-1/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-041-0/+100
|
* Move to eslintcontainChocobozzz2020-02-031-13/+14
|
* Add ability to list redundanciesChocobozzz2020-01-281-1/+2
|
* Add ability to filter per job typeChocobozzz2019-12-041-3/+3
|
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
|
* Delete invalid or deleted remote videosChocobozzz2018-11-201-1/+2
|
* Bufferize videos views in redisChocobozzz2018-08-301-1/+2
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-1/+2
|
* Migrate to bullChocobozzz2018-07-111-2/+3
|
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-0/+1
|
* Move server follow in the job queueChocobozzz2018-04-181-0/+1
| | | | It helps to track follow errors
* Add stats routeChocobozzz2018-02-281-0/+17