aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* added descriptions for video files/import fields in openapi specRigel Kent2021-05-111-13/+39
|
* explicit error formatting variant in openapi specRigel Kent2021-05-111-3/+16
|
* provide more schema examples in openapi specRigel Kent2021-05-111-172/+205
|
* 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-101-99/+315
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 subscriptions feed api to openapi specRigel Kent2021-05-071-14/+89
|
* add rate limit table to openapi specRigel Kent2021-05-071-16/+35
|
* 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
|
* Update VideoFile structure in the API docThomas2021-04-131-0/+4
| | | | Explain the difference between the 4 URL fields in the VideoFile structure.
* Merge branch 'release/3.1.0' into developChocobozzz2021-04-081-3/+8
|\
| * Fix video channel list apiChocobozzz2021-04-081-3/+8
| |
| * Bumped to version v3.1.0v3.1.0Chocobozzz2021-03-241-1/+1
| |
* | Update avatar/banner API docChocobozzz2021-04-081-5/+127
| |
* | Bumped to version v3.1.0Chocobozzz2021-03-241-1/+1
|/
* Fix REST API docChocobozzz2021-03-041-5/+7
|
* Bumped to version v3.1.0-rc.1v3.1.0-rc.1Chocobozzz2021-03-041-1/+1
|
* Use new doc website linksChocobozzz2021-02-121-6/+6
|
* Add ability to update plugin authChocobozzz2021-02-011-4/+25
|
* add test and openapi for hot sort parameterRigel Kent2021-01-281-0/+1
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-0/+1
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-1/+3
|
* 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
|
* add display of logs matching any stateRigel Kent2020-12-131-1/+23
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-7/+13
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Add permanent live supportChocobozzz2020-12-031-1/+10
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-0/+16
|
* add My History API to openapi (#3363)Arman2020-11-261-0/+41
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> Co-authored-by: Rigel Kent <par@rigelk.eu>
* remove outdated badges, add authorization to caption routesRigel Kent2020-11-201-21/+27
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+2
|
* Add open api doc for liveChocobozzz2020-11-091-0/+142
|
* Fix boolean types, add missing downloadEnabledArman2020-09-221-4/+10
|
* Bumped to version v2.4.0v2.4.0Chocobozzz2020-09-081-1/+1
|