@@ -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 | |
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 |
@@ -64,7 +64,6 @@ |
||
64 | 64 | use OC\Files\Storage\StorageFactory; |
65 | 65 | use OC\Lockdown\Filesystem\NullStorage; |
66 | 66 | use OCP\Files\Config\IMountProvider; |
67 | -use OCP\Files\Mount\IMountPoint; |
|
68 | 67 | use OCP\Files\NotFoundException; |
69 | 68 | use OCP\IUserManager; |
70 | 69 |
@@ -22,7 +22,6 @@ |
||
22 | 22 | use OC\Files\Cache\CacheEntry; |
23 | 23 | use OCP\Constants; |
24 | 24 | use OCP\Files\Cache\ICache; |
25 | -use OCP\Files\Cache\ICacheEntry; |
|
26 | 25 | use OCP\Files\FileInfo; |
27 | 26 | use OCP\Files\Search\ISearchQuery; |
28 | 27 |
@@ -25,14 +25,11 @@ |
||
25 | 25 | |
26 | 26 | use Sabre\CalDAV\Principal\User; |
27 | 27 | use Sabre\DAV\Exception\NotFound; |
28 | -use Sabre\DAV\IFile; |
|
29 | 28 | use Sabre\DAV\INode; |
30 | 29 | use \Sabre\DAV\PropFind; |
31 | 30 | use \Sabre\DAV\PropPatch; |
32 | -use Sabre\DAVACL\Exception\NeedPrivileges; |
|
33 | 31 | use \Sabre\HTTP\RequestInterface; |
34 | 32 | use \Sabre\HTTP\ResponseInterface; |
35 | -use Sabre\HTTP\URLUtil; |
|
36 | 33 | |
37 | 34 | /** |
38 | 35 | * Class DavAclPlugin is a wrapper around \Sabre\DAVACL\Plugin that returns 404 |
@@ -35,7 +35,6 @@ |
||
35 | 35 | use OCP\Files\NotFoundException; |
36 | 36 | use OCP\IConfig; |
37 | 37 | use OCP\IL10N; |
38 | -use OCP\INavigationManager; |
|
39 | 38 | use OCP\IRequest; |
40 | 39 | use OCP\IURLGenerator; |
41 | 40 | use OCP\IUserSession; |
@@ -29,7 +29,6 @@ |
||
29 | 29 | use OC\HintException; |
30 | 30 | use OC\Share\Helper; |
31 | 31 | use OCA\FederatedFileSharing\AddressHandler; |
32 | -use OCA\FederatedFileSharing\DiscoveryManager; |
|
33 | 32 | use OCA\FederatedFileSharing\FederatedShareProvider; |
34 | 33 | use OCA\Files_Sharing\External\Manager; |
35 | 34 | use OCP\AppFramework\Controller; |