From c54a59d51eb924e77df6f6d2bb79ea466d169221 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sat, 22 Apr 2017 18:13:48 -0500 Subject: [PATCH] Remove unused use statements Signed-off-by: Morris Jobke --- apps/dav/lib/AppInfo/Application.php | 1 - apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php | 1 - apps/dav/lib/CalDAV/Schedule/IMipPlugin.php | 1 - apps/dav/lib/CardDAV/Xml/Groups.php | 1 - apps/dav/lib/Command/CreateAddressBook.php | 5 ----- apps/dav/lib/Command/SyncSystemAddressBook.php | 2 -- apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php | 1 - apps/dav/lib/Connector/Sabre/ChecksumList.php | 1 - apps/dav/lib/Connector/Sabre/DavAclPlugin.php | 6 ------ apps/dav/lib/Connector/Sabre/FilesPlugin.php | 3 --- apps/dav/lib/Connector/Sabre/LockPlugin.php | 1 - apps/dav/lib/Connector/Sabre/SharesPlugin.php | 2 -- apps/dav/lib/DAV/Sharing/Plugin.php | 1 - apps/dav/lib/HookManager.php | 1 - apps/dav/lib/SystemTag/SystemTagPlugin.php | 3 --- apps/dav/lib/SystemTag/SystemTagsByIdCollection.php | 2 -- .../lib/SystemTag/SystemTagsObjectMappingCollection.php | 1 - .../dav/lib/SystemTag/SystemTagsObjectTypeCollection.php | 1 - apps/dav/lib/Upload/FutureFile.php | 1 - apps/dav/tests/unit/CardDAV/ConverterTest.php | 1 - apps/dav/tests/unit/Comments/CommentsNodeTest.php | 1 - apps/dav/tests/unit/Comments/CommentsPluginTest.php | 1 - .../unit/Connector/Sabre/ExceptionLoggerPluginTest.php | 1 - .../tests/unit/Connector/Sabre/FilesReportPluginTest.php | 1 - .../unit/Connector/Sabre/RequestTest/DeleteTest.php | 2 -- .../unit/Connector/Sabre/RequestTest/ExceptionPlugin.php | 2 -- .../Sabre/RequestTest/PartFileInRootUploadTest.php | 3 --- .../unit/Connector/Sabre/RequestTest/RequestTest.php | 4 ---- apps/dav/tests/unit/DAV/HookManagerTest.php | 3 +-- .../tests/unit/SystemTag/SystemTagMappingNodeTest.php | 1 - .../lib/Controller/MountPublicLinkController.php | 1 - .../lib/Controller/RequestHandlerController.php | 1 - apps/federation/lib/AppInfo/Application.php | 4 ---- .../lib/Command/SyncFederationAddressBooks.php | 1 - apps/files/lib/Command/DeleteOrphanedFiles.php | 2 -- apps/files/lib/Command/ScanAppData.php | 2 -- apps/files/lib/Controller/ViewController.php | 1 - apps/files/tests/Controller/ApiControllerTest.php | 2 -- apps/files_external/lib/Lib/Backend/SFTP.php | 3 --- apps/files_external/lib/Lib/Storage/SFTP.php | 1 - apps/files_external/lib/Lib/Storage/SMB.php | 3 --- apps/files_sharing/lib/AppInfo/Application.php | 1 - apps/files_sharing/lib/Cache.php | 1 - apps/files_sharing/lib/External/Manager.php | 1 - apps/files_sharing/lib/External/Storage.php | 1 - apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php | 1 - apps/provisioning_api/lib/Controller/AppsController.php | 1 - apps/testing/locking/provisioning.php | 1 - core/Command/Maintenance/Repair.php | 1 - core/Controller/LostController.php | 1 - lib/private/App/CodeChecker/CodeChecker.php | 2 -- lib/private/App/Platform.php | 1 - lib/private/AppFramework/App.php | 1 - .../Middleware/Security/RateLimitingMiddleware.php | 1 - lib/private/Comments/Manager.php | 1 - lib/private/Console/Application.php | 1 - lib/private/DB/MDB2SchemaReader.php | 2 -- .../ExpressionBuilder/SqliteExpressionBuilder.php | 6 ------ lib/private/Encryption/Util.php | 1 - lib/private/Files/Cache/Scanner.php | 1 - lib/private/Files/Cache/StorageGlobal.php | 1 - lib/private/Files/Config/LazyStorageMountInfo.php | 3 --- lib/private/Files/Config/UserMountCache.php | 3 --- lib/private/Files/FileInfo.php | 2 -- lib/private/Files/Filesystem.php | 1 - lib/private/Files/Node/LazyRoot.php | 2 -- lib/private/Files/ObjectStore/Swift.php | 1 - lib/private/Files/Storage/DAV.php | 2 -- lib/private/Files/Type/Loader.php | 1 - lib/private/Files/View.php | 2 -- lib/private/Installer.php | 1 - lib/private/Lockdown/Filesystem/NullCache.php | 1 - lib/private/Log.php | 1 - lib/private/Repair/RepairInvalidShares.php | 1 - lib/private/Security/CredentialsManager.php | 1 - lib/private/Security/SecureRandom.php | 2 -- lib/private/Settings/Admin/Additional.php | 8 -------- lib/private/Settings/Admin/ServerDevNotice.php | 9 --------- lib/private/Setup/AbstractDatabase.php | 1 - lib/private/Share/Share.php | 1 - lib/private/Share20/DefaultShareProvider.php | 1 - lib/private/Share20/Manager.php | 2 -- lib/private/Share20/ProviderFactory.php | 1 - lib/private/SystemTag/SystemTagManager.php | 1 - lib/private/Template/SCSSCacher.php | 1 - lib/private/Updater/VersionCheck.php | 2 -- lib/private/legacy/app.php | 1 - .../AppFramework/Http/EmptyContentSecurityPolicy.php | 2 -- lib/public/AppFramework/Http/NotFoundResponse.php | 1 - lib/public/AppFramework/Http/RedirectResponse.php | 1 - lib/public/AppFramework/IAppContainer.php | 1 - lib/public/AppFramework/Middleware.php | 1 - lib/public/AppFramework/OCSController.php | 1 - lib/public/Files/Cache/ICache.php | 1 - lib/public/Files/Config/IMountProviderCollection.php | 1 - lib/public/SystemTag/ISystemTagManager.php | 1 - 96 files changed, 1 insertion(+), 164 deletions(-) diff --git a/apps/dav/lib/AppInfo/Application.php b/apps/dav/lib/AppInfo/Application.php index 669c52d148..b4f16f3cad 100644 --- a/apps/dav/lib/AppInfo/Application.php +++ b/apps/dav/lib/AppInfo/Application.php @@ -25,7 +25,6 @@ namespace OCA\DAV\AppInfo; use OCA\DAV\CalDAV\Activity\Backend; -use OCA\DAV\CalDAV\Activity\Extension; use OCA\DAV\CalDAV\Activity\Provider\Event; use OCA\DAV\CalDAV\BirthdayService; use OCA\DAV\Capabilities; diff --git a/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php b/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php index 1fdba22e9e..5adbe71c43 100644 --- a/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php +++ b/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php @@ -20,7 +20,6 @@ */ namespace OCA\DAV\CalDAV\Publishing\Xml; -use OCA\DAV\CalDAV\Publishing\PublishPlugin as Plugin; use Sabre\Xml\Writer; use Sabre\Xml\XmlSerializable; diff --git a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php index 843da65ce2..c21edb4584 100644 --- a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php +++ b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php @@ -23,7 +23,6 @@ namespace OCA\DAV\CalDAV\Schedule; use OCP\ILogger; use OCP\Mail\IMailer; -use Sabre\DAV; use Sabre\VObject\ITip; use Sabre\CalDAV\Schedule\IMipPlugin as SabreIMipPlugin; /** diff --git a/apps/dav/lib/CardDAV/Xml/Groups.php b/apps/dav/lib/CardDAV/Xml/Groups.php index 1b439b6b82..9240b90a1e 100644 --- a/apps/dav/lib/CardDAV/Xml/Groups.php +++ b/apps/dav/lib/CardDAV/Xml/Groups.php @@ -22,7 +22,6 @@ namespace OCA\DAV\CardDAV\Xml; use Sabre\Xml\XmlSerializable; -use Sabre\Xml\Element; use Sabre\Xml\Writer; class Groups implements XmlSerializable { diff --git a/apps/dav/lib/Command/CreateAddressBook.php b/apps/dav/lib/Command/CreateAddressBook.php index a0416966f0..96ad350121 100644 --- a/apps/dav/lib/Command/CreateAddressBook.php +++ b/apps/dav/lib/Command/CreateAddressBook.php @@ -23,11 +23,6 @@ namespace OCA\DAV\Command; use OCA\DAV\CardDAV\CardDavBackend; -use OCA\DAV\Connector\Sabre\Principal; -use OCP\IConfig; -use OCP\IDBConnection; -use OCP\IGroupManager; -use OCP\ILogger; use OCP\IUserManager; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputArgument; diff --git a/apps/dav/lib/Command/SyncSystemAddressBook.php b/apps/dav/lib/Command/SyncSystemAddressBook.php index e642d9af5a..e91ab38593 100644 --- a/apps/dav/lib/Command/SyncSystemAddressBook.php +++ b/apps/dav/lib/Command/SyncSystemAddressBook.php @@ -22,10 +22,8 @@ namespace OCA\DAV\Command; use OCA\DAV\CardDAV\SyncService; -use OCP\IUserManager; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Helper\ProgressBar; -use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; diff --git a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php index 616816d349..0a70d44395 100644 --- a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php +++ b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php @@ -26,7 +26,6 @@ namespace OCA\DAV\Connector\Sabre; use OCP\IConfig; use Sabre\HTTP\RequestInterface; use Sabre\DAV\ServerPlugin; -use Sabre\DAV\Exception; /** * Class BlockLegacyClientPlugin is used to detect old legacy sync clients and diff --git a/apps/dav/lib/Connector/Sabre/ChecksumList.php b/apps/dav/lib/Connector/Sabre/ChecksumList.php index 17e04a4c7a..1bc38f75fb 100644 --- a/apps/dav/lib/Connector/Sabre/ChecksumList.php +++ b/apps/dav/lib/Connector/Sabre/ChecksumList.php @@ -22,7 +22,6 @@ namespace OCA\DAV\Connector\Sabre; use Sabre\Xml\XmlSerializable; -use Sabre\Xml\Element; use Sabre\Xml\Writer; /** diff --git a/apps/dav/lib/Connector/Sabre/DavAclPlugin.php b/apps/dav/lib/Connector/Sabre/DavAclPlugin.php index 427a375601..e77edd4865 100644 --- a/apps/dav/lib/Connector/Sabre/DavAclPlugin.php +++ b/apps/dav/lib/Connector/Sabre/DavAclPlugin.php @@ -25,14 +25,8 @@ namespace OCA\DAV\Connector\Sabre; use Sabre\CalDAV\Principal\User; use Sabre\DAV\Exception\NotFound; -use Sabre\DAV\IFile; use Sabre\DAV\INode; use \Sabre\DAV\PropFind; -use \Sabre\DAV\PropPatch; -use Sabre\DAVACL\Exception\NeedPrivileges; -use \Sabre\HTTP\RequestInterface; -use \Sabre\HTTP\ResponseInterface; -use Sabre\HTTP\URLUtil; /** * Class DavAclPlugin is a wrapper around \Sabre\DAVACL\Plugin that returns 404 diff --git a/apps/dav/lib/Connector/Sabre/FilesPlugin.php b/apps/dav/lib/Connector/Sabre/FilesPlugin.php index 2f86ce5bf4..5a08e37a15 100644 --- a/apps/dav/lib/Connector/Sabre/FilesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FilesPlugin.php @@ -31,7 +31,6 @@ namespace OCA\DAV\Connector\Sabre; use OC\Files\View; -use OCA\DAV\Upload\FutureFile; use OCP\Files\ForbiddenException; use OCP\IPreview; use Sabre\DAV\Exception\Forbidden; @@ -46,8 +45,6 @@ use \Sabre\HTTP\ResponseInterface; use OCP\Files\StorageNotAvailableException; use OCP\IConfig; use OCP\IRequest; -use Sabre\DAV\Exception\BadRequest; -use OCA\DAV\Connector\Sabre\Directory; class FilesPlugin extends ServerPlugin { diff --git a/apps/dav/lib/Connector/Sabre/LockPlugin.php b/apps/dav/lib/Connector/Sabre/LockPlugin.php index de0aaed4c6..9731bc15f8 100644 --- a/apps/dav/lib/Connector/Sabre/LockPlugin.php +++ b/apps/dav/lib/Connector/Sabre/LockPlugin.php @@ -26,7 +26,6 @@ namespace OCA\DAV\Connector\Sabre; use OCA\DAV\Connector\Sabre\Exception\FileLocked; -use OCA\DAV\Connector\Sabre\Node; use OCP\Lock\ILockingProvider; use OCP\Lock\LockedException; use Sabre\DAV\Exception\NotFound; diff --git a/apps/dav/lib/Connector/Sabre/SharesPlugin.php b/apps/dav/lib/Connector/Sabre/SharesPlugin.php index 2b640d74fd..9b06ef0781 100644 --- a/apps/dav/lib/Connector/Sabre/SharesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/SharesPlugin.php @@ -22,10 +22,8 @@ namespace OCA\DAV\Connector\Sabre; use \Sabre\DAV\PropFind; -use \Sabre\DAV\PropPatch; use OCP\IUserSession; use OCP\Share\IShare; -use OCA\DAV\Connector\Sabre\ShareTypeList; /** * Sabre Plugin to provide share-related properties diff --git a/apps/dav/lib/DAV/Sharing/Plugin.php b/apps/dav/lib/DAV/Sharing/Plugin.php index 4cd95fe8a3..57f2304a0f 100644 --- a/apps/dav/lib/DAV/Sharing/Plugin.php +++ b/apps/dav/lib/DAV/Sharing/Plugin.php @@ -25,7 +25,6 @@ namespace OCA\DAV\DAV\Sharing; use OCA\DAV\Connector\Sabre\Auth; use OCA\DAV\DAV\Sharing\Xml\Invite; use OCP\IRequest; -use Sabre\DAV\Exception\BadRequest; use Sabre\DAV\Exception\NotFound; use Sabre\DAV\INode; use Sabre\DAV\PropFind; diff --git a/apps/dav/lib/HookManager.php b/apps/dav/lib/HookManager.php index 8148df2d37..624e45dc55 100644 --- a/apps/dav/lib/HookManager.php +++ b/apps/dav/lib/HookManager.php @@ -28,7 +28,6 @@ use OCP\IUser; use OCP\IUserManager; use OCP\Util; use Symfony\Component\EventDispatcher\EventDispatcher; -use Symfony\Component\EventDispatcher\GenericEvent; class HookManager { diff --git a/apps/dav/lib/SystemTag/SystemTagPlugin.php b/apps/dav/lib/SystemTag/SystemTagPlugin.php index 87aebe51be..d76bf2e689 100644 --- a/apps/dav/lib/SystemTag/SystemTagPlugin.php +++ b/apps/dav/lib/SystemTag/SystemTagPlugin.php @@ -30,15 +30,12 @@ use Sabre\DAV\PropPatch; use Sabre\DAV\Exception\BadRequest; use Sabre\DAV\Exception\Conflict; use Sabre\DAV\Exception\Forbidden; -use Sabre\DAV\Exception\NotFound; use Sabre\DAV\Exception\UnsupportedMediaType; - use OCP\SystemTag\ISystemTag; use OCP\SystemTag\ISystemTagManager; use OCP\SystemTag\TagAlreadyExistsException; use Sabre\HTTP\RequestInterface; use Sabre\HTTP\ResponseInterface; -use OCA\DAV\SystemTag\SystemTagMappingNode; /** * Sabre plugin to handle system tags: diff --git a/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php b/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php index 176a130774..ca423739de 100644 --- a/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php @@ -27,13 +27,11 @@ use Sabre\DAV\Exception\Forbidden; use Sabre\DAV\Exception\NotFound; use Sabre\DAV\Exception\BadRequest; use Sabre\DAV\ICollection; - use OCP\SystemTag\ISystemTagManager; use OCP\SystemTag\ISystemTag; use OCP\SystemTag\TagNotFoundException; use OCP\IGroupManager; use OCP\IUserSession; -use OC\User\NoUserException; class SystemTagsByIdCollection implements ICollection { diff --git a/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php b/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php index 124ed6184c..5d54a7f443 100644 --- a/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php @@ -27,7 +27,6 @@ use Sabre\DAV\Exception\NotFound; use Sabre\DAV\Exception\BadRequest; use Sabre\DAV\Exception\PreconditionFailed; use Sabre\DAV\ICollection; - use OCP\SystemTag\ISystemTagManager; use OCP\SystemTag\ISystemTagObjectMapper; use OCP\SystemTag\ISystemTag; diff --git a/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php b/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php index 608a781cd7..0ed246faa5 100644 --- a/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php @@ -28,7 +28,6 @@ use Sabre\DAV\Exception\Forbidden; use Sabre\DAV\Exception\MethodNotAllowed; use Sabre\DAV\Exception\NotFound; use Sabre\DAV\ICollection; - use OCP\SystemTag\ISystemTagManager; use OCP\SystemTag\ISystemTagObjectMapper; use OCP\IUserSession; diff --git a/apps/dav/lib/Upload/FutureFile.php b/apps/dav/lib/Upload/FutureFile.php index 5dac34b4d6..d86603fd8c 100644 --- a/apps/dav/lib/Upload/FutureFile.php +++ b/apps/dav/lib/Upload/FutureFile.php @@ -23,7 +23,6 @@ namespace OCA\DAV\Upload; use OCA\DAV\Connector\Sabre\Directory; -use OCA\DAV\Upload\AssemblyStream; use Sabre\DAV\Exception\Forbidden; use Sabre\DAV\IFile; diff --git a/apps/dav/tests/unit/CardDAV/ConverterTest.php b/apps/dav/tests/unit/CardDAV/ConverterTest.php index 448d80f307..39853cfd5c 100644 --- a/apps/dav/tests/unit/CardDAV/ConverterTest.php +++ b/apps/dav/tests/unit/CardDAV/ConverterTest.php @@ -29,7 +29,6 @@ use OCA\DAV\CardDAV\Converter; use OCP\IDBConnection; use OCP\IImage; use OCP\IUser; -use OpenCloud\ObjectStore\Resource\Account; use PHPUnit_Framework_MockObject_MockObject; use Symfony\Component\EventDispatcher\EventDispatcher; use Test\TestCase; diff --git a/apps/dav/tests/unit/Comments/CommentsNodeTest.php b/apps/dav/tests/unit/Comments/CommentsNodeTest.php index 94eaea01d5..226aa57598 100644 --- a/apps/dav/tests/unit/Comments/CommentsNodeTest.php +++ b/apps/dav/tests/unit/Comments/CommentsNodeTest.php @@ -26,7 +26,6 @@ namespace OCA\DAV\Tests\unit\Comments; use OCA\DAV\Comments\CommentNode; -use OCP\Comments\IComment; use OCP\Comments\ICommentsManager; use OCP\Comments\MessageTooLongException; diff --git a/apps/dav/tests/unit/Comments/CommentsPluginTest.php b/apps/dav/tests/unit/Comments/CommentsPluginTest.php index bb512465a8..265afad96c 100644 --- a/apps/dav/tests/unit/Comments/CommentsPluginTest.php +++ b/apps/dav/tests/unit/Comments/CommentsPluginTest.php @@ -28,7 +28,6 @@ namespace OCA\DAV\Tests\unit\Comments; use OC\Comments\Comment; use OCA\DAV\Comments\CommentsPlugin as CommentsPluginImplementation; use OCP\Comments\IComment; -use Sabre\DAV\Exception\NotFound; class CommentsPluginTest extends \Test\TestCase { /** @var \Sabre\DAV\Server */ diff --git a/apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php index 225955beb0..8088ee6dc4 100644 --- a/apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php @@ -26,7 +26,6 @@ namespace OCA\DAV\Tests\unit\Connector\Sabre; use OCA\DAV\Connector\Sabre\Exception\InvalidPath; use OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin as PluginToTest; use OC\Log; -use OCP\ILogger; use PHPUnit_Framework_MockObject_MockObject; use Sabre\DAV\Exception\NotFound; use Sabre\DAV\Server; diff --git a/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php index 54e5283c7c..4d8a87b093 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php @@ -28,7 +28,6 @@ use OCA\DAV\Connector\Sabre\FilesReportPlugin as FilesReportPluginImplementation use OCP\IPreview; use OCP\ITagManager; use OCP\IUserSession; -use Sabre\DAV\Exception\NotFound; use OCP\SystemTag\ISystemTagObjectMapper; use OC\Files\View; use OCP\Files\Folder; diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php index 240a51d01f..7468e98102 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php @@ -22,9 +22,7 @@ namespace OCA\DAV\Tests\unit\Connector\Sabre\RequestTest; -use OC\Connector\Sabre\Exception\FileLocked; use OCP\AppFramework\Http; -use OCP\Lock\ILockingProvider; /** * Class DeleteTest diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php index 0be2bc5ef7..16cd6ab9c2 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php @@ -24,8 +24,6 @@ namespace OCA\DAV\Tests\unit\Connector\Sabre\RequestTest; -use Sabre\DAV\Exception; - class ExceptionPlugin extends \OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin { /** * @var \Exception[] diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php index 00e012197d..3f3bf16a42 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php @@ -24,9 +24,6 @@ namespace OCA\DAV\Tests\unit\Connector\Sabre\RequestTest; -use OC\Files\View; -use Test\Traits\EncryptionTrait; - /** * Class PartFileInRootUploadTest * diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php index 10cd73baf6..63bd3cf19c 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php @@ -28,11 +28,7 @@ namespace OCA\DAV\Tests\unit\Connector\Sabre\RequestTest; use OCA\DAV\Connector\Sabre\Server; use OCA\DAV\Connector\Sabre\ServerFactory; -use OC\Files\Mount\MountPoint; -use OC\Files\Storage\StorageFactory; -use OC\Files\Storage\Temporary; use OC\Files\View; -use OCP\IUser; use Sabre\HTTP\Request; use Test\TestCase; use Test\Traits\MountProviderTrait; diff --git a/apps/dav/tests/unit/DAV/HookManagerTest.php b/apps/dav/tests/unit/DAV/HookManagerTest.php index 375bda9f3c..a78ffea5af 100644 --- a/apps/dav/tests/unit/DAV/HookManagerTest.php +++ b/apps/dav/tests/unit/DAV/HookManagerTest.php @@ -23,7 +23,6 @@ namespace OCA\DAV\Tests\unit\DAV; -use OCA\DAV\CalDAV\BirthdayService; use OCA\DAV\CalDAV\CalDavBackend; use OCA\DAV\CardDAV\CardDavBackend; use OCA\DAV\CardDAV\SyncService; @@ -31,7 +30,7 @@ use OCA\DAV\HookManager; use OCP\IL10N; use OCP\IUser; use OCP\IUserManager; -use Symfony\Component\EventDispatcher\EventDispatcherInterface; +use Symfony\Component\EventDispatcher\EventDispatcher; use Test\TestCase; class HookManagerTest extends TestCase { diff --git a/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php b/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php index c52b8fb1cf..1831210546 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php @@ -24,7 +24,6 @@ namespace OCA\DAV\Tests\unit\SystemTag; -use Sabre\DAV\Exception\NotFound; use OC\SystemTag\SystemTag; use OCP\SystemTag\TagNotFoundException; use OCP\SystemTag\ISystemTag; diff --git a/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php b/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php index 5cdba0cfff..89fdbc64d9 100644 --- a/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php +++ b/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php @@ -29,7 +29,6 @@ use OC\Files\Filesystem; use OC\HintException; use OC\Share\Helper; use OCA\FederatedFileSharing\AddressHandler; -use OCA\FederatedFileSharing\DiscoveryManager; use OCA\FederatedFileSharing\FederatedShareProvider; use OCA\Files_Sharing\External\Manager; use OCP\AppFramework\Controller; diff --git a/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php b/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php index 2b643810fb..8a7a1188c2 100644 --- a/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php +++ b/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php @@ -26,7 +26,6 @@ namespace OCA\FederatedFileSharing\Controller; -use OCA\FederatedFileSharing\DiscoveryManager; use OCA\Files_Sharing\Activity\Providers\RemoteShares; use OCA\FederatedFileSharing\AddressHandler; use OCA\FederatedFileSharing\FederatedShareProvider; diff --git a/apps/federation/lib/AppInfo/Application.php b/apps/federation/lib/AppInfo/Application.php index 3166316b10..5564762291 100644 --- a/apps/federation/lib/AppInfo/Application.php +++ b/apps/federation/lib/AppInfo/Application.php @@ -24,17 +24,13 @@ namespace OCA\Federation\AppInfo; -use OCA\Federation\API\OCSAuthAPI; use OCA\Federation\Controller\SettingsController; use OCA\Federation\DAV\FedAuth; use OCA\Federation\DbHandler; use OCA\Federation\Hooks; use OCA\Federation\Middleware\AddServerMiddleware; use OCA\Federation\SyncFederationAddressBooks; -use OCA\Federation\SyncJob; use OCA\Federation\TrustedServers; -use OCP\API; -use OCP\App; use OCP\AppFramework\IAppContainer; use OCP\SabrePluginEvent; use OCP\Util; diff --git a/apps/federation/lib/Command/SyncFederationAddressBooks.php b/apps/federation/lib/Command/SyncFederationAddressBooks.php index bea75cc83a..fb3a2749ff 100644 --- a/apps/federation/lib/Command/SyncFederationAddressBooks.php +++ b/apps/federation/lib/Command/SyncFederationAddressBooks.php @@ -23,7 +23,6 @@ */ namespace OCA\Federation\Command; -use OCA\Federation\DbHandler; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Helper\ProgressBar; use Symfony\Component\Console\Input\InputInterface; diff --git a/apps/files/lib/Command/DeleteOrphanedFiles.php b/apps/files/lib/Command/DeleteOrphanedFiles.php index 77a22945a9..2e5893cfd1 100644 --- a/apps/files/lib/Command/DeleteOrphanedFiles.php +++ b/apps/files/lib/Command/DeleteOrphanedFiles.php @@ -23,8 +23,6 @@ namespace OCA\Files\Command; -use Doctrine\DBAL\Platforms\PostgreSqlPlatform; -use Doctrine\DBAL\Platforms\SqlitePlatform; use OCP\IDBConnection; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputInterface; diff --git a/apps/files/lib/Command/ScanAppData.php b/apps/files/lib/Command/ScanAppData.php index 6ad83d9a18..7212717ee4 100644 --- a/apps/files/lib/Command/ScanAppData.php +++ b/apps/files/lib/Command/ScanAppData.php @@ -12,8 +12,6 @@ use OCP\Files\NotFoundException; use OCP\Files\StorageNotAvailableException; use OCP\IConfig; use OCP\IDBConnection; -use OCP\IUserManager; -use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index 499961ca2d..f7a4318e59 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -35,7 +35,6 @@ use OCP\Files\IRootFolder; use OCP\Files\NotFoundException; use OCP\IConfig; use OCP\IL10N; -use OCP\INavigationManager; use OCP\IRequest; use OCP\IURLGenerator; use OCP\IUserSession; diff --git a/apps/files/tests/Controller/ApiControllerTest.php b/apps/files/tests/Controller/ApiControllerTest.php index 56d0f6c8de..eba8728930 100644 --- a/apps/files/tests/Controller/ApiControllerTest.php +++ b/apps/files/tests/Controller/ApiControllerTest.php @@ -26,7 +26,6 @@ namespace OCA\Files\Controller; -use OC\Files\FileInfo; use OCP\AppFramework\Http; use OCP\Files\File; use OCP\Files\Folder; @@ -42,7 +41,6 @@ use OCP\IRequest; use OCA\Files\Service\TagService; use OCP\AppFramework\Http\DataResponse; use OCP\IPreview; -use OCP\Image; /** * Class ApiController diff --git a/apps/files_external/lib/Lib/Backend/SFTP.php b/apps/files_external/lib/Lib/Backend/SFTP.php index cc3c72d283..c9b3127299 100644 --- a/apps/files_external/lib/Lib/Backend/SFTP.php +++ b/apps/files_external/lib/Lib/Backend/SFTP.php @@ -23,11 +23,8 @@ namespace OCA\Files_External\Lib\Backend; use \OCP\IL10N; -use \OCA\Files_External\Lib\Backend\Backend; use \OCA\Files_External\Lib\DefinitionParameter; use \OCA\Files_External\Lib\Auth\AuthMechanism; -use \OCA\Files_External\Service\BackendService; - use \OCA\Files_External\Lib\Auth\Password\Password; class SFTP extends Backend { diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php index 1d9affa8d6..a4dfea94bf 100644 --- a/apps/files_external/lib/Lib/Storage/SFTP.php +++ b/apps/files_external/lib/Lib/Storage/SFTP.php @@ -33,7 +33,6 @@ */ namespace OCA\Files_External\Lib\Storage; use Icewind\Streams\IteratorDirectory; - use Icewind\Streams\RetryWrapper; use phpseclib\Net\SFTP\Stream; diff --git a/apps/files_external/lib/Lib/Storage/SMB.php b/apps/files_external/lib/Lib/Storage/SMB.php index 690f8e2a33..cc4cd641ce 100644 --- a/apps/files_external/lib/Lib/Storage/SMB.php +++ b/apps/files_external/lib/Lib/Storage/SMB.php @@ -31,14 +31,11 @@ namespace OCA\Files_External\Lib\Storage; -use Icewind\SMB\Change; use Icewind\SMB\Exception\ConnectException; use Icewind\SMB\Exception\Exception; use Icewind\SMB\Exception\ForbiddenException; use Icewind\SMB\Exception\NotFoundException; -use Icewind\SMB\INotifyHandler; use Icewind\SMB\IFileInfo; -use Icewind\SMB\IShare; use Icewind\SMB\NativeServer; use Icewind\SMB\Server; use Icewind\Streams\CallbackWrapper; diff --git a/apps/files_sharing/lib/AppInfo/Application.php b/apps/files_sharing/lib/AppInfo/Application.php index f502d905fe..db2175c344 100644 --- a/apps/files_sharing/lib/AppInfo/Application.php +++ b/apps/files_sharing/lib/AppInfo/Application.php @@ -27,7 +27,6 @@ namespace OCA\Files_Sharing\AppInfo; -use OCA\FederatedFileSharing\DiscoveryManager; use OCA\Files_Sharing\Middleware\OCSShareAPIMiddleware; use OCA\Files_Sharing\MountProvider; use OCP\AppFramework\App; diff --git a/apps/files_sharing/lib/Cache.php b/apps/files_sharing/lib/Cache.php index d7dcb426d8..d9cf5d80b8 100644 --- a/apps/files_sharing/lib/Cache.php +++ b/apps/files_sharing/lib/Cache.php @@ -29,7 +29,6 @@ namespace OCA\Files_Sharing; use OC\Files\Cache\Wrapper\CacheJail; use OCP\Files\Cache\ICacheEntry; -use OCP\Files\Storage\IStorage; /** * Metadata cache for shared files diff --git a/apps/files_sharing/lib/External/Manager.php b/apps/files_sharing/lib/External/Manager.php index 2c34890738..2adcc7cf5c 100644 --- a/apps/files_sharing/lib/External/Manager.php +++ b/apps/files_sharing/lib/External/Manager.php @@ -30,7 +30,6 @@ namespace OCA\Files_Sharing\External; use OC\Files\Filesystem; -use OCA\FederatedFileSharing\DiscoveryManager; use OCP\Files; use OCP\Files\Storage\IStorageFactory; use OCP\Http\Client\IClientService; diff --git a/apps/files_sharing/lib/External/Storage.php b/apps/files_sharing/lib/External/Storage.php index b84ba5d96a..95f45dc369 100644 --- a/apps/files_sharing/lib/External/Storage.php +++ b/apps/files_sharing/lib/External/Storage.php @@ -32,7 +32,6 @@ use GuzzleHttp\Exception\ClientException; use GuzzleHttp\Exception\ConnectException; use OC\Files\Storage\DAV; use OC\ForbiddenException; -use OCA\FederatedFileSharing\DiscoveryManager; use OCA\Files_Sharing\ISharedStorage; use OCP\AppFramework\Http; use OCP\Federation\ICloudId; diff --git a/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php b/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php index d366a401e2..cd662b1fb5 100644 --- a/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php +++ b/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php @@ -24,7 +24,6 @@ namespace OCA\Files_Trashbin\BackgroundJob; -use OCP\IConfig; use OCP\IUser; use OCP\IUserManager; use OCA\Files_Trashbin\AppInfo\Application; diff --git a/apps/provisioning_api/lib/Controller/AppsController.php b/apps/provisioning_api/lib/Controller/AppsController.php index 1165c7b856..7031687576 100644 --- a/apps/provisioning_api/lib/Controller/AppsController.php +++ b/apps/provisioning_api/lib/Controller/AppsController.php @@ -28,7 +28,6 @@ namespace OCA\Provisioning_API\Controller; use \OC_App; use OCP\App\AppPathNotFoundException; use OCP\App\IAppManager; -use OCP\AppFramework\Http; use OCP\AppFramework\Http\DataResponse; use OCP\AppFramework\OCS\OCSException; use OCP\AppFramework\OCSController; diff --git a/apps/testing/locking/provisioning.php b/apps/testing/locking/provisioning.php index 84587fa9a6..7e3256ec60 100644 --- a/apps/testing/locking/provisioning.php +++ b/apps/testing/locking/provisioning.php @@ -23,7 +23,6 @@ namespace OCA\Testing\Locking; use OC\Lock\DBLockingProvider; -use OC\Lock\MemcacheLockingProvider; use OC\User\NoUserException; use OCP\AppFramework\Http; use OCP\Files\NotFoundException; diff --git a/core/Command/Maintenance/Repair.php b/core/Command/Maintenance/Repair.php index 236326b4e3..299554fe19 100644 --- a/core/Command/Maintenance/Repair.php +++ b/core/Command/Maintenance/Repair.php @@ -33,7 +33,6 @@ use Symfony\Component\Console\Helper\ProgressBar; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; -use Symfony\Component\EventDispatcher\EventDispatcher; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\EventDispatcher\GenericEvent; diff --git a/core/Controller/LostController.php b/core/Controller/LostController.php index 8d26f2c194..059d19053f 100644 --- a/core/Controller/LostController.php +++ b/core/Controller/LostController.php @@ -30,7 +30,6 @@ namespace OC\Core\Controller; -use OCA\Encryption\Exceptions\PrivateKeyMissingException; use \OCP\AppFramework\Controller; use OCP\AppFramework\Http\JSONResponse; use \OCP\AppFramework\Http\TemplateResponse; diff --git a/lib/private/App/CodeChecker/CodeChecker.php b/lib/private/App/CodeChecker/CodeChecker.php index 5a3cc3122c..291bedee92 100644 --- a/lib/private/App/CodeChecker/CodeChecker.php +++ b/lib/private/App/CodeChecker/CodeChecker.php @@ -26,8 +26,6 @@ namespace OC\App\CodeChecker; use OC\Hooks\BasicEmitter; use PhpParser\Lexer; -use PhpParser\Node; -use PhpParser\Node\Name; use PhpParser\NodeTraverser; use PhpParser\Parser; use RecursiveCallbackFilterIterator; diff --git a/lib/private/App/Platform.php b/lib/private/App/Platform.php index 4959ce7ae4..344e420b7d 100644 --- a/lib/private/App/Platform.php +++ b/lib/private/App/Platform.php @@ -24,7 +24,6 @@ namespace OC\App; -use OC_Util; use OCP\IConfig; /** diff --git a/lib/private/AppFramework/App.php b/lib/private/AppFramework/App.php index 5a7bc8fad4..75b2e983fe 100644 --- a/lib/private/AppFramework/App.php +++ b/lib/private/AppFramework/App.php @@ -28,7 +28,6 @@ namespace OC\AppFramework; use OC\AppFramework\Http\Dispatcher; -use OC_App; use OC\AppFramework\DependencyInjection\DIContainer; use OCP\AppFramework\Http; use OCP\AppFramework\QueryException; diff --git a/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php b/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php index e2ad7955dd..e9fcc1fdea 100644 --- a/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php +++ b/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php @@ -25,7 +25,6 @@ use OC\AppFramework\Utility\ControllerMethodReflector; use OC\Security\RateLimiting\Exception\RateLimitExceededException; use OC\Security\RateLimiting\Limiter; use OCP\AppFramework\Http\JSONResponse; -use OCP\AppFramework\Http\Response; use OCP\AppFramework\Http\TemplateResponse; use OCP\AppFramework\Middleware; use OCP\IRequest; diff --git a/lib/private/Comments/Manager.php b/lib/private/Comments/Manager.php index 695d209b68..f1c5b7dca5 100644 --- a/lib/private/Comments/Manager.php +++ b/lib/private/Comments/Manager.php @@ -25,7 +25,6 @@ namespace OC\Comments; use Doctrine\DBAL\Exception\DriverException; -use Doctrine\DBAL\Platforms\MySqlPlatform; use OCP\Comments\CommentsEvent; use OCP\Comments\IComment; use OCP\Comments\ICommentsEventHandler; diff --git a/lib/private/Console/Application.php b/lib/private/Console/Application.php index 693381ea2b..69cb94c7a9 100644 --- a/lib/private/Console/Application.php +++ b/lib/private/Console/Application.php @@ -37,7 +37,6 @@ use Symfony\Component\Console\Application as SymfonyApplication; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; -use Symfony\Component\Console\Output\ConsoleOutputInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface; class Application { diff --git a/lib/private/DB/MDB2SchemaReader.php b/lib/private/DB/MDB2SchemaReader.php index 9495160b52..4092485d6a 100644 --- a/lib/private/DB/MDB2SchemaReader.php +++ b/lib/private/DB/MDB2SchemaReader.php @@ -32,8 +32,6 @@ namespace OC\DB; use Doctrine\DBAL\Platforms\AbstractPlatform; -use Doctrine\DBAL\Schema\SchemaConfig; -use Doctrine\DBAL\Platforms\MySqlPlatform; use Doctrine\DBAL\Schema\Schema; use OCP\IConfig; diff --git a/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php b/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php index e4d7a3902f..b165d8153f 100644 --- a/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php +++ b/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php @@ -22,12 +22,6 @@ namespace OC\DB\QueryBuilder\ExpressionBuilder; -use OC\DB\QueryBuilder\QueryFunction; -use OCP\DB\QueryBuilder\ILiteral; -use OCP\DB\QueryBuilder\IParameter; -use OCP\DB\QueryBuilder\IQueryBuilder; -use OCP\DB\QueryBuilder\IQueryFunction; - class SqliteExpressionBuilder extends ExpressionBuilder { /** * @inheritdoc diff --git a/lib/private/Encryption/Util.php b/lib/private/Encryption/Util.php index 76e1200a1c..ed91c0fe54 100644 --- a/lib/private/Encryption/Util.php +++ b/lib/private/Encryption/Util.php @@ -31,7 +31,6 @@ use OC\Encryption\Exceptions\ModuleDoesNotExistsException; use OC\Files\Filesystem; use OC\Files\View; use OCP\Encryption\IEncryptionModule; -use OCP\Files\Storage; use OCP\IConfig; class Util { diff --git a/lib/private/Files/Cache/Scanner.php b/lib/private/Files/Cache/Scanner.php index e65c01559f..fe25da6d09 100644 --- a/lib/private/Files/Cache/Scanner.php +++ b/lib/private/Files/Cache/Scanner.php @@ -40,7 +40,6 @@ use OC\Hooks\BasicEmitter; use OCP\Config; use OCP\Files\Cache\IScanner; use OCP\Files\ForbiddenException; -use OCP\Files\Storage\ILockingStorage; use OCP\Lock\ILockingProvider; /** diff --git a/lib/private/Files/Cache/StorageGlobal.php b/lib/private/Files/Cache/StorageGlobal.php index 791835bacc..81cd075cef 100644 --- a/lib/private/Files/Cache/StorageGlobal.php +++ b/lib/private/Files/Cache/StorageGlobal.php @@ -21,7 +21,6 @@ namespace OC\Files\Cache; use OCP\DB\QueryBuilder\IQueryBuilder; -use OCP\Files\Mount\IMountPoint; use OCP\IDBConnection; /** diff --git a/lib/private/Files/Config/LazyStorageMountInfo.php b/lib/private/Files/Config/LazyStorageMountInfo.php index 40d463c510..e72eacf330 100644 --- a/lib/private/Files/Config/LazyStorageMountInfo.php +++ b/lib/private/Files/Config/LazyStorageMountInfo.php @@ -22,10 +22,7 @@ namespace OC\Files\Config; -use OC\Files\Filesystem; -use OCP\Files\Config\ICachedMountInfo; use OCP\Files\Mount\IMountPoint; -use OCP\Files\Node; use OCP\IUser; class LazyStorageMountInfo extends CachedMountInfo { diff --git a/lib/private/Files/Config/UserMountCache.php b/lib/private/Files/Config/UserMountCache.php index 5cbdfaa9d8..6ec78e4d81 100644 --- a/lib/private/Files/Config/UserMountCache.php +++ b/lib/private/Files/Config/UserMountCache.php @@ -24,14 +24,11 @@ namespace OC\Files\Config; -use Doctrine\DBAL\Exception\UniqueConstraintViolationException; -use OC\Files\Filesystem; use OCA\Files_Sharing\SharedMount; use OCP\DB\QueryBuilder\IQueryBuilder; use OCP\Files\Config\ICachedMountInfo; use OCP\Files\Config\IUserMountCache; use OCP\Files\Mount\IMountPoint; -use OCP\Files\Node; use OCP\Files\NotFoundException; use OCP\ICache; use OCP\IDBConnection; diff --git a/lib/private/Files/FileInfo.php b/lib/private/Files/FileInfo.php index 8e968ca453..e1b5bf983c 100644 --- a/lib/private/Files/FileInfo.php +++ b/lib/private/Files/FileInfo.php @@ -32,8 +32,6 @@ namespace OC\Files; use OCP\Files\Cache\ICacheEntry; use OCP\Files\Mount\IMountPoint; -use OCP\Files\Storage\IStorage; -use OCP\Files\IHomeStorage; use OCP\IUser; class FileInfo implements \OCP\Files\FileInfo, \ArrayAccess { diff --git a/lib/private/Files/Filesystem.php b/lib/private/Files/Filesystem.php index 22b14e4407..0ebf23818b 100644 --- a/lib/private/Files/Filesystem.php +++ b/lib/private/Files/Filesystem.php @@ -64,7 +64,6 @@ use OC\Files\Mount\MountPoint; use OC\Files\Storage\StorageFactory; use OC\Lockdown\Filesystem\NullStorage; use OCP\Files\Config\IMountProvider; -use OCP\Files\Mount\IMountPoint; use OCP\Files\NotFoundException; use OCP\IUserManager; diff --git a/lib/private/Files/Node/LazyRoot.php b/lib/private/Files/Node/LazyRoot.php index 1fb3f6448b..ae7623d0ed 100644 --- a/lib/private/Files/Node/LazyRoot.php +++ b/lib/private/Files/Node/LazyRoot.php @@ -21,9 +21,7 @@ */ namespace OC\Files\Node; -use OC\Files\Mount\MountPoint; use OCP\Files\IRootFolder; -use OCP\Files\NotPermittedException; /** * Class LazyRoot diff --git a/lib/private/Files/ObjectStore/Swift.php b/lib/private/Files/ObjectStore/Swift.php index 38fb96e3af..8b64fd66de 100644 --- a/lib/private/Files/ObjectStore/Swift.php +++ b/lib/private/Files/ObjectStore/Swift.php @@ -28,7 +28,6 @@ use Guzzle\Http\Exception\ClientErrorResponseException; use OCP\Files\ObjectStore\IObjectStore; use OCP\Files\StorageAuthException; use OCP\Files\StorageNotAvailableException; -use OpenCloud\Common\Exceptions\EndpointError; use OpenCloud\Common\Service\Catalog; use OpenCloud\Common\Service\CatalogItem; use OpenCloud\Identity\Resource\Token; diff --git a/lib/private/Files/Storage/DAV.php b/lib/private/Files/Storage/DAV.php index 73cf137181..223f270bc4 100644 --- a/lib/private/Files/Storage/DAV.php +++ b/lib/private/Files/Storage/DAV.php @@ -38,12 +38,10 @@ use GuzzleHttp\Exception\RequestException; use GuzzleHttp\Message\ResponseInterface; use Icewind\Streams\CallbackWrapper; use OC\Files\Filesystem; -use OC\Files\Stream\Close; use Icewind\Streams\IteratorDirectory; use OC\MemCache\ArrayCache; use OCP\AppFramework\Http; use OCP\Constants; -use OCP\Files; use OCP\Files\FileInfo; use OCP\Files\StorageInvalidException; use OCP\Files\StorageNotAvailableException; diff --git a/lib/private/Files/Type/Loader.php b/lib/private/Files/Type/Loader.php index d1f447d808..4dd798e7b0 100644 --- a/lib/private/Files/Type/Loader.php +++ b/lib/private/Files/Type/Loader.php @@ -24,7 +24,6 @@ namespace OC\Files\Type; use OCP\Files\IMimeTypeLoader; use OCP\IDBConnection; - use Doctrine\DBAL\Exception\UniqueConstraintViolationException; /** diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index 85c70a1015..70b74a8242 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -61,8 +61,6 @@ use OCP\Files\InvalidPathException; use OCP\Files\Mount\IMountPoint; use OCP\Files\NotFoundException; use OCP\Files\ReservedWordException; -use OCP\Files\UnseekableException; -use OCP\Files\Storage\ILockingStorage; use OCP\IUser; use OCP\Lock\ILockingProvider; use OCP\Lock\LockedException; diff --git a/lib/private/Installer.php b/lib/private/Installer.php index 38d0ce1368..0d6030d574 100644 --- a/lib/private/Installer.php +++ b/lib/private/Installer.php @@ -46,7 +46,6 @@ use OC\App\AppStore\Fetcher\AppFetcher; use OC\App\CodeChecker\CodeChecker; use OC\App\CodeChecker\EmptyCheck; use OC\App\CodeChecker\PrivateCheck; -use OC\Archive\Archive; use OC\Archive\TAR; use OC_App; use OC_DB; diff --git a/lib/private/Lockdown/Filesystem/NullCache.php b/lib/private/Lockdown/Filesystem/NullCache.php index 9cb8016194..670a2fadef 100644 --- a/lib/private/Lockdown/Filesystem/NullCache.php +++ b/lib/private/Lockdown/Filesystem/NullCache.php @@ -22,7 +22,6 @@ namespace OC\Lockdown\Filesystem; use OC\Files\Cache\CacheEntry; use OCP\Constants; use OCP\Files\Cache\ICache; -use OCP\Files\Cache\ICacheEntry; use OCP\Files\FileInfo; use OCP\Files\Search\ISearchQuery; diff --git a/lib/private/Log.php b/lib/private/Log.php index a87aff0b95..ea20353a0a 100644 --- a/lib/private/Log.php +++ b/lib/private/Log.php @@ -34,7 +34,6 @@ namespace OC; use InterfaSys\LogNormalizer\Normalizer; use \OCP\ILogger; -use OCP\Security\StringUtils; use OCP\Util; /** diff --git a/lib/private/Repair/RepairInvalidShares.php b/lib/private/Repair/RepairInvalidShares.php index eba66e295c..78884ca9cd 100644 --- a/lib/private/Repair/RepairInvalidShares.php +++ b/lib/private/Repair/RepairInvalidShares.php @@ -27,7 +27,6 @@ namespace OC\Repair; use OCP\Migration\IOutput; use OCP\Migration\IRepairStep; -use Doctrine\DBAL\Platforms\OraclePlatform; /** * Repairs shares with invalid data diff --git a/lib/private/Security/CredentialsManager.php b/lib/private/Security/CredentialsManager.php index 44f3d32ea9..0ac9b30c6c 100644 --- a/lib/private/Security/CredentialsManager.php +++ b/lib/private/Security/CredentialsManager.php @@ -25,7 +25,6 @@ namespace OC\Security; use OCP\Security\ICrypto; use OCP\IDBConnection; use OCP\Security\ICredentialsManager; -use OCP\IConfig; /** * Store and retrieve credentials for external services diff --git a/lib/private/Security/SecureRandom.php b/lib/private/Security/SecureRandom.php index 884ee842b9..5bd909ea00 100644 --- a/lib/private/Security/SecureRandom.php +++ b/lib/private/Security/SecureRandom.php @@ -23,8 +23,6 @@ namespace OC\Security; -use RandomLib; -use Sabre\DAV\Exception; use OCP\Security\ISecureRandom; /** diff --git a/lib/private/Settings/Admin/Additional.php b/lib/private/Settings/Admin/Additional.php index 59058851a6..ffa0de6848 100644 --- a/lib/private/Settings/Admin/Additional.php +++ b/lib/private/Settings/Admin/Additional.php @@ -23,16 +23,8 @@ namespace OC\Settings\Admin; -use Doctrine\DBAL\Connection; -use Doctrine\DBAL\DBALException; -use Doctrine\DBAL\Platforms\SqlitePlatform; -use OC\Lock\DBLockingProvider; -use OC\Lock\NoopLockingProvider; use OCP\AppFramework\Http\TemplateResponse; use OCP\IConfig; -use OCP\IDBConnection; -use OCP\IL10N; -use OCP\Lock\ILockingProvider; use OCP\Settings\ISettings; class Additional implements ISettings { diff --git a/lib/private/Settings/Admin/ServerDevNotice.php b/lib/private/Settings/Admin/ServerDevNotice.php index 1d7f34f782..39897d5c61 100644 --- a/lib/private/Settings/Admin/ServerDevNotice.php +++ b/lib/private/Settings/Admin/ServerDevNotice.php @@ -22,16 +22,7 @@ */ namespace OC\Settings\Admin; -use Doctrine\DBAL\Connection; -use Doctrine\DBAL\DBALException; -use Doctrine\DBAL\Platforms\SqlitePlatform; -use OC\Lock\DBLockingProvider; -use OC\Lock\NoopLockingProvider; use OCP\AppFramework\Http\TemplateResponse; -use OCP\IConfig; -use OCP\IDBConnection; -use OCP\IL10N; -use OCP\Lock\ILockingProvider; use OCP\Settings\ISettings; class ServerDevNotice implements ISettings { diff --git a/lib/private/Setup/AbstractDatabase.php b/lib/private/Setup/AbstractDatabase.php index c554e569a6..d5c34291e6 100644 --- a/lib/private/Setup/AbstractDatabase.php +++ b/lib/private/Setup/AbstractDatabase.php @@ -26,7 +26,6 @@ */ namespace OC\Setup; -use OC\AllConfig; use OC\DB\ConnectionFactory; use OC\SystemConfig; use OCP\IL10N; diff --git a/lib/private/Share/Share.php b/lib/private/Share/Share.php index b3e4cb2d4a..1bfd082135 100644 --- a/lib/private/Share/Share.php +++ b/lib/private/Share/Share.php @@ -43,7 +43,6 @@ namespace OC\Share; use OC\Files\Filesystem; -use OCA\FederatedFileSharing\DiscoveryManager; use OCP\DB\QueryBuilder\IQueryBuilder; use OCP\ILogger; use OCP\IUserManager; diff --git a/lib/private/Share20/DefaultShareProvider.php b/lib/private/Share20/DefaultShareProvider.php index ed3651df9b..933a2a5a33 100644 --- a/lib/private/Share20/DefaultShareProvider.php +++ b/lib/private/Share20/DefaultShareProvider.php @@ -24,7 +24,6 @@ namespace OC\Share20; use OC\Files\Cache\Cache; -use OC\Files\Cache\CacheEntry; use OCP\Files\File; use OCP\Files\Folder; use OCP\Share\IShareProvider; diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php index 3afd38c579..41512d6615 100644 --- a/lib/private/Share20/Manager.php +++ b/lib/private/Share20/Manager.php @@ -36,7 +36,6 @@ use OCP\Files\Folder; use OCP\Files\IRootFolder; use OCP\Files\Mount\IMountManager; use OCP\Files\Node; -use OCP\Files\NotFoundException; use OCP\IConfig; use OCP\IGroupManager; use OCP\IL10N; @@ -48,7 +47,6 @@ use OCP\Share\Exceptions\GenericShareException; use OCP\Share\Exceptions\ShareNotFound; use OCP\Share\IManager; use OCP\Share\IProviderFactory; -use OCP\Share\IShare; use Symfony\Component\EventDispatcher\EventDispatcher; use Symfony\Component\EventDispatcher\GenericEvent; use OCP\Share\IShareProvider; diff --git a/lib/private/Share20/ProviderFactory.php b/lib/private/Share20/ProviderFactory.php index c79f58f6ba..609fd87cd1 100644 --- a/lib/private/Share20/ProviderFactory.php +++ b/lib/private/Share20/ProviderFactory.php @@ -25,7 +25,6 @@ namespace OC\Share20; use OC\CapabilitiesManager; use OCA\FederatedFileSharing\AddressHandler; -use OCA\FederatedFileSharing\DiscoveryManager; use OCA\FederatedFileSharing\FederatedShareProvider; use OCA\FederatedFileSharing\Notifications; use OCA\FederatedFileSharing\TokenHandler; diff --git a/lib/private/SystemTag/SystemTagManager.php b/lib/private/SystemTag/SystemTagManager.php index d0854e885e..ab0deba036 100644 --- a/lib/private/SystemTag/SystemTagManager.php +++ b/lib/private/SystemTag/SystemTagManager.php @@ -31,7 +31,6 @@ use OCP\SystemTag\ManagerEvent; use OCP\SystemTag\TagAlreadyExistsException; use OCP\SystemTag\TagNotFoundException; use Symfony\Component\EventDispatcher\EventDispatcherInterface; -use OCP\IUserManager; use OCP\IGroupManager; use OCP\SystemTag\ISystemTag; use OCP\IUser; diff --git a/lib/private/Template/SCSSCacher.php b/lib/private/Template/SCSSCacher.php index 6e09f41a21..7021eae8b0 100644 --- a/lib/private/Template/SCSSCacher.php +++ b/lib/private/Template/SCSSCacher.php @@ -25,7 +25,6 @@ use Leafo\ScssPhp\Compiler; use Leafo\ScssPhp\Exception\ParserException; use Leafo\ScssPhp\Formatter\Crunched; use Leafo\ScssPhp\Formatter\Expanded; -use OC\SystemConfig; use OCP\Files\IAppData; use OCP\Files\NotFoundException; use OCP\Files\NotPermittedException; diff --git a/lib/private/Updater/VersionCheck.php b/lib/private/Updater/VersionCheck.php index 3518f40bd4..7b8b7073d6 100644 --- a/lib/private/Updater/VersionCheck.php +++ b/lib/private/Updater/VersionCheck.php @@ -23,10 +23,8 @@ namespace OC\Updater; -use OC_Util; use OCP\Http\Client\IClientService; use OCP\IConfig; -use OC\Setup; use OCP\Util; class VersionCheck { diff --git a/lib/private/legacy/app.php b/lib/private/legacy/app.php index 56ab59f723..e6b811aa84 100644 --- a/lib/private/legacy/app.php +++ b/lib/private/legacy/app.php @@ -51,7 +51,6 @@ use OC\App\DependencyAnalyzer; use OC\App\InfoParser; use OC\App\Platform; use OC\Installer; -use OC\OCSClient; use OC\Repair; use OCP\App\ManagerEvent; diff --git a/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php b/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php index 09eb5a1c15..64d4eb6e5d 100644 --- a/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php @@ -22,8 +22,6 @@ namespace OCP\AppFramework\Http; -use OCP\AppFramework\Http; - /** * Class EmptyContentSecurityPolicy is a simple helper which allows applications * to modify the Content-Security-Policy sent by ownCloud. Per default the policy diff --git a/lib/public/AppFramework/Http/NotFoundResponse.php b/lib/public/AppFramework/Http/NotFoundResponse.php index 26338623ef..7f068a4c41 100644 --- a/lib/public/AppFramework/Http/NotFoundResponse.php +++ b/lib/public/AppFramework/Http/NotFoundResponse.php @@ -23,7 +23,6 @@ namespace OCP\AppFramework\Http; -use OCP\AppFramework\Http; use OCP\Template; /** diff --git a/lib/public/AppFramework/Http/RedirectResponse.php b/lib/public/AppFramework/Http/RedirectResponse.php index adda83c7cf..0ce3a64cb3 100644 --- a/lib/public/AppFramework/Http/RedirectResponse.php +++ b/lib/public/AppFramework/Http/RedirectResponse.php @@ -26,7 +26,6 @@ namespace OCP\AppFramework\Http; -use OCP\AppFramework\Http\Response; use OCP\AppFramework\Http; diff --git a/lib/public/AppFramework/IAppContainer.php b/lib/public/AppFramework/IAppContainer.php index 2fa049d6e8..f26afbdcd1 100644 --- a/lib/public/AppFramework/IAppContainer.php +++ b/lib/public/AppFramework/IAppContainer.php @@ -26,7 +26,6 @@ namespace OCP\AppFramework; -use OCP\AppFramework\IApi; use OCP\IContainer; /** diff --git a/lib/public/AppFramework/Middleware.php b/lib/public/AppFramework/Middleware.php index 75cd3beea0..677e5c2e7e 100644 --- a/lib/public/AppFramework/Middleware.php +++ b/lib/public/AppFramework/Middleware.php @@ -30,7 +30,6 @@ namespace OCP\AppFramework; -use OCP\AppFramework\Controller; use OCP\AppFramework\Http\Response; diff --git a/lib/public/AppFramework/OCSController.php b/lib/public/AppFramework/OCSController.php index 700d9ea1a2..06d0d90f3e 100644 --- a/lib/public/AppFramework/OCSController.php +++ b/lib/public/AppFramework/OCSController.php @@ -31,7 +31,6 @@ namespace OCP\AppFramework; use OCP\AppFramework\Http\DataResponse; -use OCP\AppFramework\Http\OCSResponse; use OCP\AppFramework\Http\Response; use OCP\IRequest; diff --git a/lib/public/Files/Cache/ICache.php b/lib/public/Files/Cache/ICache.php index 63993d0a8c..3207356cb7 100644 --- a/lib/public/Files/Cache/ICache.php +++ b/lib/public/Files/Cache/ICache.php @@ -21,7 +21,6 @@ */ namespace OCP\Files\Cache; -use OCP\Files\Search\ISearchOperator; use OCP\Files\Search\ISearchQuery; /** diff --git a/lib/public/Files/Config/IMountProviderCollection.php b/lib/public/Files/Config/IMountProviderCollection.php index f0f5bf4be2..93701c326b 100644 --- a/lib/public/Files/Config/IMountProviderCollection.php +++ b/lib/public/Files/Config/IMountProviderCollection.php @@ -23,7 +23,6 @@ namespace OCP\Files\Config; -use OCP\Files\Mount\IMountPoint; use OCP\IUser; /** diff --git a/lib/public/SystemTag/ISystemTagManager.php b/lib/public/SystemTag/ISystemTagManager.php index bdfa19286f..fff0a43911 100644 --- a/lib/public/SystemTag/ISystemTagManager.php +++ b/lib/public/SystemTag/ISystemTagManager.php @@ -24,7 +24,6 @@ namespace OCP\SystemTag; use OCP\IUser; -use OCP\SystemTag\ISystemTag; /** * Public interface to access and manage system-wide tags.