Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-06-22 22:29:51 +0300
committerGitHub <noreply@github.com>2022-06-22 22:29:51 +0300
commit6cd5edf777f83604f1f2e3ce211944c9628ce2e1 (patch)
tree5a892a2ccf87de91a47860b081ad14ea88f114e1
parenta05197aa93bbf947cea497e28d0aeffe60b9b8ee (diff)
parent6df14660bfb2222fdef45855dde59f3cc65ceee3 (diff)
Merge pull request #2034 from nextcloud/release/v12.0.1v12.0.1
Release 12.0.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a14c5c44..fbba641e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 12.0.1
+
+- Display group names in occ output
+- Allow disabling sharing of groupfolder root
+- Speedup getting the list of groups in the admin interface
+
## 12.0.0
- Compatibility with PHP 7.4 and Nextcloud 24 @CarlSchwan
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 507ef6ec..9fe053f1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ Folders can be configured from *Group folders* in the admin settings.
After a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.
Note: Encrypting the contents of group folders is currently not supported.]]></description>
- <version>12.0.0</version>
+ <version>12.0.1</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>