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:
authorJulius Härtl <jus@bitgrid.net>2021-06-18 13:10:50 +0300
committerJulius Härtl <jus@bitgrid.net>2021-06-18 13:10:50 +0300
commit7e540018a94032bfb981d5a09d8b3748bc9e4b2a (patch)
treeefc48304c6a3ce175daff29703ee9e61c6ae5d2f
parente41d4c6c2e7b2fb0a07daeb1d57f87fae84dd27f (diff)
Bump version to 9.0.2v9.0.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a80af45c..1eb2d9ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 9.0.2
+
+* [#1486](https://github.com/nextcloud/groupfolders/pull/1486) Only return user result once
+* [#1539](https://github.com/nextcloud/groupfolders/pull/1539) Cancel ACL user/group search requests
+* [#1544](https://github.com/nextcloud/groupfolders/pull/1544) Enforce string for folder id when obtaining the trash folder
+
+
## 9.0.1
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bb1e7958..c7f9b6a2 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>9.0.1</version>
+ <version>9.0.2</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>