From 6c13e5fc285893b59eba060a54d575252c4892ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 26 Aug 2024 16:45:23 +0200 Subject: [PATCH] bump reva & changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- changelog/unreleased/bump-reva.md | 1 + changelog/unreleased/ocm-listing-fixes.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 changelog/unreleased/ocm-listing-fixes.md diff --git a/changelog/unreleased/bump-reva.md b/changelog/unreleased/bump-reva.md index eb8a03153..70745801d 100644 --- a/changelog/unreleased/bump-reva.md +++ b/changelog/unreleased/bump-reva.md @@ -2,5 +2,6 @@ Enhancement: Bump reva Bumps reva version +https://github.com/owncloud/ocis/pull/9920 https://github.com/owncloud/ocis/pull/9879 https://github.com/owncloud/ocis/pull/9860 diff --git a/changelog/unreleased/ocm-listing-fixes.md b/changelog/unreleased/ocm-listing-fixes.md new file mode 100644 index 000000000..ffff55eab --- /dev/null +++ b/changelog/unreleased/ocm-listing-fixes.md @@ -0,0 +1,5 @@ +Bugfix: add missing properties to when listing ocm shares + +The libre graph API now returns an etag, the role and the creation time for ocm shares. + +https://github.com/owncloud/ocis/pull/9920