@@ -21,7 +21,6 @@ |
||
21 | 21 | namespace OCA\DAV\CardDAV\Xml; |
22 | 22 | |
23 | 23 | use Sabre\Xml\XmlSerializable; |
24 | -use Sabre\Xml\Element; |
|
25 | 24 | use Sabre\Xml\Writer; |
26 | 25 | |
27 | 26 | class Groups implements XmlSerializable { |
@@ -232,6 +232,9 @@ |
||
232 | 232 | return '"' . $this->info->getEtag() . '"'; |
233 | 233 | } |
234 | 234 | |
235 | + /** |
|
236 | + * @param string $path |
|
237 | + */ |
|
235 | 238 | private function getPartFileBasePath($path) { |
236 | 239 | $partFileInStorage = \OC::$server->getConfig()->getSystemValue('part_file_in_storage', true); |
237 | 240 | if ($partFileInStorage) { |
@@ -30,7 +30,6 @@ |
||
30 | 30 | use Sabre\DAV\Exception\Conflict; |
31 | 31 | use Sabre\DAV\Exception\Forbidden; |
32 | 32 | use Sabre\DAV\Exception\UnsupportedMediaType; |
33 | - |
|
34 | 33 | use OCP\SystemTag\ISystemTag; |
35 | 34 | use OCP\SystemTag\ISystemTagManager; |
36 | 35 | use OCP\SystemTag\TagAlreadyExistsException; |
@@ -26,7 +26,6 @@ |
||
26 | 26 | use Sabre\DAV\Exception\NotFound; |
27 | 27 | use Sabre\DAV\Exception\BadRequest; |
28 | 28 | use Sabre\DAV\ICollection; |
29 | - |
|
30 | 29 | use OCP\SystemTag\ISystemTagManager; |
31 | 30 | use OCP\SystemTag\ISystemTag; |
32 | 31 | use OCP\SystemTag\TagNotFoundException; |
@@ -26,7 +26,6 @@ |
||
26 | 26 | use Sabre\DAV\Exception\MethodNotAllowed; |
27 | 27 | use Sabre\DAV\Exception\NotFound; |
28 | 28 | use Sabre\DAV\ICollection; |
29 | - |
|
30 | 29 | use OCP\SystemTag\ISystemTagManager; |
31 | 30 | use OCP\SystemTag\ISystemTagObjectMapper; |
32 | 31 | use OCP\IUserSession; |
@@ -22,7 +22,6 @@ |
||
22 | 22 | */ |
23 | 23 | namespace OCA\Federation\Command; |
24 | 24 | |
25 | -use OCA\Federation\DbHandler; |
|
26 | 25 | use Symfony\Component\Console\Command\Command; |
27 | 26 | use Symfony\Component\Console\Helper\ProgressBar; |
28 | 27 | use Symfony\Component\Console\Input\InputInterface; |
@@ -24,10 +24,6 @@ |
||
24 | 24 | |
25 | 25 | use OCA\DAV\CardDAV\SyncService; |
26 | 26 | use OCP\AppFramework\Http; |
27 | -use Symfony\Component\Console\Command\Command; |
|
28 | -use Symfony\Component\Console\Helper\ProgressBar; |
|
29 | -use Symfony\Component\Console\Input\InputInterface; |
|
30 | -use Symfony\Component\Console\Output\OutputInterface; |
|
31 | 27 | |
32 | 28 | class SyncFederationAddressBooks { |
33 | 29 |
@@ -27,13 +27,8 @@ |
||
27 | 27 | use OCP\Files\External\DefinitionParameter; |
28 | 28 | use OCP\Files\External\IStoragesBackendService; |
29 | 29 | use Symfony\Component\Console\Command\Command; |
30 | -use Symfony\Component\Console\Helper\Table; |
|
31 | -use Symfony\Component\Console\Helper\TableHelper; |
|
32 | -use Symfony\Component\Console\Input\ArrayInput; |
|
33 | 30 | use Symfony\Component\Console\Input\InputArgument; |
34 | 31 | use Symfony\Component\Console\Input\InputInterface; |
35 | -use Symfony\Component\Console\Input\InputOption; |
|
36 | -use Symfony\Component\Console\Input\Input; |
|
37 | 32 | use Symfony\Component\Console\Output\OutputInterface; |
38 | 33 | |
39 | 34 | class Backends extends Base { |
@@ -27,11 +27,8 @@ |
||
27 | 27 | use OCP\Files\External\NotFoundException; |
28 | 28 | use OCP\Files\External\Service\IGlobalStoragesService; |
29 | 29 | use Symfony\Component\Console\Command\Command; |
30 | -use Symfony\Component\Console\Helper\Table; |
|
31 | -use Symfony\Component\Console\Helper\TableHelper; |
|
32 | 30 | use Symfony\Component\Console\Input\InputArgument; |
33 | 31 | use Symfony\Component\Console\Input\InputInterface; |
34 | -use Symfony\Component\Console\Input\InputOption; |
|
35 | 32 | use Symfony\Component\Console\Output\OutputInterface; |
36 | 33 | |
37 | 34 | class Config extends Base { |