@@ -23,7 +23,6 @@ |
||
23 | 23 | namespace OCA\User_LDAP\Controller; |
24 | 24 | |
25 | 25 | use OC\HintException; |
26 | -use OC_Util; |
|
27 | 26 | use OCP\AppFramework\Controller; |
28 | 27 | use OCP\AppFramework\Http\RedirectResponse; |
29 | 28 | use OCP\AppFramework\Http\TemplateResponse; |
@@ -33,7 +33,6 @@ |
||
33 | 33 | use OCA\DAV\Connector\Sabre\Exception\InvalidPath; |
34 | 34 | use OCA\DAV\Connector\Sabre\Exception\FileLocked; |
35 | 35 | use OC\Files\FileInfo; |
36 | -use OC\Files\Mount\MoveableMount; |
|
37 | 36 | use OCP\Files\ForbiddenException; |
38 | 37 | use OCP\Files\StorageInvalidException; |
39 | 38 | use OCP\Files\StorageNotAvailableException; |
@@ -23,7 +23,6 @@ |
||
23 | 23 | namespace OCA\DAV\CardDAV; |
24 | 24 | |
25 | 25 | use OCP\Files\NotFoundException; |
26 | -use OCP\ILogger; |
|
27 | 26 | use Sabre\CardDAV\Card; |
28 | 27 | use Sabre\DAV\Server; |
29 | 28 | use Sabre\DAV\ServerPlugin; |
@@ -37,7 +37,6 @@ |
||
37 | 37 | use OCP\IConfig; |
38 | 38 | use OCP\IRequest; |
39 | 39 | use OCP\IURLGenerator; |
40 | -use OCP\Route\IRoute; |
|
41 | 40 | use RuntimeException; |
42 | 41 | |
43 | 42 | /** |
@@ -21,8 +21,6 @@ |
||
21 | 21 | |
22 | 22 | namespace OCA\DAV\CalDAV; |
23 | 23 | |
24 | -use Sabre\HTTP\URLUtil; |
|
25 | - |
|
26 | 24 | class Plugin extends \Sabre\CalDAV\Plugin { |
27 | 25 | |
28 | 26 | /** |
@@ -40,7 +40,6 @@ |
||
40 | 40 | use Sabre\CardDAV\Backend\SyncSupport; |
41 | 41 | use Sabre\CardDAV\Plugin; |
42 | 42 | use Sabre\DAV\Exception\BadRequest; |
43 | -use Sabre\HTTP\URLUtil; |
|
44 | 43 | use Sabre\VObject\Component\VCard; |
45 | 44 | use Sabre\VObject\Reader; |
46 | 45 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
@@ -26,7 +26,6 @@ |
||
26 | 26 | use Sabre\DAV\INode; |
27 | 27 | use Sabre\DAV\PropFind; |
28 | 28 | use Sabre\DAV\Server; |
29 | -use Sabre\HTTP\URLUtil; |
|
30 | 29 | |
31 | 30 | class Plugin extends \Sabre\CardDAV\Plugin { |
32 | 31 |
@@ -36,7 +36,6 @@ |
||
36 | 36 | use Sabre\DAV\Exception; |
37 | 37 | use \Sabre\DAV\PropPatch; |
38 | 38 | use Sabre\DAVACL\PrincipalBackend\BackendInterface; |
39 | -use Sabre\HTTP\URLUtil; |
|
40 | 39 | |
41 | 40 | class Principal implements BackendInterface { |
42 | 41 |
@@ -23,7 +23,6 @@ |
||
23 | 23 | namespace OCA\DAV\DAV; |
24 | 24 | |
25 | 25 | use Sabre\DAVACL\PrincipalBackend\AbstractBackend; |
26 | -use Sabre\HTTP\URLUtil; |
|
27 | 26 | |
28 | 27 | class SystemPrincipalBackend extends AbstractBackend { |
29 | 28 |