@@ -62,7 +62,6 @@ |
||
62 | 62 | use OC\Files\Mount\MountPoint; |
63 | 63 | use OC\Files\Storage\StorageFactory; |
64 | 64 | use OCP\Files\Config\IMountProvider; |
65 | -use OCP\Files\Mount\IMountPoint; |
|
66 | 65 | use OCP\Files\NotFoundException; |
67 | 66 | use OCP\IUserManager; |
68 | 67 |
@@ -23,7 +23,6 @@ |
||
23 | 23 | |
24 | 24 | use OCP\Files\IMimeTypeLoader; |
25 | 25 | use OCP\IDBConnection; |
26 | - |
|
27 | 26 | use Doctrine\DBAL\Exception\UniqueConstraintViolationException; |
28 | 27 | |
29 | 28 | /** |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use OCP\Security\ICrypto; |
25 | 25 | use OCP\IDBConnection; |
26 | 26 | use OCP\Security\ICredentialsManager; |
27 | -use OCP\IConfig; |
|
28 | 27 | |
29 | 28 | /** |
30 | 29 | * Store and retrieve credentials for external services |
@@ -30,7 +30,6 @@ discard block |
||
30 | 30 | use OCP\IUserManager; |
31 | 31 | use OCP\Share\IManager; |
32 | 32 | use OCP\Share\IProviderFactory; |
33 | -use OC\Share20\Exception\BackendError; |
|
34 | 33 | use OCP\IConfig; |
35 | 34 | use OCP\IL10N; |
36 | 35 | use OCP\ILogger; |
@@ -40,7 +39,6 @@ discard block |
||
40 | 39 | use OCP\IGroupManager; |
41 | 40 | use OCP\Files\File; |
42 | 41 | use OCP\Files\Folder; |
43 | - |
|
44 | 42 | use OCP\Share\Exceptions\ShareNotFound; |
45 | 43 | use OCP\Share\Exceptions\GenericShareException; |
46 | 44 |
@@ -30,8 +30,6 @@ |
||
30 | 30 | use OCA\Files_external\Service\GlobalStoragesService; |
31 | 31 | use OCP\Files\StorageNotAvailableException; |
32 | 32 | use Symfony\Component\Console\Command\Command; |
33 | -use Symfony\Component\Console\Helper\Table; |
|
34 | -use Symfony\Component\Console\Helper\TableHelper; |
|
35 | 33 | use Symfony\Component\Console\Input\InputArgument; |
36 | 34 | use Symfony\Component\Console\Input\InputInterface; |
37 | 35 | use Symfony\Component\Console\Input\InputOption; |
@@ -27,7 +27,6 @@ |
||
27 | 27 | use OCA\Files_External\Lib\Auth\AuthMechanism; |
28 | 28 | use \OCP\IConfig; |
29 | 29 | use OCP\ILogger; |
30 | -use OCP\IUser; |
|
31 | 30 | use \OCP\IUserSession; |
32 | 31 | use \OCP\IRequest; |
33 | 32 | use \OCP\IL10N; |
@@ -22,8 +22,6 @@ |
||
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; |
@@ -74,7 +74,6 @@ |
||
74 | 74 | use OC\Session\CryptoWrapper; |
75 | 75 | use OC\Tagging\TagMapper; |
76 | 76 | use OCA\Theming\Template; |
77 | -use OCP\IL10N; |
|
78 | 77 | use OCP\IServerContainer; |
79 | 78 | use OCP\Security\IContentSecurityPolicyManager; |
80 | 79 | use Symfony\Component\EventDispatcher\EventDispatcher; |
@@ -28,7 +28,6 @@ |
||
28 | 28 | */ |
29 | 29 | |
30 | 30 | namespace OC; |
31 | -use OC_Defaults; |
|
32 | 31 | use OCP\ICacheFactory; |
33 | 32 | use OCP\IConfig; |
34 | 33 | use OCP\IURLGenerator; |