aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Fix e2e testsChocobozzz2019-05-141-0/+1
|
* Document how I do releasesChocobozzz2019-05-141-0/+19
|
* Add doc on how to add a new language to peertubeChocobozzz2019-05-141-0/+7
|
* Add singular/plural tip for translationChocobozzz2019-05-131-1/+16
|
* Allow to control RATES_LIMIT from configuration (#1787)Yohan Boniface2019-04-261-0/+10
| | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me)
* dailyVideoQuota -> videoQuotaDaily in docChocobozzz2019-04-241-1/+1
|
* Fix video channel API route param in docChocobozzz2019-04-241-9/+9
|
* Add videoQuotaDaily in documentationChocobozzz2019-04-241-0/+10
|
* Fix video import CLI scriptChocobozzz2019-04-241-1/+1
| | | | Password is an optional argument
* Add host network mode for reverse proxyChocobozzz2019-04-241-1/+2
|
* Add argument to dockerfile to pass options to npm run buildAntoine Millet2019-04-241-1/+6
|
* Add change user password from CLI documentationChocobozzz2019-04-151-0/+9
|
* Add automated dev setup using GitpodJan Keromnes2019-04-122-0/+17
|
* Add ability to disable trackerChocobozzz2019-04-101-0/+4
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-0/+39
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Add the video tags restrictions to the API docsMathieu Agopian2019-03-291-1/+1
| | | | Fixes #1744
* (doc) rephrase yarn version to latest (#1719)Quentin Dupont2019-03-281-1/+1
|
* Fix problem with SMTP in default docker-compose setupFelix Ableitner2019-03-111-3/+3
|
* BREAKING: update CSP configurationChocobozzz2019-02-211-3/+0
| | | | Disable it by default and add ability to specify a custom report uri
* Add warning regarding config upgrade in docker.mdChocobozzz2019-02-211-1/+2
|
* Add CLI tools doc link in production.mdChocobozzz2019-02-211-0/+1
|
* Add video import enpoint in openapiChocobozzz2019-02-191-0/+77
|
* Add missing python-dev dependency for Debian/Ubuntu systemsYann Sionneau2019-02-191-1/+1
|
* Bumped to version v1.2.1Chocobozzz2019-02-151-1/+1
|
* Nginx config file: remove text/html from gzip_typesBenjamin Bouvier2019-02-111-1/+1
| | | As stated by https://nginx.org/en/docs/http/ngx_http_gzip_module.html, text/html is always part of the gzip_types. This removes a warning when checking the Nginx configuration files.
* Bumped to version v1.2.0v1.2.0Chocobozzz2019-02-061-1/+1
|
* Support socket.io in nginx templateChocobozzz2019-01-291-0/+12
|
* Bumped to version v1.2.0-rc.1v1.2.0-rc.1Chocobozzz2019-01-171-1/+1
|
* Fix peertube CLI documentationChocobozzz2019-01-141-1/+2
|
* Patch docker entrypoint to speed up the chown at startupvictor héry2019-01-141-2/+2
|
* Implement contact form on server sideChocobozzz2019-01-102-0/+6
|
* Fix video tags update/upload in openapiChocobozzz2019-01-091-4/+8
|
* (doc) update API spec to include user subscription routesRigel Kent2019-01-031-4/+105
|
* more systemd service hardening (#1488)Michael Koppmann2018-12-151-0/+5
|
* (fix) FreeBSD startup script (#1484)Gérald Niel2018-12-131-4/+3
| | | This PR fixes #1477 introduced by #1474
* add Content Security Policy (#1252)Rigel Kent2018-12-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support
* Update FreeBSD startup script (#1474)Gérald Niel2018-12-101-0/+2
|
* (doc) fix syntax in openapi spec for watching progressRigel Kent2018-12-081-1/+1
|
* Remove hard-coded 8GB upload limit in client (#1293)Micah Elizabeth Scott2018-12-071-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | * Remove hard-coded 8GB upload limit in client Ideally we'd know what the specific server's configured upload limit is before starting, but this 8GB limit is not useful if an administrator has changed the nginx post limit on the server. * Better docs for admins about client_max_body_size Seems like some admins already tweak this value up or down to allow for different maximum video upload sizes. The current codebase has no other server-side limits that I'm aware of, and I've been routinely uploading quite large videos to my instance. This patch replaces the somewhat incorrect (or outdated?) 'hard limit' comment with some advice about allocating enough space for nginx and communicating the limit with your users. Of course it would be better if this configuration could be unified with PeerTube's config somehow. I'm not sure whether the best option there is to turn off nginx's buffering here and let PeerTube handle the entire upload (can we do this only for the video upload API endpoint?) or whether we want PeerTube to generate nginx configs in a more automated way layer. In any case, this patch is intended as an incremental improvement.
* hardening systemd unitRigel Kent2018-12-071-0/+14
|
* Merge branch 'hotfix/docker' into developChocobozzz2018-12-061-26/+5
|\
| * Fix docker build and gosuChocobozzz2018-12-061-26/+5
| |
* | Improve information regarding prune storage scriptChocobozzz2018-12-051-2/+2
| |
* | Better tools.md docChocobozzz2018-12-041-6/+6
| |
* | Use `'` instead of `'` for passwords in the documentation (see #1453)Nathanaël J2018-12-041-2/+2
| |
* | Create redundancy endpointChocobozzz2018-12-041-2/+7
| |
* | Add tmp and redundancy directoriesChocobozzz2018-12-041-0/+2
| |
* | change type of languageOneOf query parameterRigel Kent2018-12-041-2/+12
| |
* | Improve tools docChocobozzz2018-12-041-40/+40
|/
* Bumped to version v1.1.0v1.1.0Chocobozzz2018-12-041-1/+1
|