From 855886810a9633ccf4df63ef0f7bb1744a8b4604 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Mon, 3 Jun 2019 14:04:39 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20make=20groups=20param?= =?UTF-8?q?=20for=20storeUser()=20optional?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base.php b/lib/base.php index e3d527c..cca1ddb 100644 --- a/lib/base.php +++ b/lib/base.php @@ -174,7 +174,7 @@ public function setDisplayName($uid, $displayName) { * * @return void */ - protected function storeUser($uid, $groups) { + protected function storeUser($uid, $groups = []) { if (!$this->userExists($uid)) { $query = \OC::$server->getDatabaseConnection()->getQueryBuilder(); $query->insert('users_external') From ab8941011fd60a34a97e2def43114b55d91b6108 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Mon, 3 Jun 2019 14:06:12 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- Makefile | 2 +- appinfo/info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 29b9b64..3598a11 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=master -version+=0.6.1 +version+=0.6.3 # Cleaning diff --git a/appinfo/info.xml b/appinfo/info.xml index c1525ee..496a41e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ External user support Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth and XMPP Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth and XMPP - 0.6.2 + 0.6.3 agpl Robin Appelman