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:09:42 +0300
committerGitHub <noreply@github.com>2022-05-04 16:09:42 +0300
commit4176e32b1c80252ad4c58f9abdf725793a83af0a (patch)
treefb38e1941e8a32d90375e4c924d59e72f1569503
parent7292d573115e0d954208d3f9440396cdf51eb913 (diff)
parent772c75473d08a3734465eb668ed8ed99dfa9416c (diff)
Merge pull request #1989 from nextcloud/release/10.0.3v10.0.3
Release groupfolder 10.0.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 a8c15c0b..2e323836 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 10.0.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
+
## 10.0.2
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8f9c23f0..4a664bc5 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>10.0.2</version>
+ <version>10.0.3</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>