@@ -21,15 +21,9 @@ |
||
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 | 24 | use OCA\DAV\JobStatus\Entity\JobStatus; |
28 | 25 | use OCA\DAV\JobStatus\Entity\JobStatusMapper; |
29 | -use OCP\Files\ForbiddenException; |
|
30 | -use OCP\Lock\ILockingProvider; |
|
31 | 26 | use Sabre\DAV\Exception; |
32 | -use Sabre\DAV\IFile; |
|
33 | 27 | use Sabre\DAV\Server; |
34 | 28 | use Sabre\DAV\ServerPlugin; |
35 | 29 | use Sabre\DAV\UUIDUtil; |
@@ -20,14 +20,11 @@ |
||
20 | 20 | */ |
21 | 21 | namespace OCA\DAV\JobStatus; |
22 | 22 | |
23 | -use OCA\DAV\DAV\LazyOpsPlugin; |
|
24 | 23 | use OCA\DAV\JobStatus\Entity\JobStatusMapper; |
25 | 24 | use OCP\AppFramework\Db\DoesNotExistException; |
26 | 25 | use Sabre\DAV\Collection; |
27 | -use Sabre\DAV\Exception\Forbidden; |
|
28 | 26 | use Sabre\DAV\Exception\MethodNotAllowed; |
29 | 27 | use Sabre\DAV\Exception\NotFound; |
30 | -use Sabre\DAV\SimpleFile; |
|
31 | 28 | use Sabre\HTTP\URLUtil; |
32 | 29 | |
33 | 30 | class Home extends Collection { |