Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use got instead of request | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 1 | -0/+1 |
| | |||||
* | Fix broken local actors | Chocobozzz | 2021-02-26 | 1 | -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 imports | Chocobozzz | 2021-02-12 | 1 | -2/+0 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 1 | -0/+1 |
| | |||||
* | Add priority to transcoding jobs | Chocobozzz | 2021-01-25 | 1 | -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 handlers | Chocobozzz | 2021-01-21 | 1 | -5/+5 |
| | |||||
* | Support progress for ffmpeg tasks | Chocobozzz | 2021-01-21 | 1 | -0/+1 |
| | |||||
* | Fix (again) youtube import | Chocobozzz | 2021-01-19 | 1 | -2/+0 |
| | |||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 1 | -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 state | Chocobozzz | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | Add watch messages if live has not started | Chocobozzz | 2020-11-09 | 1 | -0/+5 |
| | |||||
* | Don't use @shared in models | Chocobozzz | 2020-08-27 | 1 | -2/+2 |
| | | | | So other projects can use them | ||||
* | Add server plugin filter hooks for import with torrent and url (#2621) | Rigel Kent | 2020-05-14 | 1 | -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 validity | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 1 | -0/+100 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -13/+14 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 1 | -1/+2 |
| | |||||
* | Add ability to filter per job type | Chocobozzz | 2019-12-04 | 1 | -3/+3 |
| | |||||
* | Rename video-file job to video-transcoding | Chocobozzz | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | Delete invalid or deleted remote videos | Chocobozzz | 2018-11-20 | 1 | -1/+2 |
| | |||||
* | Bufferize videos views in redis | Chocobozzz | 2018-08-30 | 1 | -1/+2 |
| | |||||
* | Add ability to import video with youtube-dl | Chocobozzz | 2018-08-06 | 1 | -1/+2 |
| | |||||
* | Migrate to bull | Chocobozzz | 2018-07-11 | 1 | -2/+3 |
| | |||||
* | Add create-import-video-file-job command | Florent Fayolle | 2018-06-07 | 1 | -0/+1 |
| | |||||
* | Move server follow in the job queue | Chocobozzz | 2018-04-18 | 1 | -0/+1 |
| | | | | It helps to track follow errors | ||||
* | Add stats route | Chocobozzz | 2018-02-28 | 1 | -0/+17 |