aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Bumped to version v3.3.0-rc.1v3.3.0-rc.1Chocobozzz2021-07-051-1/+1
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-1/+1
|
* Upgrade server dependenciesChocobozzz2021-06-251-2/+2
|
* Upgrade server depChocobozzz2021-06-151-4/+4
|
* refactor deprecated body-parser usageRigel Kent2021-06-021-1/+0
|
* refactor API errors to standard error formatRigel Kent2021-06-021-0/+1
|
* Bumped to version v3.2.1Chocobozzz2021-06-011-1/+1
|
* Bumped to version v3.2.0v3.2.0Chocobozzz2021-05-271-1/+1
|
* Bumped to version v3.2.0-rc.1v3.2.0-rc.1Chocobozzz2021-05-111-1/+1
|
* Resumable video uploads (#3933)kontrollanten2021-05-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: resumable video uploads relates to #324 * fix review comments * video upload: error handling * fix audio upload * fixes after self review * Update server/controllers/api/videos/index.ts Co-authored-by: Rigel Kent <par@rigelk.eu> * Update server/middlewares/validators/videos/videos.ts Co-authored-by: Rigel Kent <par@rigelk.eu> * Update server/controllers/api/videos/index.ts Co-authored-by: Rigel Kent <par@rigelk.eu> * update after code review * refactor upload route - restore multipart upload route - move resumable to dedicated upload-resumable route - move checks to middleware - do not leak internal fs structure in response * fix yarn.lock upon rebase * factorize addVideo for reuse in both endpoints * add resumable upload API to openapi spec * add initial test and test helper for resumable upload * typings for videoAddResumable middleware * avoid including aws and google packages via node-uploadx, by only including uploadx/core * rename ex-isAudioBg to more explicit name mentioning it is a preview file for audio * add video-upload-tmp-folder-cleaner job * stronger typing of video upload middleware * reduce dependency to @uploadx/core * add audio upload test * refactor resumable uploads cleanup from job to scheduler * refactor resumable uploads scheduler to compare to last execution time * make resumable upload validator to always cleanup on failure * move legacy upload request building outside of uploadVideo test helper * filter upload-resumable middlewares down to POST, PUT, DELETE also begin to type metadata * merge add duration functions * stronger typings and documentation for uploadx behaviour, move init validator up * refactor(client/video-edit): options > uploadxOptions * refactor(client/video-edit): remove obsolete else * scheduler/remove-dangling-resum: rename tag * refactor(server/video): add UploadVideoFiles type * refactor(mw/validators): restructure eslint disable * refactor(mw/validators/videos): rename import * refactor(client/vid-upload): rename html elem id * refactor(sched/remove-dangl): move fn to method * refactor(mw/async): add method typing * refactor(mw/vali/video): double quote > single * refactor(server/upload-resum): express use > all * proper http methud enum server/middlewares/async.ts * properly type http methods * factorize common video upload validation steps * add check for maximum partially uploaded file size * fix audioBg use * fix extname(filename) in addVideo * document parameters for uploadx's resumable protocol * clear META files in scheduler * last audio refactor before cramming preview in the initial POST form data * refactor as mulitpart/form-data initial post request this allows preview/thumbnail uploads alongside the initial request, and cleans up the upload form * Add more tests for resumable uploads * Refactor remove dangling resumable uploads * Prepare changelog * Add more resumable upload tests * Remove user quota check for resumable uploads * Fix upload error handler * Update nginx template for upload-resumable * Cleanup comment * Remove unused express methods * Prefer to use got instead of raw http * Don't retry on error 500 Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> Co-authored-by: Chocobozzz <me@florianbigard.com>
* Move engines outside package.jsonChocobozzz2021-05-101-4/+1
| | | | | Because of invalid warnings displayed by yarn that could confuse admins when they install peertube
* Drop NodeJS 10 supportChocobozzz2021-05-101-1/+1
|
* Update server dependenciesChocobozzz2021-05-051-6/+6
|
* Use bash for scriptsChocobozzz2021-05-051-24/+24
|
* Remove scriptyChocobozzz2021-05-051-31/+22
| | | | It breaks our tests with the latest npm release
* Move to stylelintChocobozzz2021-04-281-5/+1
|
* Upgrade server dep'Chocobozzz2021-04-121-8/+8
|
* Fix #3940: unload all children from the plugin module on updates.John Livingston2021-04-091-0/+1
|
* Remove libxmljs in favour of pure JS implemChocobozzz2021-04-061-2/+1
|
* Merge branch 'release/3.1.0' into developChocobozzz2021-03-251-1/+1
|\
| * Fix postgresql versionChocobozzz2021-03-251-1/+1
| |
| * Bumped to version v3.1.0v3.1.0Chocobozzz2021-03-241-4/+1
| |
* | Add regenrate thumbnails scriptsChocobozzz2021-03-241-0/+1
| |