From 3b56a57798679b668beebdceb1e15e9a3ea84338 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 6 Dec 2023 12:22:37 +0100 Subject: [PATCH] docs: add changelog --- .../unreleased/add-validation-to-public-share-provider.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/add-validation-to-public-share-provider.md diff --git a/changelog/unreleased/add-validation-to-public-share-provider.md b/changelog/unreleased/add-validation-to-public-share-provider.md new file mode 100644 index 000000000..e0a28e997 --- /dev/null +++ b/changelog/unreleased/add-validation-to-public-share-provider.md @@ -0,0 +1,6 @@ +Enhancement: Add validation to public share provider + +We changed the implementation of the public share provider in reva to do the validation on the CS3 Api side. This makes the implementation on the graph side smaller. + +https://github.com/owncloud/ocis/pull/7877 +https://github.com/owncloud/ocis/issues/6993