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-05-04 16:17:39 +0300
committerGitHub <noreply@github.com>2022-05-04 16:17:39 +0300
commit53db43a9df3bc652012cee2b433a600cd057c3ac (patch)
tree32977b397b930693a9dbc05ff7488488463e0ae5
parentf5930206cdd25523f84fe5c23a7e02d2d716dc5d (diff)
parent6bf3309833e03ede6c6cfde66e5270998f8135d3 (diff)
Merge pull request #1987 from nextcloud/release/11.1.3v11.1.3
Release 11.1.3
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f630bfc..94402fbf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 11.1.3
+
+### Fixed
+
+- Fix MountProvider fetching paths on oracle @CarlSchwan #1976
+- Update parent folders cache when restoring files from trash @mejo #1962
+- Fix expiration when storage is unlimited and auto expiration is on @CarlSchwan #1988
+- Dispatch audit event when changing ACL rules @CarlSchwan #1927
+- Fix more than 1000 files in a groupfoler on orache @CarlSchwan #1893
+
## 11.1.2
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 22a745d5..200b37f0 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>11.1.2</version>
+ <version>11.1.3</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>