@@ -44,8 +44,6 @@ |
||
44 | 44 | |
45 | 45 | use OC\Files\Filesystem; |
46 | 46 | use OCP\DB\QueryBuilder\IQueryBuilder; |
47 | -use OCP\ILogger; |
|
48 | -use OCP\IUserManager; |
|
49 | 47 | use OCP\IUserSession; |
50 | 48 | use OCP\IDBConnection; |
51 | 49 | use OCP\IConfig; |
@@ -21,7 +21,6 @@ |
||
21 | 21 | |
22 | 22 | namespace OCA\Files_External\Lib\Backend; |
23 | 23 | |
24 | -use OCA\Files_External\Lib\Storage\InvalidStorage; |
|
25 | 24 | use OCA\Files_External\Lib\StorageConfig; |
26 | 25 | use OCP\Files\StorageNotAvailableException; |
27 | 26 | use OCP\IUser; |
@@ -99,7 +99,6 @@ |
||
99 | 99 | use OC\Tagging\TagMapper; |
100 | 100 | use OC\Template\SCSSCacher; |
101 | 101 | use OCA\Theming\ThemingDefaults; |
102 | - |
|
103 | 102 | use OCP\App\IAppManager; |
104 | 103 | use OCP\AppFramework\Utility\ITimeFactory; |
105 | 104 | use OCP\Defaults; |
@@ -27,7 +27,6 @@ |
||
27 | 27 | use OCP\ICacheFactory; |
28 | 28 | use Symfony\Component\Console\Input\InputInterface; |
29 | 29 | use Symfony\Component\Console\Output\OutputInterface; |
30 | - |
|
31 | 30 | use OCP\Files\IMimeTypeDetector; |
32 | 31 | |
33 | 32 | class UpdateTheme extends UpdateJS { |
@@ -32,7 +32,6 @@ |
||
32 | 32 | use OCA\Encryption\KeyManager; |
33 | 33 | use OCA\Encryption\Crypto\Crypt; |
34 | 34 | use OCA\Encryption\Users\Setup; |
35 | -use OCP\App; |
|
36 | 35 | use OCP\ILogger; |
37 | 36 | use OCP\IUserSession; |
38 | 37 | use OCA\Encryption\Util; |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use Aws\Exception\MultipartUploadException; |
25 | 25 | use Aws\S3\MultipartUploader; |
26 | 26 | use Aws\S3\S3Client; |
27 | -use Psr\Http\Message\StreamInterface; |
|
28 | 27 | |
29 | 28 | const S3_UPLOAD_PART_SIZE = 524288000; // 500MB |
30 | 29 |
@@ -47,7 +47,6 @@ |
||
47 | 47 | use Sabre\DAV\Exception\Forbidden; |
48 | 48 | use Sabre\DAV\Exception\NotFound; |
49 | 49 | use Sabre\DAV\PropPatch; |
50 | -use Sabre\HTTP\URLUtil; |
|
51 | 50 | use Sabre\VObject\Component\VCalendar; |
52 | 51 | use Sabre\VObject\DateTimeParser; |
53 | 52 | use Sabre\VObject\InvalidDataException; |