]> source.dussan.org Git - nextcloud-server.git/commit
fix(dav): Public WebDAV endpoint should allow `GET` requests fix/public-get 48628/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Tue, 8 Oct 2024 21:51:38 +0000 (23:51 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Wed, 9 Oct 2024 15:10:52 +0000 (17:10 +0200)
commitbbc5d32c8e14de78ae12c3acea384c69d2264eca
tree85f59483105c3dd763ed37ef5e52d4ce2a3cc79a
parent3d74ed3762c90662a0320aea19437ed1fe9592fb
fix(dav): Public WebDAV endpoint should allow `GET` requests

`GET` should be allowed even without Ajax header to allow downloading files,
or show files in the viewer. All other requests could be guarded, but this should not.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/dav/appinfo/v2/publicremote.php
build/integration/config/behat.yml
build/integration/dav_features/dav-v2-public.feature
build/integration/features/bootstrap/CommandLineContext.php
build/integration/features/bootstrap/CommentsContext.php
build/integration/features/bootstrap/DavFeatureContext.php [new file with mode: 0644]
build/integration/features/bootstrap/Download.php
build/integration/features/bootstrap/FeatureContext.php
build/integration/features/bootstrap/WebDav.php