From cb1b366baf75da4c578bc534884eefa7f6b4b3d2 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 2 Aug 2024 14:30:52 +0200 Subject: fix(dav): Ensure share properties are also set on public remote endpoint Signed-off-by: Ferdinand Thiessen --- .../integration/dav_features/dav-v2-public.feature | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 build/integration/dav_features/dav-v2-public.feature (limited to 'build/integration/dav_features') diff --git a/build/integration/dav_features/dav-v2-public.feature b/build/integration/dav_features/dav-v2-public.feature new file mode 100644 index 00000000000..773fc2c1d73 --- /dev/null +++ b/build/integration/dav_features/dav-v2-public.feature @@ -0,0 +1,22 @@ +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later +Feature: dav-v2-public + Background: + Given using api version "1" + + Scenario: See note to recipient in public shares + Given using new dav path + And As an "admin" + And user "user0" exists + And user "user1" exists + And As an "user1" + And user "user1" created a folder "/testshare" + And as "user1" creating a share with + | path | testshare | + | shareType | 3 | + | permissions | 1 | + | note | Hello | + And As an "user0" + Given using new public dav path + When Requesting share note on dav endpoint + Then the single response should contain a property "{http://nextcloud.org/ns}note" with value "Hello" -- cgit v1.2.3