From 0cab56f7a653fa5fdb527a98102c61b37e69b094 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 11 Sep 2023 17:10:01 +0200 Subject: [PATCH 1/2] docs(admin): document requirements for public shares Fixes: #780 Signed-off-by: Jonas --- docs/content/administration/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/administration/_index.md b/docs/content/administration/_index.md index cf0882b1d..4240e3bd4 100644 --- a/docs/content/administration/_index.md +++ b/docs/content/administration/_index.md @@ -38,6 +38,14 @@ of enabled apps for guest users in admin settings. Please note that this enables guest users to create new collectives. +## Public shares + +WebDAV access to public shares must not be forbidden for publically shared +collectives to work. Please make sure that you didn't disable the admin option +"Allow users on this server to send shares to other servers (This option also +enables WebDAV access to public shares)" under "Sharing -> Federated Cloud +Sharing". + ## Configuration ### Initial Content for new collectives From ccbe5bcb3cea444de15b70cbf6f8a7491632d375 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 11 Sep 2023 17:31:31 +0200 Subject: [PATCH 2/2] feat(release): prepare for 2.7.1 release Signed-off-by: Jonas --- CHANGELOG.md | 15 +++++++++++++++ appinfo/info.xml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d29b201b..2d07527d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 2.7.1 - 2023.09.11 + +### 🐛Fixes +* 🧹 Fallback to old EventDispatcher on older releases, fixing background job. (#828) +* 📊 Fix async component loading, fixing mermaid support in view mode. (#866) +* ⚡️ Fix LazyFolder implementation with Nextcloud 28. + +### 🌎Translations +* 🗣️ Translation updates from Transifex. Thanks to all contributors. + +### 🚧Updates & Tooling +* ⬆️ Update NPM dependencies. +* ⬆️ Update PHP composer dependencies. + + ## 2.7.0 - 2023.08.08 ### ✨New diff --git a/appinfo/info.xml b/appinfo/info.xml index ce4c98639..f5cefdf26 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -22,7 +22,7 @@ In your Nextcloud instance, simply navigate to **»Apps«**, find the **»Circles«** and **»Collectives«** apps and enable them. ]]> - 2.7.0 + 2.7.1 agpl CollectiveCloud Team Collectives