aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Improve plugin guide doc for plugin indexChocobozzz2021-06-081-2/+1
|
* (doc) add note in config that tmp is also used while processingRigel Kent2021-06-081-1/+1
|
* Increase max image/caption/torrent upload sizeChocobozzz2021-06-081-2/+2
|
* Add ability to filter menu linksChocobozzz2021-06-071-0/+6
|
* 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
|
* Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153)John Livingston2021-06-031-0/+22
| | | | | * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc.
* 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
|
* move dependencies link to engines.yamlRigel Kent2021-06-021-1/+1
|
* Allow setting log level using PEERTUBE_LOG_LEVEL envvarJohan Fleury2021-06-021-0/+1
|
* 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
| |
| * cd /var/www/peertube in prod guideChocobozzz2021-05-251-0/+1
| | | | | | | | Avoid running db creation in /root directory
| * Fix broadcast message log levelChocobozzz2021-05-251-1/+1
| |
| * Allow SSL database parameter (#4114)Stakovicz2021-05-252-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow SSL database parameter Allow SSL database parameter via environment variable * Allow SSL database parameter Allow SSL database parameter via environment variable * Update support/docker/production/config/custom-environment-variables.yaml Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Co-authored-by: Chocobozzz <chocobozzz@cpy.re>
* | Fix broken openapi schemaChocobozzz2021-05-271-5/+5
| |
* | add operationId to common operationsRigel Kent2021-05-261-14/+34
| |
* | cd /var/www/peertube in prod guideChocobozzz2021-05-251-0/+1
| | | | | | | | Avoid running db creation in /root directory
* | Fix broadcast message log levelChocobozzz2021-05-251-1/+1
| |
* | Allow SSL database parameter (#4114)Stakovicz2021-05-252-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow SSL database parameter Allow SSL database parameter via environment variable * Allow SSL database parameter Allow SSL database parameter via environment variable * Update support/docker/production/config/custom-environment-variables.yaml Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Co-authored-by: Chocobozzz <chocobozzz@cpy.re>
* | 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
| |
* | Merge branch 'release/3.2.0' into developChocobozzz2021-05-141-1/+1
|\|
| * Fix logger warning levelChocobozzz2021-05-141-1/+1
| |
* | 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
* | factorized upload and import post fields in openapi specRigel Kent2021-05-111-70/+38
|/ | | | closes #4075
* Bumped to version v3.2.0-rc.1v3.2.0-rc.1Chocobozzz2021-05-111-1/+1
|
* Fix nginx configChocobozzz2021-05-111-4/+2
|
* 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
|
* Add monitoring dev docChocobozzz2021-05-101-0/+17
|