aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to update embed captionsChocobozzz2020-05-061-5/+13
|
* 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
|
* Correctly fix docker storage configChocobozzz2020-04-021-1/+1
|
* Move streaming-playlists to /dataxcffl2020-04-021-0/+1
|
* 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-113-0/+16
|
* Add Nginx configuration to redirect videos to an s3 bucketRigel Kent2020-03-091-0/+8
|
* Reword HSTS configuration to warn user of nginx's add_header shortcomingsRigel Kent2020-03-031-6/+2
|
* 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-244-39/+88
| | | | | | | | | | | | | | * 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
|
* Create template dirs for openapi clients and provide README templatesAverage Dude2020-02-186-0/+265
| | | | | The definitions are now also in the template dirs because they will be ignored by the generator. Generators only use overrides and don't do anything with new files.
* Add missing ca-certificates in docker imageChocobozzz2020-02-171-1/+1
|
* 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
* Fix missing python dependency in Dockerfile.buster (#2495)Kim2020-02-171-1/+1
| | | | | | * Fix missing youtube-dl dependency in buster docker image * Fix missing python dependency in buster docker image
* 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-174-0/+17
|\
| * OpenAPI clients generationAverage Dude2020-02-144-0/+17
| |
* | 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
|/
* Add openssl in docker containerChocobozzz2020-01-271-1/+1
|
* 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