@@ -12,8 +12,6 @@ |
||
| 12 | 12 | use OCP\Files\StorageNotAvailableException; |
| 13 | 13 | use OCP\IConfig; |
| 14 | 14 | use OCP\IDBConnection; |
| 15 | -use OCP\IUserManager; |
|
| 16 | -use Symfony\Component\Console\Input\InputArgument; |
|
| 17 | 15 | use Symfony\Component\Console\Input\InputInterface; |
| 18 | 16 | use Symfony\Component\Console\Input\InputOption; |
| 19 | 17 | use Symfony\Component\Console\Output\OutputInterface; |
@@ -28,7 +28,6 @@ |
||
| 28 | 28 | use OCP\Files\ObjectStore\IObjectStore; |
| 29 | 29 | use OCP\Files\StorageAuthException; |
| 30 | 30 | use OCP\Files\StorageNotAvailableException; |
| 31 | -use OpenCloud\Common\Exceptions\EndpointError; |
|
| 32 | 31 | use OpenCloud\Common\Service\Catalog; |
| 33 | 32 | use OpenCloud\Common\Service\CatalogItem; |
| 34 | 33 | use OpenCloud\Identity\Resource\Token; |
@@ -25,7 +25,6 @@ |
||
| 25 | 25 | namespace OC\Comments; |
| 26 | 26 | |
| 27 | 27 | use Doctrine\DBAL\Exception\DriverException; |
| 28 | -use Doctrine\DBAL\Platforms\MySqlPlatform; |
|
| 29 | 28 | use OCP\Comments\CommentsEvent; |
| 30 | 29 | use OCP\Comments\IComment; |
| 31 | 30 | use OCP\Comments\ICommentsEventHandler; |
@@ -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; |
@@ -41,7 +41,6 @@ |
||
| 41 | 41 | use OCP\Share\Exceptions\ShareNotFound; |
| 42 | 42 | use OCP\Share\IShare; |
| 43 | 43 | use OCP\Share\IShareProvider; |
| 44 | -use OCP\Template; |
|
| 45 | 44 | |
| 46 | 45 | /** |
| 47 | 46 | * Class ShareByMail |
@@ -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; |