Remove unused import statements
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
3fc6d6234e
commit
d3d045dd5c
|
@ -31,7 +31,6 @@ use OCP\Files\IRootFolder;
|
|||
use OCP\Files\Node;
|
||||
use OCP\IUser;
|
||||
use OCP\IUserSession;
|
||||
use OCP\Share;
|
||||
use OCP\Share\IShareHelper;
|
||||
|
||||
class Listener {
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
namespace OCA\Comments;
|
||||
|
||||
use OCA\Comments\Activity\Listener as ActivityListener;
|
||||
use OCA\Comments\AppInfo\Application;
|
||||
use OCA\Comments\Notification\Listener as NotificationListener;
|
||||
use OCP\Comments\CommentsEvent;
|
||||
use OCP\Comments\ICommentsEventHandler;
|
||||
|
|
|
@ -51,10 +51,8 @@ use Sabre\DAV;
|
|||
use Sabre\DAV\Exception\Forbidden;
|
||||
use Sabre\DAV\Exception\NotFound;
|
||||
use Sabre\DAV\PropPatch;
|
||||
use Sabre\HTTP\URLUtil;
|
||||
use Sabre\VObject\Component;
|
||||
use Sabre\VObject\Component\VCalendar;
|
||||
use Sabre\VObject\Component\VEvent;
|
||||
use Sabre\VObject\Component\VTimeZone;
|
||||
use Sabre\VObject\DateTimeParser;
|
||||
use Sabre\VObject\InvalidDataException;
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
|
||||
namespace OCA\DAV\CalDAV;
|
||||
|
||||
use Sabre\HTTP\URLUtil;
|
||||
|
||||
class Plugin extends \Sabre\CalDAV\Plugin {
|
||||
|
||||
/**
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
namespace OCA\DAV\CalDAV\Principal;
|
||||
|
||||
use OCA\DAV\CalDAV\Principal\User;
|
||||
|
||||
/**
|
||||
* Class Collection
|
||||
|
|
|
@ -35,7 +35,6 @@ use OCP\L10N\IFactory as L10NFactory;
|
|||
use OCP\Mail\IEMailTemplate;
|
||||
use OCP\Mail\IMailer;
|
||||
use Sabre\CalDAV\Schedule\IMipPlugin as SabreIMipPlugin;
|
||||
use Sabre\DAV\Xml\Element\Prop;
|
||||
use Sabre\VObject\Component\VCalendar;
|
||||
use Sabre\VObject\Component\VEvent;
|
||||
use Sabre\VObject\DateTimeParser;
|
||||
|
|
|
@ -46,7 +46,6 @@ use Sabre\CardDAV\Backend\BackendInterface;
|
|||
use Sabre\CardDAV\Backend\SyncSupport;
|
||||
use Sabre\CardDAV\Plugin;
|
||||
use Sabre\DAV\Exception\BadRequest;
|
||||
use Sabre\HTTP\URLUtil;
|
||||
use Sabre\VObject\Component\VCard;
|
||||
use Sabre\VObject\Reader;
|
||||
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
namespace OCA\DAV\CardDAV;
|
||||
|
||||
use OCP\Files\NotFoundException;
|
||||
use OCP\ILogger;
|
||||
use Sabre\CardDAV\Card;
|
||||
use Sabre\DAV\Server;
|
||||
use Sabre\DAV\ServerPlugin;
|
||||
|
|
|
@ -27,7 +27,6 @@ use OCA\DAV\CardDAV\Xml\Groups;
|
|||
use Sabre\DAV\INode;
|
||||
use Sabre\DAV\PropFind;
|
||||
use Sabre\DAV\Server;
|
||||
use Sabre\HTTP\URLUtil;
|
||||
|
||||
class Plugin extends \Sabre\CardDAV\Plugin {
|
||||
|
||||
|
|
|
@ -28,7 +28,6 @@ namespace OCA\DAV\Connector;
|
|||
use OCA\DAV\Connector\Sabre\DavAclPlugin;
|
||||
use Sabre\DAV\INode;
|
||||
use Sabre\DAV\PropFind;
|
||||
use Sabre\HTTP\URLUtil;
|
||||
use Sabre\DAVACL\Xml\Property\Principal;
|
||||
|
||||
class LegacyDAVACL extends DavAclPlugin {
|
||||
|
|
|
@ -34,7 +34,6 @@ use OCA\DAV\Connector\Sabre\Exception\Forbidden;
|
|||
use OCA\DAV\Connector\Sabre\Exception\InvalidPath;
|
||||
use OCA\DAV\Connector\Sabre\Exception\FileLocked;
|
||||
use OC\Files\FileInfo;
|
||||
use OC\Files\Mount\MoveableMount;
|
||||
use OCP\Files\ForbiddenException;
|
||||
use OCP\Files\StorageInvalidException;
|
||||
use OCP\Files\StorageNotAvailableException;
|
||||
|
|
|
@ -39,7 +39,6 @@ use OCP\Share\IManager as IShareManager;
|
|||
use Sabre\DAV\Exception;
|
||||
use \Sabre\DAV\PropPatch;
|
||||
use Sabre\DAVACL\PrincipalBackend\BackendInterface;
|
||||
use Sabre\HTTP\URLUtil;
|
||||
|
||||
class Principal implements BackendInterface {
|
||||
|
||||
|
|
|
@ -26,15 +26,12 @@
|
|||
*
|
||||
*/
|
||||
namespace OCA\DAV\Connector\Sabre;
|
||||
use OCA\DAV\Files\FilesHome;
|
||||
use OCA\DAV\Upload\FutureFile;
|
||||
use OCA\DAV\Upload\UploadFolder;
|
||||
use OCP\Files\FileInfo;
|
||||
use OCP\Files\StorageNotAvailableException;
|
||||
use Sabre\DAV\Exception\InsufficientStorage;
|
||||
use Sabre\DAV\Exception\ServiceUnavailable;
|
||||
use Sabre\DAV\INode;
|
||||
use Sabre\HTTP\URLUtil;
|
||||
|
||||
/**
|
||||
* This plugin check user quota and deny creating files when they exceeds the quota.
|
||||
|
|
|
@ -39,7 +39,6 @@ use OCP\IPreview;
|
|||
use OCP\IRequest;
|
||||
use OCP\ITagManager;
|
||||
use OCP\IUserSession;
|
||||
use Sabre\DAV\Auth\Backend\BackendInterface;
|
||||
use Sabre\DAV\Auth\Plugin;
|
||||
|
||||
class ServerFactory {
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
namespace OCA\DAV\DAV;
|
||||
|
||||
use Sabre\DAVACL\PrincipalBackend\AbstractBackend;
|
||||
use Sabre\HTTP\URLUtil;
|
||||
|
||||
class SystemPrincipalBackend extends AbstractBackend {
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@ namespace OCA\DAV\Files;
|
|||
use OCA\DAV\Connector\Sabre\Directory;
|
||||
use OCP\Files\FileInfo;
|
||||
use Sabre\DAV\Exception\Forbidden;
|
||||
use Sabre\HTTP\URLUtil;
|
||||
|
||||
class FilesHome extends Directory {
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@ namespace OCA\DAV\Files;
|
|||
|
||||
use Sabre\DAV\INode;
|
||||
use Sabre\DAVACL\AbstractPrincipalCollection;
|
||||
use Sabre\HTTP\URLUtil;
|
||||
use Sabre\DAV\SimpleCollection;
|
||||
|
||||
class RootCollection extends AbstractPrincipalCollection {
|
||||
|
|
|
@ -32,9 +32,7 @@
|
|||
*/
|
||||
namespace OCA\DAV;
|
||||
|
||||
use OC\AppFramework\Utility\TimeFactory;
|
||||
use OCA\DAV\CalDAV\BirthdayService;
|
||||
use OCA\DAV\CalDAV\Schedule\IMipPlugin;
|
||||
use OCA\DAV\CardDAV\ImageExportPlugin;
|
||||
use OCA\DAV\CardDAV\PhotoCache;
|
||||
use OCA\DAV\Comments\CommentsPlugin;
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
|
||||
namespace OCA\DAV\Upload;
|
||||
|
||||
|
||||
use OCA\DAV\Connector\Sabre\File;
|
||||
use Sabre\DAV\Exception\BadRequest;
|
||||
use Sabre\DAV\Server;
|
||||
use Sabre\DAV\ServerPlugin;
|
||||
|
|
|
@ -40,7 +40,6 @@ use OCA\Encryption\Recovery;
|
|||
use OCA\Encryption\Session;
|
||||
use OCA\Encryption\Users\Setup;
|
||||
use OCA\Encryption\Util;
|
||||
use OCP\App;
|
||||
use OCP\AppFramework\IAppContainer;
|
||||
use OCP\Encryption\IManager;
|
||||
use OCP\IConfig;
|
||||
|
|
|
@ -34,7 +34,6 @@ use OCA\Encryption\Hooks\Contracts\IHook;
|
|||
use OCA\Encryption\KeyManager;
|
||||
use OCA\Encryption\Crypto\Crypt;
|
||||
use OCA\Encryption\Users\Setup;
|
||||
use OCP\App;
|
||||
use OCP\ILogger;
|
||||
use OCP\IUserSession;
|
||||
use OCA\Encryption\Util;
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
namespace OCA\Federation\BackgroundJob;
|
||||
|
||||
use GuzzleHttp\Exception\ClientException;
|
||||
use GuzzleHttp\Exception\ConnectException;
|
||||
use GuzzleHttp\Exception\RequestException;
|
||||
use GuzzleHttp\Ring\Exception\RingException;
|
||||
use OC\BackgroundJob\JobList;
|
||||
|
|
|
@ -32,7 +32,6 @@ namespace OCA\Federation\BackgroundJob;
|
|||
|
||||
|
||||
use GuzzleHttp\Exception\ClientException;
|
||||
use GuzzleHttp\Exception\ConnectException;
|
||||
use GuzzleHttp\Exception\RequestException;
|
||||
use GuzzleHttp\Ring\Exception\RingException;
|
||||
use OC\BackgroundJob\JobList;
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
namespace OCA\Federation;
|
||||
|
||||
use OC\BackgroundJob\TimedJob;
|
||||
use OCA\Federation\AppInfo\Application;
|
||||
use OCP\ILogger;
|
||||
|
||||
class SyncJob extends TimedJob {
|
||||
|
|
|
@ -31,7 +31,6 @@ namespace OCA\Files_External\AppInfo;
|
|||
|
||||
use \OCP\AppFramework\App;
|
||||
use OCP\AppFramework\IAppContainer;
|
||||
use \OCP\IContainer;
|
||||
use \OCA\Files_External\Service\BackendService;
|
||||
use \OCA\Files_External\Lib\Config\IBackendProvider;
|
||||
use \OCA\Files_External\Lib\Config\IAuthMechanismProvider;
|
||||
|
|
|
@ -30,8 +30,6 @@ namespace OCA\Files_External\Controller;
|
|||
|
||||
use OCA\Files_External\Lib\Auth\Password\GlobalAuth;
|
||||
use OCP\AppFramework\Controller;
|
||||
use OCP\AppFramework\Http;
|
||||
use OCP\AppFramework\Http\Response;
|
||||
use OCP\IGroupManager;
|
||||
use OCP\IRequest;
|
||||
use OCP\AppFramework\Http\JSONResponse;
|
||||
|
|
|
@ -29,7 +29,6 @@ use OCP\IUser;
|
|||
use OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||
use OCA\Files_External\Lib\StorageConfig;
|
||||
use OCP\Security\ICredentialsManager;
|
||||
use OCP\Files\Storage;
|
||||
use OCA\Files_External\Lib\InsufficientDataForMeaningfulAnswerException;
|
||||
|
||||
/**
|
||||
|
|
|
@ -24,13 +24,10 @@ namespace OCA\Files_External\Lib\Auth\Password;
|
|||
|
||||
use \OCP\IL10N;
|
||||
use \OCP\IUser;
|
||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||
use \OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||
use \OCA\Files_External\Lib\StorageConfig;
|
||||
use \OCP\ISession;
|
||||
use \OCP\Security\ICredentialsManager;
|
||||
use \OCP\Files\Storage;
|
||||
use \OCA\Files_External\Lib\SessionStorageWrapper;
|
||||
use \OCA\Files_External\Lib\InsufficientDataForMeaningfulAnswerException;
|
||||
|
||||
/**
|
||||
|
|
|
@ -30,7 +30,6 @@ use OCP\IUser;
|
|||
use OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||
use OCA\Files_External\Lib\StorageConfig;
|
||||
use OCP\Security\ICredentialsManager;
|
||||
use OCP\Files\Storage;
|
||||
use OCA\Files_External\Lib\InsufficientDataForMeaningfulAnswerException;
|
||||
|
||||
/**
|
||||
|
|
|
@ -23,12 +23,8 @@
|
|||
namespace OCA\Files_External\Lib\Backend;
|
||||
|
||||
use \OCP\IL10N;
|
||||
use \OCA\Files_External\Lib\Backend\Backend;
|
||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||
use \OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||
use \OCA\Files_External\Service\BackendService;
|
||||
use \OCA\Files_External\Lib\LegacyDependencyCheckPolyfill;
|
||||
|
||||
use \OCA\Files_External\Lib\Auth\AmazonS3\AccessKey;
|
||||
|
||||
class AmazonS3 extends Backend {
|
||||
|
|
|
@ -23,12 +23,9 @@
|
|||
namespace OCA\Files_External\Lib\Backend;
|
||||
|
||||
use \OCP\IL10N;
|
||||
use \OCA\Files_External\Lib\Backend\Backend;
|
||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||
use \OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||
use \OCA\Files_External\Service\BackendService;
|
||||
use \OCA\Files_External\Lib\LegacyDependencyCheckPolyfill;
|
||||
|
||||
use \OCA\Files_External\Lib\Auth\Password\Password;
|
||||
|
||||
class DAV extends Backend {
|
||||
|
|
|
@ -23,12 +23,9 @@
|
|||
namespace OCA\Files_External\Lib\Backend;
|
||||
|
||||
use \OCP\IL10N;
|
||||
use \OCA\Files_External\Lib\Backend\Backend;
|
||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||
use \OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||
use \OCA\Files_External\Service\BackendService;
|
||||
use \OCA\Files_External\Lib\LegacyDependencyCheckPolyfill;
|
||||
|
||||
use \OCA\Files_External\Lib\Auth\Password\Password;
|
||||
|
||||
class FTP extends Backend {
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
namespace OCA\Files_External\Lib\Backend;
|
||||
|
||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||
use \OCA\Files_External\Lib\Backend\Backend;
|
||||
use \OCA\Files_External\Lib\Auth\Builtin;
|
||||
use \OCA\Files_External\Lib\MissingDependency;
|
||||
use \OCA\Files_External\Lib\LegacyDependencyCheckPolyfill;
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
namespace OCA\Files_External\Lib\Backend;
|
||||
|
||||
use \OCP\IL10N;
|
||||
use \OCA\Files_External\Lib\Backend\Backend;
|
||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||
use \OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||
use \OCA\Files_External\Service\BackendService;
|
||||
|
|
|
@ -24,11 +24,8 @@
|
|||
namespace OCA\Files_External\Lib\Backend;
|
||||
|
||||
use \OCP\IL10N;
|
||||
use \OCA\Files_External\Lib\Backend\Backend;
|
||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||
use \OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||
use \OCA\Files_External\Service\BackendService;
|
||||
|
||||
use \OCA\Files_External\Lib\Auth\Password\Password;
|
||||
|
||||
class OwnCloud extends Backend {
|
||||
|
|
|
@ -23,12 +23,9 @@
|
|||
namespace OCA\Files_External\Lib\Backend;
|
||||
|
||||
use \OCP\IL10N;
|
||||
use \OCA\Files_External\Lib\Backend\Backend;
|
||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||
use \OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||
use \OCA\Files_External\Service\BackendService;
|
||||
use \OCA\Files_External\Lib\Auth\PublicKey\RSA;
|
||||
use \OCA\Files_External\Lib\Backend\SFTP;
|
||||
|
||||
class SFTP_Key extends Backend {
|
||||
|
||||
|
|
|
@ -23,10 +23,8 @@
|
|||
namespace OCA\Files_External\Lib\Backend;
|
||||
|
||||
use \OCP\IL10N;
|
||||
use \OCA\Files_External\Lib\Backend\Backend;
|
||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||
use \OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||
use \OCA\Files_External\Service\BackendService;
|
||||
use \OCA\Files_External\Lib\StorageConfig;
|
||||
use \OCA\Files_External\Lib\LegacyDependencyCheckPolyfill;
|
||||
|
||||
|
|
|
@ -23,14 +23,12 @@
|
|||
namespace OCA\Files_External\Lib\Backend;
|
||||
|
||||
use \OCP\IL10N;
|
||||
use \OCA\Files_External\Lib\Backend\Backend;
|
||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||
use \OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||
use \OCA\Files_External\Service\BackendService;
|
||||
use \OCA\Files_External\Lib\Auth\Password\SessionCredentials;
|
||||
use \OCA\Files_External\Lib\StorageConfig;
|
||||
use \OCA\Files_External\Lib\LegacyDependencyCheckPolyfill;
|
||||
use \OCA\Files_External\Lib\Backend\SMB;
|
||||
use OCP\IUser;
|
||||
|
||||
/**
|
||||
|
|
|
@ -23,10 +23,8 @@
|
|||
namespace OCA\Files_External\Lib\Backend;
|
||||
|
||||
use \OCP\IL10N;
|
||||
use \OCA\Files_External\Lib\Backend\Backend;
|
||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||
use \OCA\Files_External\Lib\Auth\AuthMechanism;
|
||||
use \OCA\Files_External\Service\BackendService;
|
||||
use \OCA\Files_External\Lib\Auth\OpenStack\OpenStack;
|
||||
use \OCA\Files_External\Lib\Auth\OpenStack\Rackspace;
|
||||
use \OCA\Files_External\Lib\LegacyDependencyCheckPolyfill;
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
|
||||
namespace OCA\Files_External\Lib;
|
||||
|
||||
use \OCA\Files_External\Lib\MissingDependency;
|
||||
|
||||
/**
|
||||
* Trait for objects that have dependencies for use
|
||||
*/
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
namespace OCA\Files_External\Lib;
|
||||
|
||||
use \OCA\Files_External\Lib\DefinitionParameter;
|
||||
use \OCA\Files_External\Lib\StorageConfig;
|
||||
|
||||
/**
|
||||
* Trait for objects that have a frontend representation
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
namespace OCA\Files_External\Lib;
|
||||
|
||||
use \OCA\Files_External\Lib\MissingDependency;
|
||||
|
||||
/**
|
||||
* Polyfill for checking dependencies using legacy Storage::checkDependencies()
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
namespace OCA\Files_External\Lib;
|
||||
|
||||
use \OCP\Files\Storage;
|
||||
use \OC\Files\Storage\Wrapper\PermissionsMask;
|
||||
use \OCP\Constants;
|
||||
|
||||
|
|
|
@ -49,7 +49,6 @@ use OpenCloud\Common\Exceptions;
|
|||
use OpenCloud\OpenStack;
|
||||
use OpenCloud\Rackspace;
|
||||
use OpenCloud\ObjectStore\Resource\DataObject;
|
||||
use OpenCloud\ObjectStore\Exception;
|
||||
|
||||
class Swift extends \OC\Files\Storage\Common {
|
||||
|
||||
|
|
|
@ -24,8 +24,6 @@ namespace OCA\Files_External\Lib;
|
|||
|
||||
use \OCP\IUser;
|
||||
use \OCP\Files\Storage;
|
||||
use \OCA\Files_External\Lib\StorageConfig;
|
||||
use \OCA\Files_External\Lib\InsufficientDataForMeaningfulAnswerException;
|
||||
use \OCP\Files\StorageNotAvailableException;
|
||||
|
||||
/**
|
||||
|
|
|
@ -27,7 +27,6 @@ namespace OCA\Files_External\Migration;
|
|||
use OCA\Files_External\Service\BackendService;
|
||||
use OCA\Files_External\Service\DBConfigService;
|
||||
use OCA\Files_External\Service\GlobalLegacyStoragesService;
|
||||
use OCA\Files_External\Service\GlobalStoragesService;
|
||||
use OCA\Files_External\Service\LegacyStoragesService;
|
||||
use OCA\Files_External\Service\StoragesService;
|
||||
use OCA\Files_External\Service\UserLegacyStoragesService;
|
||||
|
|
|
@ -32,8 +32,6 @@ use \OC\Files\Filesystem;
|
|||
|
||||
use OCA\Files_External\Lib\StorageConfig;
|
||||
use OCA\Files_External\NotFoundException;
|
||||
use \OCA\Files_External\Service\BackendService;
|
||||
use \OCA\Files_External\Service\UserTrait;
|
||||
|
||||
/**
|
||||
* Service class to manage user external storages
|
||||
|
|
|
@ -25,7 +25,6 @@ namespace OCA\Files_External\Settings;
|
|||
|
||||
use OCA\Files_External\Lib\Auth\Password\GlobalAuth;
|
||||
use OCA\Files_External\Service\BackendService;
|
||||
use OCA\Files_External\Service\GlobalStoragesService;
|
||||
use OCA\Files_External\Service\UserGlobalStoragesService;
|
||||
use OCP\AppFramework\Http\TemplateResponse;
|
||||
use OCP\Encryption\IManager;
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
namespace OCA\Files_Sharing\Controller;
|
||||
|
||||
use OC\Files\Node\Folder;
|
||||
use OC_Files;
|
||||
use OC_Util;
|
||||
use OCA\FederatedFileSharing\FederatedShareProvider;
|
||||
|
|
|
@ -31,7 +31,6 @@ use OCP\Constants;
|
|||
use OCP\Files\File;
|
||||
use OCP\Files\Folder;
|
||||
use OCP\Files\Node;
|
||||
use OCP\ILogger;
|
||||
use OCP\IRequest;
|
||||
use OCP\Share\Exceptions\ShareNotFound;
|
||||
use OCP\Share\IManager;
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*/
|
||||
namespace OCA\Files_Sharing\Middleware;
|
||||
|
||||
use OCA\FederatedFileSharing\FederatedShareProvider;
|
||||
use OCA\Files_Sharing\Controller\ShareInfoController;
|
||||
use OCA\Files_Sharing\Exceptions\S2SException;
|
||||
use OCP\AppFramework\Controller;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
/** @var array $_ */
|
||||
use OCA\Federation\TrustedServers;
|
||||
|
||||
/** @var \OCP\IL10N $l */
|
||||
script('sharebymail', 'settings-admin');
|
||||
|
|
|
@ -34,7 +34,6 @@ use OCP\IGroup;
|
|||
use OCP\IGroupManager;
|
||||
use OCP\IUser;
|
||||
use OCP\IUserSession;
|
||||
use OCP\Share;
|
||||
use OCP\Share\IShareHelper;
|
||||
use OCP\SystemTag\ISystemTag;
|
||||
use OCP\SystemTag\ISystemTagManager;
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
namespace OCA\Theming\Controller;
|
||||
|
||||
use OC\Files\AppData\Factory;
|
||||
use OC\Template\SCSSCacher;
|
||||
use OCA\Theming\ThemingDefaults;
|
||||
use OCP\AppFramework\Controller;
|
||||
|
@ -48,7 +47,6 @@ use OCP\Files\NotFoundException;
|
|||
use OCP\Files\NotPermittedException;
|
||||
use OCP\IConfig;
|
||||
use OCP\IL10N;
|
||||
use OCP\ILogger;
|
||||
use OCP\IRequest;
|
||||
use OCA\Theming\Util;
|
||||
use OCP\ITempManager;
|
||||
|
|
|
@ -31,7 +31,6 @@ use OCP\Files\IAppData;
|
|||
use OCP\Files\NotFoundException;
|
||||
use OCP\Files\SimpleFS\ISimpleFile;
|
||||
use OCP\IConfig;
|
||||
use OCP\Files\IRootFolder;
|
||||
use Leafo\ScssPhp\Compiler;
|
||||
|
||||
class Util {
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
namespace OCA\User_LDAP\Controller;
|
||||
|
||||
use OC\HintException;
|
||||
use OC_Util;
|
||||
use OCP\AppFramework\Controller;
|
||||
use OCP\AppFramework\Http\RedirectResponse;
|
||||
use OCP\AppFramework\Http\TemplateResponse;
|
||||
|
|
|
@ -25,10 +25,8 @@ namespace OCA\User_LDAP\Jobs;
|
|||
|
||||
use OC\BackgroundJob\TimedJob;
|
||||
use OC\ServerNotAvailableException;
|
||||
use OCA\User_LDAP\Access;
|
||||
use OCA\User_LDAP\AccessFactory;
|
||||
use OCA\User_LDAP\Configuration;
|
||||
use OCA\User_LDAP\Connection;
|
||||
use OCA\User_LDAP\ConnectionFactory;
|
||||
use OCA\User_LDAP\FilesystemHelper;
|
||||
use OCA\User_LDAP\Helper;
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
namespace OCA\User_LDAP\Notification;
|
||||
|
||||
|
||||
use OCP\IUser;
|
||||
use OCP\IUserManager;
|
||||
use OCP\L10N\IFactory;
|
||||
use OCP\Notification\INotification;
|
||||
use OCP\Notification\INotifier;
|
||||
|
|
|
@ -26,10 +26,8 @@ namespace OC\Core\Command\Group;
|
|||
use OC\Core\Command\Base;
|
||||
use OCP\IGroupManager;
|
||||
use OCP\IUserManager;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
class AddUser extends Base {
|
||||
|
|
|
@ -26,9 +26,6 @@ namespace OC\Core\Command\Group;
|
|||
use OC\Core\Command\Base;
|
||||
use OCP\IGroup;
|
||||
use OCP\IGroupManager;
|
||||
use OCP\IUser;
|
||||
use OCP\IUserManager;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
|
|
@ -26,10 +26,8 @@ namespace OC\Core\Command\Group;
|
|||
use OC\Core\Command\Base;
|
||||
use OCP\IGroupManager;
|
||||
use OCP\IUserManager;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
class RemoveUser extends Base {
|
||||
|
|
|
@ -22,12 +22,8 @@
|
|||
*/
|
||||
namespace OC\Core\Command\Maintenance;
|
||||
|
||||
use InvalidArgumentException;
|
||||
use OC\Setup;
|
||||
use OCP\IConfig;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
class UpdateHtaccess extends Command {
|
||||
|
|
|
@ -24,11 +24,8 @@ namespace OC\Core\Command\Security;
|
|||
|
||||
use OC\Core\Command\Base;
|
||||
use OCP\ICertificateManager;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Helper\Table;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
class ImportCertificate extends Base {
|
||||
|
|
|
@ -26,10 +26,8 @@ use OC\Core\Command\Base;
|
|||
use OCP\ICertificate;
|
||||
use OCP\ICertificateManager;
|
||||
use OCP\IL10N;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Helper\Table;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
class ListCertificates extends Base {
|
||||
|
|
|
@ -25,11 +25,8 @@ namespace OC\Core\Command\Security;
|
|||
|
||||
use OC\Core\Command\Base;
|
||||
use OCP\ICertificateManager;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Helper\Table;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
class RemoveCertificate extends Base {
|
||||
|
|
|
@ -25,7 +25,6 @@ namespace OC\Core\Command\TwoFactorAuth;
|
|||
|
||||
use OCP\IUserManager;
|
||||
use OCP\IUser;
|
||||
use Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface;
|
||||
use Stecman\Component\Symfony\Console\BashCompletion\CompletionContext;
|
||||
|
||||
class Base extends \OC\Core\Command\Base {
|
||||
|
|
|
@ -44,7 +44,6 @@ use Symfony\Component\Console\Command\Command;
|
|||
use Symfony\Component\Console\Helper\ProgressBar;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\EventDispatcher\GenericEvent;
|
||||
|
||||
class Upgrade extends Command {
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
namespace OC\Core\Command\User;
|
||||
|
||||
use OCP\IUser;
|
||||
use OCP\IUserManager;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
namespace OC\Core\Command\User;
|
||||
|
||||
use OCP\IUser;
|
||||
use OCP\IUserManager;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
|
|
|
@ -25,9 +25,7 @@ namespace OC\Core\Command\User;
|
|||
|
||||
use OC\Core\Command\Base;
|
||||
use OCP\IGroupManager;
|
||||
use OCP\IUser;
|
||||
use OCP\IUserManager;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
|
|
|
@ -26,7 +26,6 @@ namespace OC\Core\Command\User;
|
|||
use OC\Core\Command\Base;
|
||||
use OCP\IUser;
|
||||
use OCP\IUserManager;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
|
|
@ -34,7 +34,6 @@ use OCP\AppFramework\Http\FileDisplayResponse;
|
|||
use OCP\AppFramework\Http\JSONResponse;
|
||||
use OCP\Files\File;
|
||||
use OCP\Files\IRootFolder;
|
||||
use OCP\Files\NotFoundException;
|
||||
use OCP\IAvatarManager;
|
||||
use OCP\ICache;
|
||||
use OCP\ILogger;
|
||||
|
|
|
@ -26,7 +26,6 @@ namespace OC\AppFramework\Middleware\Security;
|
|||
|
||||
use OC\AppFramework\Utility\ControllerMethodReflector;
|
||||
use OC\Security\Bruteforce\Throttler;
|
||||
use OCP\AppFramework\Controller;
|
||||
use OCP\AppFramework\Http\Response;
|
||||
use OCP\AppFramework\Middleware;
|
||||
use OCP\IRequest;
|
||||
|
|
|
@ -27,7 +27,6 @@ namespace OC\AppFramework\Middleware\Security;
|
|||
use OC\AppFramework\Utility\ControllerMethodReflector;
|
||||
use OC\Security\RateLimiting\Exception\RateLimitExceededException;
|
||||
use OC\Security\RateLimiting\Limiter;
|
||||
use OCP\AppFramework\Controller;
|
||||
use OCP\AppFramework\Http\JSONResponse;
|
||||
use OCP\AppFramework\Http\TemplateResponse;
|
||||
use OCP\AppFramework\Middleware;
|
||||
|
|
|
@ -27,14 +27,12 @@
|
|||
|
||||
namespace OC\Contacts\ContactsMenu;
|
||||
|
||||
use OC\Share\Share;
|
||||
use OCP\Contacts\ContactsMenu\IEntry;
|
||||
use OCP\Contacts\IManager;
|
||||
use OCP\IConfig;
|
||||
use OCP\IGroupManager;
|
||||
use OCP\IUser;
|
||||
use OCP\IUserManager;
|
||||
use OCP\IUserSession;
|
||||
use OCP\Contacts\ContactsMenu\IContactsStore;
|
||||
|
||||
class ContactsStore implements IContactsStore {
|
||||
|
|
|
@ -31,8 +31,6 @@ use OCP\AppFramework\QueryException;
|
|||
use OCP\IDBConnection;
|
||||
use OCP\Migration\IMigrationStep;
|
||||
use OCP\Migration\IOutput;
|
||||
use Doctrine\DBAL\Schema\Column;
|
||||
use Doctrine\DBAL\Schema\Table;
|
||||
use Doctrine\DBAL\Types\Type;
|
||||
|
||||
class MigrationService {
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
namespace OC\DB;
|
||||
|
||||
use Doctrine\DBAL\DBALException;
|
||||
use Doctrine\DBAL\Schema\Schema;
|
||||
use OCP\DB\ISchemaWrapper;
|
||||
use OCP\IDBConnection;
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
namespace OC\Files\Config;
|
||||
|
||||
use OC\DB\QueryBuilder\Literal;
|
||||
use OCA\Files_Sharing\SharedMount;
|
||||
use OCP\DB\QueryBuilder\IQueryBuilder;
|
||||
use OCP\Files\Config\ICachedMountFileInfo;
|
||||
|
|
|
@ -23,10 +23,7 @@
|
|||
|
||||
namespace OC\Files\ObjectStore;
|
||||
|
||||
use Aws\Exception\MultipartUploadException;
|
||||
use Aws\S3\MultipartUploader;
|
||||
use Aws\S3\S3Client;
|
||||
use Psr\Http\Message\StreamInterface;
|
||||
|
||||
const S3_UPLOAD_PART_SIZE = 524288000; // 500MB
|
||||
|
||||
|
|
|
@ -36,17 +36,12 @@
|
|||
namespace OC;
|
||||
|
||||
use Doctrine\DBAL\Exception\TableExistsException;
|
||||
use OC\App\AppManager;
|
||||
use OC\App\AppStore\Bundles\Bundle;
|
||||
use OC\App\AppStore\Fetcher\AppFetcher;
|
||||
use OC\App\CodeChecker\CodeChecker;
|
||||
use OC\App\CodeChecker\EmptyCheck;
|
||||
use OC\App\CodeChecker\PrivateCheck;
|
||||
use OC\Archive\TAR;
|
||||
use OC_App;
|
||||
use OC_DB;
|
||||
use OC_Helper;
|
||||
use OCP\App\IAppManager;
|
||||
use OCP\Http\Client\IClientService;
|
||||
use OCP\IConfig;
|
||||
use OCP\ILogger;
|
||||
|
|
|
@ -30,8 +30,6 @@
|
|||
|
||||
namespace OC;
|
||||
|
||||
use OC\App\AppStore\Bundles\BundleFetcher;
|
||||
use OC\Files\AppData\Factory;
|
||||
use OC\Repair\CleanTags;
|
||||
use OC\Repair\ClearFrontendCaches;
|
||||
use OC\Repair\Collation;
|
||||
|
|
|
@ -39,12 +39,7 @@
|
|||
|
||||
namespace OC\Share;
|
||||
|
||||
use OC\Files\Filesystem;
|
||||
use OCP\DB\QueryBuilder\IQueryBuilder;
|
||||
use OCP\ILogger;
|
||||
use OCP\IUserManager;
|
||||
use OCP\IUserSession;
|
||||
use OCP\IDBConnection;
|
||||
use OCP\IConfig;
|
||||
use OCP\Util;
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
namespace OC\Share20;
|
||||
|
||||
use OC\Files\Cache\Cache;
|
||||
use OCP\Files\File;
|
||||
use OCP\Files\Folder;
|
||||
use OCP\Share\IShareProvider;
|
||||
use OC\Share20\Exception\InvalidShare;
|
||||
|
|
|
@ -55,7 +55,6 @@ use OCP\ILogger;
|
|||
use OCP\IRequest;
|
||||
use OCP\ISession;
|
||||
use OCP\IUser;
|
||||
use OCP\IUserManager;
|
||||
use OCP\IUserSession;
|
||||
use OCP\Lockdown\ILockdownManager;
|
||||
use OCP\Security\ISecureRandom;
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
// use OCP namespace for all classes that are considered public.
|
||||
// This means that they should be used by apps instead of the internal ownCloud classes
|
||||
namespace OCP;
|
||||
use DateTimeZone;
|
||||
|
||||
/**
|
||||
* This class provides different helper functions to make the life of a developer easier
|
||||
|
|
|
@ -43,7 +43,6 @@ use OCP\IConfig;
|
|||
use OCP\IL10N;
|
||||
use OCP\ILogger;
|
||||
use OCP\IRequest;
|
||||
use OC_Util;
|
||||
use OCP\IURLGenerator;
|
||||
|
||||
/**
|
||||
|
|
|
@ -27,12 +27,7 @@
|
|||
namespace OC\Settings\Controller;
|
||||
|
||||
use OCP\AppFramework\Controller;
|
||||
use OCP\AppFramework\Http;
|
||||
use OCP\AppFramework\Http\JSONResponse;
|
||||
use OCP\AppFramework\Http\StreamResponse;
|
||||
use OCP\IL10N;
|
||||
use OCP\IRequest;
|
||||
use OCP\IConfig;
|
||||
|
||||
/**
|
||||
* Class LogSettingsController
|
||||
|
|
Loading…
Reference in New Issue