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:
authorRobin Appelman <robin@icewind.nl>2019-09-30 16:55:54 +0300
committerRobin Appelman <robin@icewind.nl>2019-09-30 16:55:54 +0300
commitaf5bae52dab007a0c13d7258a754811761a3f8bd (patch)
tree83a6e079669ffb9cfb791d9dd6d32b9d3be91ae3
parent8d78416c8ef1ed5282c19edd39110f20d131f391 (diff)
-rw-r--r--CHANGELOG.md3
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f76a41e..3d5241e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 5.0.3
+- Handle advanced permission rules for users/groups that no longer exist
+
## 5.0.2
- Allow longer path as groupfolder mount points
diff --git a/Makefile b/Makefile
index 346af8d7..50ad7d99 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+=5.0.2
+version+=5.0.3
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 d07169c3..a888aeb9 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>5.0.2</version>
+ <version>5.0.3</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>