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-11-09 12:57:03 +0300
committerJulius Härtl <jus@bitgrid.net>2020-11-09 12:57:03 +0300
commit78c2c0730c6041c83e49a6008a1f83e88cf8775d (patch)
tree1729f8397363cede6bdad3687afe334eb416610b
parentf2ec2320dbabc439e05086733299319d8292a16f (diff)
Bump version to 7.1.1v7.1.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md11
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4602f82..72998a7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 7.1.1
+
+
+* [#1087](https://github.com/nextcloud/groupfolders/pull/1087) Load files client extension through file list plugin
+* [#1106](https://github.com/nextcloud/groupfolders/pull/1106) [stable18] Fix backport of #1070
+* [#1109](https://github.com/nextcloud/groupfolders/pull/1109) Run frontend build in github actions
+* [#1114](https://github.com/nextcloud/groupfolders/pull/1114) Fix occ when files_trashbin is disabled
+* [#1117](https://github.com/nextcloud/groupfolders/pull/1117) Make sure to only move in cache if it was not already done by the storage
+* [#1130](https://github.com/nextcloud/groupfolders/pull/1130) 1 query to obtain group folders
+* [#1132](https://github.com/nextcloud/groupfolders/pull/1132) Use the proper paremter type for the IN query
+
## 7.1.0
* [#1029](https://github.com/nextcloud/groupfolders/pull/1029) Properly cast file and groupfolder ids to strings when using them in paths
diff --git a/Makefile b/Makefile
index 56774451..a18516c5 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+=7.1.0
+version+=7.1.1
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 e2e14446..7250a252 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>7.1.0</version>
+ <version>7.1.1</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>