From 08e36b37f00f8f157923662a6daa33c064e248c2 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Sun, 16 Jan 2022 20:44:27 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4297413..4fdd3ce67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The following sections list the changes for unreleased. * Enhancement - Add spaces capability: [#2931](https://github.com/owncloud/ocis/pull/2931) * Enhancement - Support signature auth in the public share auth middleware: [#2831](https://github.com/owncloud/ocis/pull/2831) * Enhancement - Update REVA to v1.16.1-0.20220112085026-07451f6cd806: [#2953](https://github.com/owncloud/ocis/pull/2953) +* Enhancement - Add filter by driveType and id to /me/drives: [#2946](https://github.com/owncloud/ocis/pull/2946) * Enhancement - Update REVA to xxx: [#2878](https://github.com/owncloud/ocis/pull/2878) * Enhancement - Update ownCloud Web to v4.8.0: [#2895](https://github.com/owncloud/ocis/pull/2895) @@ -98,6 +99,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2953 +* Enhancement - Add filter by driveType and id to /me/drives: [#2946](https://github.com/owncloud/ocis/pull/2946) + + We added two possible filter terms (driveType, id) to the /me/drives endpoint on the graph api. + These can be used with the odata query parameter "$filter". We only support the "eq" operator + for now. + + https://github.com/owncloud/ocis/pull/2946 + * Enhancement - Update REVA to xxx: [#2878](https://github.com/owncloud/ocis/pull/2878) Updated REVA to xxx This update includes: