Completed
Push — stable13 ( 7edc8c...6e04cc )
by Morris
26:52 queued 11:13
created
apps/dav/lib/Upload/ChunkingPlugin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 namespace OCA\DAV\Upload;
24 24
 
25 25
 
26
-use OCA\DAV\Connector\Sabre\File;
27 26
 use Sabre\DAV\Exception\BadRequest;
28 27
 use Sabre\DAV\Server;
29 28
 use Sabre\DAV\ServerPlugin;
Please login to merge, or discard this patch.
apps/user_ldap/lib/Access.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,6 @@
 block discarded – undo
49 49
 use OCA\User_LDAP\User\Manager;
50 50
 use OCA\User_LDAP\User\OfflineUser;
51 51
 use OCA\User_LDAP\Mapping\AbstractMapping;
52
-
53 52
 use OC\ServerNotAvailableException;
54 53
 use OCP\IConfig;
55 54
 use OCP\Util;
Please login to merge, or discard this patch.
lib/private/DB/SchemaWrapper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 
24 24
 namespace OC\DB;
25 25
 
26
-use Doctrine\DBAL\DBALException;
27 26
 use Doctrine\DBAL\Schema\Schema;
28 27
 use OCP\DB\ISchemaWrapper;
29 28
 use OCP\IDBConnection;
Please login to merge, or discard this patch.
lib/private/User/Session.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,6 @@
 block discarded – undo
55 55
 use OCP\IRequest;
56 56
 use OCP\ISession;
57 57
 use OCP\IUser;
58
-use OCP\IUserManager;
59 58
 use OCP\IUserSession;
60 59
 use OCP\Lockdown\ILockdownManager;
61 60
 use OCP\Security\ISecureRandom;
Please login to merge, or discard this patch.
lib/private/Files/ObjectStore/S3ObjectTrait.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,10 +23,7 @@
 block discarded – undo
23 23
 
24 24
 namespace OC\Files\ObjectStore;
25 25
 
26
-use Aws\Exception\MultipartUploadException;
27
-use Aws\S3\MultipartUploader;
28 26
 use Aws\S3\S3Client;
29
-use Psr\Http\Message\StreamInterface;
30 27
 
31 28
 const S3_UPLOAD_PART_SIZE = 524288000; // 500MB
32 29
 
Please login to merge, or discard this patch.
lib/private/DB/MigrationService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 use OCP\IDBConnection;
32 32
 use OCP\Migration\IMigrationStep;
33 33
 use OCP\Migration\IOutput;
34
-use Doctrine\DBAL\Schema\Column;
35 34
 use Doctrine\DBAL\Schema\Table;
36 35
 use Doctrine\DBAL\Types\Type;
37 36
 
Please login to merge, or discard this patch.
lib/private/Session/Internal.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,6 @@
 block discarded – undo
32 32
 
33 33
 use OC\Authentication\Exceptions\InvalidTokenException;
34 34
 use OC\Authentication\Token\IProvider;
35
-use OC\SystemConfig;
36
-use OCP\IConfig;
37 35
 use OCP\Session\Exceptions\SessionNotAvailableException;
38 36
 
39 37
 /**
Please login to merge, or discard this patch.
lib/private/Server.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,6 @@  discard block
 block discarded – undo
92 92
 use OC\OCS\DiscoveryService;
93 93
 use OC\Remote\Api\ApiFactory;
94 94
 use OC\Remote\InstanceFactory;
95
-use OC\Repair\NC11\CleanPreviewsBackgroundJob;
96 95
 use OC\RichObjectStrings\Validator;
97 96
 use OC\Security\Bruteforce\Throttler;
98 97
 use OC\Security\CertificateManager;
@@ -112,7 +111,6 @@  discard block
 block discarded – undo
112 111
 use OC\Template\JSCombiner;
113 112
 use OC\Template\SCSSCacher;
114 113
 use OCA\Theming\ThemingDefaults;
115
-
116 114
 use OCP\App\IAppManager;
117 115
 use OCP\AppFramework\Utility\ITimeFactory;
118 116
 use OCP\Collaboration\AutoComplete\IManager;
Please login to merge, or discard this patch.
lib/private/Files/Type/Loader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 
28 28
 use OCP\Files\IMimeTypeLoader;
29 29
 use OCP\IDBConnection;
30
-use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
31 30
 
32 31
 /**
33 32
  * Mimetype database loader
Please login to merge, or discard this patch.