Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix openapi search endpoint | Chocobozzz | 2020-04-22 | 1 | -1/+0 |
| | |||||
* | Fix playlist element param in api doc | Chocobozzz | 2020-04-21 | 1 | -1/+1 |
| | |||||
* | Add playlist exist api doc | Chocobozzz | 2020-04-21 | 1 | -19/+83 |
| | |||||
* | Add videos list filters param in api doc | Chocobozzz | 2020-04-21 | 1 | -4/+54 |
| | |||||
* | Fix comment body api doc | Chocobozzz | 2020-04-21 | 1 | -0/+24 |
| | |||||
* | Improve abuse api doc | Chocobozzz | 2020-04-21 | 1 | -7/+83 |
| | |||||
* | Add API doc for playlists | Chocobozzz | 2020-04-21 | 1 | -58/+321 |
| | |||||
* | Openapi consistency | Chocobozzz | 2020-04-21 | 1 | -174/+185 |
| | |||||
* | Add ability to remove privacies using plugins | Chocobozzz | 2020-04-20 | 1 | -1/+7 |
| | |||||
* | Add markdown support to plugins (#2654) | Kim | 2020-04-20 | 1 | -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) | Kim | 2020-04-15 | 1 | -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) | Kim | 2020-04-15 | 1 | -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 options | Chocobozzz | 2020-04-14 | 1 | -0/+2 |
| | |||||
* | Add ability for plugins to add custom routes | Chocobozzz | 2020-04-10 | 1 | -1/+18 |
| | |||||
* | Add duration in embed api playbackStatusUpdate | Chocobozzz | 2020-04-08 | 1 | -1/+3 |
| | |||||
* | Update embed api doc | Chocobozzz | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | Add "ended" embed API event | Chocobozzz | 2020-04-08 | 1 | -1/+2 |
| | |||||
* | Correctly fix docker storage config | Chocobozzz | 2020-04-02 | 1 | -1/+1 |
| | |||||
* | Move streaming-playlists to /data | xcffl | 2020-04-02 | 1 | -0/+1 |
| | |||||
* | Fix grammar in translation documentation | dingycle | 2020-03-26 | 1 | -1/+1 |
| | |||||
* | Fix embed api docs | David Dobryakov | 2020-03-25 | 1 | -1/+1 |
| | | | player.stop() -> player.pause() | ||||
* | Change raw.github.com to raw.githubusercontent.com | Christoph Geschwind | 2020-03-21 | 1 | -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 documentation | Chocobozzz | 2020-03-20 | 1 | -9/+1 |
| | |||||
* | feat: add dkim to docker-compose | kimsible | 2020-03-11 | 3 | -0/+16 |
| | |||||
* | Add Nginx configuration to redirect videos to an s3 bucket | Rigel Kent | 2020-03-09 | 1 | -0/+8 |
| | |||||
* | Reword HSTS configuration to warn user of nginx's add_header shortcomings | Rigel Kent | 2020-03-03 | 1 | -6/+2 |
| | |||||
* | Add missing api=1 info in embed quickstart | Chocobozzz | 2020-02-28 | 1 | -1/+2 |
| | |||||
* | Bumped to version v2.1.1 | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Chore/docker-documentation-improvements (#2494) | Kim | 2020-02-24 | 4 | -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 additions | Rigel Kent | 2020-02-21 | 1 | -0/+26 |
| | |||||
* | Create template dirs for openapi clients and provide README templates | Average Dude | 2020-02-18 | 6 | -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 image | Chocobozzz | 2020-02-17 | 1 | -1/+1 |
| | |||||
* | Creating a user with an empty password will send an email to let him set his ↵ | John Livingston | 2020-02-17 | 1 | -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) | Kim | 2020-02-17 | 1 | -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 Quickstart | Rigel Kent | 2020-02-17 | 1 | -0/+10 |
| | | | Document the new OpenAPI clients in the RESTÂ Quickstart, listing supported languages and their repositories. | ||||
* | Merge branch 'open-api-clients' into develop | Chocobozzz | 2020-02-17 | 4 | -0/+17 |
|\ | |||||
| * | OpenAPI clients generation | Average Dude | 2020-02-14 | 4 | -0/+17 |
| | | |||||
* | | fix markdown link (#2504) | Moritz Warning | 2020-02-16 | 1 | -2/+1 |
|/ | | | (doc) fix markdown link in docker.md | ||||
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-11 | 1 | -1/+1 |
|\ | |||||
| * | Bumped to version v2.1.0v2.1.0 | Chocobozzz | 2020-02-11 | 1 | -1/+1 |
| | | |||||
* | | Downsample to the closest divisor standard framerate | Rigel Kent | 2020-01-29 | 1 | -0/+6 |
| | | |||||
* | | Force utf8 when creating the database | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
| | | |||||
* | | Add redundancy CLI doc | Chocobozzz | 2020-01-28 | 1 | -1/+31 |
|/ | |||||
* | Add openssl in docker container | Chocobozzz | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Bumped to version v2.1.0-rc.1v2.1.0-rc.1 | Chocobozzz | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Add video caption upload documentation and improve error message | Rigel Kent | 2020-01-09 | 1 | -1/+1 |
| | | | | fixes #2038 | ||||
* | Update changelog, 2.1.0-rc.1 -> end of January | Chocobozzz | 2020-01-07 | 1 | -0/+6 |
| | |||||
* | Replace `peertube.example.com` with user's Peertube domain. (#2356) | ManMade-cube42 | 2019-12-30 | 1 | -0/+7 |
| | | | | | | | | | | * Add Sed * Update production.md * Minor Fix (+ add sudo) * Update production.md | ||||
* | Add author indicator to the comment replies loader | Rigel Kent | 2019-12-28 | 1 | -0/+2 |
| | |||||
* | Update OpenAPI documentation to include basic playlists and new comment sorting | Rigel Kent | 2019-12-27 | 1 | -1/+80 |
| |