aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* add parameters to GET /videos route specRigel Kent2018-11-241-11/+158
|
* add donate link, move redundancy doc and images to docs.joinpeertube.orgRigel Kent2018-11-239-56/+0
|
* Add open api bump version in release scriptChocobozzz2018-11-221-1/+1
|
* Various improvements for docker-composeFelix Ableitner2018-11-211-1/+0
|
* make POST /users have integer role enumRigel Kent2018-11-212-7/+12
|
* Improve FreeBSD setup instructionsMateusz Piotrowski2018-11-211-3/+2
| | | | | Use install(1) instead of cp(1) and chmod(1) to install the service file. Also, use sysrc(8) to enable the PeerTube service in rc.conf(5).
* add job state in path in openapi specRigel Kent2018-11-191-1/+1
|
* fix rest api quickstart and specify values in openapi specRigel Kent2018-11-192-4/+9
|
* (quickfix) typo in openapi spec groupsRigel Kent2018-11-171-1/+1
|
* grouping moderation endpoints in the REST API specRigel Kent2018-11-171-0/+1
|
* grouping tags by main category in the specRigel Kent2018-11-161-45/+114
|
* adding ownership and watching video APIs to the specRigel Kent2018-11-161-2/+130
|
* remove superfluous privacy field for uploadRigel Kent2018-11-161-3/+0
|
* fix API spec on POST /videos/upload and provide Shell exampleRigel Kent2018-11-151-3/+39
|
* migrate Swagger 2.0 spec to OpenAPI 3.0.0Rigel Kent2018-11-1515-14050/+1061
|
* updated REST API documentationRigel Kent2018-11-132-1730/+2330
|
* sync API version with PeerTube version and auto-update it via git hooksRigel Kent2018-11-131-1/+1
|
* (doc) fix path to peertube-replRigel Kent2018-10-191-1/+1
|
* add repl to the cli wrapper, remove extraneous TOC in tools.mdRigel Kent2018-10-191-34/+24
|
* (doc) update architecture, tools and readmeRigel Kent2018-10-141-8/+37
|
* add REPL in server/tools/repl.ts (#1248)BRAINS YUM2018-10-141-0/+131
|
* Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file
* add features section to README.mdRigel Kent2018-10-031-1/+1
|
* modify decentralized illustration in READMERigel Kent2018-10-022-1/+1
|
* add illustration to redundancy documentationRigel Kent2018-10-023-1/+8
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-0/+46
|
* add TOC to dependencies guideRigel Kent2018-09-231-0/+15
|
* add dependencies for Fedora (#1111)am972018-09-231-0/+68
|
* specify to run services before running PeerTubeRigel Kent2018-09-221-0/+16
|
* one cli to unite them allRigel Kent2018-09-141-7/+68
| | | | | | | Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli
* further enhance tools install explanationJosh Morel2018-09-111-2/+2
|
* 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-281-0/+13
| | | | | | | | * 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
|
* add postgresql96-contrib to the FreeBSD dependencies (#958)osauzet2018-08-241-1/+1
|
* Reduce FreeBSD title sizeChocobozzz2018-08-211-3/+2
|
* 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