aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add missing api=1 info in embed quickstartChocobozzz2020-02-281-1/+2
|
* Bumped to version v2.1.1Chocobozzz2020-02-281-1/+1
|
* Chore/docker-documentation-improvements (#2494)Kim2020-02-241-18/+70
| | | | | | | | | | | | | | * unify env_var names to replace * detail more and improve docker doc * fix title * move acme email and domains to traefik command * add details about TRAEFIK_ACME_* variables * Fix preview links from /develop to /master
* Minor update to the OpenAPI: instance config recent additionsRigel Kent2020-02-211-0/+26
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-1/+1
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* Add libraries section to the REST QuickstartRigel Kent2020-02-171-0/+10
| | | Document the new OpenAPI clients in the REST Quickstart, listing supported languages and their repositories.
* Merge branch 'open-api-clients' into developChocobozzz2020-02-171-0/+3
|\
| * OpenAPI clients generationAverage Dude2020-02-141-0/+3
| |
* | fix markdown link (#2504)Moritz Warning2020-02-161-2/+1
|/ | | (doc) fix markdown link in docker.md
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-111-1/+1
|\
| * Bumped to version v2.1.0v2.1.0Chocobozzz2020-02-111-1/+1
| |
* | Downsample to the closest divisor standard framerateRigel Kent2020-01-291-0/+6
| |
* | Force utf8 when creating the databaseChocobozzz2020-01-291-1/+1
| |
* | Add redundancy CLI docChocobozzz2020-01-281-1/+31
|/
* Bumped to version v2.1.0-rc.1v2.1.0-rc.1Chocobozzz2020-01-271-1/+1
|
* Add video caption upload documentation and improve error messageRigel Kent2020-01-091-1/+1
| | | | fixes #2038
* Update changelog, 2.1.0-rc.1 -> end of JanuaryChocobozzz2020-01-071-0/+6
|
* Replace `peertube.example.com` with user's Peertube domain. (#2356)ManMade-cube422019-12-301-0/+7
| | | | | | | | | | * Add Sed * Update production.md * Minor Fix (+ add sudo) * Update production.md
* Add author indicator to the comment replies loaderRigel Kent2019-12-281-0/+2
|
* Update OpenAPI documentation to include basic playlists and new comment sortingRigel Kent2019-12-271-1/+80
|
* Add embed api buildChocobozzz2019-12-181-1/+20
|
* Add package.json for embed apiChocobozzz2019-12-181-1/+5
|
* Added pointer to the .env filetilllt2019-12-121-1/+4
|
* Docker: stretch -> busterChocobozzz2019-12-121-1/+1
|
* Update dependencies.md to be consistentDirk Kelly2019-11-271-83/+122
| | | | The current dependencies document syntax is broken on https://docs.joinpeertube.org/#/dependencies. This update makes the page source consistent across distributions in the hopes of avoiding rendering issues.
* Clarify and expand on admin credentials detailLeopere2019-11-181-3/+9
| | | It felt unclear so I clarified and suggested a method for obtaining the credentials easier.
* Merge branch 'weblate' into developChocobozzz2019-11-132-27/+23
|\
| * Update localization dev guideChocobozzz2019-11-131-17/+11
| |
| * Remove unused filesChocobozzz2019-11-131-10/+12
| |
| * Forgot a mention in changelogChocobozzz2019-11-131-1/+1
| |
* | Fix Ruby and Python REST API examplesMatthieu De Beule2019-11-121-20/+10
| | | | | | | | | | | | | | | | The previous examples where wrong, since they used a POST request. I used the requests library for Python, since that is what most people would want to use. I removed the http.verify_mode in the Ruby example since I don't think it is good practice to tell people to not verify HTTPS requests
* | Bumped to version v2.0.0v2.0.0Chocobozzz2019-11-121-1/+1
| |
* | Forgot a mention in changelogChocobozzz2019-11-071-1/+1
|/
* Bumped to version v2.0.0-rc.1v2.0.0-rc.1Chocobozzz2019-10-291-1/+1
|
* Fix openapiChocobozzz2019-10-291-1/+1
|
* fixed a typo in docker.mdClaude2019-10-291-1/+1
|
* Link back to the source for the curl'd files.Leopere2019-10-181-0/+1
| | | Just for those of us who don't want to dig a lot but want to dig a little.
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Remove feeds from API documentationFrank Sträter2019-09-181-45/+0
|
* Change cli parameter from -t to good --target-urlPablo Joubert2019-09-171-1/+1
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-111-1/+1
|\
| * Bumped to version v1.4.1v1.4.1Chocobozzz2019-09-091-1/+1
| |
| * Bumped to version v1.4.0v1.4.0Chocobozzz2019-08-261-1/+1
| |
* | Fix plugin CLI tools docChocobozzz2019-09-021-3/+3
| |
* | Bumped to version v1.4.0Chocobozzz2019-08-261-1/+1
| |
* | Update API documentation for accounts and config (#2072)Frank Sträter2019-08-221-5/+308
| | | | | | | | | | | | | | | | | | | | * Update Actor and Account schemas * Fix mixed up paramaters for /accounts * Update ServerConfig schema * Add ServerConfigAbout and ServerConfigCustom schemas
* | Improve plugin management documentationChocobozzz2019-08-221-1/+18
| |
* | Add plugin in CLI tools table of contentsChocobozzz2019-08-221-0/+1
| |
* | Improved description of all file uploads (#2053)Frank Sträter2019-08-211-3/+30
|/ | | | | | | | | | | | * Add format:binary for file uploads * Fix wrongly named field for encoding * Fix typo in field name * Add contentType for torrentfile and captionfile * Add contentType for videofile
* Add originallyPublishedAt to PUT videos + change HTTP response to 204Frank Sträter2019-08-141-6/+6
|