Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to search by URL with query params | Chocobozzz | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | Force live type specification in first step | Chocobozzz | 2021-10-15 | 2 | -4/+4 |
| | |||||
* | Remove old federation compatibility | Chocobozzz | 2021-10-15 | 1 | -3/+0 |
| | |||||
* | Fix user subscription follows count | Chocobozzz | 2021-10-14 | 1 | -17/+9 |
| | |||||
* | Fix actor follow counts calculation | Chocobozzz | 2021-10-13 | 1 | -9/+10 |
| | |||||
* | Process slow followers in unicast job queue | Chocobozzz | 2021-10-13 | 2 | -10/+36 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 7 | -14/+14 |
| | |||||
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for saving video files to object storage * Add support for custom url generation on s3 stored files Uses two config keys to support url generation that doesn't directly go to (compatible s3). Can be used to generate urls to any cache server or CDN. * Upload files to s3 concurrently and delete originals afterwards * Only publish after move to object storage is complete * Use base url instead of url template * Fix mistyped config field * Add rudenmentary way to download before transcode * Implement Chocobozzz suggestions https://github.com/Chocobozzz/PeerTube/pull/4290#issuecomment-891670478 The remarks in question: Try to use objectStorage prefix instead of s3 prefix for your function/variables/config names Prefer to use a tree for the config: s3.streaming_playlists_bucket -> object_storage.streaming_playlists.bucket Use uppercase for config: S3.STREAMING_PLAYLISTS_BUCKETINFO.bucket -> OBJECT_STORAGE.STREAMING_PLAYLISTS.BUCKET (maybe BUCKET_NAME instead of BUCKET) I suggest to rename moveJobsRunning to pendingMovingJobs (or better, create a dedicated videoJobInfo table with a pendingMove & videoId columns so we could also use this table to track pending transcoding jobs) https://github.com/Chocobozzz/PeerTube/pull/4290/files#diff-3e26d41ca4bda1de8e1747af70ca2af642abcc1e9e0bfb94239ff2165acfbde5R19 uses a string instead of an integer I think we should store the origin object storage URL in fileUrl, without base_url injection. Instead, inject the base_url at "runtime" so admins can easily change this configuration without running a script to update DB URLs * Import correct function * Support multipart upload * Remove import of node 15.0 module stream/promises * Extend maximum upload job length Using the same value as for redundancy downloading seems logical * Use dynamic part size for really large uploads Also adds very small part size for local testing * Fix decreasePendingMove query * Resolve various PR comments * Move to object storage after optimize * Make upload size configurable and increase default * Prune webtorrent files that are stored in object storage * Move files after transcoding jobs * Fix federation * Add video path manager * Support move to external storage job in client * Fix live object storage tests Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Refactor notifier | Chocobozzz | 2021-08-02 | 1 | -1/+11 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 2 | -12/+13 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 2 | -2/+18 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 3 | -3/+3 |
| | |||||
* | Fix webfinger tls only | Chocobozzz | 2021-07-01 | 1 | -2/+2 |
| | |||||
* | Fix hooks definition | Chocobozzz | 2021-07-01 | 1 | -1/+3 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -2/+2 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 9 | -26/+76 |
| | |||||
* | Fix prune storage tests | Chocobozzz | 2021-06-17 | 1 | -8/+12 |
| | |||||
* | Refactor live manager | Chocobozzz | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | Resolve object id from actors too | Chocobozzz | 2021-06-16 | 2 | -0/+4 |
| | |||||
* | Fix missing transactions | Chocobozzz | 2021-06-15 | 4 | -16/+15 |
| | |||||
* | Remove unnecessary await | Chocobozzz | 2021-06-15 | 1 | -1/+1 |
| | |||||
* | Use a global request timeout | Chocobozzz | 2021-06-15 | 2 | -7/+4 |
| | |||||
* | Handle short video links | Chocobozzz | 2021-06-14 | 1 | -0/+2 |
| | |||||
* | Improve captions AP updater | Chocobozzz | 2021-06-14 | 1 | -3/+0 |
| | |||||
* | Optimize AP video captions update | Chocobozzz | 2021-06-09 | 1 | -4/+21 |
| | |||||
* | Cache refresh actor promise | Chocobozzz | 2021-06-09 | 2 | -11/+25 |
| | |||||
* | Fix actor image update | Chocobozzz | 2021-06-08 | 1 | -4/+4 |
| | |||||
* | Try to speed up AP update transaction | Chocobozzz | 2021-06-08 | 6 | -35/+37 |
| | |||||
* | Add logs for refresh functions | Chocobozzz | 2021-06-08 | 3 | -3/+11 |
| | |||||
* | Log rate AP fetch error as info | Chocobozzz | 2021-06-08 | 1 | -1/+1 |
| | | | | | It's not really a warning, we could have many invalid rates in the federation | ||||
* | Fix video upload with a capitalized ext | Chocobozzz | 2021-06-08 | 1 | -2/+2 |
| | |||||
* | Fix process delete promise return | Chocobozzz | 2021-06-07 | 1 | -1/+1 |
| | |||||
* | createThumbnail -> updateThumbnail | Chocobozzz | 2021-06-04 | 2 | -5/+5 |
| | |||||
* | fetch -> load | Chocobozzz | 2021-06-03 | 4 | -12/+12 |
| | | | | avoid confusion with AP fetch functions | ||||
* | Move middleware utils in middlewares | Chocobozzz | 2021-06-03 | 7 | -6/+74 |
| | | | | helpers modules should not import models | ||||
* | Add tags to AP rate logger | Chocobozzz | 2021-06-03 | 1 | -2/+4 |
| | |||||
* | Refactor AP video logger tags | Chocobozzz | 2021-06-03 | 5 | -18/+22 |
| | |||||
* | Refactor AP actors | Chocobozzz | 2021-06-03 | 21 | -666/+714 |
| | |||||
* | Refactor AP playlists | Chocobozzz | 2021-06-03 | 13 | -310/+399 |
| | |||||
* | Add tags to logs in AP videos | Chocobozzz | 2021-06-02 | 6 | -24/+42 |
| | |||||
* | Refactor sync attributes | Chocobozzz | 2021-06-02 | 1 | -37/+50 |
| | |||||
* | Refactor getOrCreateAPVideo | Chocobozzz | 2021-06-02 | 15 | -203/+220 |
| | |||||
* | Move AP video channel creation | Chocobozzz | 2021-06-02 | 5 | -83/+47 |
| | |||||
* | Refactor AP video create/update | Chocobozzz | 2021-06-02 | 9 | -490/+455 |
| | |||||
* | Refactor AP video update | Chocobozzz | 2021-06-02 | 11 | -936/+1061 |
| | |||||
* | Process redundancy stats in series | Chocobozzz | 2021-06-01 | 1 | -1/+1 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -2/+1 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 11 | -34/+34 |
| | |||||
* | Update channel updatedAt when uploading a video | Chocobozzz | 2021-05-10 | 2 | -2/+3 |
| | |||||
* | Fix remote actor creation date | Chocobozzz | 2021-05-07 | 1 | -0/+4 |
| |