From f88e73f740f978859b32855451b64bbbd1c9dfb5 Mon Sep 17 00:00:00 2001 From: Yorwba Date: Tue, 12 Nov 2019 14:35:52 +0100 Subject: [PATCH 1/6] Fix link for account creation on another instance --- client/src/app/login/login.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index 3fb1247c8..9bbeab3be 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html @@ -19,7 +19,7 @@ or create an account - + or create an account on another instance From a4610bc6880b923b38cc9dc109ab7bf85f826eae Mon Sep 17 00:00:00 2001 From: Julien Maulny Date: Fri, 8 Nov 2019 18:46:19 +0100 Subject: [PATCH 2/6] Fix stats block display in dark theme --- client/src/sass/bootstrap.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 12e73278a..8f1e18d9e 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -125,6 +125,11 @@ ngb-tabset.bootstrap { border-bottom: none; } +.card { + background-color: var(--mainBackgroundColor); + border-color: #dee2e6; +} + .collapse-transition { // Animation when we show/hide the filters transition: max-height 0.3s; From ee9f955997b4630e3fad7b523cbf1e4709d5ab57 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Nov 2019 09:06:25 +0100 Subject: [PATCH 3/6] Remove use of a private tmp directory Causes some issues when importing a file etc --- support/systemd/peertube.service | 3 --- 1 file changed, 3 deletions(-) diff --git a/support/systemd/peertube.service b/support/systemd/peertube.service index fba644788..cf4e7b417 100644 --- a/support/systemd/peertube.service +++ b/support/systemd/peertube.service @@ -16,9 +16,6 @@ SyslogIdentifier=peertube Restart=always ; Some security directives. -; Use private /tmp and /var/tmp folders inside a new file system namespace, -; which are discarded after the process stops. -PrivateTmp=true ; Mount /usr, /boot, and /etc as read-only for processes invoked by this service. ProtectSystem=full ; Sets up a new /dev mount for the process and only adds API pseudo devices From 53a6d0a348162fdc712835e1c2b03186a90da188 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Nov 2019 09:12:09 +0100 Subject: [PATCH 4/6] Update readme links --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5ed7d5b4c..77a2e6346 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Be it as a user or an instance administrator, you can decide what your experienc In addition to visitors using WebTorrent to share the load among them, instances can help each other by caching one another's videos. This way even small instances have a way to show content to a wider audience, as they will be shouldered by friend instances (more about that in our redundancy guide).

-Content creators can get help from their viewers in the simplest way possible: a support button showing a message linking to their donation accounts or really anything else. No more pay-per-view and advertisements that hurt visitors and incentivize alter creativity (more about that in our FAQ). +Content creators can get help from their viewers in the simplest way possible: a support button showing a message linking to their donation accounts or really anything else. No more pay-per-view and advertisements that hurt visitors and incentivize alter creativity (more about that in our FAQ).

:raised_hands: Contributing @@ -127,7 +127,7 @@ Content creators can get help from their viewers in the simplest way possible: a You don't need to be a coder to help! You can give us your feedback, report bugs, help us translate PeerTube, write documentation, and more. Check out the [contributing -guide](/.github/CONTRIBUTING.md) to know how, it takes less than 2 minutes to get started. :wink: +guide](https://github.com/Chocobozzz/PeerTube/blob/develop/.github/CONTRIBUTING.md) to know how, it takes less than 2 minutes to get started. :wink: You can also join the cheerful bunch that makes our community: @@ -151,14 +151,14 @@ Feel free to reach out if you have any questions or ideas! :speech_balloon: * **yarn >= 1.x** * **FFmpeg >= 3.x** -See the [production guide](/support/doc/production.md), which is the recommended way to install or upgrade PeerTube. For hardware requirements, see [Should I have a big server to run PeerTube?](https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md#should-i-have-a-big-server-to-run-peertube) in the FAQ. +See the [production guide](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md), which is the recommended way to install or upgrade PeerTube. For hardware requirements, see [Should I have a big server to run PeerTube?](https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md#should-i-have-a-big-server-to-run-peertube) in the FAQ. -See the [community packages](https://docs.joinpeertube.org/#/install-unofficial), which cover various platforms (including [YunoHost](https://install-app.yunohost.org/?app=peertube) and [Docker](/support/doc/docker.md)). +See the [community packages](https://docs.joinpeertube.org/#/install-unofficial), which cover various platforms (including [YunoHost](https://install-app.yunohost.org/?app=peertube) and [Docker](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md)). :book: Documentation ---------------------------------------------------------------- -If you have a question, please try to find the answer in the [FAQ](/FAQ.md) first. +If you have a question, please try to find the answer in the [FAQ](https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md) first. ### User documentation @@ -172,16 +172,16 @@ See the more general [admin documentation](https://docs.joinpeertube.org/#/admin #### Tools - * [Import videos (YouTube, Dailymotion, Vimeo...)](/support/doc/tools.md) - * [Upload videos from the CLI](/support/doc/tools.md) - * [Admin server tools (create transcoding jobs, prune storage...)](/support/doc/tools.md#server-tools) + * [Import videos (YouTube, Dailymotion, Vimeo...)](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/tools.md) + * [Upload videos from the CLI](https://github.com/Chocobozzz/PeerTube/blob/support/doc/tools.md) + * [Admin server tools (create transcoding jobs, prune storage...)](https://github.com/Chocobozzz/PeerTube/blob/support/doc/tools.md#server-tools) ### Technical documentation See the [architecture blueprint](https://docs.joinpeertube.org/#/contribute-architecture) for a more detailed explanation of the architectural choices. See our REST API documentation: - * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) + * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](https://github.com/Chocobozzz/PeerTube/blob/support/doc/api/openapi.yaml) * Spec explorer: [docs.joinpeertube.org/api-rest-reference.html](https://docs.joinpeertube.org/api-rest-reference.html) See our [ActivityPub documentation](https://docs.joinpeertube.org/#/api-activitypub). From 4053ba6f6e261453ae98dac0eb60cde318007f01 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Nov 2019 09:14:14 +0100 Subject: [PATCH 5/6] Fix broken links on docker hub --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77a2e6346..8ab668836 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Be part of a network of multiple small federated, interoperable video hosting pr Introduction ---------------------------------------------------------------- -PeerTube is a free, decentralized and federated video platform developed as an alternative to other platforms that centralize our data and attention, such as YouTube, Dailymotion or Vimeo. :clapper: But one organization hosting PeerTube alone may not have enough money to pay for bandwidth and video storage of its servers, all servers of PeerTube are interoperable as a federated network, and non-PeerTube servers can be part of the larger Vidiverse (federated video network) by talking our implementation of ActivityPub. Video load is reduced thanks to P2P (BitTorrent) in the web browser via WebTorrent. +PeerTube is a free, decentralized and federated video platform developed as an alternative to other platforms that centralize our data and attention, such as YouTube, Dailymotion or Vimeo. :clapper: But one organization hosting PeerTube alone may not have enough money to pay for bandwidth and video storage of its servers, all servers of PeerTube are interoperable as a federated network, and non-PeerTube servers can be part of the larger Vidiverse (federated video network) by talking our implementation of ActivityPub. Video load is reduced thanks to P2P (BitTorrent) in the web browser via WebTorrent. To learn more, see: * This [two-minute video](https://framatube.org/videos/watch/217eefeb-883d-45be-b7fc-a788ad8507d3) (hosted on PeerTube) explaining what PeerTube is and how it works @@ -166,7 +166,7 @@ See the [user documentation](https://docs.joinpeertube.org/#/use-setup-account). ### Admin documentation -See [how to create your own instance](#package-create-your-own-instance). +See [how to create your own instance](https://github.com/Chocobozzz/PeerTube/blob/develop/README.md#package-create-your-own-instance). See the more general [admin documentation](https://docs.joinpeertube.org/#/admin-following-instances). From 9bdcf6248fb59f847d5de32defa923c8236656f6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Nov 2019 09:21:03 +0100 Subject: [PATCH 6/6] Update browser stack badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ab668836..db61f8909 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ Be part of a network of multiple small federated, interoperable video hosting pr devDependency Status - - + +