Completed
Push — stable13 ( 7edc8c...6e04cc )
by Morris
26:52 queued 11:13
created
apps/user_ldap/lib/Controller/RenewPasswordController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 namespace OCA\User_LDAP\Controller;
24 24
 
25 25
 use OC\HintException;
26
-use OC_Util;
27 26
 use OCP\AppFramework\Controller;
28 27
 use OCP\AppFramework\Http\RedirectResponse;
29 28
 use OCP\AppFramework\Http\TemplateResponse;
Please login to merge, or discard this patch.
apps/dav/lib/Connector/Sabre/ObjectTree.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@
 block discarded – undo
33 33
 use OCA\DAV\Connector\Sabre\Exception\InvalidPath;
34 34
 use OCA\DAV\Connector\Sabre\Exception\FileLocked;
35 35
 use OC\Files\FileInfo;
36
-use OC\Files\Mount\MoveableMount;
37 36
 use OCP\Files\ForbiddenException;
38 37
 use OCP\Files\StorageInvalidException;
39 38
 use OCP\Files\StorageNotAvailableException;
Please login to merge, or discard this patch.
lib/private/URLGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
 use OCP\IConfig;
38 38
 use OCP\IRequest;
39 39
 use OCP\IURLGenerator;
40
-use OCP\Route\IRoute;
41 40
 use RuntimeException;
42 41
 
43 42
 /**
Please login to merge, or discard this patch.
apps/dav/lib/Connector/Sabre/Principal.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
 use Sabre\DAV\Exception;
37 37
 use \Sabre\DAV\PropPatch;
38 38
 use Sabre\DAVACL\PrincipalBackend\BackendInterface;
39
-use Sabre\HTTP\URLUtil;
40 39
 
41 40
 class Principal implements BackendInterface {
42 41
 
Please login to merge, or discard this patch.
apps/dav/lib/DAV/SystemPrincipalBackend.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 namespace OCA\DAV\DAV;
24 24
 
25 25
 use Sabre\DAVACL\PrincipalBackend\AbstractBackend;
26
-use Sabre\HTTP\URLUtil;
27 26
 
28 27
 class SystemPrincipalBackend extends AbstractBackend {
29 28
 
Please login to merge, or discard this patch.
apps/dav/lib/Files/FilesHome.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use OCA\DAV\Connector\Sabre\Directory;
25 25
 use OCP\Files\FileInfo;
26 26
 use Sabre\DAV\Exception\Forbidden;
27
-use Sabre\HTTP\URLUtil;
28 27
 
29 28
 class FilesHome extends Directory {
30 29
 
Please login to merge, or discard this patch.
apps/dav/lib/Files/RootCollection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 
24 24
 use Sabre\DAV\INode;
25 25
 use Sabre\DAVACL\AbstractPrincipalCollection;
26
-use Sabre\HTTP\URLUtil;
27 26
 use Sabre\DAV\SimpleCollection;
28 27
 
29 28
 class RootCollection extends AbstractPrincipalCollection {
Please login to merge, or discard this patch.
lib/private/Files/Cache/Scanner.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
 
38 38
 use OC\Files\Filesystem;
39 39
 use OC\Hooks\BasicEmitter;
40
-use OCP\Config;
41 40
 use OCP\Files\Cache\IScanner;
42 41
 use OCP\Files\ForbiddenException;
43 42
 use OCP\Lock\ILockingProvider;
Please login to merge, or discard this patch.
lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use OC\AppFramework\Utility\ControllerMethodReflector;
25 25
 use OC\Security\RateLimiting\Exception\RateLimitExceededException;
26 26
 use OC\Security\RateLimiting\Limiter;
27
-use OCP\AppFramework\Controller;
28 27
 use OCP\AppFramework\Http\JSONResponse;
29 28
 use OCP\AppFramework\Http\TemplateResponse;
30 29
 use OCP\AppFramework\Middleware;
Please login to merge, or discard this patch.