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 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