From f66a56106c803324d603a8e6c201194486a90286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 27 Apr 2021 10:59:22 +0200 Subject: Bump version to 8.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 17 +++++++++++++++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4a5ece..988740c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 8.2.1 + +* [#1164](https://github.com/nextcloud/groupfolders/pull/1164) Add missing exit codes +* [#1267](https://github.com/nextcloud/groupfolders/pull/1267) Add missing return code. This relates to issue #1154 +* [#1306](https://github.com/nextcloud/groupfolders/pull/1306) Fix file drop shared folders +* [#1316](https://github.com/nextcloud/groupfolders/pull/1316) check folder permissions when restoring a trashbin item +* [#1333](https://github.com/nextcloud/groupfolders/pull/1333) Add tooltip for user/group name in sidebar ACL list +* [#1337](https://github.com/nextcloud/groupfolders/pull/1337) Fix "contenthash" not included in chunk filename +* [#1342](https://github.com/nextcloud/groupfolders/pull/1342) Cast groupfolder id to string when trying to create a new folder +* [#1350](https://github.com/nextcloud/groupfolders/pull/1350) Check for naming conflicts before returning the user mounts +* [#1398](https://github.com/nextcloud/groupfolders/pull/1398) preventDefault on folder create submit event +* [#1401](https://github.com/nextcloud/groupfolders/pull/1401) fix wrong method call to check restore permissions +* [#1431](https://github.com/nextcloud/groupfolders/pull/1431) Sidebar view: refresh ACL entries when fileInfo prop changes #1378 +* [#1436](https://github.com/nextcloud/groupfolders/pull/1436) Fixed searching for groups in the sharing sideview +* [#1466](https://github.com/nextcloud/groupfolders/pull/1466) Obtain cacheEntry for created folders and handle errors more gracefully + + ## 8.2.0 * [#1161](https://github.com/nextcloud/groupfolders/pull/1161) Make database schema compatible with Oracle diff --git a/Makefile b/Makefile index 60b39d11..3df264b5 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+=8.2.0 +version+=8.2.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 46e0de0b..1b08bd5a 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.]]> - 8.2.0 + 8.2.1 agpl Robin Appelman GroupFolders -- cgit v1.2.3