aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Don't include `preload` flag in sample HSTS headerFelix Ableitner2018-09-111-1/+1
| | | | | This goes against the recommendations (preloading should be opt-in). Putting it in the example makes it likely that people enable it without knowing what it means. https://hstspreload.org/?domain=peertube.social#opt-in
* further enhance tools install explanationJosh Morel2018-09-111-2/+2
|
* make HSTS opt-in and leave it to the reverse-proxyRigel Kent2018-09-091-1/+5
|
* Try to improve remote tools explanationChocobozzz2018-09-041-1/+1
|
* optimize size of the README schemas (#1002)Jorropo2018-09-023-0/+0
| | | | | | | ``` /support/doc/user/watch-p2p.png -- 21.87kb -> 16.44kb (24.8%) /support/doc/user/watch-video.png -- 27.89kb -> 21.04kb (24.56%) /support/doc/user/decentralized.png -- 21.88kb -> 17.75kb (18.87%) ```
* Changes the README schemas (#984)Edouard SCHWEISGUTH2018-08-306-0/+3
| | | | | | * Change readme schema & add their sources * Add titles
* Suggest TCP/IP tuning to prevent buffer bloat + latency (#976)Micah Elizabeth Scott2018-08-282-0/+22
| | | | | | | | * Suggest TCP/IP CoDel and BBR congestion control in production guide This seems to be helping lots on my server, where the default (Debian 9) was to use FIFO queueing which would cause buffer bloat and huge latency for clients on slower network links.
* Add start at checkbox in share modalChocobozzz2018-08-271-0/+1
|
* Add parse-log docChocobozzz2018-08-271-0/+10
|
* (docker) add quota to the docker configuration values (#964)kaiyou2018-08-261-0/+5
|
* add postgresql96-contrib to the FreeBSD dependencies (#958)osauzet2018-08-241-1/+1
|
* Only enable gzip for HTML/CSS/JSMicah Elizabeth Scott2018-08-241-2/+4
| | | | | No compression on JSON endpoints, in order to protect from potential compression+encryption data leak attacks (like BREACH)
* Add gzip support to the sample nginx configurationMicah Elizabeth Scott2018-08-241-0/+5
| | | | | | | | | Without gzip explicitly enabled, load times suffer from transferring over a megabyte of plaintext javascript. With gzip enabled, the bundle is down to about 300K, and loads much faster. This change does not enable gzip on files that are already compressed, so images, fonts, and videos will be sent without the CPU overhead.
* Reduce FreeBSD title sizeChocobozzz2018-08-211-3/+2
|
* Fix docker env fileChocobozzz2018-08-143-5/+7
|
* Fix dockerfileChocobozzz2018-08-101-1/+1
|
* Clean yarn cache after install in dockerChocobozzz2018-08-091-0/+1
|
* Remove unnecessary env variables now we have a .env fileChocobozzz2018-08-081-19/+0
|
* Try to reduce docker image sizeChocobozzz2018-08-081-1/+3
|
* fix pg_restore command for post-migrationsJosh Morel2018-07-301-3/+3
| | | | also avoid peertube db login for pg_dump command
* Correct API documentation for search (#881)David Libeau2018-07-292-2/+2
|
* Correct API documentation for search (#878)David Libeau2018-07-282-174/+200
|
* Add postgresql-contrib to dependencies.mdbsky2018-07-281-2/+2
|
* [FIX] doc: correct URL to PeerTube projectMartin Trigaux2018-07-271-3/+3
| | | | Instead of the French translation page
* Added redis-server.service to AfterJorropo2018-07-271-1/+1
| | | On very very slow monocore server, peertube can generate error if redis isn't started.
* Updated components treeJorropo2018-07-265-2/+4
|
* 404 on unknown thumbnailChocobozzz2018-07-241-7/+8
|
* Add cors to static route in nginx templateChocobozzz2018-07-241-0/+16
|
* Improve production warningChocobozzz2018-07-241-1/+2
|
* [ImgBot] optimizes imagesJorropo2018-07-242-0/+0
| | | | | | | | | | | | | | | | | | | | | *Total -- 289.13kb -> 211.82kb (26.74%)/support/doc/development/server/upload-video.png -- 56.19kb -> 33.83kb (39.8%)/support/doc/development/client/components-tree.png -- 31.81kb -> 19.82kb (37.68%)/client/src/assets/images/icons/icon-512x512.png -- 14.24kb -> 9.97kb (30.03%)/server/tests/fixtures/avatar-resized.png -- 1.69kb -> 1.19kb (29.24%)/server/tests/fixtures/avatar2-resized.png -- 1.68kb -> 1.21kb (28.41%)/client/src/assets/images/default-avatar.png -- 1.63kb -> 1.24kb (23.89%)/server/tests/fixtures/avatar.png -- 1.63kb -> 1.24kb (23.89%)/server/tests/fixtures/avatar-big.png -- 143.15kb -> 111.56kb (22.06%)/client/src/assets/images/icons/icon-192x192.png -- 3.58kb -> 2.86kb (20.21%)/server/tests/fixtures/video_short1.webm.jpg -- 2.83kb -> 2.36kb (16.75%)/client/src/assets/images/icons/icon-144x144.png -- 2.34kb -> 1.95kb (16.53%)/client/src/assets/images/icons/icon-96x96.png -- 1.91kb -> 1.62kb (11.93%)/client/src/assets/images/icons/icon-72x72.png -- 1.72kb -> 1.53kb (11.1%)/client/src/assets/images/icons/icon-48x48.png -- 1.18kb -> 1.17kb (1%)
* Begin advanced searchChocobozzz2018-07-242-1/+12
|
* (nginx) remove headers now dealt with helmetRigel Kent2018-07-181-3/+0
|
* Fix static avatars/thumbnails cacheChocobozzz2018-07-171-1/+2
|
* Fix start/count/sort params in documentationChocobozzz2018-07-1713-1198/+1089
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+1
|
* Correcting documentation to be more precise about CentOS 7Rigel Kent2018-07-162-7/+7
|
* support/doc/dependencies.md: Add Gentoo documentationHaelwenn (lanodan) Monnier2018-07-111-0/+38
| | | | Related to: https://github.com/Chocobozzz/PeerTube/issues/778
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-0/+122
| | | | | | | | | | | | | | | | | | | | * first stab at jschannel based player api * semicolon purge * more method-level docs; consolidate definitions * missing definitions * better match peertube's class conventions * styling for embed tester * basic docs * add `getVolume` * document the test-embed feature
* Increase upload limit to 8GB (test)Chocobozzz2018-06-291-3/+3
|
* Add warning regarding the domain name for docker installChocobozzz2018-06-281-0/+2
|
* fix docker-compose extension typoJosh Morel2018-06-281-1/+1
| | | was `yaml` changed to `yml`
* Filter by category (#720)PhieF2018-06-271-0/+5
| | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues
* Add PEERTUBE_SMTP_DISABLE_STARTTLS config docker envChocobozzz2018-06-272-0/+2
|
* Add tips in translation docChocobozzz2018-06-271-0/+10
|
* Improve update host script and add warning if AP urls are invalidChocobozzz2018-06-212-2/+12
|
* Small fixes on translation guideLuc Didry2018-06-211-5/+5
|
* Add translation guideChocobozzz2018-06-211-0/+24
|
* Fix docker compose with admin emailChocobozzz2018-06-211-1/+1
|
* Update doc for CentOS 7 devtoolset-7Pierre-Alain TORET2018-06-182-4/+4
| | | | Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
* Add resolution to create-transcoding-job script (#654)Florent F2018-06-151-0/+5
| | | | | | * Add resolution to create-transcoding-job script * Requested changes