]> source.dussan.org Git - nextcloud-server.git/commit
refactor: adjust to unexposed searchBySystemTag 39232/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 6 Jul 2023 20:33:20 +0000 (22:33 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 7 Jul 2023 14:58:07 +0000 (16:58 +0200)
commitfc9fd0d7f2ce12e21568773e9cf8a990eb3c6fd0
treeae6f7efad2ccd80b624ed69c3fb0a11a208c99d5
parentdb1306b9551b20ae6d616aaf0de14ba5f305db64
refactor: adjust to unexposed searchBySystemTag

- in this backport we have to drop the breaking addition in
  \OCP\Files\Folder
- this requires adjustments in check for the existance of the method but
  also in testing
- another change in \OCP\SystemTag\ISystemTagManager can be applied as
  this interface is not implemented elsewhere

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php
lib/private/Files/Node/LazyFolder.php
lib/public/SystemTag/ISystemTagManager.php