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 11:59:22 +0300
committerJulius Härtl <jus@bitgrid.net>2021-04-27 11:59:59 +0300
commitf66a56106c803324d603a8e6c201194486a90286 (patch)
tree190f293d12e49e25b96b93d5e90da47caecbf37a
parent44f7472c666361084c51686588715512136f3731 (diff)
Bump version to 8.2.1v8.2.1
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 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.]]></description>
- <version>8.2.0</version>
+ <version>8.2.1</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>