aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/openapi.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Fix openapi search endpointChocobozzz2020-04-221-1/+0
|
* Fix playlist element param in api docChocobozzz2020-04-211-1/+1
|
* Add playlist exist api docChocobozzz2020-04-211-19/+83
|
* Add videos list filters param in api docChocobozzz2020-04-211-4/+54
|
* Fix comment body api docChocobozzz2020-04-211-0/+24
|
* Improve abuse api docChocobozzz2020-04-211-7/+83
|
* Add API doc for playlistsChocobozzz2020-04-211-58/+321
|
* Openapi consistencyChocobozzz2020-04-211-174/+185
|
* Bumped to version v2.1.1Chocobozzz2020-02-281-1/+1
|
* Minor update to the OpenAPI: instance config recent additionsRigel Kent2020-02-211-0/+26
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-1/+1
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* OpenAPI clients generationAverage Dude2020-02-141-0/+3
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-111-1/+1
|\
| * Bumped to version v2.1.0v2.1.0Chocobozzz2020-02-111-1/+1
| |
* | Downsample to the closest divisor standard framerateRigel Kent2020-01-291-0/+6
|/
* Bumped to version v2.1.0-rc.1v2.1.0-rc.1Chocobozzz2020-01-271-1/+1
|
* Add video caption upload documentation and improve error messageRigel Kent2020-01-091-1/+1
| | | | fixes #2038
* Add author indicator to the comment replies loaderRigel Kent2019-12-281-0/+2
|
* Update OpenAPI documentation to include basic playlists and new comment sortingRigel Kent2019-12-271-1/+80
|
* Fix Ruby and Python REST API examplesMatthieu De Beule2019-11-121-20/+10
| | | | | | | | The previous examples where wrong, since they used a POST request. I used the requests library for Python, since that is what most people would want to use. I removed the http.verify_mode in the Ruby example since I don't think it is good practice to tell people to not verify HTTPS requests
* Bumped to version v2.0.0v2.0.0Chocobozzz2019-11-121-1/+1
|
* Bumped to version v2.0.0-rc.1v2.0.0-rc.1Chocobozzz2019-10-291-1/+1
|
* Fix openapiChocobozzz2019-10-291-1/+1
|
* Remove feeds from API documentationFrank Sträter2019-09-181-45/+0
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-111-1/+1
|\
| * Bumped to version v1.4.1v1.4.1Chocobozzz2019-09-091-1/+1
| |
| * Bumped to version v1.4.0v1.4.0Chocobozzz2019-08-261-1/+1
| |
* | Bumped to version v1.4.0Chocobozzz2019-08-261-1/+1
| |
* | Update API documentation for accounts and config (#2072)Frank Sträter2019-08-221-5/+308
| | | | | | | | | | | | | | | | | | | | * Update Actor and Account schemas * Fix mixed up paramaters for /accounts * Update ServerConfig schema * Add ServerConfigAbout and ServerConfigCustom schemas
* | Improved description of all file uploads (#2053)Frank Sträter2019-08-211-3/+30
|/ | | | | | | | | | | | * Add format:binary for file uploads * Fix wrongly named field for encoding * Fix typo in field name * Add contentType for torrentfile and captionfile * Add contentType for videofile
* Add originallyPublishedAt to PUT videos + change HTTP response to 204Frank Sträter2019-08-141-6/+6
|
* Bumped to version v1.4.0-rc.1v1.4.0-rc.1Chocobozzz2019-08-131-1/+1
|
* Specify the restrictions on tags array and it's string items (#2016)Frank Sträter2019-08-121-2/+14
| | | | | | * Fixed 2 typos * Specify tags array restrictions
* Fixed 2 typosFrank Sträter2019-08-071-2/+2
|
* Add originallyPublishedAt in /videos/upload to the OpenAPI documentFrank Sträter2019-08-051-0/+4
|
* Fix broken playlist apiChocobozzz2019-08-011-3/+3
|
* Add video import in open apiChocobozzz2019-07-291-26/+82
|
* Fix mocha commandsChocobozzz2019-07-291-1/+1
|
* Updated openapi.html ExternalDocs urlDirk Kelly2019-07-081-1/+1
|
* Fix openapi schemaChocobozzz2019-07-031-32/+44
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-171-1/+1
|\
| * Bumped to version v1.3.1v1.3.1Chocobozzz2019-06-171-1/+1
| |
* | Improve video REST documentationChocobozzz2019-06-111-26/+170
| |
* | Improve registrationChocobozzz2019-06-071-0/+13
| | | | | | | | | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-06-031-1/+1
|\|
| * Bumped to version v1.3.0v1.3.0Chocobozzz2019-06-031-1/+1
| |
| * Bumped to version v1.3.0-rc.2v1.3.0-rc.2Chocobozzz2019-05-221-1/+1
| |
* | Server: Bulk update videos support fieldChocobozzz2019-05-311-9/+27
| |
* | refactor(docs): typo in Open API referenceRaphael2019-05-241-1/+1
| |
* | Fix videos list response in rest api docChocobozzz2019-05-241-14/+15
| |