@@ -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 |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use OCA\DAV\Connector\Sabre\Directory; |
25 | 25 | use OCP\Files\FileInfo; |
26 | 26 | use Sabre\DAV\Exception\Forbidden; |
27 | -use Sabre\HTTP\URLUtil; |
|
28 | 27 | |
29 | 28 | class FilesHome extends Directory { |
30 | 29 |
@@ -23,7 +23,6 @@ |
||
23 | 23 | |
24 | 24 | use Sabre\DAV\INode; |
25 | 25 | use Sabre\DAVACL\AbstractPrincipalCollection; |
26 | -use Sabre\HTTP\URLUtil; |
|
27 | 26 | use Sabre\DAV\SimpleCollection; |
28 | 27 | |
29 | 28 | class RootCollection extends AbstractPrincipalCollection { |
@@ -37,7 +37,6 @@ |
||
37 | 37 | |
38 | 38 | use OC\Files\Filesystem; |
39 | 39 | use OC\Hooks\BasicEmitter; |
40 | -use OCP\Config; |
|
41 | 40 | use OCP\Files\Cache\IScanner; |
42 | 41 | use OCP\Files\ForbiddenException; |
43 | 42 | use OCP\Lock\ILockingProvider; |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use OC\AppFramework\Utility\ControllerMethodReflector; |
25 | 25 | use OC\Security\RateLimiting\Exception\RateLimitExceededException; |
26 | 26 | use OC\Security\RateLimiting\Limiter; |
27 | -use OCP\AppFramework\Controller; |
|
28 | 27 | use OCP\AppFramework\Http\JSONResponse; |
29 | 28 | use OCP\AppFramework\Http\TemplateResponse; |
30 | 29 | use OCP\AppFramework\Middleware; |
@@ -29,7 +29,6 @@ |
||
29 | 29 | use OCP\Files\NotFoundException; |
30 | 30 | use OCP\Files\SimpleFS\ISimpleFile; |
31 | 31 | use OCP\IConfig; |
32 | -use OCP\Files\IRootFolder; |
|
33 | 32 | use Leafo\ScssPhp\Compiler; |
34 | 33 | |
35 | 34 | class Util { |
@@ -27,7 +27,6 @@ discard block |
||
27 | 27 | |
28 | 28 | namespace OCA\Theming\Controller; |
29 | 29 | |
30 | -use OC\Files\AppData\Factory; |
|
31 | 30 | use OC\Template\SCSSCacher; |
32 | 31 | use OCA\Theming\ThemingDefaults; |
33 | 32 | use OCP\AppFramework\Controller; |
@@ -43,7 +42,6 @@ discard block |
||
43 | 42 | use OCP\Files\NotPermittedException; |
44 | 43 | use OCP\IConfig; |
45 | 44 | use OCP\IL10N; |
46 | -use OCP\ILogger; |
|
47 | 45 | use OCP\IRequest; |
48 | 46 | use OCA\Theming\Util; |
49 | 47 | use OCP\ITempManager; |