aboutsummaryrefslogtreecommitdiffhomepage
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* Resumable video uploads (#3933)kontrollanten2021-05-101-2/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Update server dependenciesChocobozzz2021-05-051-257/+301
|
* Remove scriptyChocobozzz2021-05-051-31/+2
| | | | It breaks our tests with the latest npm release
* Upgrade server dep'Chocobozzz2021-04-121-588/+534
|
* Also decache configChocobozzz2021-04-091-1/+8
|
* Remove libxmljs in favour of pure JS implemChocobozzz2021-04-061-147/+12
|
* Upgrade to latest oauth2-serverChocobozzz2021-03-241-19/+24
|
* Update yarn lockChocobozzz2021-03-241-211/+171
|
* Refactor auth flowChocobozzz2021-03-241-12/+3
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* Use got instead of requestChocobozzz2021-03-241-20/+29
|
* Upgrade server dependenciesChocobozzz2021-03-031-629/+1175
|
* Add benchmark scriptChocobozzz2021-02-221-7/+173
|
* Support NodeJS 14 and 15, deprecate Node 10Chocobozzz2021-02-041-4/+4
|
* Update server dependenciesChocobozzz2021-02-031-1281/+1020
|
* prettify SQL queries during debug (#3635)Rigel Kent2021-01-251-0/+7
| | | | | | | * prettify SQL queries during debug * Use sql-formatter Co-authored-by: Chocobozzz <me@florianbigard.com>
* Upgrade sequelize to v6Chocobozzz2020-12-091-44/+24
|
* Update server dependenciesChocobozzz2020-11-191-480/+739
|
* Fix prod deployChocobozzz2020-11-101-4/+4
|
* Add live notification testsChocobozzz2020-11-091-0/+22
|
* Live streaming implementation first stepChocobozzz2020-11-091-1088/+1051
|
* render html/markdown for new comment notification email (#3255)Kimsible2020-11-071-23/+117
| | | | 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-4/+4
| | | | | | 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.
* Update server dependenciesChocobozzz2020-08-251-890/+786
|
* Add unicode emoji to markdownkimsible2020-08-141-0/+5
|
* Update server dependenciesChocobozzz2020-06-171-1370/+1604
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-101-180/+476
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* Use tslib in serverChocobozzz2020-06-091-0/+5
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-21/+978
|
* Update server dependenciesChocobozzz2020-04-011-320/+411
|
* Fix federation with pleromaChocobozzz2020-03-121-122/+126
|
* Upgrade oauth server dependencyChocobozzz2020-02-281-44/+16
|
* Update dependenciesChocobozzz2020-02-281-283/+284
|
* OpenAPI clients generationAverage Dude2020-02-141-0/+5
|
* Upgrade express-rate-limitChocobozzz2020-02-041-4/+4
|
* Move to eslintcontainChocobozzz2020-02-031-94/+694
|
* Upgrade server depChocobozzz2020-02-031-707/+205
|
* Remove xliff packageChocobozzz2020-02-031-14/+0
|
* Fix missing dependencyChocobozzz2020-01-211-0/+5
|
* Remove huskyChocobozzz2020-01-211-659/+18
|
* Update http signatureChocobozzz2020-01-071-2/+11
|
* Update validator dependencyChocobozzz2020-01-071-78/+76
|
* Update server dependenciesChocobozzz2020-01-071-384/+393
|
* (rss) quickfix for pfeed when category is nullRigel Kent2019-12-041-4/+4
|
* Fix testsChocobozzz2019-12-031-11/+2
|
* (rss) add mrss properties and update pfeedRigel Kent2019-12-031-4/+4
| | | | resolves #2298
* Upgrade server depsChocobozzz2019-12-031-980/+439
|
* Add ability to disable webtorrentChocobozzz2019-11-251-4/+4
| | | | In favour of HLS
* Update jsonld libraryChocobozzz2019-10-211-34/+26
|
* Fix bug with tsconfig pathsChocobozzz2019-10-211-5/+20
|
* Update server dependenciesChocobozzz2019-10-211-1356/+1146
|