aboutsummaryrefslogtreecommitdiffhomepage
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* Introduce experimental telemetryChocobozzz2022-07-061-6/+307
|
* Upgrade oauth2-serverChocobozzz2022-06-281-22/+21
|
* Introduce worker threads to process remote imagesChocobozzz2022-06-241-2/+40
|
* Upgrade server dependenciesChocobozzz2022-06-211-1743/+1714
|
* Upgrade vulnerable dependenciesChocobozzz2022-06-211-54/+177
|
* Fix video upload with some characters in filenameChocobozzz2022-05-171-4/+4
|
* Upgrade http signatureChocobozzz2022-05-101-4/+4
| | | | | To support hs2019 implementation of other federated softwaare that use rsa256 instead of rsa512
* Add use proxy for s3 (#4973)Chocobozzz2022-05-091-0/+41
| | | | | | | | | | | | | * Fix object storage to be accessible via proxy * fix lint * Use hpagent * Fix lint * Fix PR Co-authored-by: noellabo <noel.yoshiba@gmail.com>
* object-storage: @aws-sdk/lib-storage for multipart (#4903)kontrollanten2022-04-191-6/+37
| | | | | | | | | | | | | | | | | * object-storage: @aws-sdk/lib-storage for multipart * gitignore: add .DS_Store * test(object-storage): remove only * test(object-storage/multipart): generate video * fix lint issue * test(obj-storage/video): ensure file size * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix 2 hours limit on uploadsChocobozzz2022-04-191-4/+4
|
* Upgrade server dependenciesChocobozzz2022-04-151-217/+218
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-0/+18
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Upgrade server dependenciesChocobozzz2022-04-081-1007/+1080
|
* Update server dependenciesChocobozzz2022-03-211-1041/+1114
|
* Upgrade lru-cacheChocobozzz2022-02-101-1/+6
| | | | The bug has been fixed on their side
* Fix broken depChocobozzz2022-02-091-10/+5
|
* Update server dependenciesChocobozzz2022-02-091-904/+935
|
* Fix xml feed validityChocobozzz2022-02-091-4/+4
|
* Move to peertube feed forkChocobozzz2022-02-071-14/+15
|
* Remove fixed workaroundChocobozzz2022-01-211-17/+12
|
* Upgrade minor dependenciesChocobozzz2022-01-181-658/+691
|
* Upgrade uploadx dependencyChocobozzz2022-01-181-4/+4
|
* Update server dependenciesChocobozzz2022-01-141-999/+1044
|
* Stop using tsconfig registerChocobozzz2022-01-061-413/+87
| | | | Prefer to replace paths at compile time
* Migrate to --enable-source-maps optionChocobozzz2022-01-031-9/+1
|
* Fix types package dependenciesChocobozzz2021-12-281-1/+6
|
* Update resolve tspaths and enabled CI for typesChocobozzz2021-12-281-14/+9
|
* Upgrade redis depChocobozzz2021-12-241-18/+48
|
* Upgrade fast xml parser depChocobozzz2021-12-241-10/+10
|
* Global server dep updateChocobozzz2021-12-241-480/+443
|
* Fix types dist pathsChocobozzz2021-12-241-1/+15
|
* feat(types): create peertube-types packagelutangar2021-12-161-10/+344
| | | | | | | | | | | | Create dedicated Typescript "types" configuration file for each "projects". Create a types folder which includes every useful ts definition: - client - server - shared Add tooling to create a proper package, extract dependencies, etc... Add CI Github task. refactor(types): publish types package in release script
* Upgrade multerChocobozzz2021-12-081-4/+4
|
* Fix plugin upgradeChocobozzz2021-12-031-12/+0
| | | | Correctly decache all plugin paths
* Update server dependenciesChocobozzz2021-11-221-287/+239
|
* Update server depencenciesChocobozzz2021-11-101-1191/+663
|
* Fix dependency security alertChocobozzz2021-10-261-268/+27
|
* Update server dependenciesChocobozzz2021-10-261-847/+1357
|
* Remove unnecessary packageChocobozzz2021-10-261-14/+9
| | | | https://github.com/standard/standard/issues/1316
* Add missing dependency proxy-addrChocobozzz2021-10-261-1/+1
|
* Rewrite youtube-dl importChocobozzz2021-10-221-384/+13
| | | | | | | | Use python3 binary Allows to use a custom youtube-dl release URL Allows to use yt-dlp (youtube-dl fork) Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY env variables
* Update server dependenciesChocobozzz2021-10-121-1233/+1180
|
* Remove peertube watch and peertube replChocobozzz2021-09-101-10/+0
| | | | | I don't have time to maintain these scripts that cause some install issues/maintenance difficulties
* esModuleInterop to trueChocobozzz2021-08-271-0/+14
|
* Update server dependenciesChocobozzz2021-08-261-366/+406
|
* Support proxies for PeerTube (#4346)smilekison2021-08-251-1/+45
| | | | | | | | | | | * 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>
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-3/+777
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Try to fix openapi scriptChocobozzz2021-08-111-287/+20
|
* Update server dependenciesChocobozzz2021-08-111-310/+424
|
* Upgrade server dependenciesChocobozzz2021-07-221-455/+441
|