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

[stable29] Bug/48678/restore dav error response #49483

Merged
merged 6 commits into from
Feb 15, 2025

fix: use relative paths for upload locks

f01f393
Select commit
Loading
Failed to load commit list.
Merged

[stable29] Bug/48678/restore dav error response #49483

fix: use relative paths for upload locks
f01f393
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Psalm succeeded Feb 15, 2025 in 12s

4 new alerts

New alerts in code changed by this pull request

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 89 in apps/dav/lib/Connector/Sabre/Server.php

See this annotation in the file changed.

Code scanning / Psalm

MissingClosureReturnType Note

Closure does not have a return type, expecting string

Check notice on line 89 in apps/dav/lib/Connector/Sabre/Server.php

See this annotation in the file changed.

Code scanning / Psalm

MissingClosureParamType Note

Parameter $v has no provided type

Check notice on line 37 in apps/dav/lib/Files/BrowserErrorPagePlugin.php

See this annotation in the file changed.

Code scanning / Psalm

MissingConstructor Note

OCA\DAV\Files\BrowserErrorPagePlugin has an uninitialized property OCA\DAV\Files\BrowserErrorPagePlugin::$server, but no constructor

Check notice on line 97 in apps/dav/lib/Files/BrowserErrorPagePlugin.php

See this annotation in the file changed.

Code scanning / Psalm

DeprecatedMethod Note

The method OC\Server::getRequest has been marked as deprecated