Completed
Push — stable10 ( 5d11b5...4128c9 )
by Björn
22:49 queued 22:25
created
lib/private/Files/Config/UserMountCache.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,6 @@
 block discarded – undo
22 22
 
23 23
 namespace OC\Files\Config;
24 24
 
25
-use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
26
-use OC\Files\Filesystem;
27 25
 use OCA\Files_Sharing\SharedMount;
28 26
 use OCP\DB\QueryBuilder\IQueryBuilder;
29 27
 use OCP\Files\Config\ICachedMountInfo;
Please login to merge, or discard this patch.
apps/files_external/lib/Command/Backends.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -27,13 +27,8 @@
 block discarded – undo
27 27
 use OCA\Files_External\Lib\DefinitionParameter;
28 28
 use OCA\Files_External\Service\BackendService;
29 29
 use Symfony\Component\Console\Command\Command;
30
-use Symfony\Component\Console\Helper\Table;
31
-use Symfony\Component\Console\Helper\TableHelper;
32
-use Symfony\Component\Console\Input\ArrayInput;
33 30
 use Symfony\Component\Console\Input\InputArgument;
34 31
 use Symfony\Component\Console\Input\InputInterface;
35
-use Symfony\Component\Console\Input\InputOption;
36
-use Symfony\Component\Console\Input\Input;
37 32
 use Symfony\Component\Console\Output\OutputInterface;
38 33
 
39 34
 class Backends extends Base {
Please login to merge, or discard this patch.
lib/private/Console/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
  */
30 30
 
31 31
 namespace OC;
32
-use OCP\Defaults;
33 32
 use OCP\ICacheFactory;
34 33
 use OCP\IConfig;
35 34
 use OCP\IURLGenerator;
Please login to merge, or discard this patch.
lib/private/TemplateLayout.php 1 patch
Unused Use Statements   -9 removed lines patch added patch discarded remove patch
@@ -35,15 +35,6 @@
 block discarded – undo
35 35
  */
36 36
 namespace OC;
37 37
 
38
-use Assetic\Asset\AssetCollection;
39
-use Assetic\Asset\FileAsset;
40
-use Assetic\AssetWriter;
41
-use Assetic\Filter\CssImportFilter;
42
-use Assetic\Filter\CssMinFilter;
43
-use Assetic\Filter\CssRewriteFilter;
44
-use Assetic\Filter\JSqueezeFilter;
45
-use Assetic\Filter\SeparatorFilter;
46
-
47 38
 class TemplateLayout extends \OC_Template {
48 39
 
49 40
 	private static $versionHash = '';
Please login to merge, or discard this patch.
core/Controller/LoginController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 
23 23
 namespace OC\Core\Controller;
24 24
 
25
-use OC\AppFramework\Utility\TimeFactory;
26 25
 use OC\Authentication\TwoFactorAuth\Manager;
27 26
 use OC\Security\Bruteforce\Throttler;
28 27
 use OC\User\Session;
Please login to merge, or discard this patch.
core/Controller/TokenController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -22,13 +22,10 @@
 block discarded – undo
22 22
 namespace OC\Core\Controller;
23 23
 
24 24
 use OC\AppFramework\Http;
25
-use OC\AppFramework\Utility\TimeFactory;
26
-use OC\Authentication\Token\DefaultTokenProvider;
27 25
 use OC\Authentication\Token\IProvider;
28 26
 use OC\Authentication\Token\IToken;
29 27
 use OC\Authentication\TwoFactorAuth\Manager as TwoFactorAuthManager;
30 28
 use OC\User\Manager as UserManager;
31
-use OCA\User_LDAP\User\Manager;
32 29
 use OCP\AppFramework\Controller;
33 30
 use OCP\AppFramework\Http\JSONResponse;
34 31
 use OCP\IRequest;
Please login to merge, or discard this patch.
apps/user_ldap/lib/LDAPProvider.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -21,12 +21,10 @@
 block discarded – undo
21 21
 
22 22
 namespace OCA\User_LDAP;
23 23
 
24
-use OCP\IUserBackend;
25 24
 use OCP\LDAP\ILDAPProvider;
26 25
 use OCP\LDAP\IDeletionFlagSupport;
27 26
 use OCP\IServerContainer;
28 27
 use OCA\User_LDAP\User\DeletedUsersIndex;
29
-use OCA\User_LDAP\Mapping\UserMapping;
30 28
 
31 29
 /**
32 30
  * LDAP provider for pulic access to the LDAP backend.
Please login to merge, or discard this patch.