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:21:50 +0300
committerJulius Härtl <jus@bitgrid.net>2021-06-18 13:21:50 +0300
commitbce7e3448ab76ce4347d4cee3a98d7b141aa1d3b (patch)
tree29685b008c51154e56fd3f34478a028afb14213f
parent81a72e63cf642c3c663958510549134107746806 (diff)
Bump version to 8.2.2v8.2.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-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 988740c7..aeebbe2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 8.2.2
+
+* [#1487](https://github.com/nextcloud/groupfolders/pull/1487) Only return user result once
+* [#1540](https://github.com/nextcloud/groupfolders/pull/1540) Cancel ACL user/group search requests
+* [#1545](https://github.com/nextcloud/groupfolders/pull/1545) Enforce string for folder id when obtaining the trash folder
+
## 8.2.1
* [#1164](https://github.com/nextcloud/groupfolders/pull/1164) Add missing exit codes
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1b08bd5a..b95c0096 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>8.2.1</version>
+ <version>8.2.2</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>