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>2021-04-27 12:04:23 +0300
committerJulius Härtl <jus@bitgrid.net>2021-04-27 12:04:23 +0300
commit7d23561cb4bdbda721cf5815fa4ada1d2b292db7 (patch)
tree2ef52d5ac17b3d3131f5bfea2422d37492c5767c
parent58e864406a5ccc57a617af6c0dfa902f992499e6 (diff)
Bump version to 7.1.2v7.1.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md17
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 19 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72998a7d..e405f3ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+## 7.1.2
+
+* [#1165](https://github.com/nextcloud/groupfolders/pull/1165) Add missing exit codes
+* [#1268](https://github.com/nextcloud/groupfolders/pull/1268) Add missing return code. This relates to issue #1154
+* [#1307](https://github.com/nextcloud/groupfolders/pull/1307) Fix file drop shared folders
+* [#1314](https://github.com/nextcloud/groupfolders/pull/1314) Fix ci runs
+* [#1317](https://github.com/nextcloud/groupfolders/pull/1317) check folder permissions when restoring a trashbin item
+* [#1338](https://github.com/nextcloud/groupfolders/pull/1338) Fix "contenthash" not included in chunk filename
+* [#1343](https://github.com/nextcloud/groupfolders/pull/1343) Cast groupfolder id to string when trying to create a new folder
+* [#1351](https://github.com/nextcloud/groupfolders/pull/1351) Check for naming conflicts before returning the user mounts
+* [#1399](https://github.com/nextcloud/groupfolders/pull/1399) preventDefault on folder create submit event
+* [#1402](https://github.com/nextcloud/groupfolders/pull/1402) fix wrong method call to check restore permissions
+* [#1432](https://github.com/nextcloud/groupfolders/pull/1432) Sidebar view: refresh ACL entries when fileInfo prop changes #1378
+* [#1437](https://github.com/nextcloud/groupfolders/pull/1437) Fixed searching for groups in the sharing sideview
+* [#1467](https://github.com/nextcloud/groupfolders/pull/1467) Obtain cacheEntry for created folders and handle errors more gracefully
+
+
## 7.1.1
diff --git a/Makefile b/Makefile
index a18516c5..ce57ed0d 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.1
+version+=7.1.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 7250a252..e3d85a6c 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.1</version>
+ <version>7.1.2</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>