From 4cf52e5976b013e4e887fc2fac4d083211bfc347 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 21 Feb 2022 15:00:08 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a62f6ac04..a2244194b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes for unreleased. * Bugfix - Align storage metadata GPRC bind port with other variable names: [#3169](https://github.com/owncloud/ocis/pull/3169) * Change - Unify file IDs: [#3185](https://github.com/owncloud/ocis/pull/3185) +* Enhancement - Add sorting to list Spaces: [#3200](https://github.com/owncloud/ocis/issues/3200) * Enhancement - Update ownCloud Web to v5.1.0: [#3202](https://github.com/owncloud/ocis/pull/3202) ## Details @@ -27,6 +28,18 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3185 +* Enhancement - Add sorting to list Spaces: [#3200](https://github.com/owncloud/ocis/issues/3200) + + We added the OData query param "orderBy" for listing spaces. We can now order by Space Name and + LastModifiedDateTime. + + Example 1: + https://localhost:9200/graph/v1.0/me/drives/?$orderby=lastModifiedDateTime desc + Example 2: https://localhost:9200/graph/v1.0/me/drives/?$orderby=name asc + + https://github.com/owncloud/ocis/issues/3200 + https://github.com/owncloud/ocis/pull/3201 + * Enhancement - Update ownCloud Web to v5.1.0: [#3202](https://github.com/owncloud/ocis/pull/3202) Tags: web