Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add debug messages to webtorrent tests | Chocobozzz | 2021-09-02 | 1 | -2/+17 |
| | |||||
* | Add peertube import test | Chocobozzz | 2021-08-27 | 1 | -0/+3 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 2 | -2/+2 |
| | |||||
* | Optimize torrent URL update | Chocobozzz | 2021-08-18 | 1 | -0/+7 |
| | |||||
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 2 | -3/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -0/+14 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 1 | -3/+4 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Centralize test URLs | Chocobozzz | 2021-07-20 | 1 | -0/+32 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 2 | -4/+4 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 2 | -2/+2 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -1/+15 |
| | |||||
* | Introduce server commands | Chocobozzz | 2021-07-20 | 8 | -180/+190 |
| | |||||
* | Introduce sql command | Chocobozzz | 2021-07-20 | 4 | -169/+143 |
| | |||||
* | Correctly export misc files | Chocobozzz | 2021-07-20 | 2 | -64/+3 |
| | |||||
* | Use consistent margins | Chocobozzz | 2021-07-01 | 1 | -1/+1 |
| | |||||
* | Fix hooks definition | Chocobozzz | 2021-07-01 | 1 | -3/+10 |
| | |||||
* | Faster ci using compiled ts files | Chocobozzz | 2021-06-15 | 2 | -49/+17 |
| | |||||
* | Add size info in db for actor images | Chocobozzz | 2021-04-08 | 1 | -0/+6 |
| | |||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 1 | -0/+9 |
| | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | ||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 1 | -2/+11 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 1 | -1/+38 |
| | |||||
* | Update server dependencies | Chocobozzz | 2021-02-03 | 1 | -2/+3 |
| | |||||
* | Save logs on ci failure | Chocobozzz | 2020-12-14 | 1 | -0/+5 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -1/+2 |
| | |||||
* | Add logs to fixture generations | Chocobozzz | 2020-12-01 | 1 | -0/+3 |
| | |||||
* | Add live transcoding bit rate tests | Chocobozzz | 2020-11-25 | 1 | -4/+4 |
| | |||||
* | Do not transcode to an higher bitrate | Chocobozzz | 2020-11-20 | 1 | -1/+8 |
| | | | | Thanks bkil https://github.com/bkil | ||||
* | Add fixtures cache to github actions | Chocobozzz | 2020-08-24 | 1 | -2/+2 |
| | |||||
* | Remove unused gitlab ci env variables | Chocobozzz | 2020-08-24 | 2 | -3/+1 |
| | |||||
* | Don't rely on youtube for tests | Chocobozzz | 2020-07-31 | 1 | -4/+11 |
| | | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test | ||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 1 | -3/+3 |
| | |||||
* | space optimizations for `node_modules` and client stats removal | Rigel Kent | 2020-06-10 | 1 | -4/+4 |
| | | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807 | ||||
* | Update server dependencies | Chocobozzz | 2020-04-01 | 1 | -2/+2 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 2 | -10/+12 |
| | |||||
* | Fix transcoding | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
| | |||||
* | Add tests for video downscale framerate matching | Rigel Kent | 2020-01-29 | 1 | -1/+24 |
| | |||||
* | Cleanup server fixme | Chocobozzz | 2020-01-28 | 1 | -1/+0 |
| | |||||
* | Add avatar to prune script | Chocobozzz | 2019-08-09 | 1 | -0/+5 |
| | |||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 1 | -0/+9 |
| | |||||
* | Improve nginx client images cache | Chocobozzz | 2019-07-29 | 1 | -1/+5 |
| | |||||
* | Add gitlab ci support | Chocobozzz | 2019-07-29 | 2 | -6/+7 |
| | |||||
* | Add plugin API tests | Chocobozzz | 2019-07-24 | 1 | -0/+10 |
| | |||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 1 | -1/+4 |
| | | | | Install/uninstall/list plugins remotely | ||||
* | Add more CLI tests | Chocobozzz | 2019-06-13 | 1 | -2/+6 |
| | |||||
* | All API tests in parallel | Chocobozzz | 2019-05-15 | 1 | -17/+18 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 2 | -5/+9 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -1/+0 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 1 | -8/+9 |
| |