From 8863f4ae61b0632831c55c88eaf060d64384c40c Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Wed, 26 Jun 2019 10:27:09 +0200 Subject: [PATCH] Fix #853: changelog and release notes --- changes/changelog.d/853.feature | 1 + changes/notes.rst | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 changes/changelog.d/853.feature diff --git a/changes/changelog.d/853.feature b/changes/changelog.d/853.feature new file mode 100644 index 000000000..60b8ec2bc --- /dev/null +++ b/changes/changelog.d/853.feature @@ -0,0 +1 @@ +Allow-list to restrict federation to trusted domains (#853) diff --git a/changes/notes.rst b/changes/notes.rst index 28e69733d..b52fb7897 100644 --- a/changes/notes.rst +++ b/changes/notes.rst @@ -7,6 +7,24 @@ Next release notes after each release. +Allow-list to restrict federation to trusted domains +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +The Allow-Listing feature grants pod moderators +and administrators greater control over federation +by allowing you to create a pod-wide allow-list. + +When allow-listing is enabled, your pod's users will only +be able to interact with pods included in the allow-list. +Any messages, activity, uploads, or modifications to +libraries and playlists will only be shared with pods +on the allow-list. Pods which are not included in the +allow-list will not have access to your pod's content +or messages and will not be able to send anything to +your pod. + +If you want to enable this feature on your pod, or learn more, please refer to `our documentation `_! + Replaced Daphne by Gunicorn/Uvicorn [manual action required, non-docker only] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^