Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused comments | Chocobozzz | 2021-10-08 | 1 | -1/+0 |
| | |||||
* | Fix silent 500 after resumable upload | Chocobozzz | 2021-09-09 | 1 | -8/+1 |
| | |||||
* | Don't force youtube-dl host | Chocobozzz | 2021-09-08 | 1 | -1/+1 |
| | |||||
* | Remove unused timeout option | Chocobozzz | 2021-09-07 | 1 | -2/+0 |
| | |||||
* | More robust webtorrent redundancy download | Chocobozzz | 2021-09-06 | 1 | -3/+3 |
| | | | | | Avoid issues with inconsistencies between magnet infohash and torrent infohash, blocking webtorrent upload that will timeout | ||||
* | forceConsistentCasingInFileNames to true | Chocobozzz | 2021-08-30 | 1 | -2/+3 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 15 | -103/+104 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -7/+2 |
| | |||||
* | Don't throw when there is no error | Chocobozzz | 2021-08-26 | 1 | -1/+3 |
| | |||||
* | Remove too much log for webtorrent download | Chocobozzz | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | More logs for webtorrent download | Chocobozzz | 2021-08-26 | 1 | -1/+8 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Support proxies for PeerTube (#4346) | smilekison | 2021-08-25 | 2 | -2/+44 |
| | | | | | | | | | | | * Updated with latest code * Updated Support proxies for PeerTube * Support Proxies for PeerTube (Updated with change request) * Cleanup proxy PR Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Remove useless condition | Chocobozzz | 2021-08-18 | 1 | -6/+2 |
| | |||||
* | Optimize torrent URL update | Chocobozzz | 2021-08-18 | 1 | -13/+48 |
| | |||||
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 1 | -14/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Improve target bitrate calculation | Chocobozzz | 2021-08-06 | 2 | -18/+33 |
| | |||||
* | Limit live bitrate | Chocobozzz | 2021-08-06 | 2 | -9/+25 |
| | |||||
* | Fix backend channel name validator consistency | Chocobozzz | 2021-08-05 | 1 | -2/+9 |
| | |||||
* | Log ffmpeg command | Chocobozzz | 2021-07-29 | 1 | -1/+5 |
| | |||||
* | Refactor search query options | Chocobozzz | 2021-07-29 | 1 | -0/+74 |
| | |||||
* | Search channels against handles and not names | Chocobozzz | 2021-07-29 | 1 | -0/+5 |
| | |||||
* | Add ability to search by uuids/actor names | Chocobozzz | 2021-07-28 | 1 | -0/+10 |
| | |||||
* | Filter host for channels and playlists search | Chocobozzz | 2021-07-28 | 1 | -29/+2 |
| | |||||
* | Refactor video links builders | Chocobozzz | 2021-07-26 | 1 | -1/+22 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 3 | -13/+38 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 2 | -3/+18 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 3 | -3/+3 |
| | |||||
* | Introduce debug command | Chocobozzz | 2021-07-20 | 1 | -5/+5 |
| | |||||
* | Fix youtube-dl import for peertube videos | Chocobozzz | 2021-07-16 | 1 | -1/+1 |
| | |||||
* | Use dns cache for requests | Chocobozzz | 2021-07-02 | 1 | -0/+1 |
| | | | | Prevent blocking issues in uv thread pool | ||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 3 | -38/+82 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2021-06-25 | 1 | -3/+1 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 1 | -2/+5 |
| | |||||
* | Use a global request timeout | Chocobozzz | 2021-06-15 | 1 | -1/+7 |
| | |||||
* | Use raw SQL for most of video queries | Chocobozzz | 2021-06-11 | 1 | -1/+1 |
| | |||||
* | Fetch directly all video attributes for get API | Chocobozzz | 2021-06-11 | 1 | -1/+1 |
| | |||||
* | Cache refresh actor promise | Chocobozzz | 2021-06-09 | 1 | -0/+21 |
| | |||||
* | Fix run committed transation | Chocobozzz | 2021-06-09 | 1 | -1/+3 |
| | |||||
* | Try to speed up AP update transaction | Chocobozzz | 2021-06-08 | 1 | -8/+17 |
| | |||||
* | Fix build | Chocobozzz | 2021-06-08 | 1 | -1/+1 |
| | |||||
* | Fix toEven | Chocobozzz | 2021-06-08 | 2 | -5/+3 |
| | |||||
* | Fix "height not divisible by 2" ffmpeg error | Chocobozzz | 2021-06-08 | 2 | -6/+26 |
| | |||||
* | Fix video upload with a capitalized ext | Chocobozzz | 2021-06-08 | 3 | -35/+64 |
| | |||||
* | Move middleware utils in middlewares | Chocobozzz | 2021-06-03 | 15 | -671/+8 |
| | | | | helpers modules should not import models | ||||
* | Refactor server errors handler | Chocobozzz | 2021-06-02 | 1 | -31/+1 |
| | |||||
* | Add tags to logs in AP videos | Chocobozzz | 2021-06-02 | 1 | -1/+4 |
| | |||||
* | correct error codes and backward compat | Rigel Kent | 2021-06-02 | 1 | -9/+9 |
| | |||||
* | refactor deprecated body-parser usage | Rigel Kent | 2021-06-02 | 1 | -2/+2 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 11 | -80/+106 |
| |