@@ -103,7 +103,6 @@ |
||
| 103 | 103 | use OC\Tagging\TagMapper; |
| 104 | 104 | use OC\Template\SCSSCacher; |
| 105 | 105 | use OCA\Theming\ThemingDefaults; |
| 106 | - |
|
| 107 | 106 | use OCP\App\IAppManager; |
| 108 | 107 | use OCP\AppFramework\Utility\ITimeFactory; |
| 109 | 108 | use OCP\Collaboration\AutoComplete\IManager; |
@@ -32,7 +32,6 @@ |
||
| 32 | 32 | use OCP\Mail\IEMailTemplate; |
| 33 | 33 | use OCP\Mail\IMailer; |
| 34 | 34 | use Sabre\CalDAV\Schedule\IMipPlugin as SabreIMipPlugin; |
| 35 | -use Sabre\DAV\Xml\Element\Prop; |
|
| 36 | 35 | use Sabre\VObject\Component\VCalendar; |
| 37 | 36 | use Sabre\VObject\Component\VEvent; |
| 38 | 37 | use Sabre\VObject\DateTimeParser; |
@@ -36,17 +36,12 @@ |
||
| 36 | 36 | namespace OC; |
| 37 | 37 | |
| 38 | 38 | use Doctrine\DBAL\Exception\TableExistsException; |
| 39 | -use OC\App\AppManager; |
|
| 40 | 39 | use OC\App\AppStore\Bundles\Bundle; |
| 41 | 40 | use OC\App\AppStore\Fetcher\AppFetcher; |
| 42 | -use OC\App\CodeChecker\CodeChecker; |
|
| 43 | -use OC\App\CodeChecker\EmptyCheck; |
|
| 44 | -use OC\App\CodeChecker\PrivateCheck; |
|
| 45 | 41 | use OC\Archive\TAR; |
| 46 | 42 | use OC_App; |
| 47 | 43 | use OC_DB; |
| 48 | 44 | use OC_Helper; |
| 49 | -use OCP\App\IAppManager; |
|
| 50 | 45 | use OCP\Http\Client\IClientService; |
| 51 | 46 | use OCP\IConfig; |
| 52 | 47 | use OCP\ILogger; |
@@ -51,10 +51,8 @@ |
||
| 51 | 51 | use Sabre\DAV\Exception\Forbidden; |
| 52 | 52 | use Sabre\DAV\Exception\NotFound; |
| 53 | 53 | use Sabre\DAV\PropPatch; |
| 54 | -use Sabre\HTTP\URLUtil; |
|
| 55 | 54 | use Sabre\VObject\Component; |
| 56 | 55 | use Sabre\VObject\Component\VCalendar; |
| 57 | -use Sabre\VObject\Component\VEvent; |
|
| 58 | 56 | use Sabre\VObject\Component\VTimeZone; |
| 59 | 57 | use Sabre\VObject\DateTimeParser; |
| 60 | 58 | use Sabre\VObject\InvalidDataException; |
@@ -31,7 +31,6 @@ |
||
| 31 | 31 | namespace OCA\Federation\BackgroundJob; |
| 32 | 32 | |
| 33 | 33 | use GuzzleHttp\Exception\ClientException; |
| 34 | -use GuzzleHttp\Exception\ConnectException; |
|
| 35 | 34 | use GuzzleHttp\Exception\RequestException; |
| 36 | 35 | use GuzzleHttp\Ring\Exception\RingException; |
| 37 | 36 | use OC\BackgroundJob\JobList; |
@@ -32,7 +32,6 @@ |
||
| 32 | 32 | |
| 33 | 33 | |
| 34 | 34 | use GuzzleHttp\Exception\ClientException; |
| 35 | -use GuzzleHttp\Exception\ConnectException; |
|
| 36 | 35 | use GuzzleHttp\Exception\RequestException; |
| 37 | 36 | use GuzzleHttp\Ring\Exception\RingException; |
| 38 | 37 | use OC\BackgroundJob\JobList; |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | namespace OCA\DAV\Upload; |
| 24 | 24 | |
| 25 | 25 | |
| 26 | -use OCA\DAV\Connector\Sabre\File; |
|
| 27 | 26 | use Sabre\DAV\Exception\BadRequest; |
| 28 | 27 | use Sabre\DAV\Server; |
| 29 | 28 | use Sabre\DAV\ServerPlugin; |
@@ -49,7 +49,6 @@ |
||
| 49 | 49 | use OCA\User_LDAP\User\Manager; |
| 50 | 50 | use OCA\User_LDAP\User\OfflineUser; |
| 51 | 51 | use OCA\User_LDAP\Mapping\AbstractMapping; |
| 52 | - |
|
| 53 | 52 | use OC\ServerNotAvailableException; |
| 54 | 53 | use OCP\IConfig; |
| 55 | 54 | use OCP\Util; |
@@ -51,7 +51,6 @@ |
||
| 51 | 51 | // use OCP namespace for all classes that are considered public. |
| 52 | 52 | // This means that they should be used by apps instead of the internal ownCloud classes |
| 53 | 53 | namespace OCP; |
| 54 | -use DateTimeZone; |
|
| 55 | 54 | |
| 56 | 55 | /** |
| 57 | 56 | * This class provides different helper functions to make the life of a developer easier |