@@ -24,7 +24,6 @@ |
||
| 24 | 24 | use OCP\Security\ICrypto; |
| 25 | 25 | use OCP\IDBConnection; |
| 26 | 26 | use OCP\Security\ICredentialsManager; |
| 27 | -use OCP\IConfig; |
|
| 28 | 27 | |
| 29 | 28 | /** |
| 30 | 29 | * Store and retrieve credentials for external services |
@@ -30,7 +30,6 @@ |
||
| 30 | 30 | use OCP\SystemTag\TagAlreadyExistsException; |
| 31 | 31 | use OCP\SystemTag\TagNotFoundException; |
| 32 | 32 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 33 | -use OCP\IUserManager; |
|
| 34 | 33 | use OCP\IGroupManager; |
| 35 | 34 | use OCP\SystemTag\ISystemTag; |
| 36 | 35 | use OCP\IUser; |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | namespace OCA\DAV\Connector\Sabre; |
| 22 | 22 | |
| 23 | 23 | use Sabre\Xml\XmlSerializable; |
| 24 | -use Sabre\Xml\Element; |
|
| 25 | 24 | use Sabre\Xml\Writer; |
| 26 | 25 | |
| 27 | 26 | /** |
@@ -29,7 +29,6 @@ |
||
| 29 | 29 | namespace OCA\DAV\Connector\Sabre; |
| 30 | 30 | |
| 31 | 31 | use OC\Files\View; |
| 32 | -use OCA\DAV\Upload\FutureFile; |
|
| 33 | 32 | use OCP\Files\ForbiddenException; |
| 34 | 33 | use Sabre\DAV\Exception\Forbidden; |
| 35 | 34 | use Sabre\DAV\Exception\NotFound; |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | |
| 24 | 24 | use OCP\Files\IMimeTypeLoader; |
| 25 | 25 | use OCP\IDBConnection; |
| 26 | - |
|
| 27 | 26 | use Doctrine\DBAL\Exception\UniqueConstraintViolationException; |
| 28 | 27 | |
| 29 | 28 | /** |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | |
| 24 | 24 | use OCP\Files\IMimeTypeLoader; |
| 25 | 25 | use OCP\IDBConnection; |
| 26 | - |
|
| 27 | 26 | use Doctrine\DBAL\Exception\UniqueConstraintViolationException; |
| 28 | 27 | |
| 29 | 28 | /** |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | |
| 24 | 24 | use OCP\Files\IMimeTypeLoader; |
| 25 | 25 | use OCP\IDBConnection; |
| 26 | - |
|
| 27 | 26 | use Doctrine\DBAL\Exception\UniqueConstraintViolationException; |
| 28 | 27 | |
| 29 | 28 | /** |
@@ -24,7 +24,6 @@ |
||
| 24 | 24 | use OCP\Security\ICrypto; |
| 25 | 25 | use OCP\IDBConnection; |
| 26 | 26 | use OCP\Security\ICredentialsManager; |
| 27 | -use OCP\IConfig; |
|
| 28 | 27 | |
| 29 | 28 | /** |
| 30 | 29 | * Store and retrieve credentials for external services |
@@ -26,7 +26,6 @@ discard block |
||
| 26 | 26 | use OCA\DAV\CalDAV\CalDavBackend; |
| 27 | 27 | use OCA\DAV\CardDAV\CardDavBackend; |
| 28 | 28 | use OCA\DAV\CardDAV\ContactsManager; |
| 29 | -use OCA\DAV\CardDAV\SyncJob; |
|
| 30 | 29 | use OCA\DAV\CardDAV\SyncService; |
| 31 | 30 | use OCA\DAV\Connector\Sabre\Principal; |
| 32 | 31 | use OCA\DAV\DAV\GroupPrincipalBackend; |
@@ -36,8 +35,6 @@ discard block |
||
| 36 | 35 | use \OCP\AppFramework\App; |
| 37 | 36 | use OCP\AppFramework\IAppContainer; |
| 38 | 37 | use OCP\Contacts\IManager; |
| 39 | -use OCP\IUser; |
|
| 40 | -use Sabre\VObject\Reader; |
|
| 41 | 38 | use Symfony\Component\EventDispatcher\GenericEvent; |
| 42 | 39 | |
| 43 | 40 | class Application extends App { |