aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Upgrade to latest oauth2-serverChocobozzz2021-03-241-1/+1
| |
* | Refactor auth flowChocobozzz2021-03-241-4/+0
| | | | | | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* | Use got instead of requestChocobozzz2021-03-241-3/+2
| |
* | Bumped to version v3.1.0Chocobozzz2021-03-241-4/+1
|/
* Bumped to version v3.1.0-rc.1v3.1.0-rc.1Chocobozzz2021-03-041-1/+1
|
* Upgrade server dependenciesChocobozzz2021-03-031-7/+7
|
* Add benchmark scriptChocobozzz2021-02-221-0/+1
|
* Remove es5 module supportChocobozzz2021-02-111-1/+1
| | | | | | | Avoid using differential loading. Break compat with IE11, Opera Mini, UC Browser for Android See https://caniuse.com/?search=es6-module for more information
* Support NodeJS 14 and 15, deprecate Node 10Chocobozzz2021-02-041-2/+2
|
* Update server dependenciesChocobozzz2021-02-031-14/+14
|
* prettify SQL queries during debug (#3635)Rigel Kent2021-01-251-0/+1
| | | | | | | * prettify SQL queries during debug * Use sql-formatter Co-authored-by: Chocobozzz <me@florianbigard.com>
* Update project descriptionChocobozzz2021-01-141-1/+1
|
* add script printing command to generate a resolution for a given fileRigel Kent2021-01-131-0/+1
|
* Bumped to version v3.0.1v3.0.1Chocobozzz2021-01-121-1/+1
|
* Bumped to version v3.0.0v3.0.0Chocobozzz2021-01-071-1/+1
|
* Bumped to version v3.0.0-rc.1v3.0.0-rc.1Chocobozzz2020-12-161-1/+1
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-2/+2
|
* Update server dependenciesChocobozzz2020-11-191-20/+18
|
* Update my emailChocobozzz2020-11-121-1/+1
|
* move dependencies versions list to engines in package.jsonRigel Kent2020-11-101-1/+4
|
* Fix prod deployChocobozzz2020-11-101-1/+1
|
* Add live notification testsChocobozzz2020-11-091-0/+2
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+2
|
* render html/markdown for new comment notification email (#3255)Kimsible2020-11-071-0/+2
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Fix transcoding errors in readonly docker containersGirish Ramakrishnan2020-10-231-1/+1
| | | | | | ffmpeg seems to create some temporary files in the cwd. When PeerTube is run in a read-only docker container, this causes all transcoding to fail. As a workaround, we set the cwd to the configured tmp dir.
* Bumped to version v2.4.0v2.4.0Chocobozzz2020-09-081-1/+1
|
* Bumped to version v2.4.0-rc.1v2.4.0-rc.1Chocobozzz2020-08-271-1/+1
|
* Update server dependenciesChocobozzz2020-08-251-11/+11
|