aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to version v4.1.0v4.1.0Chocobozzz2022-02-231-1/+1
|
* Bumped to version v4.1.0-rc.1v4.1.0-rc.1Chocobozzz2022-02-101-1/+1
|
* Upgrade lru-cacheChocobozzz2022-02-101-1/+1
| | | | The bug has been fixed on their side
* Fix broken depChocobozzz2022-02-091-2/+2
|
* Update server dependenciesChocobozzz2022-02-091-9/+6
|
* Fix xml feed validityChocobozzz2022-02-091-1/+1
|
* Move to peertube feed forkChocobozzz2022-02-071-1/+1
|
* Remove fixed workaroundChocobozzz2022-01-211-1/+1
|
* Upgrade uploadx dependencyChocobozzz2022-01-181-1/+1
|
* Update server dependenciesChocobozzz2022-01-141-7/+7
|
* Stop using tsconfig registerChocobozzz2022-01-061-2/+4
| | | | Prefer to replace paths at compile time
* Migrate to --enable-source-maps optionChocobozzz2022-01-031-1/+0
|
* Fix types package dependenciesChocobozzz2021-12-281-0/+3
|
* Move types package in packages/Chocobozzz2021-12-281-1/+1
|
* Update resolve tspaths and enabled CI for typesChocobozzz2021-12-281-1/+1
|
* Upgrade redis depChocobozzz2021-12-241-2/+1
|
* Upgrade fast xml parser depChocobozzz2021-12-241-2/+2
|
* Fix types dist pathsChocobozzz2021-12-241-0/+2
|
* Fix some build scripts and lintChocobozzz2021-12-161-1/+0
|
* refactor(types): create dedicated folder for types package srclutangar2021-12-161-2/+2
| | | | | | fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory
* feat(types): create peertube-types packagelutangar2021-12-161-0/+3
| | | | | | | | | | | | 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
* Merge branch 'release/4.0.0' into developChocobozzz2021-12-131-1/+1
|\
| * Bumped to version v4.0.0v4.0.0Chocobozzz2021-12-131-1/+1
| |
* | Upgrade multerChocobozzz2021-12-081-1/+1
| |
* | Fix plugin upgradeChocobozzz2021-12-031-1/+0
|/ | | | Correctly decache all plugin paths
* Bumped to version v4.0.0-rc.1v4.0.0-rc.1Chocobozzz2021-11-301-1/+1
|
* Update server depencenciesChocobozzz2021-11-101-4/+4
|
* Add migrate-to-object-storage script (#4481)kontrollanten2021-11-091-0/+1
| | | | | | | | | | | | | | | | | | * add migrate-to-object-storage-script closes #4467 * add migrate-to-unique-playlist-filenames script * fix(migrate-to-unique-playlist-filenames): update master/segments256 run updateMasterHLSPlaylist and updateSha256VODSegments after file rename. * Improve move to object storage scripts * PR remarks Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix dependency security alertChocobozzz2021-10-261-1/+1
|
* Remove unnecessary packageChocobozzz2021-10-261-2/+1
| | | | https://github.com/standard/standard/issues/1316
* Add missing dependency proxy-addrChocobozzz2021-10-261-0/+1
|
* Rewrite youtube-dl importChocobozzz2021-10-221-2/+2
| | | | | | | | 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-6/+6
|
* Merge branch 'next' into developChocobozzz2021-10-111-2/+0
|\
| * Remove peertube watch and peertube replChocobozzz2021-09-101-2/+0
| | | | | | | | | | I don't have time to maintain these scripts that cause some install issues/maintenance difficulties
* | Bumped to version v3.4.1Chocobozzz2021-10-111-1/+1
|/
* Bumped to version v3.4.0v3.4.0Chocobozzz2021-09-091-1/+1
|
* Improve e2e workflow and add docChocobozzz2021-09-021-1/+1
|
* Bumped to version v3.4.0-rc.1v3.4.0-rc.1Chocobozzz2021-08-311-1/+1
|
* esModuleInterop to trueChocobozzz2021-08-271-0/+2
|
* Update server dependenciesChocobozzz2021-08-261-2/+2
|
* Support proxies for PeerTube (#4346)smilekison2021-08-251-0/+2
| | | | | | | | | | | * 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>
* Optimize torrent URL updateChocobozzz2021-08-181-0/+1
|
* Remove optimize old videos scriptChocobozzz2021-08-171-1/+0
| | | | It is not compatible with HLS and I don't have time to maintain it
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-0/+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>
* Try to fix openapi scriptChocobozzz2021-08-111-1/+0
|
* Update server dependenciesChocobozzz2021-08-111-3/+3
|
* Upgrade server dependenciesChocobozzz2021-07-221-4/+3
|
* Move apicache in peertubeChocobozzz2021-07-221-1/+0
| | | | Allow us to upgrade to node 16
* Bumped to version v3.3.0v3.3.0Chocobozzz2021-07-201-1/+1
|