aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
diff options
context:
space:
mode:
authorAnna <anna@nextcloud.com>2023-07-07 12:45:31 +0200
committerGitHub <noreply@github.com>2023-07-07 12:45:31 +0200
commit42aabd2d8be774c9ee65a28fb53369b56ecf54d9 (patch)
tree42b52802056d1b4c42858a9929136c3e0801d0a9 /apps/dav/lib
parent558e386e467fc26ff6c3db25741bdc734a883525 (diff)
parent9bf69115593a9abaedd8cc8d886725253100f3c0 (diff)
downloadnextcloud-server-42aabd2d8be774c9ee65a28fb53369b56ecf54d9.tar.gz
nextcloud-server-42aabd2d8be774c9ee65a28fb53369b56ecf54d9.zip
Merge branch 'master' into fix/correct-exceptions-for-SAB
Diffstat (limited to 'apps/dav/lib')
-rw-r--r--apps/dav/lib/Connector/Sabre/FilesReportPlugin.php2
-rw-r--r--apps/dav/lib/HookManager.php1
2 files changed, 0 insertions, 3 deletions
diff --git a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
index 4b26d837779..36842abc8c9 100644
--- a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
+++ b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
@@ -334,8 +334,6 @@ class FilesReportPlugin extends ServerPlugin {
$nodes = [];
- // type check to ensure searchBySystemTag is available, it is not
- // exposed in API yet
if (!empty($systemTagIds)) {
$tags = $this->tagManager->getTagsByIds($systemTagIds, $this->userSession->getUser());
diff --git a/apps/dav/lib/HookManager.php b/apps/dav/lib/HookManager.php
index ae92a9c9335..9e923440e38 100644
--- a/apps/dav/lib/HookManager.php
+++ b/apps/dav/lib/HookManager.php
@@ -36,7 +36,6 @@ use OCP\IUser;
use OCP\IUserManager;
use OCP\Util;
use Psr\Log\LoggerInterface;
-use Symfony\Component\EventDispatcher\EventDispatcherInterface;
class HookManager {