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>2020-03-13 17:18:29 +0300
committerJulius Härtl <jus@bitgrid.net>2020-03-16 14:24:15 +0300
commitb5b82325d14147cd8f960309e46e2aad0fabf1d4 (patch)
tree76d3fb57faf20737525ba89e920b88987e5f4f19
parent33630845491d92e9fa665f9fde57c968605f673f (diff)
Bump version to 6.0.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md10
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2b8d9c8..eb0807b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 6.0.2
+
+- Allow to detect the file path for shares inside of groupfolders, e.g. when they are matched in workflow rules
+- Bump dependencies
+
+## 6.0.1
+
+- Fix sharing files from groupfolders trough ocs api
+- Show the full path including groupfolder in trashbin
+
## 6.0.0
- Nextcloud 18 compatibility
diff --git a/Makefile b/Makefile
index c0dffe0c..2b995c43 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+=6.0.0
+version+=6.0.2
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 e1c16749..bdecec68 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>6.0.1</version>
+ <version>6.0.2</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>