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:29:34 +0300
committerJulius Härtl <jus@bitgrid.net>2021-06-18 13:29:34 +0300
commit8b1ac37f4c5ba7c68de3b79e8472662748c663f4 (patch)
tree9d14a5683f492a312f0df928e7307de89e87c4b6
parentb3e9f882ecc32b56261bd8acc7a8aa2232e51b1b (diff)
Bump version to 7.1.3v7.1.3
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 e405f3ec..e56b2a52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 7.1.3
+
+* [#1488](https://github.com/nextcloud/groupfolders/pull/1488) Only return user result once
+* [#1541](https://github.com/nextcloud/groupfolders/pull/1541) Cancel ACL user/group search requests
+* [#1546](https://github.com/nextcloud/groupfolders/pull/1546) Enforce string for folder id when obtaining the trash folder
+
+
## 7.1.2
* [#1165](https://github.com/nextcloud/groupfolders/pull/1165) Add missing exit codes
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e3d85a6c..292a48bd 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>7.1.2</version>
+ <version>7.1.3</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>