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:
-rw-r--r--CHANGELOG.md23
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 24 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66f5ccbf..63cf3cc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,26 @@
-## 4.0.0
+## 4.0.5
+- Bump dependencies
+- Update translations
+- Proper values returned from Storage Wrapper fixing some etag bugs
+
+## 4.0.4
+- Fix issue with ACL cache returning empty result sets
+- Bump dependencies
+
+## 4.0.3
+- Fix Collabora documents opening in read only in some cases
+- Improve dark mode support
+## 4.0.2
+- Fix handling of public pages
+- Fix advanced permissions not applying on the root of a groupfolder
+
+## 4.0.1
+- Fix not being able to delete advanced permission rules from the web interface
+- Use display names in advanced permissions interface
+- Fix not being able to open files in Collabora Online that don't have share permissions
+
+## 4.0.0
- Access control list support for advanced permission management
- Improve performance of listing group folders with large filecache tables
- Block deleting of folders that have non-deletable items in them
diff --git a/Makefile b/Makefile
index 3a4d4c0d..dc99c743 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
webpack=node_modules/.bin/webpack
-version+=4.0.2
+version+=4.0.5
jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*)
othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6a25fd55..cb306fe6 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>4.0.2</version>
+ <version>4.0.5</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>