]> source.dussan.org Git - nextcloud-server.git/commit
feat: public dav endpoint v2
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Sun, 15 May 2022 08:38:55 +0000 (10:38 +0200)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Tue, 9 Jan 2024 09:56:06 +0000 (10:56 +0100)
commit7b6a650b6e09b07d4b85a4ae84eb64a6c32b217f
treef5e479b0bca0a027ef289135c8216cda10f82b14
parentfdc64ea2f527d25c382901ed906f71fca89fd1b3
feat: public dav endpoint v2

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 files changed:
apps/dav/appinfo/info.xml
apps/dav/appinfo/v1/publicwebdav.php
apps/dav/appinfo/v2/publicremote.php [new file with mode: 0644]
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/Connector/LegacyPublicAuth.php [new file with mode: 0644]
apps/dav/lib/Connector/PublicAuth.php [deleted file]
apps/dav/lib/Connector/Sabre/PublicAuth.php [new file with mode: 0644]
apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php
apps/files_sharing/lib/Controller/ShareController.php
lib/public/Share/IShare.php
public.php