aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update plugin guide tocChocobozzz2020-05-041-0/+1
|
* Add auth plugins guideChocobozzz2020-05-041-18/+113
|
* Add getSettings documentationChocobozzz2020-05-041-0/+3
|
* Fix openapi search endpointChocobozzz2020-04-221-1/+0
|
* Fix playlist element param in api docChocobozzz2020-04-211-1/+1
|
* Add playlist exist api docChocobozzz2020-04-211-19/+83
|
* Add videos list filters param in api docChocobozzz2020-04-211-4/+54
|
* Fix comment body api docChocobozzz2020-04-211-0/+24
|
* Improve abuse api docChocobozzz2020-04-211-7/+83
|
* Add API doc for playlistsChocobozzz2020-04-211-58/+321
|
* Openapi consistencyChocobozzz2020-04-211-174/+185
|
* Add ability to remove privacies using pluginsChocobozzz2020-04-201-1/+7
|
* Add markdown support to plugins (#2654)Kim2020-04-201-0/+15
| | | | | | | | | | | * Add markdown renderer to plugins * Chore: add doc for markdown plugins * Fix typing markdown plugin helpers * Add lines between components in template Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add custom modal to plugin helpers (#2631)Kim2020-04-151-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom modal component * Add custom modal to app and plugins helpers * Fixes custom modal component * Add doc for custom modal * Fix newline end of file html and scss files * Move my-custom-modal component outside component for UserLoggedIn modals * Move initializeCustomModal to ngAfterViewInit() * Wrap events and conditionnals * Replace ng-show with ngIf* * Add modalRef to open only one modal + onCloseClick * Refacto + Fix access methods of custom modal * Fix methods names custom-modal.component * Fix implement AfterViewInit & no default boolean Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add notifier to plugin helpers (#2627)Kim2020-04-151-1/+11
| | | | | | | | | | | | | * Add notifier to client PeerTubeHelpers plugin * Add doc for notifier PeerTubeHelpers * Add getBaseClientScriptsRoute to client PeerTubeHelpers plugin * Add doc for getBaseClientScriptsRoute PeerTubeHelpers * Remove unused helper Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add pt version in embed optionsChocobozzz2020-04-141-0/+2
|
* Add ability for plugins to add custom routesChocobozzz2020-04-101-1/+18
|
* Add duration in embed api playbackStatusUpdateChocobozzz2020-04-081-1/+3
|
* Update embed api docChocobozzz2020-04-081-1/+1
|
* Add "ended" embed API eventChocobozzz2020-04-081-1/+2
|
* Fix grammar in translation documentationdingycle2020-03-261-1/+1
|
* Fix embed api docsDavid Dobryakov2020-03-251-1/+1
| | | player.stop() -> player.pause()
* Change raw.github.com to raw.githubusercontent.comChristoph Geschwind2020-03-211-3/+3
| | | | | | | | | | | ``` > GET /Chocobozzz/PeerTube/master/support/docker/production/.env HTTP/1.1 > Host: raw.github.com > User-Agent: curl/7.58.0 > Accept: */* > < HTTP/1.1 301 Moved Permanently < Location: https://raw.githubusercontent.com/Chocobozzz/PeerTube/master/support/docker/production/.env ```
* Fix embed api documentationChocobozzz2020-03-201-9/+1
|
* feat: add dkim to docker-composekimsible2020-03-111-0/+11
|
* 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.