Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standard output type syslog is obsolete in systemed | ROBERT MCDOWELL | 2021-08-05 | 1 | -2/+0 |
| | | | | | removing the setting StandardOutput StandardError | ||||
* | Update plugin doc | Chocobozzz | 2021-07-30 | 1 | -7/+16 |
| | |||||
* | Adding Rocky Linux 8.4 | WingsLikeEagles | 2021-07-28 | 1 | -0/+45 |
| | | | | Adding documentation for Rocky Linux 8.4 Adapted from CentOS 8... but seems like there is stuff missing from that section. | ||||
* | Merge branch 'next' into develop | Chocobozzz | 2021-07-21 | 1 | -7/+11 |
|\ | |||||
| * | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 1 | -7/+11 |
| | | |||||
* | | Merge branch 'constant-registry' into develop | Chocobozzz | 2021-07-21 | 1 | -10/+18 |
|\ \ | |/ |/| | |||||
| * | Introduce generic video constant manager for plugins | lutangar | 2021-07-16 | 1 | -10/+18 |
| | | | | | | | | | | Allow a plugin developer to get back constants values, and reset constants deletions or additions. | ||||
* | | Bumped to version v3.3.0v3.3.0 | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | | |||||
* | | Postgresql-setup init option for auth-host (#4253) | Frank Sträter | 2021-07-16 | 1 | -7/+4 |
|/ | | | | | * Set postgresql password authentication for host * Update postgresql-setup obsoleted argument syntax for initdb | ||||
* | Update dependencies.md | jameskimmel | 2021-07-12 | 1 | -1/+1 |
| | | | The now LTS version of NodeJS is 14.x | ||||
* | Fedora guide fix (#4238) | Frank Sträter | 2021-07-12 | 1 | -5/+16 |
| | | | | | | | | | | | | | | | * Fix peertube sudoer * Add vim to Fedora packages installation * Add oidentd to Fedora packages installation * Enable and start the ident daemon * Add nginx configuration * Add future symbolic link for nginx config * Add small change for Gentoo | ||||
* | Bumped to version v3.3.0-rc.1v3.3.0-rc.1 | Chocobozzz | 2021-07-05 | 1 | -1/+1 |
| | |||||
* | Document a way to update the last available version of a plugin manually | lutangar | 2021-06-30 | 1 | -0/+8 |
| | | | | | | May comes in very handy to quickly test a plugin in a production like environment before it reaches a greater world. > This magic trick comes from @Chocobozzz himself, who passed it on to @JohnXLivingston, who then passed it down to me. | ||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -1/+16 |
| | |||||
* | Add downloadEnabled boolean to PUT video | frankstrater | 2021-06-25 | 1 | -1/+4 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 1 | -0/+41 |
| | |||||
* | Improve plugin guide doc for plugin index | Chocobozzz | 2021-06-08 | 1 | -2/+1 |
| | |||||
* | (doc) add note in config that tmp is also used while processing | Rigel Kent | 2021-06-08 | 1 | -1/+1 |
| | |||||
* | Increase max image/caption/torrent upload size | Chocobozzz | 2021-06-08 | 1 | -2/+2 |
| | |||||
* | Add ability to filter menu links | Chocobozzz | 2021-06-07 | 1 | -0/+6 |
| | |||||
* | add video upload types, add doc middleware to more routes | Rigel Kent | 2021-06-06 | 1 | -8/+35 |
| | |||||
* | add invalid_token error to openapi spec | Rigel Kent | 2021-06-04 | 1 | -0/+6 |
| | |||||
* | Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153) | John Livingston | 2021-06-03 | 1 | -0/+22 |
| | | | | | * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc. | ||||
* | refactor error code values for URI compatibility | Rigel Kent | 2021-06-02 | 1 | -7/+31 |
| | |||||
* | refactor deprecated body-parser usage | Rigel Kent | 2021-06-02 | 1 | -0/+2 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -14/+21 |
| | |||||
* | move dependencies link to engines.yaml | Rigel Kent | 2021-06-02 | 1 | -1/+1 |
| | |||||
* | Allow setting log level using PEERTUBE_LOG_LEVEL envvar | Johan Fleury | 2021-06-02 | 1 | -0/+1 |
| | |||||
* | Bumped to version v3.2.1 | Chocobozzz | 2021-06-01 | 1 | -1/+1 |
| | |||||
* | Fix openapi doc for resumable upload | Chocobozzz | 2021-05-27 | 1 | -2/+2 |
| | |||||
* | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 1 | -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 develop | Chocobozzz | 2021-05-27 | 1 | -1/+1 |
|\ | |||||
| * | Bumped to version v3.2.0v3.2.0 | Chocobozzz | 2021-05-27 | 1 | -1/+1 |
| | | |||||
| * | cd /var/www/peertube in prod guide | Chocobozzz | 2021-05-25 | 1 | -0/+1 |
| | | | | | | | | Avoid running db creation in /root directory | ||||
| * | Fix broadcast message log level | Chocobozzz | 2021-05-25 | 1 | -1/+1 |
| | | |||||
| * | Allow SSL database parameter (#4114) | Stakovicz | 2021-05-25 | 2 | -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 schema | Chocobozzz | 2021-05-27 | 1 | -5/+5 |
| | | |||||
* | | add operationId to common operations | Rigel Kent | 2021-05-26 | 1 | -14/+34 |
| | | |||||
* | | cd /var/www/peertube in prod guide | Chocobozzz | 2021-05-25 | 1 | -0/+1 |
| | | | | | | | | Avoid running db creation in /root directory | ||||
* | | Fix broadcast message log level | Chocobozzz | 2021-05-25 | 1 | -1/+1 |
| | | |||||
* | | Allow SSL database parameter (#4114) | Stakovicz | 2021-05-25 | 2 | -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 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 |
| | | | | | | | | closes #4094 | ||||
* | | modify response for adding abuse in openapi spec | Rigel Kent | 2021-05-13 | 1 | -1/+11 |
| | | | | | | | | closes #4093 | ||||
* | | modify return code for adding/removing blocked servers in openapi spec | Rigel Kent | 2021-05-13 | 1 | -2/+2 |
| | | | | | | | | closes #4095 | ||||
* | | 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 |
| | | | | | | | | closes #4091 |