aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Updated notification types in openapi referenceFlorian CUNY2021-12-231-1/+9
| | | Relates to https://github.com/Chocobozzz/PeerTube/issues/1565
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-2/+2
|
* Add account block status in openapiChocobozzz2021-12-071-0/+56
|
* Add ability to run transcoding jobsChocobozzz2021-11-181-0/+69
|
* Add ability to filter out public videos from adminChocobozzz2021-11-121-3/+17
|
* Refactor video viewsChocobozzz2021-11-091-2/+5
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Support RTMPSChocobozzz2021-11-051-0/+2
|
* Added 144p encoding (#4492)Florian CUNY2021-11-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add ability to filter by file typeChocobozzz2021-11-031-0/+28
|
* Some fixes for admin videos listChocobozzz2021-11-021-2/+2
|
* Deprecate filter video queryChocobozzz2021-10-291-18/+42
| | | | Introduce include and isLocal instead
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-0/+7
| | | | | | | | | * prevent multiple post-process triggering of upload-resumable * switch from 409 to 503 for upload being processed * Improve resumable upload check Co-authored-by: Chocobozzz <me@florianbigard.com>
* Completely remove torrent static pathChocobozzz2021-10-221-2/+0
|
* Split check user params testsChocobozzz2021-10-201-0/+69
|
* Add missing start and count parameters to playlist video list API endpoint ↵JustAnotherArchivist2021-10-201-0/+2
| | | | documentation
* Allow accounts to skip account setup modalChocobozzz2021-08-271-0/+4
|
* Add ability for instances to follow any actorChocobozzz2021-07-211-7/+11
|
* Bumped to version v3.3.0v3.3.0Chocobozzz2021-07-201-1/+1
|
* Bumped to version v3.3.0-rc.1v3.3.0-rc.1Chocobozzz2021-07-051-1/+1
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-1/+16
|
* Add downloadEnabled boolean to PUT videofrankstrater2021-06-251-1/+4
|
* Add ability to search playlistsChocobozzz2021-06-251-0/+41
|
* add video upload types, add doc middleware to more routesRigel Kent2021-06-061-8/+35
|
* add invalid_token error to openapi specRigel Kent2021-06-041-0/+6
|
* refactor error code values for URI compatibilityRigel Kent2021-06-021-7/+31
|
* refactor deprecated body-parser usageRigel Kent2021-06-021-0/+2
|
* refactor API errors to standard error formatRigel Kent2021-06-021-14/+21
|
* Bumped to version v3.2.1Chocobozzz2021-06-011-1/+1
|
* Fix openapi doc for resumable uploadChocobozzz2021-05-271-2/+2
|
* Instance homepage support (#4007)Chocobozzz2021-05-271-0/+51
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* Merge branch 'release/3.2.0' into developChocobozzz2021-05-271-1/+1
|\
| * Bumped to version v3.2.0v3.2.0Chocobozzz2021-05-271-1/+1
| |
* | Fix broken openapi schemaChocobozzz2021-05-271-5/+5
| |
* | add operationId to common operationsRigel Kent2021-05-261-14/+34
| |
* | fix typo in operationId in openapi specRigel Kent2021-05-241-7/+111
| |
* | add code examples for login in openapi specRigel Kent2021-05-141-6/+31
| |
* | paginate response for abuse list in openapi specRigel Kent2021-05-131-3/+9
| | | | | | | | closes #4094
* | modify response for adding abuse in openapi specRigel Kent2021-05-131-1/+11
| | | | | | | | closes #4093
* | modify return code for adding/removing blocked servers in openapi specRigel Kent2021-05-131-2/+2
| | | | | | | | closes #4095
* | add accept/reject routes for server followers in openapi specRigel Kent2021-05-131-40/+126
| |
* | fix route prefix for blocklist routes in openapi specRigel Kent2021-05-131-4/+8
| | | | | | | | closes #4091
* | fix route prefix for video redundancy routes in openapi specRigel Kent2021-05-131-3/+3
| | | | | | | | closes #4090
* | more faithful error description in openapi specRigel Kent2021-05-131-8/+26
| |
* | add login/logout routes in openapi specRigel Kent2021-05-121-19/+213
| |
* | add cors section in openapi specRigel Kent2021-05-121-6/+21
| |
* | fix video playlistId/videoId for video playlists in openapi specRigel Kent2021-05-121-21/+42
| | | | | | | | closes #4081
* | add response content for createVideoChannel endpoint in openapi specRigel Kent2021-05-121-11/+27
| | | | | | | | closes #4077
* | add rating field for video like endpoint in openapi specRigel Kent2021-05-111-0/+11
| | | | | | | | closes #4080
* | add missing user update me fields in openapi specRigel Kent2021-05-111-23/+51
| |
* | add missing video comment fields in openapi specRigel Kent2021-05-111-9/+25
| | | | | | | | closes #4079