Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix lint | Chocobozzz | 2021-06-15 | 1 | -1/+0 | |
| | ||||||
* | Fix missing transactions | Chocobozzz | 2021-06-15 | 1 | -27/+23 | |
| | ||||||
* | Use a global request timeout | Chocobozzz | 2021-06-15 | 2 | -4/+1 | |
| | ||||||
* | Cache refresh actor promise | Chocobozzz | 2021-06-09 | 1 | -1/+1 | |
| | ||||||
* | Fix lint | Chocobozzz | 2021-06-08 | 2 | -2/+0 | |
| | ||||||
* | Fix video upload with a capitalized ext | Chocobozzz | 2021-06-08 | 2 | -2/+4 | |
| | ||||||
* | fetch -> load | Chocobozzz | 2021-06-03 | 1 | -2/+2 | |
| | | | | avoid confusion with AP fetch functions | |||||
* | Move middleware utils in middlewares | Chocobozzz | 2021-06-03 | 2 | -3/+2 | |
| | | | | helpers modules should not import models | |||||
* | Refactor AP actors | Chocobozzz | 2021-06-03 | 3 | -4/+4 | |
| | ||||||
* | Refactor AP playlists | Chocobozzz | 2021-06-03 | 2 | -2/+2 | |
| | ||||||
* | Refactor AP video update | Chocobozzz | 2021-06-02 | 1 | -1/+1 | |
| | ||||||
* | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 1 | -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 | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -2/+2 | |
| | ||||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 6 | -21/+21 | |
| | ||||||
* | Move transcoding files in their own directory | Chocobozzz | 2021-05-11 | 2 | -2/+2 | |
| | ||||||
* | Use a class for youtube-dl | Chocobozzz | 2021-05-11 | 1 | -2/+5 | |
| | ||||||
* | Fix lint | Chocobozzz | 2021-05-05 | 1 | -1/+0 | |
| | ||||||
* | Fix transcoding job priority | Chocobozzz | 2021-05-05 | 1 | -3/+3 | |
| | | | | | New resolution jobs are also important if waiting for transcoding is enabled since we publish the video after the first resolution generation | |||||
* | Fix AP security tests | Chocobozzz | 2021-03-24 | 1 | -3/+3 | |
| | ||||||
* | Fix 404 AP status codes | Chocobozzz | 2021-03-24 | 1 | -22/+27 | |
| | ||||||
* | Use got instead of request | Chocobozzz | 2021-03-24 | 4 | -17/+13 | |
| | ||||||
* | Refactor a little bit AP validators | Chocobozzz | 2021-03-24 | 1 | -3/+6 | |
| | ||||||
* | Rename request timeout | Chocobozzz | 2021-03-03 | 2 | -9/+9 | |
| | ||||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 3 | -1/+205 | |
| | ||||||
* | Fix broken local actors | Chocobozzz | 2021-02-26 | 2 | -0/+25 | |
| | | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons | |||||
* | Correctly wait transcoding before federating | Chocobozzz | 2021-02-22 | 1 | -16/+22 | |
| | ||||||
* | Cleanup | Chocobozzz | 2021-02-18 | 2 | -2/+2 | |
| | ||||||
* | Add video files migration | Chocobozzz | 2021-02-18 | 1 | -21/+16 | |
| | ||||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 4 | -11/+15 | |
| | ||||||
* | Remove previous thumbnail if needed | Chocobozzz | 2021-02-16 | 2 | -4/+20 | |
| | ||||||
* | Guess if we need to generate the thumbnail for imports | Chocobozzz | 2021-02-12 | 1 | -15/+6 | |
| | ||||||
* | Painfully debug concurrent import jobs | Chocobozzz | 2021-02-09 | 1 | -22/+41 | |
| | ||||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 2 | -21/+35 | |
| | ||||||
* | Fix HLS generation after import script | Chocobozzz | 2021-02-02 | 2 | -2/+13 | |
| | ||||||
* | Transcode audio uploads to lower resolutions | Chocobozzz | 2021-02-02 | 1 | -0/+2 | |
| | | | | Better consistency | |||||
* | Correctly remove torrents with HLS only | Chocobozzz | 2021-02-01 | 1 | -0/+1 | |
| | ||||||
* | Safely remove webtorrent files | Chocobozzz | 2021-01-25 | 1 | -4/+6 | |
| | | | | Only remove them on max quality HLS playlist generation | |||||
* | Add priority to transcoding jobs | Chocobozzz | 2021-01-25 | 4 | -37/+65 | |
| | | | | | | | | | | (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 | 3 | -71/+136 | |
| | ||||||
* | Support progress for ffmpeg tasks | Chocobozzz | 2021-01-21 | 1 | -4/+5 | |
| | ||||||
* | Fix (again) youtube import | Chocobozzz | 2021-01-19 | 1 | -1/+1 | |
| | ||||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 1 | -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 | |||||
* | Fix build | Chocobozzz | 2020-12-22 | 1 | -1/+1 | |
| | ||||||
* | Force HLS transcoding | Chocobozzz | 2020-12-22 | 1 | -8/+18 | |
| | | | | | | Fix weird behaviour with some web browsers. Don't really know if it's a ffmpeg bug, a safari bug or a peertube bug, but forcing transcoding seems to fix this playback bug | |||||
* | Refactor jobs state | Chocobozzz | 2020-12-14 | 1 | -12/+15 | |
| | ||||||
* | add display of logs matching any state | Rigel Kent | 2020-12-13 | 1 | -5/+8 | |
| | ||||||
* | Live views update | Chocobozzz | 2020-12-09 | 1 | -1/+1 | |
| | ||||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -11/+10 | |
| | ||||||
* | Fix replay last segments loop | Chocobozzz | 2020-12-07 | 1 | -12/+3 | |
| | ||||||
* | Fix lint | Chocobozzz | 2020-12-04 | 1 | -1/+1 | |
| |