Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [support/docker] expose webtorrent setting in os variable settings | Arthur Lutz | 2021-03-29 | 1 | -0/+4 | |
| | | ||||||
* | | update dependencies.md for macOSX (#3899) | Axel Viala | 2021-03-29 | 1 | -2/+19 | |
| | | | | | | | | | | | | add instructions regarding postgresql and bash user/version required for a proper MacOSX install of PeerTube Co-authored-by: Rozen10 <58482276+Rozen10@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu> | |||||
* | | Merge branch 'release/3.1.0' into develop | Chocobozzz | 2021-03-25 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix postgresql version | Chocobozzz | 2021-03-25 | 1 | -1/+1 | |
| | | ||||||
| * | Bumped to version v3.1.0v3.1.0 | Chocobozzz | 2021-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Add server config helper in plugin guide | Chocobozzz | 2021-03-24 | 1 | -0/+10 | |
| | | ||||||
* | | Directly use node in systemd service | Chocobozzz | 2021-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Add regenrate thumbnails scripts | Chocobozzz | 2021-03-24 | 1 | -0/+10 | |
| | | ||||||
* | | Update yarn lock | Chocobozzz | 2021-03-24 | 2 | -1/+8 | |
| | | ||||||
* | | Bumped to version v3.1.0 | Chocobozzz | 2021-03-24 | 1 | -1/+1 | |
|/ | ||||||
* | Add build-essentials if architecture not supported | Chocobozzz | 2021-03-05 | 1 | -1/+1 | |
| | | | | bcrypt needs to be built on arm64 for example | |||||
* | Fix REST API doc | Chocobozzz | 2021-03-04 | 1 | -5/+7 | |
| | ||||||
* | Doc reword | Chocobozzz | 2021-03-04 | 1 | -3/+2 | |
| | ||||||
* | postgres creatuser password comment | philippe lhardy | 2021-03-04 | 1 | -0/+7 | |
| | | | user experience, usualy way is to hit enter whern no indication is given, so make it explicit. | |||||
* | Bumped to version v3.1.0-rc.1v3.1.0-rc.1 | Chocobozzz | 2021-03-04 | 1 | -1/+1 | |
| | ||||||
* | Update changelog | Chocobozzz | 2021-03-04 | 1 | -1/+1 | |
| | ||||||
* | Fix plugin api guide transcoding section | Chocobozzz | 2021-03-03 | 1 | -91/+89 | |
| | ||||||
* | unzip silently on production guide | Pedro hates github.com | 2021-03-03 | 1 | -1/+1 | |
| | ||||||
* | Remove link to nginx tuning | Chocobozzz | 2021-02-23 | 1 | -2/+0 | |
| | | | | It's not the purpose of this guide, try to not disperse | |||||
* | Add missing dependency to Debian / Ubuntu section | Janey Muñoz | 2021-02-19 | 1 | -1/+1 | |
| | | | The "Production guide" states to use `wget` to download the latest version of the Peertube client, and it was not included in the `apt install` list | |||||
* | Remove traefik doc: we don't use it anymore | Chocobozzz | 2021-02-12 | 2 | -45/+1 | |
| | ||||||
* | Use new doc website links | Chocobozzz | 2021-02-12 | 2 | -7/+7 | |
| | ||||||
* | Fix nginx for small uploads | Chocobozzz | 2021-02-12 | 1 | -7/+7 | |
| | ||||||
* | Update tools doc | Chocobozzz | 2021-02-11 | 1 | -20/+21 | |
| | ||||||
* | Remove vips dependency from FreeBSD instructions | Gopherslol | 2021-02-09 | 1 | -1/+1 | |
| | ||||||
* | Add OpenBSD instructions to dependencies.md | Gopherslol | 2021-02-09 | 1 | -0/+31 | |
| | | | First time making a pull request. Please let me know if I am doing this wrong | |||||
* | Add cron to debian dependencies | Chocobozzz | 2021-02-08 | 1 | -1/+1 | |
| | | | | Just in case, needed by certbot | |||||
* | Update production.md | G4dter | 2021-02-08 | 1 | -0/+1 | |
| | ||||||
* | Update production.md | G4dter | 2021-02-08 | 1 | -1/+1 | |
| | ||||||
* | Support NodeJS 14 and 15, deprecate Node 10 | Chocobozzz | 2021-02-04 | 3 | -7/+6 | |
| | ||||||
* | exclude support for non-release external dependencies | Rigel Kent | 2021-02-01 | 1 | -0/+2 | |
| | ||||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 1 | -4/+25 | |
| | ||||||
* | fix nginx units | Rigel Kent | 2021-01-31 | 1 | -4/+4 | |
| | ||||||
* | Try to support other codecs | Chocobozzz | 2021-01-29 | 1 | -1/+1 | |
| | ||||||
* | Add plugin transcoding profile guide | Chocobozzz | 2021-01-29 | 1 | -0/+88 | |
| | ||||||
* | take into account mime-encoding in nginx client_max_body_size | Rigel Kent | 2021-01-28 | 1 | -4/+4 | |
| | | | | fixes #3656 | |||||
* | add test and openapi for hot sort parameter | Rigel Kent | 2021-01-28 | 1 | -0/+1 | |
| | ||||||
* | add `proxy_ignore_client_abort` flag to Nginx conf | Rigel Kent | 2021-01-25 | 1 | -0/+1 | |
| | | | | | | | | | | The `proxy_ignore_client_abort` flag specifies whether nginx will monitor possible connection close while waiting for an upstream server response. If an error occurs while sending a response, the connection will be closed regardless of the flag, much like if there were no nginx at all. fixes #3484 | |||||
* | add routes to 2MB cap in nginx config | Rigel Kent | 2021-01-17 | 1 | -3/+1 | |
| | | | | fixes #3611 | |||||
* | merge optional modules within standard ones in support/nginx/peertube | Rigel Kent | 2021-01-13 | 1 | -2/+1 | |
| | ||||||
* | Mention additional nginx modules required since (#3313) | Timo Gurr | 2021-01-13 | 1 | -2/+2 | |
| | | | | | | | | | | 5f59cf077fd9f9c0c91c7bb56efbfd5db103bff2 introduced requirements on additional nginx modules: nginx: [emerg] "aio threads" is unsupported on this platform in /etc/nginx/sites-enabled/peertube:247 https://nginx.org/en/docs/http/ngx_http_core_module.html#aio nginx: [emerg] unknown directive "deny" in /etc/nginx/sites-enabled/peertube:83 https://nginx.org/en/docs/http/ngx_http_access_module.html | |||||
* | Allow user to search through their watch history (#3576) | Rigel Kent | 2021-01-13 | 1 | -0/+1 | |
| | | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts | |||||
* | feat: allow administrator to disable logging of ping requests | Johan Fleury | 2021-01-13 | 1 | -0/+5 | |
| | ||||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 2 | -1/+6 | |
| | ||||||
* | Remove docker images I can't maintain | Chocobozzz | 2021-01-13 | 7 | -153/+0 | |
| | ||||||
* | Clearer docker doc hierarchy | Chocobozzz | 2021-01-12 | 1 | -10/+10 | |
| | ||||||
* | Bumped to version v3.0.1v3.0.1 | Chocobozzz | 2021-01-12 | 1 | -1/+1 | |
| | ||||||
* | Try to improve install doc | Chocobozzz | 2021-01-11 | 2 | -17/+26 | |
| | ||||||
* | Doc typo | Chocobozzz | 2021-01-08 | 1 | -0/+1 | |
| | ||||||
* | Fix docker upgrade doc | Chocobozzz | 2021-01-08 | 1 | -1/+11 | |
| |