@@ -21,13 +21,7 @@ |
||
21 | 21 | |
22 | 22 | namespace OCA\DAV\DAV; |
23 | 23 | |
24 | -use OCA\DAV\Connector\Sabre\Exception\Forbidden; |
|
25 | -use OCA\DAV\Connector\Sabre\File; |
|
26 | -use OCA\DAV\Files\ICopySource; |
|
27 | -use OCP\Files\ForbiddenException; |
|
28 | -use OCP\Lock\ILockingProvider; |
|
29 | 24 | use Sabre\DAV\Exception; |
30 | -use Sabre\DAV\IFile; |
|
31 | 25 | use Sabre\DAV\Server; |
32 | 26 | use Sabre\DAV\ServerPlugin; |
33 | 27 | use Sabre\DAV\UUIDUtil; |
@@ -22,10 +22,8 @@ |
||
22 | 22 | |
23 | 23 | use OCA\DAV\DAV\LazyOpsPlugin; |
24 | 24 | use Sabre\DAV\Collection; |
25 | -use Sabre\DAV\Exception\Forbidden; |
|
26 | 25 | use Sabre\DAV\Exception\MethodNotAllowed; |
27 | 26 | use Sabre\DAV\Exception\NotFound; |
28 | -use Sabre\DAV\SimpleFile; |
|
29 | 27 | use Sabre\HTTP\URLUtil; |
30 | 28 | |
31 | 29 | class Home extends Collection { |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | use Sabre\DAV\Server; |
13 | 13 | use Sabre\DAV\ServerPlugin; |
14 | -use Sabre\DAV\SimpleFile; |
|
15 | 14 | use Sabre\HTTP\RequestInterface; |
16 | 15 | use Sabre\HTTP\ResponseInterface; |
17 | 16 |