Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QA] Remove old dav path for public link share #10529

Open
S-Panta opened this issue Nov 11, 2024 · 0 comments · May be fixed by #10535
Open

[QA] Remove old dav path for public link share #10529

S-Panta opened this issue Nov 11, 2024 · 0 comments · May be fixed by #10535
Assignees
Labels

Comments

@S-Panta
Copy link
Contributor

S-Panta commented Nov 11, 2024

This step is imported from core but new ocis doesn't use old dav path for sharing via public link. Thus this should be removed

if ($davPathVersion === self::DAV_VERSION_OLD) {
if ($type === "public-files") {
// TODO: cleanup
// this endpoint does not exist
return self::prefixRemotePhp("public.php/webdav");
}
return self::prefixRemotePhp("webdav");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant