@@ -24,16 +24,13 @@ |
||
24 | 24 | |
25 | 25 | namespace OCA\Federation\AppInfo; |
26 | 26 | |
27 | -use OCA\Federation\API\OCSAuthAPI; |
|
28 | 27 | use OCA\Federation\Controller\SettingsController; |
29 | 28 | use OCA\Federation\DAV\FedAuth; |
30 | 29 | use OCA\Federation\DbHandler; |
31 | 30 | use OCA\Federation\Hooks; |
32 | 31 | use OCA\Federation\Middleware\AddServerMiddleware; |
33 | 32 | use OCA\Federation\SyncFederationAddressBooks; |
34 | -use OCA\Federation\SyncJob; |
|
35 | 33 | use OCA\Federation\TrustedServers; |
36 | -use OCP\API; |
|
37 | 34 | use OCP\App; |
38 | 35 | use OCP\AppFramework\IAppContainer; |
39 | 36 | use OCP\SabrePluginEvent; |
@@ -24,14 +24,11 @@ |
||
24 | 24 | |
25 | 25 | namespace OC\Files\Config; |
26 | 26 | |
27 | -use Doctrine\DBAL\Exception\UniqueConstraintViolationException; |
|
28 | -use OC\Files\Filesystem; |
|
29 | 27 | use OCA\Files_Sharing\SharedMount; |
30 | 28 | use OCP\DB\QueryBuilder\IQueryBuilder; |
31 | 29 | use OCP\Files\Config\ICachedMountInfo; |
32 | 30 | use OCP\Files\Config\IUserMountCache; |
33 | 31 | use OCP\Files\Mount\IMountPoint; |
34 | -use OCP\Files\Node; |
|
35 | 32 | use OCP\Files\NotFoundException; |
36 | 33 | use OCP\ICache; |
37 | 34 | use OCP\IDBConnection; |
@@ -51,7 +51,6 @@ |
||
51 | 51 | use OC\App\InfoParser; |
52 | 52 | use OC\App\Platform; |
53 | 53 | use OC\Installer; |
54 | -use OC\OCSClient; |
|
55 | 54 | use OC\Repair; |
56 | 55 | use OCP\App\ManagerEvent; |
57 | 56 |
@@ -45,7 +45,6 @@ |
||
45 | 45 | use OC\App\CodeChecker\CodeChecker; |
46 | 46 | use OC\App\CodeChecker\EmptyCheck; |
47 | 47 | use OC\App\CodeChecker\PrivateCheck; |
48 | -use OC\Archive\Archive; |
|
49 | 48 | use OC\Archive\TAR; |
50 | 49 | use OC_App; |
51 | 50 | use OC_DB; |
@@ -28,7 +28,6 @@ |
||
28 | 28 | use OCP\IUserManager; |
29 | 29 | use OCP\Util; |
30 | 30 | use Symfony\Component\EventDispatcher\EventDispatcher; |
31 | -use Symfony\Component\EventDispatcher\GenericEvent; |
|
32 | 31 | |
33 | 32 | class HookManager { |
34 | 33 |
@@ -24,7 +24,6 @@ |
||
24 | 24 | namespace OC\Share20; |
25 | 25 | |
26 | 26 | use OC\Files\Cache\Cache; |
27 | -use OC\Files\Cache\CacheEntry; |
|
28 | 27 | use OCP\Files\File; |
29 | 28 | use OCP\Files\Folder; |
30 | 29 | use OCP\Share\IShareProvider; |
@@ -25,7 +25,6 @@ |
||
25 | 25 | namespace OCA\DAV\AppInfo; |
26 | 26 | |
27 | 27 | use OCA\DAV\CalDAV\Activity\Backend; |
28 | -use OCA\DAV\CalDAV\Activity\Extension; |
|
29 | 28 | use OCA\DAV\CalDAV\Activity\Provider\Event; |
30 | 29 | use OCA\DAV\CalDAV\BirthdayService; |
31 | 30 | use OCA\DAV\Capabilities; |
@@ -30,7 +30,6 @@ |
||
30 | 30 | |
31 | 31 | namespace OC\Core\Controller; |
32 | 32 | |
33 | -use OCA\Encryption\Exceptions\PrivateKeyMissingException; |
|
34 | 33 | use \OCP\AppFramework\Controller; |
35 | 34 | use \OCP\AppFramework\Http\TemplateResponse; |
36 | 35 | use OCP\AppFramework\Utility\ITimeFactory; |
@@ -38,7 +38,6 @@ |
||
38 | 38 | use GuzzleHttp\Message\ResponseInterface; |
39 | 39 | use Icewind\Streams\CallbackWrapper; |
40 | 40 | use OC\Files\Filesystem; |
41 | -use OC\Files\Stream\Close; |
|
42 | 41 | use Icewind\Streams\IteratorDirectory; |
43 | 42 | use OC\MemCache\ArrayCache; |
44 | 43 | use OCP\AppFramework\Http; |