@@ -36,7 +36,6 @@ |
||
36 | 36 | use OCP\Files\IRootFolder; |
37 | 37 | use OCP\Files\Mount\IMountManager; |
38 | 38 | use OCP\Files\Node; |
39 | -use OCP\Files\NotFoundException; |
|
40 | 39 | use OCP\IConfig; |
41 | 40 | use OCP\IGroupManager; |
42 | 41 | use OCP\IL10N; |
@@ -25,7 +25,6 @@ |
||
25 | 25 | use OC\Security\RateLimiting\Exception\RateLimitExceededException; |
26 | 26 | use OC\Security\RateLimiting\Limiter; |
27 | 27 | use OCP\AppFramework\Http\JSONResponse; |
28 | -use OCP\AppFramework\Http\Response; |
|
29 | 28 | use OCP\AppFramework\Http\TemplateResponse; |
30 | 29 | use OCP\AppFramework\Middleware; |
31 | 30 | use OCP\IRequest; |
@@ -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\JSONResponse; |
36 | 35 | use \OCP\AppFramework\Http\TemplateResponse; |
@@ -25,7 +25,6 @@ |
||
25 | 25 | |
26 | 26 | use OC\CapabilitiesManager; |
27 | 27 | use OCA\FederatedFileSharing\AddressHandler; |
28 | -use OCA\FederatedFileSharing\DiscoveryManager; |
|
29 | 28 | use OCA\FederatedFileSharing\FederatedShareProvider; |
30 | 29 | use OCA\FederatedFileSharing\Notifications; |
31 | 30 | use OCA\FederatedFileSharing\TokenHandler; |
@@ -42,13 +42,11 @@ |
||
42 | 42 | namespace OC; |
43 | 43 | |
44 | 44 | use Doctrine\DBAL\Exception\TableExistsException; |
45 | -use OC\App\AppManager; |
|
46 | 45 | use OC\App\AppStore\Bundles\Bundle; |
47 | 46 | use OC\App\AppStore\Fetcher\AppFetcher; |
48 | 47 | use OC\App\CodeChecker\CodeChecker; |
49 | 48 | use OC\App\CodeChecker\EmptyCheck; |
50 | 49 | use OC\App\CodeChecker\PrivateCheck; |
51 | -use OC\Archive\Archive; |
|
52 | 50 | use OC\Archive\TAR; |
53 | 51 | use OC_App; |
54 | 52 | use OC_DB; |