@@ -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 |
@@ -46,7 +46,6 @@ |
||
| 46 | 46 | use OC\AppFramework\Utility\TimeFactory; |
| 47 | 47 | use OC\Core\Middleware\TwoFactorMiddleware; |
| 48 | 48 | use OC\RichObjectStrings\Validator; |
| 49 | -use OC\Security\Bruteforce\Throttler; |
|
| 50 | 49 | use OCP\AppFramework\IApi; |
| 51 | 50 | use OCP\AppFramework\IAppContainer; |
| 52 | 51 | use OCP\Federation\ICloudIdManager; |
@@ -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; |
@@ -41,7 +41,6 @@ |
||
| 41 | 41 | |
| 42 | 42 | use bantu\IniGetWrapper\IniGetWrapper; |
| 43 | 43 | use Exception; |
| 44 | -use OCP\IConfig; |
|
| 45 | 44 | use OCP\IL10N; |
| 46 | 45 | use OCP\ILogger; |
| 47 | 46 | use OCP\Security\ISecureRandom; |
@@ -26,7 +26,6 @@ |
||
| 26 | 26 | */ |
| 27 | 27 | namespace OC\Setup; |
| 28 | 28 | |
| 29 | -use OC\AllConfig; |
|
| 30 | 29 | use OC\DB\ConnectionFactory; |
| 31 | 30 | use OC\SystemConfig; |
| 32 | 31 | use OCP\IL10N; |
@@ -37,7 +37,6 @@ |
||
| 37 | 37 | use Symfony\Component\Console\Input\InputInterface; |
| 38 | 38 | use Symfony\Component\Console\Input\InputOption; |
| 39 | 39 | use Symfony\Component\Console\Output\OutputInterface; |
| 40 | -use Symfony\Component\Console\Output\ConsoleOutputInterface; |
|
| 41 | 40 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 42 | 41 | |
| 43 | 42 | class Application { |
@@ -28,7 +28,6 @@ |
||
| 28 | 28 | use \OC_App; |
| 29 | 29 | use OCP\App\AppPathNotFoundException; |
| 30 | 30 | use OCP\App\IAppManager; |
| 31 | -use OCP\AppFramework\Http; |
|
| 32 | 31 | use OCP\AppFramework\Http\DataResponse; |
| 33 | 32 | use OCP\AppFramework\OCS\OCSException; |
| 34 | 33 | use OCP\AppFramework\OCSController; |