@@ -29,7 +29,6 @@ |
||
| 29 | 29 | */ |
| 30 | 30 | |
| 31 | 31 | namespace OC; |
| 32 | -use OCP\Defaults; |
|
| 33 | 32 | use OCP\ICacheFactory; |
| 34 | 33 | use OCP\IConfig; |
| 35 | 34 | use OCP\IURLGenerator; |
@@ -35,15 +35,6 @@ |
||
| 35 | 35 | */ |
| 36 | 36 | namespace OC; |
| 37 | 37 | |
| 38 | -use Assetic\Asset\AssetCollection; |
|
| 39 | -use Assetic\Asset\FileAsset; |
|
| 40 | -use Assetic\AssetWriter; |
|
| 41 | -use Assetic\Filter\CssImportFilter; |
|
| 42 | -use Assetic\Filter\CssMinFilter; |
|
| 43 | -use Assetic\Filter\CssRewriteFilter; |
|
| 44 | -use Assetic\Filter\JSqueezeFilter; |
|
| 45 | -use Assetic\Filter\SeparatorFilter; |
|
| 46 | - |
|
| 47 | 38 | class TemplateLayout extends \OC_Template { |
| 48 | 39 | |
| 49 | 40 | private static $versionHash = ''; |
@@ -21,12 +21,10 @@ |
||
| 21 | 21 | |
| 22 | 22 | namespace OCA\User_LDAP; |
| 23 | 23 | |
| 24 | -use OCP\IUserBackend; |
|
| 25 | 24 | use OCP\LDAP\ILDAPProvider; |
| 26 | 25 | use OCP\LDAP\IDeletionFlagSupport; |
| 27 | 26 | use OCP\IServerContainer; |
| 28 | 27 | use OCA\User_LDAP\User\DeletedUsersIndex; |
| 29 | -use OCA\User_LDAP\Mapping\UserMapping; |
|
| 30 | 28 | |
| 31 | 29 | /** |
| 32 | 30 | * LDAP provider for pulic access to the LDAP backend. |
@@ -36,7 +36,6 @@ |
||
| 36 | 36 | use OCA\Files_Sharing\ISharedStorage; |
| 37 | 37 | use OCP\Constants; |
| 38 | 38 | use OCP\Files\Cache\ICacheEntry; |
| 39 | -use OCP\Files\Storage\IStorage; |
|
| 40 | 39 | use OCP\Lock\ILockingProvider; |
| 41 | 40 | |
| 42 | 41 | /** |
@@ -35,7 +35,6 @@ |
||
| 35 | 35 | use OC\Core\Controller\LostController; |
| 36 | 36 | use OC\Core\Controller\TokenController; |
| 37 | 37 | use OC\Core\Controller\TwoFactorChallengeController; |
| 38 | -use OC\Core\Controller\UserController; |
|
| 39 | 38 | use OCP\AppFramework\App; |
| 40 | 39 | use OCP\Util; |
| 41 | 40 | |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | namespace OCA\DAV; |
| 23 | 23 | |
| 24 | -use OCA\DAV\CalDAV\BirthdayService; |
|
| 25 | 24 | use OCA\DAV\CalDAV\CalDavBackend; |
| 26 | 25 | use OCA\DAV\CardDAV\CardDavBackend; |
| 27 | 26 | use OCA\DAV\CardDAV\SyncService; |
@@ -24,16 +24,13 @@ |
||
| 24 | 24 | |
| 25 | 25 | namespace OCA\Federation\AppInfo; |
| 26 | 26 | |
| 27 | -use OCA\Federation\API\OCSAuthAPI; |
|
| 28 | 27 | use OCA\Federation\Controller\SettingsController; |
| 29 | 28 | use OCA\Federation\DAV\FedAuth; |
| 30 | 29 | use OCA\Federation\DbHandler; |
| 31 | 30 | use OCA\Federation\Hooks; |
| 32 | 31 | use OCA\Federation\Middleware\AddServerMiddleware; |
| 33 | 32 | use OCA\Federation\SyncFederationAddressBooks; |
| 34 | -use OCA\Federation\SyncJob; |
|
| 35 | 33 | use OCA\Federation\TrustedServers; |
| 36 | -use OCP\API; |
|
| 37 | 34 | use OCP\App; |
| 38 | 35 | use OCP\AppFramework\IAppContainer; |
| 39 | 36 | use OCP\SabrePluginEvent; |
@@ -30,7 +30,6 @@ |
||
| 30 | 30 | use OCP\AppFramework\Http\Response; |
| 31 | 31 | use OCP\AppFramework\OCS\OCSException; |
| 32 | 32 | use OCP\AppFramework\OCS\OCSForbiddenException; |
| 33 | -use OCP\AppFramework\OCS\OCSNotFoundException; |
|
| 34 | 33 | use OCP\AppFramework\OCSController; |
| 35 | 34 | use OCP\IRequest; |
| 36 | 35 | use OCP\AppFramework\Middleware; |