@@ -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; |
@@ -31,14 +31,11 @@ |
||
| 31 | 31 | |
| 32 | 32 | namespace OCA\Files_External\Lib\Storage; |
| 33 | 33 | |
| 34 | -use Icewind\SMB\Change; |
|
| 35 | 34 | use Icewind\SMB\Exception\ConnectException; |
| 36 | 35 | use Icewind\SMB\Exception\Exception; |
| 37 | 36 | use Icewind\SMB\Exception\ForbiddenException; |
| 38 | 37 | use Icewind\SMB\Exception\NotFoundException; |
| 39 | -use Icewind\SMB\INotifyHandler; |
|
| 40 | 38 | use Icewind\SMB\IFileInfo; |
| 41 | -use Icewind\SMB\IShare; |
|
| 42 | 39 | use Icewind\SMB\NativeServer; |
| 43 | 40 | use Icewind\SMB\Server; |
| 44 | 41 | use Icewind\Streams\CallbackWrapper; |
@@ -33,7 +33,6 @@ |
||
| 33 | 33 | use OC\Accounts\AccountManager; |
| 34 | 34 | use OC\AppFramework\Http; |
| 35 | 35 | use OC\ForbiddenException; |
| 36 | -use OC\User\User; |
|
| 37 | 36 | use OCP\App\IAppManager; |
| 38 | 37 | use OCP\AppFramework\Controller; |
| 39 | 38 | use OCP\AppFramework\Http\DataResponse; |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | namespace OCA\DAV\CalDAV\Publishing\Xml; |
| 22 | 22 | |
| 23 | -use OCA\DAV\CalDAV\Publishing\PublishPlugin as Plugin; |
|
| 24 | 23 | use Sabre\Xml\Writer; |
| 25 | 24 | use Sabre\Xml\XmlSerializable; |
| 26 | 25 | |
@@ -31,7 +31,6 @@ |
||
| 31 | 31 | namespace OCA\DAV\Connector\Sabre; |
| 32 | 32 | |
| 33 | 33 | use OC\Files\View; |
| 34 | -use OCA\DAV\Upload\FutureFile; |
|
| 35 | 34 | use OCP\Files\ForbiddenException; |
| 36 | 35 | use OCP\IPreview; |
| 37 | 36 | use Sabre\DAV\Exception\Forbidden; |
@@ -29,7 +29,6 @@ |
||
| 29 | 29 | |
| 30 | 30 | use OC\Files\Cache\Wrapper\CacheJail; |
| 31 | 31 | use OCP\Files\Cache\ICacheEntry; |
| 32 | -use OCP\Files\Storage\IStorage; |
|
| 33 | 32 | |
| 34 | 33 | /** |
| 35 | 34 | * Metadata cache for shared files |
@@ -32,7 +32,6 @@ |
||
| 32 | 32 | namespace OCA\Files_Sharing; |
| 33 | 33 | |
| 34 | 34 | use OC\Files\Filesystem; |
| 35 | -use OC\Files\Cache\FailedCache; |
|
| 36 | 35 | use OC\Files\Storage\Wrapper\PermissionsMask; |
| 37 | 36 | use OCA\Files_Sharing\ISharedStorage; |
| 38 | 37 | use OC\Files\Storage\FailedStorage; |
@@ -32,7 +32,6 @@ |
||
| 32 | 32 | |
| 33 | 33 | use OCP\Files\Cache\ICacheEntry; |
| 34 | 34 | use OCP\Files\Mount\IMountPoint; |
| 35 | -use OCP\Files\Storage\IStorage; |
|
| 36 | 35 | use OCP\Files\IHomeStorage; |
| 37 | 36 | use OCP\IUser; |
| 38 | 37 | |