| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | fix typo in operationId in openapi spec | Rigel Kent | 2021-05-24 | 1 | -7/+111 |
* | | add code examples for login in openapi spec | Rigel Kent | 2021-05-14 | 1 | -6/+31 |
* | | Merge branch 'release/3.2.0' into develop | Chocobozzz | 2021-05-14 | 1 | -1/+1 |
|\| |
|
| * | Fix logger warning level | Chocobozzz | 2021-05-14 | 1 | -1/+1 |
* | | paginate response for abuse list in openapi spec | Rigel Kent | 2021-05-13 | 1 | -3/+9 |
* | | modify response for adding abuse in openapi spec | Rigel Kent | 2021-05-13 | 1 | -1/+11 |
* | | modify return code for adding/removing blocked servers in openapi spec | Rigel Kent | 2021-05-13 | 1 | -2/+2 |
* | | add accept/reject routes for server followers in openapi spec | Rigel Kent | 2021-05-13 | 1 | -40/+126 |
* | | fix route prefix for blocklist routes in openapi spec | Rigel Kent | 2021-05-13 | 1 | -4/+8 |
* | | fix route prefix for video redundancy routes in openapi spec | Rigel Kent | 2021-05-13 | 1 | -3/+3 |
* | | more faithful error description in openapi spec | Rigel Kent | 2021-05-13 | 1 | -8/+26 |
* | | add login/logout routes in openapi spec | Rigel Kent | 2021-05-12 | 1 | -19/+213 |
* | | add cors section in openapi spec | Rigel Kent | 2021-05-12 | 1 | -6/+21 |
* | | fix video playlistId/videoId for video playlists in openapi spec | Rigel Kent | 2021-05-12 | 1 | -21/+42 |
* | | add response content for createVideoChannel endpoint in openapi spec | Rigel Kent | 2021-05-12 | 1 | -11/+27 |
* | | add rating field for video like endpoint in openapi spec | Rigel Kent | 2021-05-11 | 1 | -0/+11 |
* | | add missing user update me fields in openapi spec | Rigel Kent | 2021-05-11 | 1 | -23/+51 |
* | | add missing video comment fields in openapi spec | Rigel Kent | 2021-05-11 | 1 | -9/+25 |
* | | factorized upload and import post fields in openapi spec | Rigel Kent | 2021-05-11 | 1 | -70/+38 |
|/ |
|
* | Bumped to version v3.2.0-rc.1v3.2.0-rc.1 | Chocobozzz | 2021-05-11 | 1 | -1/+1 |
* | Fix nginx config | Chocobozzz | 2021-05-11 | 1 | -4/+2 |
* | added descriptions for video files/import fields in openapi spec | Rigel Kent | 2021-05-11 | 1 | -13/+39 |
* | explicit error formatting variant in openapi spec | Rigel Kent | 2021-05-11 | 1 | -3/+16 |
* | provide more schema examples in openapi spec | Rigel Kent | 2021-05-11 | 1 | -172/+205 |
* | Add monitoring dev doc | Chocobozzz | 2021-05-10 | 1 | -0/+17 |
* | Add doc to unpublish a plugin | Chocobozzz | 2021-05-10 | 1 | -0/+9 |
* | Update nginx config for resumable upload | Chocobozzz | 2021-05-10 | 1 | -2/+4 |
* | refactor subscriptions response from list to totalDataList in openapi spec | Rigel Kent | 2021-05-10 | 1 | -20/+20 |
* | refactor abuses response list to totalDataList in openapi spec | Rigel Kent | 2021-05-10 | 1 | -7/+21 |
* | specify operationId in openapi spec and factorize videoconstant ids | Rigel Kent | 2021-05-10 | 1 | -52/+92 |
* | specify getUserId variant in openapi spec | Rigel Kent | 2021-05-10 | 1 | -45/+77 |
* | secify username patterns for user create/register in openapi spec | Rigel Kent | 2021-05-10 | 1 | -0/+2 |
* | fix imports list response in openapi spec | Rigel Kent | 2021-05-10 | 1 | -1/+11 |
* | fix response in openapi spec for quota and video ratings | Rigel Kent | 2021-05-10 | 1 | -6/+20 |
* | Resumable video uploads (#3933) | kontrollanten | 2021-05-10 | 2 | -99/+322 |
* | relax guarantee on openapi rate limit doc accuracy | Rigel Kent | 2021-05-07 | 1 | -2/+4 |
* | Add curl as dependency to allow for healthchecks | decentral1se | 2021-05-07 | 1 | -1/+1 |
* | add subscriptions feed api to openapi spec | Rigel Kent | 2021-05-07 | 1 | -14/+89 |
* | add rate limit table to openapi spec | Rigel Kent | 2021-05-07 | 1 | -16/+35 |
* | add possible OSX/postgres message to dependencies documentation (#4051) | Philo van Kemenade | 2021-05-06 | 1 | -1/+1 |
* | Plugin user.getAuthUser is now async | Chocobozzz | 2021-05-05 | 1 | -2/+2 |
* | add examples and descriptions to some video fields in openapi spec | Rigel Kent | 2021-05-04 | 1 | -0/+19 |
* | factorize uuid type in openapi spec | Rigel Kent | 2021-05-04 | 1 | -25/+19 |
* | make streaming playlists pivotable objects in openapi spec | Rigel Kent | 2021-05-04 | 1 | -7/+14 |
* | make hls/webtorrent fields closely documented in the openapi spec | Rigel Kent | 2021-05-04 | 1 | -6/+20 |
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 1 | -0/+12 |
* | add description with operation link to category/licence/language constants | Rigel Kent | 2021-05-03 | 1 | -6/+15 |
* | fix video channel parameters limit in openapi spec | Rigel Kent | 2021-05-03 | 1 | -17/+48 |
* | fix name limit for video in openapi spec | Rigel Kent | 2021-05-03 | 1 | -11/+22 |
* | fix FAQ link in production guide | Rigel Kent | 2021-05-01 | 1 | -1/+1 |