From 28582fc1d3e5f0770a7a875bd74e4db30d62f887 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 29 Mar 2022 10:15:55 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 138bf90bd0..6f761c22f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The following sections list the changes for unreleased. * Change - Drop json config file support: [#3366](https://github.com/owncloud/ocis/pull/3366) * 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 sorting to GraphAPI users and groups: [#3360](https://github.com/owncloud/ocis/issues/3360) * Enhancement - Add password reset link to login page: [#3329](https://github.com/owncloud/ocis/pull/3329) * Enhancement - Log sharing events in audit service: [#3301](https://github.com/owncloud/ocis/pull/3301) * Enhancement - Add space aliases: [#3283](https://github.com/owncloud/ocis/pull/3283) @@ -95,6 +96,15 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3332 +* Enhancement - Add sorting to GraphAPI users and groups: [#3360](https://github.com/owncloud/ocis/issues/3360) + + The GraphAPI endpoints for users and groups support ordering now. User can be ordered by + displayName, onPremisesSamAccountName and mail. Groups can be ordered by displayName. + + Example: https://localhost:9200/graph/v1.0/groups?$orderby=displayName asc + + https://github.com/owncloud/ocis/issues/3360 + * Enhancement - Add password reset link to login page: [#3329](https://github.com/owncloud/ocis/pull/3329) Added a configurable passwort reset link to the login page. It can be set via