From 31f08da4a746f05b098c4871c0a430f4a8d185b6 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 22 Mar 2022 12:39:33 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f5058665..186be7897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes for unreleased. * Bugfix - Network configuration in individiual_services example: [#3238](https://github.com/owncloud/ocis/pull/3238) * Bugfix - Improve gif thumbnails: [#3305](https://github.com/owncloud/ocis/pull/3305) +* Bugfix - Fix error handling in GraphAPI GetUsers call: [#3357](https://github.com/owncloud/ocis/pull/3357) * Change - Settings service now stores its data via metadata service: [#3232](https://github.com/owncloud/ocis/pull/3232) * Enhancement - Audit logger will now log file events: [#3332](https://github.com/owncloud/ocis/pull/3332) * Enhancement - Add password reset link to login page: [#3329](https://github.com/owncloud/ocis/pull/3329) @@ -33,6 +34,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3305 +* Bugfix - Fix error handling in GraphAPI GetUsers call: [#3357](https://github.com/owncloud/ocis/pull/3357) + + A missing return statement caused GetUsers to return misleading results when the identity + backend returned an error. + + https://github.com/owncloud/ocis/pull/3357 + * Change - Settings service now stores its data via metadata service: [#3232](https://github.com/owncloud/ocis/pull/3232) Instead of writing files to disk it will use metadata service to do so