@@ -32,7 +32,6 @@ |
||
32 | 32 | namespace OCA\Files_Sharing; |
33 | 33 | |
34 | 34 | use OC\Files\Filesystem; |
35 | -use OC\Files\Cache\FailedCache; |
|
36 | 35 | use OC\Files\Storage\Wrapper\PermissionsMask; |
37 | 36 | use OCA\Files_Sharing\ISharedStorage; |
38 | 37 | use OC\Files\Storage\FailedStorage; |
@@ -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 |
@@ -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 |