Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2022-02-21 15:00:08 +00:00
parent 90a15a8628
commit 4cf52e5976

View File

@@ -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