aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
...
* explicit error formatting variant in openapi specRigel Kent2021-05-111-3/+16
|
* provide more schema examples in openapi specRigel Kent2021-05-111-172/+205
|
* Add monitoring dev docChocobozzz2021-05-101-0/+17
|
* Add doc to unpublish a pluginChocobozzz2021-05-101-0/+9
|
* Update nginx config for resumable uploadChocobozzz2021-05-101-2/+4
|
* refactor subscriptions response from list to totalDataList in openapi specRigel Kent2021-05-101-20/+20
| | | | closes #4067
* refactor abuses response list to totalDataList in openapi specRigel Kent2021-05-101-7/+21
| | | | closes #4066
* specify operationId in openapi spec and factorize videoconstant idsRigel Kent2021-05-101-52/+92
|
* specify getUserId variant in openapi specRigel Kent2021-05-101-45/+77
| | | | closes #4062
* secify username patterns for user create/register in openapi specRigel Kent2021-05-101-0/+2
| | | | closes #4061
* fix imports list response in openapi specRigel Kent2021-05-101-1/+11
| | | | closes #4063
* fix response in openapi spec for quota and video ratingsRigel Kent2021-05-101-6/+20
| | | | | closes #4064 closes #4065
* Resumable video uploads (#3933)kontrollanten2021-05-102-99/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* relax guarantee on openapi rate limit doc accuracyRigel Kent2021-05-071-2/+4
|
* Add curl as dependency to allow for healthchecksdecentral1se2021-05-071-1/+1
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/4045.
* add subscriptions feed api to openapi specRigel Kent2021-05-071-14/+89
|
* add rate limit table to openapi specRigel Kent2021-05-071-16/+35
|
* add possible OSX/postgres message to dependencies documentation (#4051)Philo van Kemenade2021-05-061-1/+1
|
* Plugin user.getAuthUser is now asyncChocobozzz2021-05-051-2/+2
| | | | So we can load the full user
* add examples and descriptions to some video fields in openapi specRigel Kent2021-05-041-0/+19
|
* factorize uuid type in openapi specRigel Kent2021-05-041-25/+19
|
* make streaming playlists pivotable objects in openapi specRigel Kent2021-05-041-7/+14
|
* make hls/webtorrent fields closely documented in the openapi specRigel Kent2021-05-041-6/+20
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-0/+12
|
* add description with operation link to category/licence/language constantsRigel Kent2021-05-031-6/+15
|
* fix video channel parameters limit in openapi specRigel Kent2021-05-031-17/+48
|
* fix name limit for video in openapi specRigel Kent2021-05-031-11/+22
|
* fix FAQ link in production guideRigel Kent2021-05-011-1/+1
|
* Set permissions in production.mdChocobozzz2021-04-271-0/+1
|
* Fix plugins docChocobozzz2021-04-271-2/+11
|
* Add ability to hide plugin form fieldsChocobozzz2021-04-221-1/+7
|
* Add go-live example for plugin form fieldsChocobozzz2021-04-221-1/+1
|
* Add auth header in plugins guideChocobozzz2021-04-221-1/+26
|
* Add data directory for plugins and some helpersChocobozzz2021-04-221-2/+38
|
* Allow plugins to set short translation localeChocobozzz2021-04-201-2/+1
|
* Update VideoFile structure in the API docThomas2021-04-131-0/+4
| | | | Explain the difference between the 4 URL fields in the VideoFile structure.
* Improve docker tools docChocobozzz2021-04-131-3/+70
|
* Fix plugins example colorChocobozzz2021-04-121-1/+1
|
* Add plugin placeholder elements supportChocobozzz2021-04-121-2/+18
|
* Add scale filter to documentationChocobozzz2021-04-091-1/+8
|
* Add ability for plugins to specify scale filterChocobozzz2021-04-091-7/+0
|
* improve documentation plugin-transcodeThéo Le Calvar2021-04-091-0/+11
| | | | | - add example of videoFilters - add warning about videoFilters and inputOptions in live profile
* add support for inputOptions in trancode pluginsThéo Le Calvar2021-04-091-0/+2
|
* Update plugins docChocobozzz2021-04-091-119/+195
|
* Merge branch 'release/3.1.0' into developChocobozzz2021-04-081-3/+8
|\
| * Fix video channel list apiChocobozzz2021-04-081-3/+8
| |
* | Update avatar/banner API docChocobozzz2021-04-081-5/+127
| |
* | [support/docker] expose webtorrent setting in os variable settingsArthur Lutz2021-03-291-0/+4
| |
* | update dependencies.md for macOSX (#3899)Axel Viala2021-03-291-2/+19
| | | | | | | | | | | | add instructions regarding postgresql and bash user/version required for a proper MacOSX install of PeerTube Co-authored-by: Rozen10 <58482276+Rozen10@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* | Merge branch 'release/3.1.0' into developChocobozzz2021-03-251-1/+1
|\|