Skip to content

fix: use relative paths for upload locks

6cec3ee
Select commit
Loading
Failed to load commit list.
Merged

[stable30] Bug/48678/restore dav error response #49481

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

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 71 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 71 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