@@ -16,19 +16,19 @@ |
||
| 16 | 16 | * @since 27.0.0 |
| 17 | 17 | */ |
| 18 | 18 | class AppUpdateEvent extends Event { |
| 19 | - /** |
|
| 20 | - * @since 27.0.0 |
|
| 21 | - */ |
|
| 22 | - public function __construct( |
|
| 23 | - private readonly string $appId, |
|
| 24 | - ) { |
|
| 25 | - parent::__construct(); |
|
| 26 | - } |
|
| 19 | + /** |
|
| 20 | + * @since 27.0.0 |
|
| 21 | + */ |
|
| 22 | + public function __construct( |
|
| 23 | + private readonly string $appId, |
|
| 24 | + ) { |
|
| 25 | + parent::__construct(); |
|
| 26 | + } |
|
| 27 | 27 | |
| 28 | - /** |
|
| 29 | - * @since 27.0.0 |
|
| 30 | - */ |
|
| 31 | - public function getAppId(): string { |
|
| 32 | - return $this->appId; |
|
| 33 | - } |
|
| 28 | + /** |
|
| 29 | + * @since 27.0.0 |
|
| 30 | + */ |
|
| 31 | + public function getAppId(): string { |
|
| 32 | + return $this->appId; |
|
| 33 | + } |
|
| 34 | 34 | } |
@@ -6,2172 +6,2172 @@ |
||
| 6 | 6 | |
| 7 | 7 | class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2 |
| 8 | 8 | { |
| 9 | - public static $files = array ( |
|
| 10 | - '03ae51fe9694f2f597f918142c49ff7a' => __DIR__ . '/../../..' . '/lib/public/Log/functions.php', |
|
| 9 | + public static $files = array( |
|
| 10 | + '03ae51fe9694f2f597f918142c49ff7a' => __DIR__.'/../../..'.'/lib/public/Log/functions.php', |
|
| 11 | 11 | ); |
| 12 | 12 | |
| 13 | - public static $prefixLengthsPsr4 = array ( |
|
| 13 | + public static $prefixLengthsPsr4 = array( |
|
| 14 | 14 | 'O' => |
| 15 | - array ( |
|
| 15 | + array( |
|
| 16 | 16 | 'OC\\Core\\' => 8, |
| 17 | 17 | 'OC\\' => 3, |
| 18 | 18 | 'OCP\\' => 4, |
| 19 | 19 | ), |
| 20 | 20 | 'N' => |
| 21 | - array ( |
|
| 21 | + array( |
|
| 22 | 22 | 'NCU\\' => 4, |
| 23 | 23 | ), |
| 24 | 24 | ); |
| 25 | 25 | |
| 26 | - public static $prefixDirsPsr4 = array ( |
|
| 26 | + public static $prefixDirsPsr4 = array( |
|
| 27 | 27 | 'OC\\Core\\' => |
| 28 | - array ( |
|
| 29 | - 0 => __DIR__ . '/../../..' . '/core', |
|
| 28 | + array( |
|
| 29 | + 0 => __DIR__.'/../../..'.'/core', |
|
| 30 | 30 | ), |
| 31 | 31 | 'OC\\' => |
| 32 | - array ( |
|
| 33 | - 0 => __DIR__ . '/../../..' . '/lib/private', |
|
| 32 | + array( |
|
| 33 | + 0 => __DIR__.'/../../..'.'/lib/private', |
|
| 34 | 34 | ), |
| 35 | 35 | 'OCP\\' => |
| 36 | - array ( |
|
| 37 | - 0 => __DIR__ . '/../../..' . '/lib/public', |
|
| 36 | + array( |
|
| 37 | + 0 => __DIR__.'/../../..'.'/lib/public', |
|
| 38 | 38 | ), |
| 39 | 39 | 'NCU\\' => |
| 40 | - array ( |
|
| 41 | - 0 => __DIR__ . '/../../..' . '/lib/unstable', |
|
| 40 | + array( |
|
| 41 | + 0 => __DIR__.'/../../..'.'/lib/unstable', |
|
| 42 | 42 | ), |
| 43 | 43 | ); |
| 44 | 44 | |
| 45 | - public static $fallbackDirsPsr4 = array ( |
|
| 46 | - 0 => __DIR__ . '/../../..' . '/lib/private/legacy', |
|
| 45 | + public static $fallbackDirsPsr4 = array( |
|
| 46 | + 0 => __DIR__.'/../../..'.'/lib/private/legacy', |
|
| 47 | 47 | ); |
| 48 | 48 | |
| 49 | - public static $classMap = array ( |
|
| 50 | - 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
|
| 51 | - 'NCU\\Config\\Exceptions\\IncorrectTypeException' => __DIR__ . '/../../..' . '/lib/unstable/Config/Exceptions/IncorrectTypeException.php', |
|
| 52 | - 'NCU\\Config\\Exceptions\\TypeConflictException' => __DIR__ . '/../../..' . '/lib/unstable/Config/Exceptions/TypeConflictException.php', |
|
| 53 | - 'NCU\\Config\\Exceptions\\UnknownKeyException' => __DIR__ . '/../../..' . '/lib/unstable/Config/Exceptions/UnknownKeyException.php', |
|
| 54 | - 'NCU\\Config\\IUserConfig' => __DIR__ . '/../../..' . '/lib/unstable/Config/IUserConfig.php', |
|
| 55 | - 'NCU\\Config\\Lexicon\\ConfigLexiconEntry' => __DIR__ . '/../../..' . '/lib/unstable/Config/Lexicon/ConfigLexiconEntry.php', |
|
| 56 | - 'NCU\\Config\\Lexicon\\ConfigLexiconStrictness' => __DIR__ . '/../../..' . '/lib/unstable/Config/Lexicon/ConfigLexiconStrictness.php', |
|
| 57 | - 'NCU\\Config\\Lexicon\\IConfigLexicon' => __DIR__ . '/../../..' . '/lib/unstable/Config/Lexicon/IConfigLexicon.php', |
|
| 58 | - 'NCU\\Config\\ValueType' => __DIR__ . '/../../..' . '/lib/unstable/Config/ValueType.php', |
|
| 59 | - 'NCU\\Federation\\ISignedCloudFederationProvider' => __DIR__ . '/../../..' . '/lib/unstable/Federation/ISignedCloudFederationProvider.php', |
|
| 60 | - 'NCU\\Security\\Signature\\Enum\\DigestAlgorithm' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Enum/DigestAlgorithm.php', |
|
| 61 | - 'NCU\\Security\\Signature\\Enum\\SignatoryStatus' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Enum/SignatoryStatus.php', |
|
| 62 | - 'NCU\\Security\\Signature\\Enum\\SignatoryType' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Enum/SignatoryType.php', |
|
| 63 | - 'NCU\\Security\\Signature\\Enum\\SignatureAlgorithm' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Enum/SignatureAlgorithm.php', |
|
| 64 | - 'NCU\\Security\\Signature\\Exceptions\\IdentityNotFoundException' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Exceptions/IdentityNotFoundException.php', |
|
| 65 | - 'NCU\\Security\\Signature\\Exceptions\\IncomingRequestException' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Exceptions/IncomingRequestException.php', |
|
| 66 | - 'NCU\\Security\\Signature\\Exceptions\\InvalidKeyOriginException' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Exceptions/InvalidKeyOriginException.php', |
|
| 67 | - 'NCU\\Security\\Signature\\Exceptions\\InvalidSignatureException' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Exceptions/InvalidSignatureException.php', |
|
| 68 | - 'NCU\\Security\\Signature\\Exceptions\\SignatoryConflictException' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Exceptions/SignatoryConflictException.php', |
|
| 69 | - 'NCU\\Security\\Signature\\Exceptions\\SignatoryException' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Exceptions/SignatoryException.php', |
|
| 70 | - 'NCU\\Security\\Signature\\Exceptions\\SignatoryNotFoundException' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Exceptions/SignatoryNotFoundException.php', |
|
| 71 | - 'NCU\\Security\\Signature\\Exceptions\\SignatureElementNotFoundException' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Exceptions/SignatureElementNotFoundException.php', |
|
| 72 | - 'NCU\\Security\\Signature\\Exceptions\\SignatureException' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Exceptions/SignatureException.php', |
|
| 73 | - 'NCU\\Security\\Signature\\Exceptions\\SignatureNotFoundException' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Exceptions/SignatureNotFoundException.php', |
|
| 74 | - 'NCU\\Security\\Signature\\IIncomingSignedRequest' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/IIncomingSignedRequest.php', |
|
| 75 | - 'NCU\\Security\\Signature\\IOutgoingSignedRequest' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/IOutgoingSignedRequest.php', |
|
| 76 | - 'NCU\\Security\\Signature\\ISignatoryManager' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/ISignatoryManager.php', |
|
| 77 | - 'NCU\\Security\\Signature\\ISignatureManager' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/ISignatureManager.php', |
|
| 78 | - 'NCU\\Security\\Signature\\ISignedRequest' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/ISignedRequest.php', |
|
| 79 | - 'NCU\\Security\\Signature\\Model\\Signatory' => __DIR__ . '/../../..' . '/lib/unstable/Security/Signature/Model/Signatory.php', |
|
| 80 | - 'OCP\\Accounts\\IAccount' => __DIR__ . '/../../..' . '/lib/public/Accounts/IAccount.php', |
|
| 81 | - 'OCP\\Accounts\\IAccountManager' => __DIR__ . '/../../..' . '/lib/public/Accounts/IAccountManager.php', |
|
| 82 | - 'OCP\\Accounts\\IAccountProperty' => __DIR__ . '/../../..' . '/lib/public/Accounts/IAccountProperty.php', |
|
| 83 | - 'OCP\\Accounts\\IAccountPropertyCollection' => __DIR__ . '/../../..' . '/lib/public/Accounts/IAccountPropertyCollection.php', |
|
| 84 | - 'OCP\\Accounts\\PropertyDoesNotExistException' => __DIR__ . '/../../..' . '/lib/public/Accounts/PropertyDoesNotExistException.php', |
|
| 85 | - 'OCP\\Accounts\\UserUpdatedEvent' => __DIR__ . '/../../..' . '/lib/public/Accounts/UserUpdatedEvent.php', |
|
| 86 | - 'OCP\\Activity\\ActivitySettings' => __DIR__ . '/../../..' . '/lib/public/Activity/ActivitySettings.php', |
|
| 87 | - 'OCP\\Activity\\Exceptions\\FilterNotFoundException' => __DIR__ . '/../../..' . '/lib/public/Activity/Exceptions/FilterNotFoundException.php', |
|
| 88 | - 'OCP\\Activity\\Exceptions\\IncompleteActivityException' => __DIR__ . '/../../..' . '/lib/public/Activity/Exceptions/IncompleteActivityException.php', |
|
| 89 | - 'OCP\\Activity\\Exceptions\\InvalidValueException' => __DIR__ . '/../../..' . '/lib/public/Activity/Exceptions/InvalidValueException.php', |
|
| 90 | - 'OCP\\Activity\\Exceptions\\SettingNotFoundException' => __DIR__ . '/../../..' . '/lib/public/Activity/Exceptions/SettingNotFoundException.php', |
|
| 91 | - 'OCP\\Activity\\Exceptions\\UnknownActivityException' => __DIR__ . '/../../..' . '/lib/public/Activity/Exceptions/UnknownActivityException.php', |
|
| 92 | - 'OCP\\Activity\\IConsumer' => __DIR__ . '/../../..' . '/lib/public/Activity/IConsumer.php', |
|
| 93 | - 'OCP\\Activity\\IEvent' => __DIR__ . '/../../..' . '/lib/public/Activity/IEvent.php', |
|
| 94 | - 'OCP\\Activity\\IEventMerger' => __DIR__ . '/../../..' . '/lib/public/Activity/IEventMerger.php', |
|
| 95 | - 'OCP\\Activity\\IExtension' => __DIR__ . '/../../..' . '/lib/public/Activity/IExtension.php', |
|
| 96 | - 'OCP\\Activity\\IFilter' => __DIR__ . '/../../..' . '/lib/public/Activity/IFilter.php', |
|
| 97 | - 'OCP\\Activity\\IManager' => __DIR__ . '/../../..' . '/lib/public/Activity/IManager.php', |
|
| 98 | - 'OCP\\Activity\\IProvider' => __DIR__ . '/../../..' . '/lib/public/Activity/IProvider.php', |
|
| 99 | - 'OCP\\Activity\\ISetting' => __DIR__ . '/../../..' . '/lib/public/Activity/ISetting.php', |
|
| 100 | - 'OCP\\AppFramework\\ApiController' => __DIR__ . '/../../..' . '/lib/public/AppFramework/ApiController.php', |
|
| 101 | - 'OCP\\AppFramework\\App' => __DIR__ . '/../../..' . '/lib/public/AppFramework/App.php', |
|
| 102 | - 'OCP\\AppFramework\\AuthPublicShareController' => __DIR__ . '/../../..' . '/lib/public/AppFramework/AuthPublicShareController.php', |
|
| 103 | - 'OCP\\AppFramework\\Bootstrap\\IBootContext' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Bootstrap/IBootContext.php', |
|
| 104 | - 'OCP\\AppFramework\\Bootstrap\\IBootstrap' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Bootstrap/IBootstrap.php', |
|
| 105 | - 'OCP\\AppFramework\\Bootstrap\\IRegistrationContext' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Bootstrap/IRegistrationContext.php', |
|
| 106 | - 'OCP\\AppFramework\\Controller' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Controller.php', |
|
| 107 | - 'OCP\\AppFramework\\Db\\DoesNotExistException' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Db/DoesNotExistException.php', |
|
| 108 | - 'OCP\\AppFramework\\Db\\Entity' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Db/Entity.php', |
|
| 109 | - 'OCP\\AppFramework\\Db\\IMapperException' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Db/IMapperException.php', |
|
| 110 | - 'OCP\\AppFramework\\Db\\MultipleObjectsReturnedException' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php', |
|
| 111 | - 'OCP\\AppFramework\\Db\\QBMapper' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Db/QBMapper.php', |
|
| 112 | - 'OCP\\AppFramework\\Db\\TTransactional' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Db/TTransactional.php', |
|
| 113 | - 'OCP\\AppFramework\\Http' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http.php', |
|
| 114 | - 'OCP\\AppFramework\\Http\\Attribute\\ARateLimit' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/ARateLimit.php', |
|
| 115 | - 'OCP\\AppFramework\\Http\\Attribute\\AnonRateLimit' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/AnonRateLimit.php', |
|
| 116 | - 'OCP\\AppFramework\\Http\\Attribute\\ApiRoute' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/ApiRoute.php', |
|
| 117 | - 'OCP\\AppFramework\\Http\\Attribute\\AppApiAdminAccessWithoutUser' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/AppApiAdminAccessWithoutUser.php', |
|
| 118 | - 'OCP\\AppFramework\\Http\\Attribute\\AuthorizedAdminSetting' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/AuthorizedAdminSetting.php', |
|
| 119 | - 'OCP\\AppFramework\\Http\\Attribute\\BruteForceProtection' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/BruteForceProtection.php', |
|
| 120 | - 'OCP\\AppFramework\\Http\\Attribute\\CORS' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/CORS.php', |
|
| 121 | - 'OCP\\AppFramework\\Http\\Attribute\\ExAppRequired' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/ExAppRequired.php', |
|
| 122 | - 'OCP\\AppFramework\\Http\\Attribute\\FrontpageRoute' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/FrontpageRoute.php', |
|
| 123 | - 'OCP\\AppFramework\\Http\\Attribute\\IgnoreOpenAPI' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/IgnoreOpenAPI.php', |
|
| 124 | - 'OCP\\AppFramework\\Http\\Attribute\\NoAdminRequired' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/NoAdminRequired.php', |
|
| 125 | - 'OCP\\AppFramework\\Http\\Attribute\\NoCSRFRequired' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/NoCSRFRequired.php', |
|
| 126 | - 'OCP\\AppFramework\\Http\\Attribute\\OpenAPI' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/OpenAPI.php', |
|
| 127 | - 'OCP\\AppFramework\\Http\\Attribute\\PasswordConfirmationRequired' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/PasswordConfirmationRequired.php', |
|
| 128 | - 'OCP\\AppFramework\\Http\\Attribute\\PublicPage' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/PublicPage.php', |
|
| 129 | - 'OCP\\AppFramework\\Http\\Attribute\\RequestHeader' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/RequestHeader.php', |
|
| 130 | - 'OCP\\AppFramework\\Http\\Attribute\\Route' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/Route.php', |
|
| 131 | - 'OCP\\AppFramework\\Http\\Attribute\\StrictCookiesRequired' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/StrictCookiesRequired.php', |
|
| 132 | - 'OCP\\AppFramework\\Http\\Attribute\\SubAdminRequired' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/SubAdminRequired.php', |
|
| 133 | - 'OCP\\AppFramework\\Http\\Attribute\\UseSession' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/UseSession.php', |
|
| 134 | - 'OCP\\AppFramework\\Http\\Attribute\\UserRateLimit' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Attribute/UserRateLimit.php', |
|
| 135 | - 'OCP\\AppFramework\\Http\\ContentSecurityPolicy' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/ContentSecurityPolicy.php', |
|
| 136 | - 'OCP\\AppFramework\\Http\\DataDisplayResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/DataDisplayResponse.php', |
|
| 137 | - 'OCP\\AppFramework\\Http\\DataDownloadResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/DataDownloadResponse.php', |
|
| 138 | - 'OCP\\AppFramework\\Http\\DataResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/DataResponse.php', |
|
| 139 | - 'OCP\\AppFramework\\Http\\DownloadResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/DownloadResponse.php', |
|
| 140 | - 'OCP\\AppFramework\\Http\\EmptyContentSecurityPolicy' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php', |
|
| 141 | - 'OCP\\AppFramework\\Http\\EmptyFeaturePolicy' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/EmptyFeaturePolicy.php', |
|
| 142 | - 'OCP\\AppFramework\\Http\\Events\\BeforeLoginTemplateRenderedEvent' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Events/BeforeLoginTemplateRenderedEvent.php', |
|
| 143 | - 'OCP\\AppFramework\\Http\\Events\\BeforeTemplateRenderedEvent' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Events/BeforeTemplateRenderedEvent.php', |
|
| 144 | - 'OCP\\AppFramework\\Http\\FeaturePolicy' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/FeaturePolicy.php', |
|
| 145 | - 'OCP\\AppFramework\\Http\\FileDisplayResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/FileDisplayResponse.php', |
|
| 146 | - 'OCP\\AppFramework\\Http\\ICallbackResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/ICallbackResponse.php', |
|
| 147 | - 'OCP\\AppFramework\\Http\\IOutput' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/IOutput.php', |
|
| 148 | - 'OCP\\AppFramework\\Http\\JSONResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/JSONResponse.php', |
|
| 149 | - 'OCP\\AppFramework\\Http\\NotFoundResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/NotFoundResponse.php', |
|
| 150 | - 'OCP\\AppFramework\\Http\\ParameterOutOfRangeException' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/ParameterOutOfRangeException.php', |
|
| 151 | - 'OCP\\AppFramework\\Http\\RedirectResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/RedirectResponse.php', |
|
| 152 | - 'OCP\\AppFramework\\Http\\RedirectToDefaultAppResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/RedirectToDefaultAppResponse.php', |
|
| 153 | - 'OCP\\AppFramework\\Http\\Response' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Response.php', |
|
| 154 | - 'OCP\\AppFramework\\Http\\StandaloneTemplateResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/StandaloneTemplateResponse.php', |
|
| 155 | - 'OCP\\AppFramework\\Http\\StreamResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/StreamResponse.php', |
|
| 156 | - 'OCP\\AppFramework\\Http\\StrictContentSecurityPolicy' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/StrictContentSecurityPolicy.php', |
|
| 157 | - 'OCP\\AppFramework\\Http\\StrictEvalContentSecurityPolicy' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/StrictEvalContentSecurityPolicy.php', |
|
| 158 | - 'OCP\\AppFramework\\Http\\StrictInlineContentSecurityPolicy' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/StrictInlineContentSecurityPolicy.php', |
|
| 159 | - 'OCP\\AppFramework\\Http\\TemplateResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/TemplateResponse.php', |
|
| 160 | - 'OCP\\AppFramework\\Http\\Template\\ExternalShareMenuAction' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php', |
|
| 161 | - 'OCP\\AppFramework\\Http\\Template\\IMenuAction' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Template/IMenuAction.php', |
|
| 162 | - 'OCP\\AppFramework\\Http\\Template\\LinkMenuAction' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Template/LinkMenuAction.php', |
|
| 163 | - 'OCP\\AppFramework\\Http\\Template\\PublicTemplateResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Template/PublicTemplateResponse.php', |
|
| 164 | - 'OCP\\AppFramework\\Http\\Template\\SimpleMenuAction' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/Template/SimpleMenuAction.php', |
|
| 165 | - 'OCP\\AppFramework\\Http\\TextPlainResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/TextPlainResponse.php', |
|
| 166 | - 'OCP\\AppFramework\\Http\\TooManyRequestsResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/TooManyRequestsResponse.php', |
|
| 167 | - 'OCP\\AppFramework\\Http\\ZipResponse' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Http/ZipResponse.php', |
|
| 168 | - 'OCP\\AppFramework\\IAppContainer' => __DIR__ . '/../../..' . '/lib/public/AppFramework/IAppContainer.php', |
|
| 169 | - 'OCP\\AppFramework\\Middleware' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Middleware.php', |
|
| 170 | - 'OCP\\AppFramework\\OCSController' => __DIR__ . '/../../..' . '/lib/public/AppFramework/OCSController.php', |
|
| 171 | - 'OCP\\AppFramework\\OCS\\OCSBadRequestException' => __DIR__ . '/../../..' . '/lib/public/AppFramework/OCS/OCSBadRequestException.php', |
|
| 172 | - 'OCP\\AppFramework\\OCS\\OCSException' => __DIR__ . '/../../..' . '/lib/public/AppFramework/OCS/OCSException.php', |
|
| 173 | - 'OCP\\AppFramework\\OCS\\OCSForbiddenException' => __DIR__ . '/../../..' . '/lib/public/AppFramework/OCS/OCSForbiddenException.php', |
|
| 174 | - 'OCP\\AppFramework\\OCS\\OCSNotFoundException' => __DIR__ . '/../../..' . '/lib/public/AppFramework/OCS/OCSNotFoundException.php', |
|
| 175 | - 'OCP\\AppFramework\\OCS\\OCSPreconditionFailedException' => __DIR__ . '/../../..' . '/lib/public/AppFramework/OCS/OCSPreconditionFailedException.php', |
|
| 176 | - 'OCP\\AppFramework\\PublicShareController' => __DIR__ . '/../../..' . '/lib/public/AppFramework/PublicShareController.php', |
|
| 177 | - 'OCP\\AppFramework\\QueryException' => __DIR__ . '/../../..' . '/lib/public/AppFramework/QueryException.php', |
|
| 178 | - 'OCP\\AppFramework\\Services\\IAppConfig' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Services/IAppConfig.php', |
|
| 179 | - 'OCP\\AppFramework\\Services\\IInitialState' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Services/IInitialState.php', |
|
| 180 | - 'OCP\\AppFramework\\Services\\InitialStateProvider' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Services/InitialStateProvider.php', |
|
| 181 | - 'OCP\\AppFramework\\Utility\\IControllerMethodReflector' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Utility/IControllerMethodReflector.php', |
|
| 182 | - 'OCP\\AppFramework\\Utility\\ITimeFactory' => __DIR__ . '/../../..' . '/lib/public/AppFramework/Utility/ITimeFactory.php', |
|
| 183 | - 'OCP\\App\\AppPathNotFoundException' => __DIR__ . '/../../..' . '/lib/public/App/AppPathNotFoundException.php', |
|
| 184 | - 'OCP\\App\\Events\\AppDisableEvent' => __DIR__ . '/../../..' . '/lib/public/App/Events/AppDisableEvent.php', |
|
| 185 | - 'OCP\\App\\Events\\AppEnableEvent' => __DIR__ . '/../../..' . '/lib/public/App/Events/AppEnableEvent.php', |
|
| 186 | - 'OCP\\App\\Events\\AppUpdateEvent' => __DIR__ . '/../../..' . '/lib/public/App/Events/AppUpdateEvent.php', |
|
| 187 | - 'OCP\\App\\IAppManager' => __DIR__ . '/../../..' . '/lib/public/App/IAppManager.php', |
|
| 188 | - 'OCP\\App\\ManagerEvent' => __DIR__ . '/../../..' . '/lib/public/App/ManagerEvent.php', |
|
| 189 | - 'OCP\\Authentication\\Events\\AnyLoginFailedEvent' => __DIR__ . '/../../..' . '/lib/public/Authentication/Events/AnyLoginFailedEvent.php', |
|
| 190 | - 'OCP\\Authentication\\Events\\LoginFailedEvent' => __DIR__ . '/../../..' . '/lib/public/Authentication/Events/LoginFailedEvent.php', |
|
| 191 | - 'OCP\\Authentication\\Exceptions\\CredentialsUnavailableException' => __DIR__ . '/../../..' . '/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php', |
|
| 192 | - 'OCP\\Authentication\\Exceptions\\ExpiredTokenException' => __DIR__ . '/../../..' . '/lib/public/Authentication/Exceptions/ExpiredTokenException.php', |
|
| 193 | - 'OCP\\Authentication\\Exceptions\\InvalidTokenException' => __DIR__ . '/../../..' . '/lib/public/Authentication/Exceptions/InvalidTokenException.php', |
|
| 194 | - 'OCP\\Authentication\\Exceptions\\PasswordUnavailableException' => __DIR__ . '/../../..' . '/lib/public/Authentication/Exceptions/PasswordUnavailableException.php', |
|
| 195 | - 'OCP\\Authentication\\Exceptions\\WipeTokenException' => __DIR__ . '/../../..' . '/lib/public/Authentication/Exceptions/WipeTokenException.php', |
|
| 196 | - 'OCP\\Authentication\\IAlternativeLogin' => __DIR__ . '/../../..' . '/lib/public/Authentication/IAlternativeLogin.php', |
|
| 197 | - 'OCP\\Authentication\\IApacheBackend' => __DIR__ . '/../../..' . '/lib/public/Authentication/IApacheBackend.php', |
|
| 198 | - 'OCP\\Authentication\\IProvideUserSecretBackend' => __DIR__ . '/../../..' . '/lib/public/Authentication/IProvideUserSecretBackend.php', |
|
| 199 | - 'OCP\\Authentication\\LoginCredentials\\ICredentials' => __DIR__ . '/../../..' . '/lib/public/Authentication/LoginCredentials/ICredentials.php', |
|
| 200 | - 'OCP\\Authentication\\LoginCredentials\\IStore' => __DIR__ . '/../../..' . '/lib/public/Authentication/LoginCredentials/IStore.php', |
|
| 201 | - 'OCP\\Authentication\\Token\\IProvider' => __DIR__ . '/../../..' . '/lib/public/Authentication/Token/IProvider.php', |
|
| 202 | - 'OCP\\Authentication\\Token\\IToken' => __DIR__ . '/../../..' . '/lib/public/Authentication/Token/IToken.php', |
|
| 203 | - 'OCP\\Authentication\\TwoFactorAuth\\ALoginSetupController' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/ALoginSetupController.php', |
|
| 204 | - 'OCP\\Authentication\\TwoFactorAuth\\IActivatableAtLogin' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/IActivatableAtLogin.php', |
|
| 205 | - 'OCP\\Authentication\\TwoFactorAuth\\IActivatableByAdmin' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php', |
|
| 206 | - 'OCP\\Authentication\\TwoFactorAuth\\IDeactivatableByAdmin' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php', |
|
| 207 | - 'OCP\\Authentication\\TwoFactorAuth\\ILoginSetupProvider' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/ILoginSetupProvider.php', |
|
| 208 | - 'OCP\\Authentication\\TwoFactorAuth\\IPersonalProviderSettings' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/IPersonalProviderSettings.php', |
|
| 209 | - 'OCP\\Authentication\\TwoFactorAuth\\IProvider' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/IProvider.php', |
|
| 210 | - 'OCP\\Authentication\\TwoFactorAuth\\IProvidesCustomCSP' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php', |
|
| 211 | - 'OCP\\Authentication\\TwoFactorAuth\\IProvidesIcons' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php', |
|
| 212 | - 'OCP\\Authentication\\TwoFactorAuth\\IProvidesPersonalSettings' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/IProvidesPersonalSettings.php', |
|
| 213 | - 'OCP\\Authentication\\TwoFactorAuth\\IRegistry' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/IRegistry.php', |
|
| 214 | - 'OCP\\Authentication\\TwoFactorAuth\\RegistryEvent' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/RegistryEvent.php', |
|
| 215 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorException' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php', |
|
| 216 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengeFailed' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengeFailed.php', |
|
| 217 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengePassed' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengePassed.php', |
|
| 218 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderDisabled' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php', |
|
| 219 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserDisabled' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserDisabled.php', |
|
| 220 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserEnabled' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserEnabled.php', |
|
| 221 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserRegistered' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserRegistered.php', |
|
| 222 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserUnregistered' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserUnregistered.php', |
|
| 223 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderUserDeleted' => __DIR__ . '/../../..' . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderUserDeleted.php', |
|
| 224 | - 'OCP\\AutoloadNotAllowedException' => __DIR__ . '/../../..' . '/lib/public/AutoloadNotAllowedException.php', |
|
| 225 | - 'OCP\\BackgroundJob\\IJob' => __DIR__ . '/../../..' . '/lib/public/BackgroundJob/IJob.php', |
|
| 226 | - 'OCP\\BackgroundJob\\IJobList' => __DIR__ . '/../../..' . '/lib/public/BackgroundJob/IJobList.php', |
|
| 227 | - 'OCP\\BackgroundJob\\IParallelAwareJob' => __DIR__ . '/../../..' . '/lib/public/BackgroundJob/IParallelAwareJob.php', |
|
| 228 | - 'OCP\\BackgroundJob\\Job' => __DIR__ . '/../../..' . '/lib/public/BackgroundJob/Job.php', |
|
| 229 | - 'OCP\\BackgroundJob\\QueuedJob' => __DIR__ . '/../../..' . '/lib/public/BackgroundJob/QueuedJob.php', |
|
| 230 | - 'OCP\\BackgroundJob\\TimedJob' => __DIR__ . '/../../..' . '/lib/public/BackgroundJob/TimedJob.php', |
|
| 231 | - 'OCP\\BeforeSabrePubliclyLoadedEvent' => __DIR__ . '/../../..' . '/lib/public/BeforeSabrePubliclyLoadedEvent.php', |
|
| 232 | - 'OCP\\Broadcast\\Events\\IBroadcastEvent' => __DIR__ . '/../../..' . '/lib/public/Broadcast/Events/IBroadcastEvent.php', |
|
| 233 | - 'OCP\\Cache\\CappedMemoryCache' => __DIR__ . '/../../..' . '/lib/public/Cache/CappedMemoryCache.php', |
|
| 234 | - 'OCP\\Calendar\\BackendTemporarilyUnavailableException' => __DIR__ . '/../../..' . '/lib/public/Calendar/BackendTemporarilyUnavailableException.php', |
|
| 235 | - 'OCP\\Calendar\\CalendarEventStatus' => __DIR__ . '/../../..' . '/lib/public/Calendar/CalendarEventStatus.php', |
|
| 236 | - 'OCP\\Calendar\\CalendarExportOptions' => __DIR__ . '/../../..' . '/lib/public/Calendar/CalendarExportOptions.php', |
|
| 237 | - 'OCP\\Calendar\\Events\\AbstractCalendarObjectEvent' => __DIR__ . '/../../..' . '/lib/public/Calendar/Events/AbstractCalendarObjectEvent.php', |
|
| 238 | - 'OCP\\Calendar\\Events\\CalendarObjectCreatedEvent' => __DIR__ . '/../../..' . '/lib/public/Calendar/Events/CalendarObjectCreatedEvent.php', |
|
| 239 | - 'OCP\\Calendar\\Events\\CalendarObjectDeletedEvent' => __DIR__ . '/../../..' . '/lib/public/Calendar/Events/CalendarObjectDeletedEvent.php', |
|
| 240 | - 'OCP\\Calendar\\Events\\CalendarObjectMovedEvent' => __DIR__ . '/../../..' . '/lib/public/Calendar/Events/CalendarObjectMovedEvent.php', |
|
| 241 | - 'OCP\\Calendar\\Events\\CalendarObjectMovedToTrashEvent' => __DIR__ . '/../../..' . '/lib/public/Calendar/Events/CalendarObjectMovedToTrashEvent.php', |
|
| 242 | - 'OCP\\Calendar\\Events\\CalendarObjectRestoredEvent' => __DIR__ . '/../../..' . '/lib/public/Calendar/Events/CalendarObjectRestoredEvent.php', |
|
| 243 | - 'OCP\\Calendar\\Events\\CalendarObjectUpdatedEvent' => __DIR__ . '/../../..' . '/lib/public/Calendar/Events/CalendarObjectUpdatedEvent.php', |
|
| 244 | - 'OCP\\Calendar\\Exceptions\\CalendarException' => __DIR__ . '/../../..' . '/lib/public/Calendar/Exceptions/CalendarException.php', |
|
| 245 | - 'OCP\\Calendar\\IAvailabilityResult' => __DIR__ . '/../../..' . '/lib/public/Calendar/IAvailabilityResult.php', |
|
| 246 | - 'OCP\\Calendar\\ICalendar' => __DIR__ . '/../../..' . '/lib/public/Calendar/ICalendar.php', |
|
| 247 | - 'OCP\\Calendar\\ICalendarEventBuilder' => __DIR__ . '/../../..' . '/lib/public/Calendar/ICalendarEventBuilder.php', |
|
| 248 | - 'OCP\\Calendar\\ICalendarExport' => __DIR__ . '/../../..' . '/lib/public/Calendar/ICalendarExport.php', |
|
| 249 | - 'OCP\\Calendar\\ICalendarIsEnabled' => __DIR__ . '/../../..' . '/lib/public/Calendar/ICalendarIsEnabled.php', |
|
| 250 | - 'OCP\\Calendar\\ICalendarIsShared' => __DIR__ . '/../../..' . '/lib/public/Calendar/ICalendarIsShared.php', |
|
| 251 | - 'OCP\\Calendar\\ICalendarIsWritable' => __DIR__ . '/../../..' . '/lib/public/Calendar/ICalendarIsWritable.php', |
|
| 252 | - 'OCP\\Calendar\\ICalendarProvider' => __DIR__ . '/../../..' . '/lib/public/Calendar/ICalendarProvider.php', |
|
| 253 | - 'OCP\\Calendar\\ICalendarQuery' => __DIR__ . '/../../..' . '/lib/public/Calendar/ICalendarQuery.php', |
|
| 254 | - 'OCP\\Calendar\\ICreateFromString' => __DIR__ . '/../../..' . '/lib/public/Calendar/ICreateFromString.php', |
|
| 255 | - 'OCP\\Calendar\\IHandleImipMessage' => __DIR__ . '/../../..' . '/lib/public/Calendar/IHandleImipMessage.php', |
|
| 256 | - 'OCP\\Calendar\\IManager' => __DIR__ . '/../../..' . '/lib/public/Calendar/IManager.php', |
|
| 257 | - 'OCP\\Calendar\\IMetadataProvider' => __DIR__ . '/../../..' . '/lib/public/Calendar/IMetadataProvider.php', |
|
| 258 | - 'OCP\\Calendar\\Resource\\IBackend' => __DIR__ . '/../../..' . '/lib/public/Calendar/Resource/IBackend.php', |
|
| 259 | - 'OCP\\Calendar\\Resource\\IManager' => __DIR__ . '/../../..' . '/lib/public/Calendar/Resource/IManager.php', |
|
| 260 | - 'OCP\\Calendar\\Resource\\IResource' => __DIR__ . '/../../..' . '/lib/public/Calendar/Resource/IResource.php', |
|
| 261 | - 'OCP\\Calendar\\Resource\\IResourceMetadata' => __DIR__ . '/../../..' . '/lib/public/Calendar/Resource/IResourceMetadata.php', |
|
| 262 | - 'OCP\\Calendar\\Room\\IBackend' => __DIR__ . '/../../..' . '/lib/public/Calendar/Room/IBackend.php', |
|
| 263 | - 'OCP\\Calendar\\Room\\IManager' => __DIR__ . '/../../..' . '/lib/public/Calendar/Room/IManager.php', |
|
| 264 | - 'OCP\\Calendar\\Room\\IRoom' => __DIR__ . '/../../..' . '/lib/public/Calendar/Room/IRoom.php', |
|
| 265 | - 'OCP\\Calendar\\Room\\IRoomMetadata' => __DIR__ . '/../../..' . '/lib/public/Calendar/Room/IRoomMetadata.php', |
|
| 266 | - 'OCP\\Capabilities\\ICapability' => __DIR__ . '/../../..' . '/lib/public/Capabilities/ICapability.php', |
|
| 267 | - 'OCP\\Capabilities\\IInitialStateExcludedCapability' => __DIR__ . '/../../..' . '/lib/public/Capabilities/IInitialStateExcludedCapability.php', |
|
| 268 | - 'OCP\\Capabilities\\IPublicCapability' => __DIR__ . '/../../..' . '/lib/public/Capabilities/IPublicCapability.php', |
|
| 269 | - 'OCP\\Collaboration\\AutoComplete\\AutoCompleteEvent' => __DIR__ . '/../../..' . '/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php', |
|
| 270 | - 'OCP\\Collaboration\\AutoComplete\\AutoCompleteFilterEvent' => __DIR__ . '/../../..' . '/lib/public/Collaboration/AutoComplete/AutoCompleteFilterEvent.php', |
|
| 271 | - 'OCP\\Collaboration\\AutoComplete\\IManager' => __DIR__ . '/../../..' . '/lib/public/Collaboration/AutoComplete/IManager.php', |
|
| 272 | - 'OCP\\Collaboration\\AutoComplete\\ISorter' => __DIR__ . '/../../..' . '/lib/public/Collaboration/AutoComplete/ISorter.php', |
|
| 273 | - 'OCP\\Collaboration\\Collaborators\\ISearch' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Collaborators/ISearch.php', |
|
| 274 | - 'OCP\\Collaboration\\Collaborators\\ISearchPlugin' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Collaborators/ISearchPlugin.php', |
|
| 275 | - 'OCP\\Collaboration\\Collaborators\\ISearchResult' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Collaborators/ISearchResult.php', |
|
| 276 | - 'OCP\\Collaboration\\Collaborators\\SearchResultType' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Collaborators/SearchResultType.php', |
|
| 277 | - 'OCP\\Collaboration\\Reference\\ADiscoverableReferenceProvider' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Reference/ADiscoverableReferenceProvider.php', |
|
| 278 | - 'OCP\\Collaboration\\Reference\\IDiscoverableReferenceProvider' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Reference/IDiscoverableReferenceProvider.php', |
|
| 279 | - 'OCP\\Collaboration\\Reference\\IPublicReferenceProvider' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Reference/IPublicReferenceProvider.php', |
|
| 280 | - 'OCP\\Collaboration\\Reference\\IReference' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Reference/IReference.php', |
|
| 281 | - 'OCP\\Collaboration\\Reference\\IReferenceManager' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Reference/IReferenceManager.php', |
|
| 282 | - 'OCP\\Collaboration\\Reference\\IReferenceProvider' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Reference/IReferenceProvider.php', |
|
| 283 | - 'OCP\\Collaboration\\Reference\\ISearchableReferenceProvider' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Reference/ISearchableReferenceProvider.php', |
|
| 284 | - 'OCP\\Collaboration\\Reference\\LinkReferenceProvider' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Reference/LinkReferenceProvider.php', |
|
| 285 | - 'OCP\\Collaboration\\Reference\\Reference' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Reference/Reference.php', |
|
| 286 | - 'OCP\\Collaboration\\Reference\\RenderReferenceEvent' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Reference/RenderReferenceEvent.php', |
|
| 287 | - 'OCP\\Collaboration\\Resources\\CollectionException' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Resources/CollectionException.php', |
|
| 288 | - 'OCP\\Collaboration\\Resources\\ICollection' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Resources/ICollection.php', |
|
| 289 | - 'OCP\\Collaboration\\Resources\\IManager' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Resources/IManager.php', |
|
| 290 | - 'OCP\\Collaboration\\Resources\\IProvider' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Resources/IProvider.php', |
|
| 291 | - 'OCP\\Collaboration\\Resources\\IProviderManager' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Resources/IProviderManager.php', |
|
| 292 | - 'OCP\\Collaboration\\Resources\\IResource' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Resources/IResource.php', |
|
| 293 | - 'OCP\\Collaboration\\Resources\\LoadAdditionalScriptsEvent' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Resources/LoadAdditionalScriptsEvent.php', |
|
| 294 | - 'OCP\\Collaboration\\Resources\\ResourceException' => __DIR__ . '/../../..' . '/lib/public/Collaboration/Resources/ResourceException.php', |
|
| 295 | - 'OCP\\Color' => __DIR__ . '/../../..' . '/lib/public/Color.php', |
|
| 296 | - 'OCP\\Command\\IBus' => __DIR__ . '/../../..' . '/lib/public/Command/IBus.php', |
|
| 297 | - 'OCP\\Command\\ICommand' => __DIR__ . '/../../..' . '/lib/public/Command/ICommand.php', |
|
| 298 | - 'OCP\\Comments\\CommentsEntityEvent' => __DIR__ . '/../../..' . '/lib/public/Comments/CommentsEntityEvent.php', |
|
| 299 | - 'OCP\\Comments\\CommentsEvent' => __DIR__ . '/../../..' . '/lib/public/Comments/CommentsEvent.php', |
|
| 300 | - 'OCP\\Comments\\IComment' => __DIR__ . '/../../..' . '/lib/public/Comments/IComment.php', |
|
| 301 | - 'OCP\\Comments\\ICommentsEventHandler' => __DIR__ . '/../../..' . '/lib/public/Comments/ICommentsEventHandler.php', |
|
| 302 | - 'OCP\\Comments\\ICommentsManager' => __DIR__ . '/../../..' . '/lib/public/Comments/ICommentsManager.php', |
|
| 303 | - 'OCP\\Comments\\ICommentsManagerFactory' => __DIR__ . '/../../..' . '/lib/public/Comments/ICommentsManagerFactory.php', |
|
| 304 | - 'OCP\\Comments\\IllegalIDChangeException' => __DIR__ . '/../../..' . '/lib/public/Comments/IllegalIDChangeException.php', |
|
| 305 | - 'OCP\\Comments\\MessageTooLongException' => __DIR__ . '/../../..' . '/lib/public/Comments/MessageTooLongException.php', |
|
| 306 | - 'OCP\\Comments\\NotFoundException' => __DIR__ . '/../../..' . '/lib/public/Comments/NotFoundException.php', |
|
| 307 | - 'OCP\\Common\\Exception\\NotFoundException' => __DIR__ . '/../../..' . '/lib/public/Common/Exception/NotFoundException.php', |
|
| 308 | - 'OCP\\Config\\BeforePreferenceDeletedEvent' => __DIR__ . '/../../..' . '/lib/public/Config/BeforePreferenceDeletedEvent.php', |
|
| 309 | - 'OCP\\Config\\BeforePreferenceSetEvent' => __DIR__ . '/../../..' . '/lib/public/Config/BeforePreferenceSetEvent.php', |
|
| 310 | - 'OCP\\Console\\ConsoleEvent' => __DIR__ . '/../../..' . '/lib/public/Console/ConsoleEvent.php', |
|
| 311 | - 'OCP\\Console\\ReservedOptions' => __DIR__ . '/../../..' . '/lib/public/Console/ReservedOptions.php', |
|
| 312 | - 'OCP\\Constants' => __DIR__ . '/../../..' . '/lib/public/Constants.php', |
|
| 313 | - 'OCP\\Contacts\\ContactsMenu\\IAction' => __DIR__ . '/../../..' . '/lib/public/Contacts/ContactsMenu/IAction.php', |
|
| 314 | - 'OCP\\Contacts\\ContactsMenu\\IActionFactory' => __DIR__ . '/../../..' . '/lib/public/Contacts/ContactsMenu/IActionFactory.php', |
|
| 315 | - 'OCP\\Contacts\\ContactsMenu\\IBulkProvider' => __DIR__ . '/../../..' . '/lib/public/Contacts/ContactsMenu/IBulkProvider.php', |
|
| 316 | - 'OCP\\Contacts\\ContactsMenu\\IContactsStore' => __DIR__ . '/../../..' . '/lib/public/Contacts/ContactsMenu/IContactsStore.php', |
|
| 317 | - 'OCP\\Contacts\\ContactsMenu\\IEntry' => __DIR__ . '/../../..' . '/lib/public/Contacts/ContactsMenu/IEntry.php', |
|
| 318 | - 'OCP\\Contacts\\ContactsMenu\\ILinkAction' => __DIR__ . '/../../..' . '/lib/public/Contacts/ContactsMenu/ILinkAction.php', |
|
| 319 | - 'OCP\\Contacts\\ContactsMenu\\IProvider' => __DIR__ . '/../../..' . '/lib/public/Contacts/ContactsMenu/IProvider.php', |
|
| 320 | - 'OCP\\Contacts\\Events\\ContactInteractedWithEvent' => __DIR__ . '/../../..' . '/lib/public/Contacts/Events/ContactInteractedWithEvent.php', |
|
| 321 | - 'OCP\\Contacts\\IManager' => __DIR__ . '/../../..' . '/lib/public/Contacts/IManager.php', |
|
| 322 | - 'OCP\\DB\\Events\\AddMissingColumnsEvent' => __DIR__ . '/../../..' . '/lib/public/DB/Events/AddMissingColumnsEvent.php', |
|
| 323 | - 'OCP\\DB\\Events\\AddMissingIndicesEvent' => __DIR__ . '/../../..' . '/lib/public/DB/Events/AddMissingIndicesEvent.php', |
|
| 324 | - 'OCP\\DB\\Events\\AddMissingPrimaryKeyEvent' => __DIR__ . '/../../..' . '/lib/public/DB/Events/AddMissingPrimaryKeyEvent.php', |
|
| 325 | - 'OCP\\DB\\Exception' => __DIR__ . '/../../..' . '/lib/public/DB/Exception.php', |
|
| 326 | - 'OCP\\DB\\IPreparedStatement' => __DIR__ . '/../../..' . '/lib/public/DB/IPreparedStatement.php', |
|
| 327 | - 'OCP\\DB\\IResult' => __DIR__ . '/../../..' . '/lib/public/DB/IResult.php', |
|
| 328 | - 'OCP\\DB\\ISchemaWrapper' => __DIR__ . '/../../..' . '/lib/public/DB/ISchemaWrapper.php', |
|
| 329 | - 'OCP\\DB\\QueryBuilder\\ICompositeExpression' => __DIR__ . '/../../..' . '/lib/public/DB/QueryBuilder/ICompositeExpression.php', |
|
| 330 | - 'OCP\\DB\\QueryBuilder\\IExpressionBuilder' => __DIR__ . '/../../..' . '/lib/public/DB/QueryBuilder/IExpressionBuilder.php', |
|
| 331 | - 'OCP\\DB\\QueryBuilder\\IFunctionBuilder' => __DIR__ . '/../../..' . '/lib/public/DB/QueryBuilder/IFunctionBuilder.php', |
|
| 332 | - 'OCP\\DB\\QueryBuilder\\ILiteral' => __DIR__ . '/../../..' . '/lib/public/DB/QueryBuilder/ILiteral.php', |
|
| 333 | - 'OCP\\DB\\QueryBuilder\\IParameter' => __DIR__ . '/../../..' . '/lib/public/DB/QueryBuilder/IParameter.php', |
|
| 334 | - 'OCP\\DB\\QueryBuilder\\IQueryBuilder' => __DIR__ . '/../../..' . '/lib/public/DB/QueryBuilder/IQueryBuilder.php', |
|
| 335 | - 'OCP\\DB\\QueryBuilder\\IQueryFunction' => __DIR__ . '/../../..' . '/lib/public/DB/QueryBuilder/IQueryFunction.php', |
|
| 336 | - 'OCP\\DB\\QueryBuilder\\Sharded\\IShardMapper' => __DIR__ . '/../../..' . '/lib/public/DB/QueryBuilder/Sharded/IShardMapper.php', |
|
| 337 | - 'OCP\\DB\\Types' => __DIR__ . '/../../..' . '/lib/public/DB/Types.php', |
|
| 338 | - 'OCP\\Dashboard\\IAPIWidget' => __DIR__ . '/../../..' . '/lib/public/Dashboard/IAPIWidget.php', |
|
| 339 | - 'OCP\\Dashboard\\IAPIWidgetV2' => __DIR__ . '/../../..' . '/lib/public/Dashboard/IAPIWidgetV2.php', |
|
| 340 | - 'OCP\\Dashboard\\IButtonWidget' => __DIR__ . '/../../..' . '/lib/public/Dashboard/IButtonWidget.php', |
|
| 341 | - 'OCP\\Dashboard\\IConditionalWidget' => __DIR__ . '/../../..' . '/lib/public/Dashboard/IConditionalWidget.php', |
|
| 342 | - 'OCP\\Dashboard\\IIconWidget' => __DIR__ . '/../../..' . '/lib/public/Dashboard/IIconWidget.php', |
|
| 343 | - 'OCP\\Dashboard\\IManager' => __DIR__ . '/../../..' . '/lib/public/Dashboard/IManager.php', |
|
| 344 | - 'OCP\\Dashboard\\IOptionWidget' => __DIR__ . '/../../..' . '/lib/public/Dashboard/IOptionWidget.php', |
|
| 345 | - 'OCP\\Dashboard\\IReloadableWidget' => __DIR__ . '/../../..' . '/lib/public/Dashboard/IReloadableWidget.php', |
|
| 346 | - 'OCP\\Dashboard\\IWidget' => __DIR__ . '/../../..' . '/lib/public/Dashboard/IWidget.php', |
|
| 347 | - 'OCP\\Dashboard\\Model\\WidgetButton' => __DIR__ . '/../../..' . '/lib/public/Dashboard/Model/WidgetButton.php', |
|
| 348 | - 'OCP\\Dashboard\\Model\\WidgetItem' => __DIR__ . '/../../..' . '/lib/public/Dashboard/Model/WidgetItem.php', |
|
| 349 | - 'OCP\\Dashboard\\Model\\WidgetItems' => __DIR__ . '/../../..' . '/lib/public/Dashboard/Model/WidgetItems.php', |
|
| 350 | - 'OCP\\Dashboard\\Model\\WidgetOptions' => __DIR__ . '/../../..' . '/lib/public/Dashboard/Model/WidgetOptions.php', |
|
| 351 | - 'OCP\\DataCollector\\AbstractDataCollector' => __DIR__ . '/../../..' . '/lib/public/DataCollector/AbstractDataCollector.php', |
|
| 352 | - 'OCP\\DataCollector\\IDataCollector' => __DIR__ . '/../../..' . '/lib/public/DataCollector/IDataCollector.php', |
|
| 353 | - 'OCP\\Defaults' => __DIR__ . '/../../..' . '/lib/public/Defaults.php', |
|
| 354 | - 'OCP\\Diagnostics\\IEvent' => __DIR__ . '/../../..' . '/lib/public/Diagnostics/IEvent.php', |
|
| 355 | - 'OCP\\Diagnostics\\IEventLogger' => __DIR__ . '/../../..' . '/lib/public/Diagnostics/IEventLogger.php', |
|
| 356 | - 'OCP\\Diagnostics\\IQuery' => __DIR__ . '/../../..' . '/lib/public/Diagnostics/IQuery.php', |
|
| 357 | - 'OCP\\Diagnostics\\IQueryLogger' => __DIR__ . '/../../..' . '/lib/public/Diagnostics/IQueryLogger.php', |
|
| 358 | - 'OCP\\DirectEditing\\ACreateEmpty' => __DIR__ . '/../../..' . '/lib/public/DirectEditing/ACreateEmpty.php', |
|
| 359 | - 'OCP\\DirectEditing\\ACreateFromTemplate' => __DIR__ . '/../../..' . '/lib/public/DirectEditing/ACreateFromTemplate.php', |
|
| 360 | - 'OCP\\DirectEditing\\ATemplate' => __DIR__ . '/../../..' . '/lib/public/DirectEditing/ATemplate.php', |
|
| 361 | - 'OCP\\DirectEditing\\IEditor' => __DIR__ . '/../../..' . '/lib/public/DirectEditing/IEditor.php', |
|
| 362 | - 'OCP\\DirectEditing\\IManager' => __DIR__ . '/../../..' . '/lib/public/DirectEditing/IManager.php', |
|
| 363 | - 'OCP\\DirectEditing\\IToken' => __DIR__ . '/../../..' . '/lib/public/DirectEditing/IToken.php', |
|
| 364 | - 'OCP\\DirectEditing\\RegisterDirectEditorEvent' => __DIR__ . '/../../..' . '/lib/public/DirectEditing/RegisterDirectEditorEvent.php', |
|
| 365 | - 'OCP\\Encryption\\Exceptions\\GenericEncryptionException' => __DIR__ . '/../../..' . '/lib/public/Encryption/Exceptions/GenericEncryptionException.php', |
|
| 366 | - 'OCP\\Encryption\\Exceptions\\InvalidHeaderException' => __DIR__ . '/../../..' . '/lib/public/Encryption/Exceptions/InvalidHeaderException.php', |
|
| 367 | - 'OCP\\Encryption\\IEncryptionModule' => __DIR__ . '/../../..' . '/lib/public/Encryption/IEncryptionModule.php', |
|
| 368 | - 'OCP\\Encryption\\IFile' => __DIR__ . '/../../..' . '/lib/public/Encryption/IFile.php', |
|
| 369 | - 'OCP\\Encryption\\IManager' => __DIR__ . '/../../..' . '/lib/public/Encryption/IManager.php', |
|
| 370 | - 'OCP\\Encryption\\Keys\\IStorage' => __DIR__ . '/../../..' . '/lib/public/Encryption/Keys/IStorage.php', |
|
| 371 | - 'OCP\\EventDispatcher\\ABroadcastedEvent' => __DIR__ . '/../../..' . '/lib/public/EventDispatcher/ABroadcastedEvent.php', |
|
| 372 | - 'OCP\\EventDispatcher\\Event' => __DIR__ . '/../../..' . '/lib/public/EventDispatcher/Event.php', |
|
| 373 | - 'OCP\\EventDispatcher\\GenericEvent' => __DIR__ . '/../../..' . '/lib/public/EventDispatcher/GenericEvent.php', |
|
| 374 | - 'OCP\\EventDispatcher\\IEventDispatcher' => __DIR__ . '/../../..' . '/lib/public/EventDispatcher/IEventDispatcher.php', |
|
| 375 | - 'OCP\\EventDispatcher\\IEventListener' => __DIR__ . '/../../..' . '/lib/public/EventDispatcher/IEventListener.php', |
|
| 376 | - 'OCP\\EventDispatcher\\IWebhookCompatibleEvent' => __DIR__ . '/../../..' . '/lib/public/EventDispatcher/IWebhookCompatibleEvent.php', |
|
| 377 | - 'OCP\\EventDispatcher\\JsonSerializer' => __DIR__ . '/../../..' . '/lib/public/EventDispatcher/JsonSerializer.php', |
|
| 378 | - 'OCP\\Exceptions\\AbortedEventException' => __DIR__ . '/../../..' . '/lib/public/Exceptions/AbortedEventException.php', |
|
| 379 | - 'OCP\\Exceptions\\AppConfigException' => __DIR__ . '/../../..' . '/lib/public/Exceptions/AppConfigException.php', |
|
| 380 | - 'OCP\\Exceptions\\AppConfigIncorrectTypeException' => __DIR__ . '/../../..' . '/lib/public/Exceptions/AppConfigIncorrectTypeException.php', |
|
| 381 | - 'OCP\\Exceptions\\AppConfigTypeConflictException' => __DIR__ . '/../../..' . '/lib/public/Exceptions/AppConfigTypeConflictException.php', |
|
| 382 | - 'OCP\\Exceptions\\AppConfigUnknownKeyException' => __DIR__ . '/../../..' . '/lib/public/Exceptions/AppConfigUnknownKeyException.php', |
|
| 383 | - 'OCP\\Federation\\Events\\TrustedServerRemovedEvent' => __DIR__ . '/../../..' . '/lib/public/Federation/Events/TrustedServerRemovedEvent.php', |
|
| 384 | - 'OCP\\Federation\\Exceptions\\ActionNotSupportedException' => __DIR__ . '/../../..' . '/lib/public/Federation/Exceptions/ActionNotSupportedException.php', |
|
| 385 | - 'OCP\\Federation\\Exceptions\\AuthenticationFailedException' => __DIR__ . '/../../..' . '/lib/public/Federation/Exceptions/AuthenticationFailedException.php', |
|
| 386 | - 'OCP\\Federation\\Exceptions\\BadRequestException' => __DIR__ . '/../../..' . '/lib/public/Federation/Exceptions/BadRequestException.php', |
|
| 387 | - 'OCP\\Federation\\Exceptions\\ProviderAlreadyExistsException' => __DIR__ . '/../../..' . '/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php', |
|
| 388 | - 'OCP\\Federation\\Exceptions\\ProviderCouldNotAddShareException' => __DIR__ . '/../../..' . '/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php', |
|
| 389 | - 'OCP\\Federation\\Exceptions\\ProviderDoesNotExistsException' => __DIR__ . '/../../..' . '/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php', |
|
| 390 | - 'OCP\\Federation\\ICloudFederationFactory' => __DIR__ . '/../../..' . '/lib/public/Federation/ICloudFederationFactory.php', |
|
| 391 | - 'OCP\\Federation\\ICloudFederationNotification' => __DIR__ . '/../../..' . '/lib/public/Federation/ICloudFederationNotification.php', |
|
| 392 | - 'OCP\\Federation\\ICloudFederationProvider' => __DIR__ . '/../../..' . '/lib/public/Federation/ICloudFederationProvider.php', |
|
| 393 | - 'OCP\\Federation\\ICloudFederationProviderManager' => __DIR__ . '/../../..' . '/lib/public/Federation/ICloudFederationProviderManager.php', |
|
| 394 | - 'OCP\\Federation\\ICloudFederationShare' => __DIR__ . '/../../..' . '/lib/public/Federation/ICloudFederationShare.php', |
|
| 395 | - 'OCP\\Federation\\ICloudId' => __DIR__ . '/../../..' . '/lib/public/Federation/ICloudId.php', |
|
| 396 | - 'OCP\\Federation\\ICloudIdManager' => __DIR__ . '/../../..' . '/lib/public/Federation/ICloudIdManager.php', |
|
| 397 | - 'OCP\\Files' => __DIR__ . '/../../..' . '/lib/public/Files.php', |
|
| 398 | - 'OCP\\FilesMetadata\\AMetadataEvent' => __DIR__ . '/../../..' . '/lib/public/FilesMetadata/AMetadataEvent.php', |
|
| 399 | - 'OCP\\FilesMetadata\\Event\\MetadataBackgroundEvent' => __DIR__ . '/../../..' . '/lib/public/FilesMetadata/Event/MetadataBackgroundEvent.php', |
|
| 400 | - 'OCP\\FilesMetadata\\Event\\MetadataLiveEvent' => __DIR__ . '/../../..' . '/lib/public/FilesMetadata/Event/MetadataLiveEvent.php', |
|
| 401 | - 'OCP\\FilesMetadata\\Event\\MetadataNamedEvent' => __DIR__ . '/../../..' . '/lib/public/FilesMetadata/Event/MetadataNamedEvent.php', |
|
| 402 | - 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataException' => __DIR__ . '/../../..' . '/lib/public/FilesMetadata/Exceptions/FilesMetadataException.php', |
|
| 403 | - 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataKeyFormatException' => __DIR__ . '/../../..' . '/lib/public/FilesMetadata/Exceptions/FilesMetadataKeyFormatException.php', |
|
| 404 | - 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataNotFoundException' => __DIR__ . '/../../..' . '/lib/public/FilesMetadata/Exceptions/FilesMetadataNotFoundException.php', |
|
| 405 | - 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataTypeException' => __DIR__ . '/../../..' . '/lib/public/FilesMetadata/Exceptions/FilesMetadataTypeException.php', |
|
| 406 | - 'OCP\\FilesMetadata\\IFilesMetadataManager' => __DIR__ . '/../../..' . '/lib/public/FilesMetadata/IFilesMetadataManager.php', |
|
| 407 | - 'OCP\\FilesMetadata\\IMetadataQuery' => __DIR__ . '/../../..' . '/lib/public/FilesMetadata/IMetadataQuery.php', |
|
| 408 | - 'OCP\\FilesMetadata\\Model\\IFilesMetadata' => __DIR__ . '/../../..' . '/lib/public/FilesMetadata/Model/IFilesMetadata.php', |
|
| 409 | - 'OCP\\FilesMetadata\\Model\\IMetadataValueWrapper' => __DIR__ . '/../../..' . '/lib/public/FilesMetadata/Model/IMetadataValueWrapper.php', |
|
| 410 | - 'OCP\\Files\\AlreadyExistsException' => __DIR__ . '/../../..' . '/lib/public/Files/AlreadyExistsException.php', |
|
| 411 | - 'OCP\\Files\\AppData\\IAppDataFactory' => __DIR__ . '/../../..' . '/lib/public/Files/AppData/IAppDataFactory.php', |
|
| 412 | - 'OCP\\Files\\Cache\\AbstractCacheEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/AbstractCacheEvent.php', |
|
| 413 | - 'OCP\\Files\\Cache\\CacheEntryInsertedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/CacheEntryInsertedEvent.php', |
|
| 414 | - 'OCP\\Files\\Cache\\CacheEntryRemovedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/CacheEntryRemovedEvent.php', |
|
| 415 | - 'OCP\\Files\\Cache\\CacheEntryUpdatedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/CacheEntryUpdatedEvent.php', |
|
| 416 | - 'OCP\\Files\\Cache\\CacheInsertEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/CacheInsertEvent.php', |
|
| 417 | - 'OCP\\Files\\Cache\\CacheUpdateEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/CacheUpdateEvent.php', |
|
| 418 | - 'OCP\\Files\\Cache\\ICache' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/ICache.php', |
|
| 419 | - 'OCP\\Files\\Cache\\ICacheEntry' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/ICacheEntry.php', |
|
| 420 | - 'OCP\\Files\\Cache\\ICacheEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/ICacheEvent.php', |
|
| 421 | - 'OCP\\Files\\Cache\\IFileAccess' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/IFileAccess.php', |
|
| 422 | - 'OCP\\Files\\Cache\\IPropagator' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/IPropagator.php', |
|
| 423 | - 'OCP\\Files\\Cache\\IScanner' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/IScanner.php', |
|
| 424 | - 'OCP\\Files\\Cache\\IUpdater' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/IUpdater.php', |
|
| 425 | - 'OCP\\Files\\Cache\\IWatcher' => __DIR__ . '/../../..' . '/lib/public/Files/Cache/IWatcher.php', |
|
| 426 | - 'OCP\\Files\\Config\\Event\\UserMountAddedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Config/Event/UserMountAddedEvent.php', |
|
| 427 | - 'OCP\\Files\\Config\\Event\\UserMountRemovedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Config/Event/UserMountRemovedEvent.php', |
|
| 428 | - 'OCP\\Files\\Config\\Event\\UserMountUpdatedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Config/Event/UserMountUpdatedEvent.php', |
|
| 429 | - 'OCP\\Files\\Config\\ICachedMountFileInfo' => __DIR__ . '/../../..' . '/lib/public/Files/Config/ICachedMountFileInfo.php', |
|
| 430 | - 'OCP\\Files\\Config\\ICachedMountInfo' => __DIR__ . '/../../..' . '/lib/public/Files/Config/ICachedMountInfo.php', |
|
| 431 | - 'OCP\\Files\\Config\\IHomeMountProvider' => __DIR__ . '/../../..' . '/lib/public/Files/Config/IHomeMountProvider.php', |
|
| 432 | - 'OCP\\Files\\Config\\IMountProvider' => __DIR__ . '/../../..' . '/lib/public/Files/Config/IMountProvider.php', |
|
| 433 | - 'OCP\\Files\\Config\\IMountProviderCollection' => __DIR__ . '/../../..' . '/lib/public/Files/Config/IMountProviderCollection.php', |
|
| 434 | - 'OCP\\Files\\Config\\IRootMountProvider' => __DIR__ . '/../../..' . '/lib/public/Files/Config/IRootMountProvider.php', |
|
| 435 | - 'OCP\\Files\\Config\\IUserMountCache' => __DIR__ . '/../../..' . '/lib/public/Files/Config/IUserMountCache.php', |
|
| 436 | - 'OCP\\Files\\ConnectionLostException' => __DIR__ . '/../../..' . '/lib/public/Files/ConnectionLostException.php', |
|
| 437 | - 'OCP\\Files\\Conversion\\ConversionMimeProvider' => __DIR__ . '/../../..' . '/lib/public/Files/Conversion/ConversionMimeProvider.php', |
|
| 438 | - 'OCP\\Files\\Conversion\\IConversionManager' => __DIR__ . '/../../..' . '/lib/public/Files/Conversion/IConversionManager.php', |
|
| 439 | - 'OCP\\Files\\Conversion\\IConversionProvider' => __DIR__ . '/../../..' . '/lib/public/Files/Conversion/IConversionProvider.php', |
|
| 440 | - 'OCP\\Files\\DavUtil' => __DIR__ . '/../../..' . '/lib/public/Files/DavUtil.php', |
|
| 441 | - 'OCP\\Files\\EmptyFileNameException' => __DIR__ . '/../../..' . '/lib/public/Files/EmptyFileNameException.php', |
|
| 442 | - 'OCP\\Files\\EntityTooLargeException' => __DIR__ . '/../../..' . '/lib/public/Files/EntityTooLargeException.php', |
|
| 443 | - 'OCP\\Files\\Events\\BeforeDirectFileDownloadEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/BeforeDirectFileDownloadEvent.php', |
|
| 444 | - 'OCP\\Files\\Events\\BeforeFileScannedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/BeforeFileScannedEvent.php', |
|
| 445 | - 'OCP\\Files\\Events\\BeforeFileSystemSetupEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/BeforeFileSystemSetupEvent.php', |
|
| 446 | - 'OCP\\Files\\Events\\BeforeFolderScannedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/BeforeFolderScannedEvent.php', |
|
| 447 | - 'OCP\\Files\\Events\\BeforeZipCreatedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/BeforeZipCreatedEvent.php', |
|
| 448 | - 'OCP\\Files\\Events\\FileCacheUpdated' => __DIR__ . '/../../..' . '/lib/public/Files/Events/FileCacheUpdated.php', |
|
| 449 | - 'OCP\\Files\\Events\\FileScannedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/FileScannedEvent.php', |
|
| 450 | - 'OCP\\Files\\Events\\FolderScannedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/FolderScannedEvent.php', |
|
| 451 | - 'OCP\\Files\\Events\\InvalidateMountCacheEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/InvalidateMountCacheEvent.php', |
|
| 452 | - 'OCP\\Files\\Events\\NodeAddedToCache' => __DIR__ . '/../../..' . '/lib/public/Files/Events/NodeAddedToCache.php', |
|
| 453 | - 'OCP\\Files\\Events\\NodeAddedToFavorite' => __DIR__ . '/../../..' . '/lib/public/Files/Events/NodeAddedToFavorite.php', |
|
| 454 | - 'OCP\\Files\\Events\\NodeRemovedFromCache' => __DIR__ . '/../../..' . '/lib/public/Files/Events/NodeRemovedFromCache.php', |
|
| 455 | - 'OCP\\Files\\Events\\NodeRemovedFromFavorite' => __DIR__ . '/../../..' . '/lib/public/Files/Events/NodeRemovedFromFavorite.php', |
|
| 456 | - 'OCP\\Files\\Events\\Node\\AbstractNodeEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/AbstractNodeEvent.php', |
|
| 457 | - 'OCP\\Files\\Events\\Node\\AbstractNodesEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/AbstractNodesEvent.php', |
|
| 458 | - 'OCP\\Files\\Events\\Node\\BeforeNodeCopiedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/BeforeNodeCopiedEvent.php', |
|
| 459 | - 'OCP\\Files\\Events\\Node\\BeforeNodeCreatedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/BeforeNodeCreatedEvent.php', |
|
| 460 | - 'OCP\\Files\\Events\\Node\\BeforeNodeDeletedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/BeforeNodeDeletedEvent.php', |
|
| 461 | - 'OCP\\Files\\Events\\Node\\BeforeNodeReadEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/BeforeNodeReadEvent.php', |
|
| 462 | - 'OCP\\Files\\Events\\Node\\BeforeNodeRenamedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/BeforeNodeRenamedEvent.php', |
|
| 463 | - 'OCP\\Files\\Events\\Node\\BeforeNodeTouchedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/BeforeNodeTouchedEvent.php', |
|
| 464 | - 'OCP\\Files\\Events\\Node\\BeforeNodeWrittenEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/BeforeNodeWrittenEvent.php', |
|
| 465 | - 'OCP\\Files\\Events\\Node\\FilesystemTornDownEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/FilesystemTornDownEvent.php', |
|
| 466 | - 'OCP\\Files\\Events\\Node\\NodeCopiedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/NodeCopiedEvent.php', |
|
| 467 | - 'OCP\\Files\\Events\\Node\\NodeCreatedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/NodeCreatedEvent.php', |
|
| 468 | - 'OCP\\Files\\Events\\Node\\NodeDeletedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/NodeDeletedEvent.php', |
|
| 469 | - 'OCP\\Files\\Events\\Node\\NodeRenamedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/NodeRenamedEvent.php', |
|
| 470 | - 'OCP\\Files\\Events\\Node\\NodeTouchedEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/NodeTouchedEvent.php', |
|
| 471 | - 'OCP\\Files\\Events\\Node\\NodeWrittenEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Events/Node/NodeWrittenEvent.php', |
|
| 472 | - 'OCP\\Files\\File' => __DIR__ . '/../../..' . '/lib/public/Files/File.php', |
|
| 473 | - 'OCP\\Files\\FileInfo' => __DIR__ . '/../../..' . '/lib/public/Files/FileInfo.php', |
|
| 474 | - 'OCP\\Files\\FileNameTooLongException' => __DIR__ . '/../../..' . '/lib/public/Files/FileNameTooLongException.php', |
|
| 475 | - 'OCP\\Files\\Folder' => __DIR__ . '/../../..' . '/lib/public/Files/Folder.php', |
|
| 476 | - 'OCP\\Files\\ForbiddenException' => __DIR__ . '/../../..' . '/lib/public/Files/ForbiddenException.php', |
|
| 477 | - 'OCP\\Files\\GenericFileException' => __DIR__ . '/../../..' . '/lib/public/Files/GenericFileException.php', |
|
| 478 | - 'OCP\\Files\\IAppData' => __DIR__ . '/../../..' . '/lib/public/Files/IAppData.php', |
|
| 479 | - 'OCP\\Files\\IFilenameValidator' => __DIR__ . '/../../..' . '/lib/public/Files/IFilenameValidator.php', |
|
| 480 | - 'OCP\\Files\\IHomeStorage' => __DIR__ . '/../../..' . '/lib/public/Files/IHomeStorage.php', |
|
| 481 | - 'OCP\\Files\\IMimeTypeDetector' => __DIR__ . '/../../..' . '/lib/public/Files/IMimeTypeDetector.php', |
|
| 482 | - 'OCP\\Files\\IMimeTypeLoader' => __DIR__ . '/../../..' . '/lib/public/Files/IMimeTypeLoader.php', |
|
| 483 | - 'OCP\\Files\\IRootFolder' => __DIR__ . '/../../..' . '/lib/public/Files/IRootFolder.php', |
|
| 484 | - 'OCP\\Files\\InvalidCharacterInPathException' => __DIR__ . '/../../..' . '/lib/public/Files/InvalidCharacterInPathException.php', |
|
| 485 | - 'OCP\\Files\\InvalidContentException' => __DIR__ . '/../../..' . '/lib/public/Files/InvalidContentException.php', |
|
| 486 | - 'OCP\\Files\\InvalidDirectoryException' => __DIR__ . '/../../..' . '/lib/public/Files/InvalidDirectoryException.php', |
|
| 487 | - 'OCP\\Files\\InvalidPathException' => __DIR__ . '/../../..' . '/lib/public/Files/InvalidPathException.php', |
|
| 488 | - 'OCP\\Files\\LockNotAcquiredException' => __DIR__ . '/../../..' . '/lib/public/Files/LockNotAcquiredException.php', |
|
| 489 | - 'OCP\\Files\\Lock\\ILock' => __DIR__ . '/../../..' . '/lib/public/Files/Lock/ILock.php', |
|
| 490 | - 'OCP\\Files\\Lock\\ILockManager' => __DIR__ . '/../../..' . '/lib/public/Files/Lock/ILockManager.php', |
|
| 491 | - 'OCP\\Files\\Lock\\ILockProvider' => __DIR__ . '/../../..' . '/lib/public/Files/Lock/ILockProvider.php', |
|
| 492 | - 'OCP\\Files\\Lock\\LockContext' => __DIR__ . '/../../..' . '/lib/public/Files/Lock/LockContext.php', |
|
| 493 | - 'OCP\\Files\\Lock\\NoLockProviderException' => __DIR__ . '/../../..' . '/lib/public/Files/Lock/NoLockProviderException.php', |
|
| 494 | - 'OCP\\Files\\Lock\\OwnerLockedException' => __DIR__ . '/../../..' . '/lib/public/Files/Lock/OwnerLockedException.php', |
|
| 495 | - 'OCP\\Files\\Mount\\IMountManager' => __DIR__ . '/../../..' . '/lib/public/Files/Mount/IMountManager.php', |
|
| 496 | - 'OCP\\Files\\Mount\\IMountPoint' => __DIR__ . '/../../..' . '/lib/public/Files/Mount/IMountPoint.php', |
|
| 497 | - 'OCP\\Files\\Mount\\IMovableMount' => __DIR__ . '/../../..' . '/lib/public/Files/Mount/IMovableMount.php', |
|
| 498 | - 'OCP\\Files\\Mount\\IShareOwnerlessMount' => __DIR__ . '/../../..' . '/lib/public/Files/Mount/IShareOwnerlessMount.php', |
|
| 499 | - 'OCP\\Files\\Mount\\ISystemMountPoint' => __DIR__ . '/../../..' . '/lib/public/Files/Mount/ISystemMountPoint.php', |
|
| 500 | - 'OCP\\Files\\Node' => __DIR__ . '/../../..' . '/lib/public/Files/Node.php', |
|
| 501 | - 'OCP\\Files\\NotEnoughSpaceException' => __DIR__ . '/../../..' . '/lib/public/Files/NotEnoughSpaceException.php', |
|
| 502 | - 'OCP\\Files\\NotFoundException' => __DIR__ . '/../../..' . '/lib/public/Files/NotFoundException.php', |
|
| 503 | - 'OCP\\Files\\NotPermittedException' => __DIR__ . '/../../..' . '/lib/public/Files/NotPermittedException.php', |
|
| 504 | - 'OCP\\Files\\Notify\\IChange' => __DIR__ . '/../../..' . '/lib/public/Files/Notify/IChange.php', |
|
| 505 | - 'OCP\\Files\\Notify\\INotifyHandler' => __DIR__ . '/../../..' . '/lib/public/Files/Notify/INotifyHandler.php', |
|
| 506 | - 'OCP\\Files\\Notify\\IRenameChange' => __DIR__ . '/../../..' . '/lib/public/Files/Notify/IRenameChange.php', |
|
| 507 | - 'OCP\\Files\\ObjectStore\\IObjectStore' => __DIR__ . '/../../..' . '/lib/public/Files/ObjectStore/IObjectStore.php', |
|
| 508 | - 'OCP\\Files\\ObjectStore\\IObjectStoreMetaData' => __DIR__ . '/../../..' . '/lib/public/Files/ObjectStore/IObjectStoreMetaData.php', |
|
| 509 | - 'OCP\\Files\\ObjectStore\\IObjectStoreMultiPartUpload' => __DIR__ . '/../../..' . '/lib/public/Files/ObjectStore/IObjectStoreMultiPartUpload.php', |
|
| 510 | - 'OCP\\Files\\ReservedWordException' => __DIR__ . '/../../..' . '/lib/public/Files/ReservedWordException.php', |
|
| 511 | - 'OCP\\Files\\Search\\ISearchBinaryOperator' => __DIR__ . '/../../..' . '/lib/public/Files/Search/ISearchBinaryOperator.php', |
|
| 512 | - 'OCP\\Files\\Search\\ISearchComparison' => __DIR__ . '/../../..' . '/lib/public/Files/Search/ISearchComparison.php', |
|
| 513 | - 'OCP\\Files\\Search\\ISearchOperator' => __DIR__ . '/../../..' . '/lib/public/Files/Search/ISearchOperator.php', |
|
| 514 | - 'OCP\\Files\\Search\\ISearchOrder' => __DIR__ . '/../../..' . '/lib/public/Files/Search/ISearchOrder.php', |
|
| 515 | - 'OCP\\Files\\Search\\ISearchQuery' => __DIR__ . '/../../..' . '/lib/public/Files/Search/ISearchQuery.php', |
|
| 516 | - 'OCP\\Files\\SimpleFS\\ISimpleFile' => __DIR__ . '/../../..' . '/lib/public/Files/SimpleFS/ISimpleFile.php', |
|
| 517 | - 'OCP\\Files\\SimpleFS\\ISimpleFolder' => __DIR__ . '/../../..' . '/lib/public/Files/SimpleFS/ISimpleFolder.php', |
|
| 518 | - 'OCP\\Files\\SimpleFS\\ISimpleRoot' => __DIR__ . '/../../..' . '/lib/public/Files/SimpleFS/ISimpleRoot.php', |
|
| 519 | - 'OCP\\Files\\SimpleFS\\InMemoryFile' => __DIR__ . '/../../..' . '/lib/public/Files/SimpleFS/InMemoryFile.php', |
|
| 520 | - 'OCP\\Files\\StorageAuthException' => __DIR__ . '/../../..' . '/lib/public/Files/StorageAuthException.php', |
|
| 521 | - 'OCP\\Files\\StorageBadConfigException' => __DIR__ . '/../../..' . '/lib/public/Files/StorageBadConfigException.php', |
|
| 522 | - 'OCP\\Files\\StorageConnectionException' => __DIR__ . '/../../..' . '/lib/public/Files/StorageConnectionException.php', |
|
| 523 | - 'OCP\\Files\\StorageInvalidException' => __DIR__ . '/../../..' . '/lib/public/Files/StorageInvalidException.php', |
|
| 524 | - 'OCP\\Files\\StorageNotAvailableException' => __DIR__ . '/../../..' . '/lib/public/Files/StorageNotAvailableException.php', |
|
| 525 | - 'OCP\\Files\\StorageTimeoutException' => __DIR__ . '/../../..' . '/lib/public/Files/StorageTimeoutException.php', |
|
| 526 | - 'OCP\\Files\\Storage\\IChunkedFileWrite' => __DIR__ . '/../../..' . '/lib/public/Files/Storage/IChunkedFileWrite.php', |
|
| 527 | - 'OCP\\Files\\Storage\\IConstructableStorage' => __DIR__ . '/../../..' . '/lib/public/Files/Storage/IConstructableStorage.php', |
|
| 528 | - 'OCP\\Files\\Storage\\IDisableEncryptionStorage' => __DIR__ . '/../../..' . '/lib/public/Files/Storage/IDisableEncryptionStorage.php', |
|
| 529 | - 'OCP\\Files\\Storage\\ILockingStorage' => __DIR__ . '/../../..' . '/lib/public/Files/Storage/ILockingStorage.php', |
|
| 530 | - 'OCP\\Files\\Storage\\INotifyStorage' => __DIR__ . '/../../..' . '/lib/public/Files/Storage/INotifyStorage.php', |
|
| 531 | - 'OCP\\Files\\Storage\\IReliableEtagStorage' => __DIR__ . '/../../..' . '/lib/public/Files/Storage/IReliableEtagStorage.php', |
|
| 532 | - 'OCP\\Files\\Storage\\ISharedStorage' => __DIR__ . '/../../..' . '/lib/public/Files/Storage/ISharedStorage.php', |
|
| 533 | - 'OCP\\Files\\Storage\\IStorage' => __DIR__ . '/../../..' . '/lib/public/Files/Storage/IStorage.php', |
|
| 534 | - 'OCP\\Files\\Storage\\IStorageFactory' => __DIR__ . '/../../..' . '/lib/public/Files/Storage/IStorageFactory.php', |
|
| 535 | - 'OCP\\Files\\Storage\\IWriteStreamStorage' => __DIR__ . '/../../..' . '/lib/public/Files/Storage/IWriteStreamStorage.php', |
|
| 536 | - 'OCP\\Files\\Template\\BeforeGetTemplatesEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Template/BeforeGetTemplatesEvent.php', |
|
| 537 | - 'OCP\\Files\\Template\\Field' => __DIR__ . '/../../..' . '/lib/public/Files/Template/Field.php', |
|
| 538 | - 'OCP\\Files\\Template\\FieldFactory' => __DIR__ . '/../../..' . '/lib/public/Files/Template/FieldFactory.php', |
|
| 539 | - 'OCP\\Files\\Template\\FieldType' => __DIR__ . '/../../..' . '/lib/public/Files/Template/FieldType.php', |
|
| 540 | - 'OCP\\Files\\Template\\Fields\\CheckBoxField' => __DIR__ . '/../../..' . '/lib/public/Files/Template/Fields/CheckBoxField.php', |
|
| 541 | - 'OCP\\Files\\Template\\Fields\\RichTextField' => __DIR__ . '/../../..' . '/lib/public/Files/Template/Fields/RichTextField.php', |
|
| 542 | - 'OCP\\Files\\Template\\FileCreatedFromTemplateEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Template/FileCreatedFromTemplateEvent.php', |
|
| 543 | - 'OCP\\Files\\Template\\ICustomTemplateProvider' => __DIR__ . '/../../..' . '/lib/public/Files/Template/ICustomTemplateProvider.php', |
|
| 544 | - 'OCP\\Files\\Template\\ITemplateManager' => __DIR__ . '/../../..' . '/lib/public/Files/Template/ITemplateManager.php', |
|
| 545 | - 'OCP\\Files\\Template\\InvalidFieldTypeException' => __DIR__ . '/../../..' . '/lib/public/Files/Template/InvalidFieldTypeException.php', |
|
| 546 | - 'OCP\\Files\\Template\\RegisterTemplateCreatorEvent' => __DIR__ . '/../../..' . '/lib/public/Files/Template/RegisterTemplateCreatorEvent.php', |
|
| 547 | - 'OCP\\Files\\Template\\Template' => __DIR__ . '/../../..' . '/lib/public/Files/Template/Template.php', |
|
| 548 | - 'OCP\\Files\\Template\\TemplateFileCreator' => __DIR__ . '/../../..' . '/lib/public/Files/Template/TemplateFileCreator.php', |
|
| 549 | - 'OCP\\Files\\UnseekableException' => __DIR__ . '/../../..' . '/lib/public/Files/UnseekableException.php', |
|
| 550 | - 'OCP\\Files_FullTextSearch\\Model\\AFilesDocument' => __DIR__ . '/../../..' . '/lib/public/Files_FullTextSearch/Model/AFilesDocument.php', |
|
| 551 | - 'OCP\\FullTextSearch\\Exceptions\\FullTextSearchAppNotAvailableException' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Exceptions/FullTextSearchAppNotAvailableException.php', |
|
| 552 | - 'OCP\\FullTextSearch\\Exceptions\\FullTextSearchIndexNotAvailableException' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Exceptions/FullTextSearchIndexNotAvailableException.php', |
|
| 553 | - 'OCP\\FullTextSearch\\IFullTextSearchManager' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/IFullTextSearchManager.php', |
|
| 554 | - 'OCP\\FullTextSearch\\IFullTextSearchPlatform' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/IFullTextSearchPlatform.php', |
|
| 555 | - 'OCP\\FullTextSearch\\IFullTextSearchProvider' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/IFullTextSearchProvider.php', |
|
| 556 | - 'OCP\\FullTextSearch\\Model\\IDocumentAccess' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Model/IDocumentAccess.php', |
|
| 557 | - 'OCP\\FullTextSearch\\Model\\IIndex' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Model/IIndex.php', |
|
| 558 | - 'OCP\\FullTextSearch\\Model\\IIndexDocument' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Model/IIndexDocument.php', |
|
| 559 | - 'OCP\\FullTextSearch\\Model\\IIndexOptions' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Model/IIndexOptions.php', |
|
| 560 | - 'OCP\\FullTextSearch\\Model\\IRunner' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Model/IRunner.php', |
|
| 561 | - 'OCP\\FullTextSearch\\Model\\ISearchOption' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Model/ISearchOption.php', |
|
| 562 | - 'OCP\\FullTextSearch\\Model\\ISearchRequest' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Model/ISearchRequest.php', |
|
| 563 | - 'OCP\\FullTextSearch\\Model\\ISearchRequestSimpleQuery' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Model/ISearchRequestSimpleQuery.php', |
|
| 564 | - 'OCP\\FullTextSearch\\Model\\ISearchResult' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Model/ISearchResult.php', |
|
| 565 | - 'OCP\\FullTextSearch\\Model\\ISearchTemplate' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Model/ISearchTemplate.php', |
|
| 566 | - 'OCP\\FullTextSearch\\Service\\IIndexService' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Service/IIndexService.php', |
|
| 567 | - 'OCP\\FullTextSearch\\Service\\IProviderService' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Service/IProviderService.php', |
|
| 568 | - 'OCP\\FullTextSearch\\Service\\ISearchService' => __DIR__ . '/../../..' . '/lib/public/FullTextSearch/Service/ISearchService.php', |
|
| 569 | - 'OCP\\GlobalScale\\IConfig' => __DIR__ . '/../../..' . '/lib/public/GlobalScale/IConfig.php', |
|
| 570 | - 'OCP\\GroupInterface' => __DIR__ . '/../../..' . '/lib/public/GroupInterface.php', |
|
| 571 | - 'OCP\\Group\\Backend\\ABackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/ABackend.php', |
|
| 572 | - 'OCP\\Group\\Backend\\IAddToGroupBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/IAddToGroupBackend.php', |
|
| 573 | - 'OCP\\Group\\Backend\\IBatchMethodsBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/IBatchMethodsBackend.php', |
|
| 574 | - 'OCP\\Group\\Backend\\ICountDisabledInGroup' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/ICountDisabledInGroup.php', |
|
| 575 | - 'OCP\\Group\\Backend\\ICountUsersBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/ICountUsersBackend.php', |
|
| 576 | - 'OCP\\Group\\Backend\\ICreateGroupBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/ICreateGroupBackend.php', |
|
| 577 | - 'OCP\\Group\\Backend\\ICreateNamedGroupBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/ICreateNamedGroupBackend.php', |
|
| 578 | - 'OCP\\Group\\Backend\\IDeleteGroupBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/IDeleteGroupBackend.php', |
|
| 579 | - 'OCP\\Group\\Backend\\IGetDisplayNameBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/IGetDisplayNameBackend.php', |
|
| 580 | - 'OCP\\Group\\Backend\\IGroupDetailsBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/IGroupDetailsBackend.php', |
|
| 581 | - 'OCP\\Group\\Backend\\IHideFromCollaborationBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/IHideFromCollaborationBackend.php', |
|
| 582 | - 'OCP\\Group\\Backend\\IIsAdminBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/IIsAdminBackend.php', |
|
| 583 | - 'OCP\\Group\\Backend\\INamedBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/INamedBackend.php', |
|
| 584 | - 'OCP\\Group\\Backend\\IRemoveFromGroupBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/IRemoveFromGroupBackend.php', |
|
| 585 | - 'OCP\\Group\\Backend\\ISearchableGroupBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/ISearchableGroupBackend.php', |
|
| 586 | - 'OCP\\Group\\Backend\\ISetDisplayNameBackend' => __DIR__ . '/../../..' . '/lib/public/Group/Backend/ISetDisplayNameBackend.php', |
|
| 587 | - 'OCP\\Group\\Events\\BeforeGroupChangedEvent' => __DIR__ . '/../../..' . '/lib/public/Group/Events/BeforeGroupChangedEvent.php', |
|
| 588 | - 'OCP\\Group\\Events\\BeforeGroupCreatedEvent' => __DIR__ . '/../../..' . '/lib/public/Group/Events/BeforeGroupCreatedEvent.php', |
|
| 589 | - 'OCP\\Group\\Events\\BeforeGroupDeletedEvent' => __DIR__ . '/../../..' . '/lib/public/Group/Events/BeforeGroupDeletedEvent.php', |
|
| 590 | - 'OCP\\Group\\Events\\BeforeUserAddedEvent' => __DIR__ . '/../../..' . '/lib/public/Group/Events/BeforeUserAddedEvent.php', |
|
| 591 | - 'OCP\\Group\\Events\\BeforeUserRemovedEvent' => __DIR__ . '/../../..' . '/lib/public/Group/Events/BeforeUserRemovedEvent.php', |
|
| 592 | - 'OCP\\Group\\Events\\GroupChangedEvent' => __DIR__ . '/../../..' . '/lib/public/Group/Events/GroupChangedEvent.php', |
|
| 593 | - 'OCP\\Group\\Events\\GroupCreatedEvent' => __DIR__ . '/../../..' . '/lib/public/Group/Events/GroupCreatedEvent.php', |
|
| 594 | - 'OCP\\Group\\Events\\GroupDeletedEvent' => __DIR__ . '/../../..' . '/lib/public/Group/Events/GroupDeletedEvent.php', |
|
| 595 | - 'OCP\\Group\\Events\\SubAdminAddedEvent' => __DIR__ . '/../../..' . '/lib/public/Group/Events/SubAdminAddedEvent.php', |
|
| 596 | - 'OCP\\Group\\Events\\SubAdminRemovedEvent' => __DIR__ . '/../../..' . '/lib/public/Group/Events/SubAdminRemovedEvent.php', |
|
| 597 | - 'OCP\\Group\\Events\\UserAddedEvent' => __DIR__ . '/../../..' . '/lib/public/Group/Events/UserAddedEvent.php', |
|
| 598 | - 'OCP\\Group\\Events\\UserRemovedEvent' => __DIR__ . '/../../..' . '/lib/public/Group/Events/UserRemovedEvent.php', |
|
| 599 | - 'OCP\\Group\\ISubAdmin' => __DIR__ . '/../../..' . '/lib/public/Group/ISubAdmin.php', |
|
| 600 | - 'OCP\\HintException' => __DIR__ . '/../../..' . '/lib/public/HintException.php', |
|
| 601 | - 'OCP\\Http\\Client\\IClient' => __DIR__ . '/../../..' . '/lib/public/Http/Client/IClient.php', |
|
| 602 | - 'OCP\\Http\\Client\\IClientService' => __DIR__ . '/../../..' . '/lib/public/Http/Client/IClientService.php', |
|
| 603 | - 'OCP\\Http\\Client\\IPromise' => __DIR__ . '/../../..' . '/lib/public/Http/Client/IPromise.php', |
|
| 604 | - 'OCP\\Http\\Client\\IResponse' => __DIR__ . '/../../..' . '/lib/public/Http/Client/IResponse.php', |
|
| 605 | - 'OCP\\Http\\Client\\LocalServerException' => __DIR__ . '/../../..' . '/lib/public/Http/Client/LocalServerException.php', |
|
| 606 | - 'OCP\\Http\\WellKnown\\GenericResponse' => __DIR__ . '/../../..' . '/lib/public/Http/WellKnown/GenericResponse.php', |
|
| 607 | - 'OCP\\Http\\WellKnown\\IHandler' => __DIR__ . '/../../..' . '/lib/public/Http/WellKnown/IHandler.php', |
|
| 608 | - 'OCP\\Http\\WellKnown\\IRequestContext' => __DIR__ . '/../../..' . '/lib/public/Http/WellKnown/IRequestContext.php', |
|
| 609 | - 'OCP\\Http\\WellKnown\\IResponse' => __DIR__ . '/../../..' . '/lib/public/Http/WellKnown/IResponse.php', |
|
| 610 | - 'OCP\\Http\\WellKnown\\JrdResponse' => __DIR__ . '/../../..' . '/lib/public/Http/WellKnown/JrdResponse.php', |
|
| 611 | - 'OCP\\IAddressBook' => __DIR__ . '/../../..' . '/lib/public/IAddressBook.php', |
|
| 612 | - 'OCP\\IAddressBookEnabled' => __DIR__ . '/../../..' . '/lib/public/IAddressBookEnabled.php', |
|
| 613 | - 'OCP\\IAppConfig' => __DIR__ . '/../../..' . '/lib/public/IAppConfig.php', |
|
| 614 | - 'OCP\\IAvatar' => __DIR__ . '/../../..' . '/lib/public/IAvatar.php', |
|
| 615 | - 'OCP\\IAvatarManager' => __DIR__ . '/../../..' . '/lib/public/IAvatarManager.php', |
|
| 616 | - 'OCP\\IBinaryFinder' => __DIR__ . '/../../..' . '/lib/public/IBinaryFinder.php', |
|
| 617 | - 'OCP\\ICache' => __DIR__ . '/../../..' . '/lib/public/ICache.php', |
|
| 618 | - 'OCP\\ICacheFactory' => __DIR__ . '/../../..' . '/lib/public/ICacheFactory.php', |
|
| 619 | - 'OCP\\ICertificate' => __DIR__ . '/../../..' . '/lib/public/ICertificate.php', |
|
| 620 | - 'OCP\\ICertificateManager' => __DIR__ . '/../../..' . '/lib/public/ICertificateManager.php', |
|
| 621 | - 'OCP\\IConfig' => __DIR__ . '/../../..' . '/lib/public/IConfig.php', |
|
| 622 | - 'OCP\\IContainer' => __DIR__ . '/../../..' . '/lib/public/IContainer.php', |
|
| 623 | - 'OCP\\IDBConnection' => __DIR__ . '/../../..' . '/lib/public/IDBConnection.php', |
|
| 624 | - 'OCP\\IDateTimeFormatter' => __DIR__ . '/../../..' . '/lib/public/IDateTimeFormatter.php', |
|
| 625 | - 'OCP\\IDateTimeZone' => __DIR__ . '/../../..' . '/lib/public/IDateTimeZone.php', |
|
| 626 | - 'OCP\\IEmojiHelper' => __DIR__ . '/../../..' . '/lib/public/IEmojiHelper.php', |
|
| 627 | - 'OCP\\IEventSource' => __DIR__ . '/../../..' . '/lib/public/IEventSource.php', |
|
| 628 | - 'OCP\\IEventSourceFactory' => __DIR__ . '/../../..' . '/lib/public/IEventSourceFactory.php', |
|
| 629 | - 'OCP\\IGroup' => __DIR__ . '/../../..' . '/lib/public/IGroup.php', |
|
| 630 | - 'OCP\\IGroupManager' => __DIR__ . '/../../..' . '/lib/public/IGroupManager.php', |
|
| 631 | - 'OCP\\IImage' => __DIR__ . '/../../..' . '/lib/public/IImage.php', |
|
| 632 | - 'OCP\\IInitialStateService' => __DIR__ . '/../../..' . '/lib/public/IInitialStateService.php', |
|
| 633 | - 'OCP\\IL10N' => __DIR__ . '/../../..' . '/lib/public/IL10N.php', |
|
| 634 | - 'OCP\\ILogger' => __DIR__ . '/../../..' . '/lib/public/ILogger.php', |
|
| 635 | - 'OCP\\IMemcache' => __DIR__ . '/../../..' . '/lib/public/IMemcache.php', |
|
| 636 | - 'OCP\\IMemcacheTTL' => __DIR__ . '/../../..' . '/lib/public/IMemcacheTTL.php', |
|
| 637 | - 'OCP\\INavigationManager' => __DIR__ . '/../../..' . '/lib/public/INavigationManager.php', |
|
| 638 | - 'OCP\\IPhoneNumberUtil' => __DIR__ . '/../../..' . '/lib/public/IPhoneNumberUtil.php', |
|
| 639 | - 'OCP\\IPreview' => __DIR__ . '/../../..' . '/lib/public/IPreview.php', |
|
| 640 | - 'OCP\\IRequest' => __DIR__ . '/../../..' . '/lib/public/IRequest.php', |
|
| 641 | - 'OCP\\IRequestId' => __DIR__ . '/../../..' . '/lib/public/IRequestId.php', |
|
| 642 | - 'OCP\\IServerContainer' => __DIR__ . '/../../..' . '/lib/public/IServerContainer.php', |
|
| 643 | - 'OCP\\ISession' => __DIR__ . '/../../..' . '/lib/public/ISession.php', |
|
| 644 | - 'OCP\\IStreamImage' => __DIR__ . '/../../..' . '/lib/public/IStreamImage.php', |
|
| 645 | - 'OCP\\ITagManager' => __DIR__ . '/../../..' . '/lib/public/ITagManager.php', |
|
| 646 | - 'OCP\\ITags' => __DIR__ . '/../../..' . '/lib/public/ITags.php', |
|
| 647 | - 'OCP\\ITempManager' => __DIR__ . '/../../..' . '/lib/public/ITempManager.php', |
|
| 648 | - 'OCP\\IURLGenerator' => __DIR__ . '/../../..' . '/lib/public/IURLGenerator.php', |
|
| 649 | - 'OCP\\IUser' => __DIR__ . '/../../..' . '/lib/public/IUser.php', |
|
| 650 | - 'OCP\\IUserBackend' => __DIR__ . '/../../..' . '/lib/public/IUserBackend.php', |
|
| 651 | - 'OCP\\IUserManager' => __DIR__ . '/../../..' . '/lib/public/IUserManager.php', |
|
| 652 | - 'OCP\\IUserSession' => __DIR__ . '/../../..' . '/lib/public/IUserSession.php', |
|
| 653 | - 'OCP\\Image' => __DIR__ . '/../../..' . '/lib/public/Image.php', |
|
| 654 | - 'OCP\\L10N\\IFactory' => __DIR__ . '/../../..' . '/lib/public/L10N/IFactory.php', |
|
| 655 | - 'OCP\\L10N\\ILanguageIterator' => __DIR__ . '/../../..' . '/lib/public/L10N/ILanguageIterator.php', |
|
| 656 | - 'OCP\\LDAP\\IDeletionFlagSupport' => __DIR__ . '/../../..' . '/lib/public/LDAP/IDeletionFlagSupport.php', |
|
| 657 | - 'OCP\\LDAP\\ILDAPProvider' => __DIR__ . '/../../..' . '/lib/public/LDAP/ILDAPProvider.php', |
|
| 658 | - 'OCP\\LDAP\\ILDAPProviderFactory' => __DIR__ . '/../../..' . '/lib/public/LDAP/ILDAPProviderFactory.php', |
|
| 659 | - 'OCP\\Lock\\ILockingProvider' => __DIR__ . '/../../..' . '/lib/public/Lock/ILockingProvider.php', |
|
| 660 | - 'OCP\\Lock\\LockedException' => __DIR__ . '/../../..' . '/lib/public/Lock/LockedException.php', |
|
| 661 | - 'OCP\\Lock\\ManuallyLockedException' => __DIR__ . '/../../..' . '/lib/public/Lock/ManuallyLockedException.php', |
|
| 662 | - 'OCP\\Lockdown\\ILockdownManager' => __DIR__ . '/../../..' . '/lib/public/Lockdown/ILockdownManager.php', |
|
| 663 | - 'OCP\\Log\\Audit\\CriticalActionPerformedEvent' => __DIR__ . '/../../..' . '/lib/public/Log/Audit/CriticalActionPerformedEvent.php', |
|
| 664 | - 'OCP\\Log\\BeforeMessageLoggedEvent' => __DIR__ . '/../../..' . '/lib/public/Log/BeforeMessageLoggedEvent.php', |
|
| 665 | - 'OCP\\Log\\IDataLogger' => __DIR__ . '/../../..' . '/lib/public/Log/IDataLogger.php', |
|
| 666 | - 'OCP\\Log\\IFileBased' => __DIR__ . '/../../..' . '/lib/public/Log/IFileBased.php', |
|
| 667 | - 'OCP\\Log\\ILogFactory' => __DIR__ . '/../../..' . '/lib/public/Log/ILogFactory.php', |
|
| 668 | - 'OCP\\Log\\IWriter' => __DIR__ . '/../../..' . '/lib/public/Log/IWriter.php', |
|
| 669 | - 'OCP\\Log\\RotationTrait' => __DIR__ . '/../../..' . '/lib/public/Log/RotationTrait.php', |
|
| 670 | - 'OCP\\Mail\\Events\\BeforeMessageSent' => __DIR__ . '/../../..' . '/lib/public/Mail/Events/BeforeMessageSent.php', |
|
| 671 | - 'OCP\\Mail\\Headers\\AutoSubmitted' => __DIR__ . '/../../..' . '/lib/public/Mail/Headers/AutoSubmitted.php', |
|
| 672 | - 'OCP\\Mail\\IAttachment' => __DIR__ . '/../../..' . '/lib/public/Mail/IAttachment.php', |
|
| 673 | - 'OCP\\Mail\\IEMailTemplate' => __DIR__ . '/../../..' . '/lib/public/Mail/IEMailTemplate.php', |
|
| 674 | - 'OCP\\Mail\\IMailer' => __DIR__ . '/../../..' . '/lib/public/Mail/IMailer.php', |
|
| 675 | - 'OCP\\Mail\\IMessage' => __DIR__ . '/../../..' . '/lib/public/Mail/IMessage.php', |
|
| 676 | - 'OCP\\Mail\\Provider\\Address' => __DIR__ . '/../../..' . '/lib/public/Mail/Provider/Address.php', |
|
| 677 | - 'OCP\\Mail\\Provider\\Attachment' => __DIR__ . '/../../..' . '/lib/public/Mail/Provider/Attachment.php', |
|
| 678 | - 'OCP\\Mail\\Provider\\Exception\\Exception' => __DIR__ . '/../../..' . '/lib/public/Mail/Provider/Exception/Exception.php', |
|
| 679 | - 'OCP\\Mail\\Provider\\Exception\\SendException' => __DIR__ . '/../../..' . '/lib/public/Mail/Provider/Exception/SendException.php', |
|
| 680 | - 'OCP\\Mail\\Provider\\IAddress' => __DIR__ . '/../../..' . '/lib/public/Mail/Provider/IAddress.php', |
|
| 681 | - 'OCP\\Mail\\Provider\\IAttachment' => __DIR__ . '/../../..' . '/lib/public/Mail/Provider/IAttachment.php', |
|
| 682 | - 'OCP\\Mail\\Provider\\IManager' => __DIR__ . '/../../..' . '/lib/public/Mail/Provider/IManager.php', |
|
| 683 | - 'OCP\\Mail\\Provider\\IMessage' => __DIR__ . '/../../..' . '/lib/public/Mail/Provider/IMessage.php', |
|
| 684 | - 'OCP\\Mail\\Provider\\IMessageSend' => __DIR__ . '/../../..' . '/lib/public/Mail/Provider/IMessageSend.php', |
|
| 685 | - 'OCP\\Mail\\Provider\\IProvider' => __DIR__ . '/../../..' . '/lib/public/Mail/Provider/IProvider.php', |
|
| 686 | - 'OCP\\Mail\\Provider\\IService' => __DIR__ . '/../../..' . '/lib/public/Mail/Provider/IService.php', |
|
| 687 | - 'OCP\\Mail\\Provider\\Message' => __DIR__ . '/../../..' . '/lib/public/Mail/Provider/Message.php', |
|
| 688 | - 'OCP\\Migration\\Attributes\\AddColumn' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/AddColumn.php', |
|
| 689 | - 'OCP\\Migration\\Attributes\\AddIndex' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/AddIndex.php', |
|
| 690 | - 'OCP\\Migration\\Attributes\\ColumnMigrationAttribute' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/ColumnMigrationAttribute.php', |
|
| 691 | - 'OCP\\Migration\\Attributes\\ColumnType' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/ColumnType.php', |
|
| 692 | - 'OCP\\Migration\\Attributes\\CreateTable' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/CreateTable.php', |
|
| 693 | - 'OCP\\Migration\\Attributes\\DropColumn' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/DropColumn.php', |
|
| 694 | - 'OCP\\Migration\\Attributes\\DropIndex' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/DropIndex.php', |
|
| 695 | - 'OCP\\Migration\\Attributes\\DropTable' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/DropTable.php', |
|
| 696 | - 'OCP\\Migration\\Attributes\\GenericMigrationAttribute' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/GenericMigrationAttribute.php', |
|
| 697 | - 'OCP\\Migration\\Attributes\\IndexMigrationAttribute' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/IndexMigrationAttribute.php', |
|
| 698 | - 'OCP\\Migration\\Attributes\\IndexType' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/IndexType.php', |
|
| 699 | - 'OCP\\Migration\\Attributes\\MigrationAttribute' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/MigrationAttribute.php', |
|
| 700 | - 'OCP\\Migration\\Attributes\\ModifyColumn' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/ModifyColumn.php', |
|
| 701 | - 'OCP\\Migration\\Attributes\\TableMigrationAttribute' => __DIR__ . '/../../..' . '/lib/public/Migration/Attributes/TableMigrationAttribute.php', |
|
| 702 | - 'OCP\\Migration\\BigIntMigration' => __DIR__ . '/../../..' . '/lib/public/Migration/BigIntMigration.php', |
|
| 703 | - 'OCP\\Migration\\IMigrationStep' => __DIR__ . '/../../..' . '/lib/public/Migration/IMigrationStep.php', |
|
| 704 | - 'OCP\\Migration\\IOutput' => __DIR__ . '/../../..' . '/lib/public/Migration/IOutput.php', |
|
| 705 | - 'OCP\\Migration\\IRepairStep' => __DIR__ . '/../../..' . '/lib/public/Migration/IRepairStep.php', |
|
| 706 | - 'OCP\\Migration\\SimpleMigrationStep' => __DIR__ . '/../../..' . '/lib/public/Migration/SimpleMigrationStep.php', |
|
| 707 | - 'OCP\\Navigation\\Events\\LoadAdditionalEntriesEvent' => __DIR__ . '/../../..' . '/lib/public/Navigation/Events/LoadAdditionalEntriesEvent.php', |
|
| 708 | - 'OCP\\Notification\\AlreadyProcessedException' => __DIR__ . '/../../..' . '/lib/public/Notification/AlreadyProcessedException.php', |
|
| 709 | - 'OCP\\Notification\\IAction' => __DIR__ . '/../../..' . '/lib/public/Notification/IAction.php', |
|
| 710 | - 'OCP\\Notification\\IApp' => __DIR__ . '/../../..' . '/lib/public/Notification/IApp.php', |
|
| 711 | - 'OCP\\Notification\\IDeferrableApp' => __DIR__ . '/../../..' . '/lib/public/Notification/IDeferrableApp.php', |
|
| 712 | - 'OCP\\Notification\\IDismissableNotifier' => __DIR__ . '/../../..' . '/lib/public/Notification/IDismissableNotifier.php', |
|
| 713 | - 'OCP\\Notification\\IManager' => __DIR__ . '/../../..' . '/lib/public/Notification/IManager.php', |
|
| 714 | - 'OCP\\Notification\\INotification' => __DIR__ . '/../../..' . '/lib/public/Notification/INotification.php', |
|
| 715 | - 'OCP\\Notification\\INotifier' => __DIR__ . '/../../..' . '/lib/public/Notification/INotifier.php', |
|
| 716 | - 'OCP\\Notification\\IncompleteNotificationException' => __DIR__ . '/../../..' . '/lib/public/Notification/IncompleteNotificationException.php', |
|
| 717 | - 'OCP\\Notification\\IncompleteParsedNotificationException' => __DIR__ . '/../../..' . '/lib/public/Notification/IncompleteParsedNotificationException.php', |
|
| 718 | - 'OCP\\Notification\\InvalidValueException' => __DIR__ . '/../../..' . '/lib/public/Notification/InvalidValueException.php', |
|
| 719 | - 'OCP\\Notification\\UnknownNotificationException' => __DIR__ . '/../../..' . '/lib/public/Notification/UnknownNotificationException.php', |
|
| 720 | - 'OCP\\OCM\\Events\\ResourceTypeRegisterEvent' => __DIR__ . '/../../..' . '/lib/public/OCM/Events/ResourceTypeRegisterEvent.php', |
|
| 721 | - 'OCP\\OCM\\Exceptions\\OCMArgumentException' => __DIR__ . '/../../..' . '/lib/public/OCM/Exceptions/OCMArgumentException.php', |
|
| 722 | - 'OCP\\OCM\\Exceptions\\OCMProviderException' => __DIR__ . '/../../..' . '/lib/public/OCM/Exceptions/OCMProviderException.php', |
|
| 723 | - 'OCP\\OCM\\ICapabilityAwareOCMProvider' => __DIR__ . '/../../..' . '/lib/public/OCM/ICapabilityAwareOCMProvider.php', |
|
| 724 | - 'OCP\\OCM\\IOCMDiscoveryService' => __DIR__ . '/../../..' . '/lib/public/OCM/IOCMDiscoveryService.php', |
|
| 725 | - 'OCP\\OCM\\IOCMProvider' => __DIR__ . '/../../..' . '/lib/public/OCM/IOCMProvider.php', |
|
| 726 | - 'OCP\\OCM\\IOCMResource' => __DIR__ . '/../../..' . '/lib/public/OCM/IOCMResource.php', |
|
| 727 | - 'OCP\\OCS\\IDiscoveryService' => __DIR__ . '/../../..' . '/lib/public/OCS/IDiscoveryService.php', |
|
| 728 | - 'OCP\\PreConditionNotMetException' => __DIR__ . '/../../..' . '/lib/public/PreConditionNotMetException.php', |
|
| 729 | - 'OCP\\Preview\\BeforePreviewFetchedEvent' => __DIR__ . '/../../..' . '/lib/public/Preview/BeforePreviewFetchedEvent.php', |
|
| 730 | - 'OCP\\Preview\\IMimeIconProvider' => __DIR__ . '/../../..' . '/lib/public/Preview/IMimeIconProvider.php', |
|
| 731 | - 'OCP\\Preview\\IProvider' => __DIR__ . '/../../..' . '/lib/public/Preview/IProvider.php', |
|
| 732 | - 'OCP\\Preview\\IProviderV2' => __DIR__ . '/../../..' . '/lib/public/Preview/IProviderV2.php', |
|
| 733 | - 'OCP\\Preview\\IVersionedPreviewFile' => __DIR__ . '/../../..' . '/lib/public/Preview/IVersionedPreviewFile.php', |
|
| 734 | - 'OCP\\Profile\\BeforeTemplateRenderedEvent' => __DIR__ . '/../../..' . '/lib/public/Profile/BeforeTemplateRenderedEvent.php', |
|
| 735 | - 'OCP\\Profile\\ILinkAction' => __DIR__ . '/../../..' . '/lib/public/Profile/ILinkAction.php', |
|
| 736 | - 'OCP\\Profile\\IProfileManager' => __DIR__ . '/../../..' . '/lib/public/Profile/IProfileManager.php', |
|
| 737 | - 'OCP\\Profile\\ParameterDoesNotExistException' => __DIR__ . '/../../..' . '/lib/public/Profile/ParameterDoesNotExistException.php', |
|
| 738 | - 'OCP\\Profiler\\IProfile' => __DIR__ . '/../../..' . '/lib/public/Profiler/IProfile.php', |
|
| 739 | - 'OCP\\Profiler\\IProfiler' => __DIR__ . '/../../..' . '/lib/public/Profiler/IProfiler.php', |
|
| 740 | - 'OCP\\Remote\\Api\\IApiCollection' => __DIR__ . '/../../..' . '/lib/public/Remote/Api/IApiCollection.php', |
|
| 741 | - 'OCP\\Remote\\Api\\IApiFactory' => __DIR__ . '/../../..' . '/lib/public/Remote/Api/IApiFactory.php', |
|
| 742 | - 'OCP\\Remote\\Api\\ICapabilitiesApi' => __DIR__ . '/../../..' . '/lib/public/Remote/Api/ICapabilitiesApi.php', |
|
| 743 | - 'OCP\\Remote\\Api\\IUserApi' => __DIR__ . '/../../..' . '/lib/public/Remote/Api/IUserApi.php', |
|
| 744 | - 'OCP\\Remote\\ICredentials' => __DIR__ . '/../../..' . '/lib/public/Remote/ICredentials.php', |
|
| 745 | - 'OCP\\Remote\\IInstance' => __DIR__ . '/../../..' . '/lib/public/Remote/IInstance.php', |
|
| 746 | - 'OCP\\Remote\\IInstanceFactory' => __DIR__ . '/../../..' . '/lib/public/Remote/IInstanceFactory.php', |
|
| 747 | - 'OCP\\Remote\\IUser' => __DIR__ . '/../../..' . '/lib/public/Remote/IUser.php', |
|
| 748 | - 'OCP\\RichObjectStrings\\Definitions' => __DIR__ . '/../../..' . '/lib/public/RichObjectStrings/Definitions.php', |
|
| 749 | - 'OCP\\RichObjectStrings\\IRichTextFormatter' => __DIR__ . '/../../..' . '/lib/public/RichObjectStrings/IRichTextFormatter.php', |
|
| 750 | - 'OCP\\RichObjectStrings\\IValidator' => __DIR__ . '/../../..' . '/lib/public/RichObjectStrings/IValidator.php', |
|
| 751 | - 'OCP\\RichObjectStrings\\InvalidObjectExeption' => __DIR__ . '/../../..' . '/lib/public/RichObjectStrings/InvalidObjectExeption.php', |
|
| 752 | - 'OCP\\Route\\IRoute' => __DIR__ . '/../../..' . '/lib/public/Route/IRoute.php', |
|
| 753 | - 'OCP\\Route\\IRouter' => __DIR__ . '/../../..' . '/lib/public/Route/IRouter.php', |
|
| 754 | - 'OCP\\SabrePluginEvent' => __DIR__ . '/../../..' . '/lib/public/SabrePluginEvent.php', |
|
| 755 | - 'OCP\\SabrePluginException' => __DIR__ . '/../../..' . '/lib/public/SabrePluginException.php', |
|
| 756 | - 'OCP\\Search\\FilterDefinition' => __DIR__ . '/../../..' . '/lib/public/Search/FilterDefinition.php', |
|
| 757 | - 'OCP\\Search\\IFilter' => __DIR__ . '/../../..' . '/lib/public/Search/IFilter.php', |
|
| 758 | - 'OCP\\Search\\IFilterCollection' => __DIR__ . '/../../..' . '/lib/public/Search/IFilterCollection.php', |
|
| 759 | - 'OCP\\Search\\IFilteringProvider' => __DIR__ . '/../../..' . '/lib/public/Search/IFilteringProvider.php', |
|
| 760 | - 'OCP\\Search\\IInAppSearch' => __DIR__ . '/../../..' . '/lib/public/Search/IInAppSearch.php', |
|
| 761 | - 'OCP\\Search\\IProvider' => __DIR__ . '/../../..' . '/lib/public/Search/IProvider.php', |
|
| 762 | - 'OCP\\Search\\ISearchQuery' => __DIR__ . '/../../..' . '/lib/public/Search/ISearchQuery.php', |
|
| 763 | - 'OCP\\Search\\PagedProvider' => __DIR__ . '/../../..' . '/lib/public/Search/PagedProvider.php', |
|
| 764 | - 'OCP\\Search\\Provider' => __DIR__ . '/../../..' . '/lib/public/Search/Provider.php', |
|
| 765 | - 'OCP\\Search\\Result' => __DIR__ . '/../../..' . '/lib/public/Search/Result.php', |
|
| 766 | - 'OCP\\Search\\SearchResult' => __DIR__ . '/../../..' . '/lib/public/Search/SearchResult.php', |
|
| 767 | - 'OCP\\Search\\SearchResultEntry' => __DIR__ . '/../../..' . '/lib/public/Search/SearchResultEntry.php', |
|
| 768 | - 'OCP\\Security\\Bruteforce\\IThrottler' => __DIR__ . '/../../..' . '/lib/public/Security/Bruteforce/IThrottler.php', |
|
| 769 | - 'OCP\\Security\\Bruteforce\\MaxDelayReached' => __DIR__ . '/../../..' . '/lib/public/Security/Bruteforce/MaxDelayReached.php', |
|
| 770 | - 'OCP\\Security\\CSP\\AddContentSecurityPolicyEvent' => __DIR__ . '/../../..' . '/lib/public/Security/CSP/AddContentSecurityPolicyEvent.php', |
|
| 771 | - 'OCP\\Security\\Events\\GenerateSecurePasswordEvent' => __DIR__ . '/../../..' . '/lib/public/Security/Events/GenerateSecurePasswordEvent.php', |
|
| 772 | - 'OCP\\Security\\Events\\ValidatePasswordPolicyEvent' => __DIR__ . '/../../..' . '/lib/public/Security/Events/ValidatePasswordPolicyEvent.php', |
|
| 773 | - 'OCP\\Security\\FeaturePolicy\\AddFeaturePolicyEvent' => __DIR__ . '/../../..' . '/lib/public/Security/FeaturePolicy/AddFeaturePolicyEvent.php', |
|
| 774 | - 'OCP\\Security\\IContentSecurityPolicyManager' => __DIR__ . '/../../..' . '/lib/public/Security/IContentSecurityPolicyManager.php', |
|
| 775 | - 'OCP\\Security\\ICredentialsManager' => __DIR__ . '/../../..' . '/lib/public/Security/ICredentialsManager.php', |
|
| 776 | - 'OCP\\Security\\ICrypto' => __DIR__ . '/../../..' . '/lib/public/Security/ICrypto.php', |
|
| 777 | - 'OCP\\Security\\IHasher' => __DIR__ . '/../../..' . '/lib/public/Security/IHasher.php', |
|
| 778 | - 'OCP\\Security\\IRemoteHostValidator' => __DIR__ . '/../../..' . '/lib/public/Security/IRemoteHostValidator.php', |
|
| 779 | - 'OCP\\Security\\ISecureRandom' => __DIR__ . '/../../..' . '/lib/public/Security/ISecureRandom.php', |
|
| 780 | - 'OCP\\Security\\ITrustedDomainHelper' => __DIR__ . '/../../..' . '/lib/public/Security/ITrustedDomainHelper.php', |
|
| 781 | - 'OCP\\Security\\Ip\\IAddress' => __DIR__ . '/../../..' . '/lib/public/Security/Ip/IAddress.php', |
|
| 782 | - 'OCP\\Security\\Ip\\IFactory' => __DIR__ . '/../../..' . '/lib/public/Security/Ip/IFactory.php', |
|
| 783 | - 'OCP\\Security\\Ip\\IRange' => __DIR__ . '/../../..' . '/lib/public/Security/Ip/IRange.php', |
|
| 784 | - 'OCP\\Security\\Ip\\IRemoteAddress' => __DIR__ . '/../../..' . '/lib/public/Security/Ip/IRemoteAddress.php', |
|
| 785 | - 'OCP\\Security\\PasswordContext' => __DIR__ . '/../../..' . '/lib/public/Security/PasswordContext.php', |
|
| 786 | - 'OCP\\Security\\RateLimiting\\ILimiter' => __DIR__ . '/../../..' . '/lib/public/Security/RateLimiting/ILimiter.php', |
|
| 787 | - 'OCP\\Security\\RateLimiting\\IRateLimitExceededException' => __DIR__ . '/../../..' . '/lib/public/Security/RateLimiting/IRateLimitExceededException.php', |
|
| 788 | - 'OCP\\Security\\VerificationToken\\IVerificationToken' => __DIR__ . '/../../..' . '/lib/public/Security/VerificationToken/IVerificationToken.php', |
|
| 789 | - 'OCP\\Security\\VerificationToken\\InvalidTokenException' => __DIR__ . '/../../..' . '/lib/public/Security/VerificationToken/InvalidTokenException.php', |
|
| 790 | - 'OCP\\Server' => __DIR__ . '/../../..' . '/lib/public/Server.php', |
|
| 791 | - 'OCP\\ServerVersion' => __DIR__ . '/../../..' . '/lib/public/ServerVersion.php', |
|
| 792 | - 'OCP\\Session\\Exceptions\\SessionNotAvailableException' => __DIR__ . '/../../..' . '/lib/public/Session/Exceptions/SessionNotAvailableException.php', |
|
| 793 | - 'OCP\\Settings\\DeclarativeSettingsTypes' => __DIR__ . '/../../..' . '/lib/public/Settings/DeclarativeSettingsTypes.php', |
|
| 794 | - 'OCP\\Settings\\Events\\DeclarativeSettingsGetValueEvent' => __DIR__ . '/../../..' . '/lib/public/Settings/Events/DeclarativeSettingsGetValueEvent.php', |
|
| 795 | - 'OCP\\Settings\\Events\\DeclarativeSettingsRegisterFormEvent' => __DIR__ . '/../../..' . '/lib/public/Settings/Events/DeclarativeSettingsRegisterFormEvent.php', |
|
| 796 | - 'OCP\\Settings\\Events\\DeclarativeSettingsSetValueEvent' => __DIR__ . '/../../..' . '/lib/public/Settings/Events/DeclarativeSettingsSetValueEvent.php', |
|
| 797 | - 'OCP\\Settings\\IDeclarativeManager' => __DIR__ . '/../../..' . '/lib/public/Settings/IDeclarativeManager.php', |
|
| 798 | - 'OCP\\Settings\\IDeclarativeSettingsForm' => __DIR__ . '/../../..' . '/lib/public/Settings/IDeclarativeSettingsForm.php', |
|
| 799 | - 'OCP\\Settings\\IDeclarativeSettingsFormWithHandlers' => __DIR__ . '/../../..' . '/lib/public/Settings/IDeclarativeSettingsFormWithHandlers.php', |
|
| 800 | - 'OCP\\Settings\\IDelegatedSettings' => __DIR__ . '/../../..' . '/lib/public/Settings/IDelegatedSettings.php', |
|
| 801 | - 'OCP\\Settings\\IIconSection' => __DIR__ . '/../../..' . '/lib/public/Settings/IIconSection.php', |
|
| 802 | - 'OCP\\Settings\\IManager' => __DIR__ . '/../../..' . '/lib/public/Settings/IManager.php', |
|
| 803 | - 'OCP\\Settings\\ISettings' => __DIR__ . '/../../..' . '/lib/public/Settings/ISettings.php', |
|
| 804 | - 'OCP\\Settings\\ISubAdminSettings' => __DIR__ . '/../../..' . '/lib/public/Settings/ISubAdminSettings.php', |
|
| 805 | - 'OCP\\SetupCheck\\CheckServerResponseTrait' => __DIR__ . '/../../..' . '/lib/public/SetupCheck/CheckServerResponseTrait.php', |
|
| 806 | - 'OCP\\SetupCheck\\ISetupCheck' => __DIR__ . '/../../..' . '/lib/public/SetupCheck/ISetupCheck.php', |
|
| 807 | - 'OCP\\SetupCheck\\ISetupCheckManager' => __DIR__ . '/../../..' . '/lib/public/SetupCheck/ISetupCheckManager.php', |
|
| 808 | - 'OCP\\SetupCheck\\SetupResult' => __DIR__ . '/../../..' . '/lib/public/SetupCheck/SetupResult.php', |
|
| 809 | - 'OCP\\Share' => __DIR__ . '/../../..' . '/lib/public/Share.php', |
|
| 810 | - 'OCP\\Share\\Events\\BeforeShareCreatedEvent' => __DIR__ . '/../../..' . '/lib/public/Share/Events/BeforeShareCreatedEvent.php', |
|
| 811 | - 'OCP\\Share\\Events\\BeforeShareDeletedEvent' => __DIR__ . '/../../..' . '/lib/public/Share/Events/BeforeShareDeletedEvent.php', |
|
| 812 | - 'OCP\\Share\\Events\\ShareAcceptedEvent' => __DIR__ . '/../../..' . '/lib/public/Share/Events/ShareAcceptedEvent.php', |
|
| 813 | - 'OCP\\Share\\Events\\ShareCreatedEvent' => __DIR__ . '/../../..' . '/lib/public/Share/Events/ShareCreatedEvent.php', |
|
| 814 | - 'OCP\\Share\\Events\\ShareDeletedEvent' => __DIR__ . '/../../..' . '/lib/public/Share/Events/ShareDeletedEvent.php', |
|
| 815 | - 'OCP\\Share\\Events\\ShareDeletedFromSelfEvent' => __DIR__ . '/../../..' . '/lib/public/Share/Events/ShareDeletedFromSelfEvent.php', |
|
| 816 | - 'OCP\\Share\\Events\\VerifyMountPointEvent' => __DIR__ . '/../../..' . '/lib/public/Share/Events/VerifyMountPointEvent.php', |
|
| 817 | - 'OCP\\Share\\Exceptions\\AlreadySharedException' => __DIR__ . '/../../..' . '/lib/public/Share/Exceptions/AlreadySharedException.php', |
|
| 818 | - 'OCP\\Share\\Exceptions\\GenericShareException' => __DIR__ . '/../../..' . '/lib/public/Share/Exceptions/GenericShareException.php', |
|
| 819 | - 'OCP\\Share\\Exceptions\\IllegalIDChangeException' => __DIR__ . '/../../..' . '/lib/public/Share/Exceptions/IllegalIDChangeException.php', |
|
| 820 | - 'OCP\\Share\\Exceptions\\ShareNotFound' => __DIR__ . '/../../..' . '/lib/public/Share/Exceptions/ShareNotFound.php', |
|
| 821 | - 'OCP\\Share\\Exceptions\\ShareTokenException' => __DIR__ . '/../../..' . '/lib/public/Share/Exceptions/ShareTokenException.php', |
|
| 822 | - 'OCP\\Share\\IAttributes' => __DIR__ . '/../../..' . '/lib/public/Share/IAttributes.php', |
|
| 823 | - 'OCP\\Share\\IManager' => __DIR__ . '/../../..' . '/lib/public/Share/IManager.php', |
|
| 824 | - 'OCP\\Share\\IProviderFactory' => __DIR__ . '/../../..' . '/lib/public/Share/IProviderFactory.php', |
|
| 825 | - 'OCP\\Share\\IPublicShareTemplateFactory' => __DIR__ . '/../../..' . '/lib/public/Share/IPublicShareTemplateFactory.php', |
|
| 826 | - 'OCP\\Share\\IPublicShareTemplateProvider' => __DIR__ . '/../../..' . '/lib/public/Share/IPublicShareTemplateProvider.php', |
|
| 827 | - 'OCP\\Share\\IShare' => __DIR__ . '/../../..' . '/lib/public/Share/IShare.php', |
|
| 828 | - 'OCP\\Share\\IShareHelper' => __DIR__ . '/../../..' . '/lib/public/Share/IShareHelper.php', |
|
| 829 | - 'OCP\\Share\\IShareProvider' => __DIR__ . '/../../..' . '/lib/public/Share/IShareProvider.php', |
|
| 830 | - 'OCP\\Share\\IShareProviderSupportsAccept' => __DIR__ . '/../../..' . '/lib/public/Share/IShareProviderSupportsAccept.php', |
|
| 831 | - 'OCP\\Share\\IShareProviderSupportsAllSharesInFolder' => __DIR__ . '/../../..' . '/lib/public/Share/IShareProviderSupportsAllSharesInFolder.php', |
|
| 832 | - 'OCP\\Share\\IShareProviderWithNotification' => __DIR__ . '/../../..' . '/lib/public/Share/IShareProviderWithNotification.php', |
|
| 833 | - 'OCP\\Share_Backend' => __DIR__ . '/../../..' . '/lib/public/Share_Backend.php', |
|
| 834 | - 'OCP\\Share_Backend_Collection' => __DIR__ . '/../../..' . '/lib/public/Share_Backend_Collection.php', |
|
| 835 | - 'OCP\\Share_Backend_File_Dependent' => __DIR__ . '/../../..' . '/lib/public/Share_Backend_File_Dependent.php', |
|
| 836 | - 'OCP\\SpeechToText\\Events\\AbstractTranscriptionEvent' => __DIR__ . '/../../..' . '/lib/public/SpeechToText/Events/AbstractTranscriptionEvent.php', |
|
| 837 | - 'OCP\\SpeechToText\\Events\\TranscriptionFailedEvent' => __DIR__ . '/../../..' . '/lib/public/SpeechToText/Events/TranscriptionFailedEvent.php', |
|
| 838 | - 'OCP\\SpeechToText\\Events\\TranscriptionSuccessfulEvent' => __DIR__ . '/../../..' . '/lib/public/SpeechToText/Events/TranscriptionSuccessfulEvent.php', |
|
| 839 | - 'OCP\\SpeechToText\\ISpeechToTextManager' => __DIR__ . '/../../..' . '/lib/public/SpeechToText/ISpeechToTextManager.php', |
|
| 840 | - 'OCP\\SpeechToText\\ISpeechToTextProvider' => __DIR__ . '/../../..' . '/lib/public/SpeechToText/ISpeechToTextProvider.php', |
|
| 841 | - 'OCP\\SpeechToText\\ISpeechToTextProviderWithId' => __DIR__ . '/../../..' . '/lib/public/SpeechToText/ISpeechToTextProviderWithId.php', |
|
| 842 | - 'OCP\\SpeechToText\\ISpeechToTextProviderWithUserId' => __DIR__ . '/../../..' . '/lib/public/SpeechToText/ISpeechToTextProviderWithUserId.php', |
|
| 843 | - 'OCP\\Support\\CrashReport\\ICollectBreadcrumbs' => __DIR__ . '/../../..' . '/lib/public/Support/CrashReport/ICollectBreadcrumbs.php', |
|
| 844 | - 'OCP\\Support\\CrashReport\\IMessageReporter' => __DIR__ . '/../../..' . '/lib/public/Support/CrashReport/IMessageReporter.php', |
|
| 845 | - 'OCP\\Support\\CrashReport\\IRegistry' => __DIR__ . '/../../..' . '/lib/public/Support/CrashReport/IRegistry.php', |
|
| 846 | - 'OCP\\Support\\CrashReport\\IReporter' => __DIR__ . '/../../..' . '/lib/public/Support/CrashReport/IReporter.php', |
|
| 847 | - 'OCP\\Support\\Subscription\\Exception\\AlreadyRegisteredException' => __DIR__ . '/../../..' . '/lib/public/Support/Subscription/Exception/AlreadyRegisteredException.php', |
|
| 848 | - 'OCP\\Support\\Subscription\\IAssertion' => __DIR__ . '/../../..' . '/lib/public/Support/Subscription/IAssertion.php', |
|
| 849 | - 'OCP\\Support\\Subscription\\IRegistry' => __DIR__ . '/../../..' . '/lib/public/Support/Subscription/IRegistry.php', |
|
| 850 | - 'OCP\\Support\\Subscription\\ISubscription' => __DIR__ . '/../../..' . '/lib/public/Support/Subscription/ISubscription.php', |
|
| 851 | - 'OCP\\Support\\Subscription\\ISupportedApps' => __DIR__ . '/../../..' . '/lib/public/Support/Subscription/ISupportedApps.php', |
|
| 852 | - 'OCP\\SystemTag\\ISystemTag' => __DIR__ . '/../../..' . '/lib/public/SystemTag/ISystemTag.php', |
|
| 853 | - 'OCP\\SystemTag\\ISystemTagManager' => __DIR__ . '/../../..' . '/lib/public/SystemTag/ISystemTagManager.php', |
|
| 854 | - 'OCP\\SystemTag\\ISystemTagManagerFactory' => __DIR__ . '/../../..' . '/lib/public/SystemTag/ISystemTagManagerFactory.php', |
|
| 855 | - 'OCP\\SystemTag\\ISystemTagObjectMapper' => __DIR__ . '/../../..' . '/lib/public/SystemTag/ISystemTagObjectMapper.php', |
|
| 856 | - 'OCP\\SystemTag\\ManagerEvent' => __DIR__ . '/../../..' . '/lib/public/SystemTag/ManagerEvent.php', |
|
| 857 | - 'OCP\\SystemTag\\MapperEvent' => __DIR__ . '/../../..' . '/lib/public/SystemTag/MapperEvent.php', |
|
| 858 | - 'OCP\\SystemTag\\SystemTagsEntityEvent' => __DIR__ . '/../../..' . '/lib/public/SystemTag/SystemTagsEntityEvent.php', |
|
| 859 | - 'OCP\\SystemTag\\TagAlreadyExistsException' => __DIR__ . '/../../..' . '/lib/public/SystemTag/TagAlreadyExistsException.php', |
|
| 860 | - 'OCP\\SystemTag\\TagCreationForbiddenException' => __DIR__ . '/../../..' . '/lib/public/SystemTag/TagCreationForbiddenException.php', |
|
| 861 | - 'OCP\\SystemTag\\TagNotFoundException' => __DIR__ . '/../../..' . '/lib/public/SystemTag/TagNotFoundException.php', |
|
| 862 | - 'OCP\\SystemTag\\TagUpdateForbiddenException' => __DIR__ . '/../../..' . '/lib/public/SystemTag/TagUpdateForbiddenException.php', |
|
| 863 | - 'OCP\\Talk\\Exceptions\\NoBackendException' => __DIR__ . '/../../..' . '/lib/public/Talk/Exceptions/NoBackendException.php', |
|
| 864 | - 'OCP\\Talk\\IBroker' => __DIR__ . '/../../..' . '/lib/public/Talk/IBroker.php', |
|
| 865 | - 'OCP\\Talk\\IConversation' => __DIR__ . '/../../..' . '/lib/public/Talk/IConversation.php', |
|
| 866 | - 'OCP\\Talk\\IConversationOptions' => __DIR__ . '/../../..' . '/lib/public/Talk/IConversationOptions.php', |
|
| 867 | - 'OCP\\Talk\\ITalkBackend' => __DIR__ . '/../../..' . '/lib/public/Talk/ITalkBackend.php', |
|
| 868 | - 'OCP\\TaskProcessing\\EShapeType' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/EShapeType.php', |
|
| 869 | - 'OCP\\TaskProcessing\\Events\\AbstractTaskProcessingEvent' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/Events/AbstractTaskProcessingEvent.php', |
|
| 870 | - 'OCP\\TaskProcessing\\Events\\GetTaskProcessingProvidersEvent' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/Events/GetTaskProcessingProvidersEvent.php', |
|
| 871 | - 'OCP\\TaskProcessing\\Events\\TaskFailedEvent' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/Events/TaskFailedEvent.php', |
|
| 872 | - 'OCP\\TaskProcessing\\Events\\TaskSuccessfulEvent' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/Events/TaskSuccessfulEvent.php', |
|
| 873 | - 'OCP\\TaskProcessing\\Exception\\Exception' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/Exception/Exception.php', |
|
| 874 | - 'OCP\\TaskProcessing\\Exception\\NotFoundException' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/Exception/NotFoundException.php', |
|
| 875 | - 'OCP\\TaskProcessing\\Exception\\PreConditionNotMetException' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/Exception/PreConditionNotMetException.php', |
|
| 876 | - 'OCP\\TaskProcessing\\Exception\\ProcessingException' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/Exception/ProcessingException.php', |
|
| 877 | - 'OCP\\TaskProcessing\\Exception\\UnauthorizedException' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/Exception/UnauthorizedException.php', |
|
| 878 | - 'OCP\\TaskProcessing\\Exception\\ValidationException' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/Exception/ValidationException.php', |
|
| 879 | - 'OCP\\TaskProcessing\\IManager' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/IManager.php', |
|
| 880 | - 'OCP\\TaskProcessing\\IProvider' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/IProvider.php', |
|
| 881 | - 'OCP\\TaskProcessing\\ISynchronousProvider' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/ISynchronousProvider.php', |
|
| 882 | - 'OCP\\TaskProcessing\\ITaskType' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/ITaskType.php', |
|
| 883 | - 'OCP\\TaskProcessing\\ShapeDescriptor' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/ShapeDescriptor.php', |
|
| 884 | - 'OCP\\TaskProcessing\\ShapeEnumValue' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/ShapeEnumValue.php', |
|
| 885 | - 'OCP\\TaskProcessing\\Task' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/Task.php', |
|
| 886 | - 'OCP\\TaskProcessing\\TaskTypes\\AudioToText' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/AudioToText.php', |
|
| 887 | - 'OCP\\TaskProcessing\\TaskTypes\\ContextAgentInteraction' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/ContextAgentInteraction.php', |
|
| 888 | - 'OCP\\TaskProcessing\\TaskTypes\\ContextWrite' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/ContextWrite.php', |
|
| 889 | - 'OCP\\TaskProcessing\\TaskTypes\\GenerateEmoji' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/GenerateEmoji.php', |
|
| 890 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToImage' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToImage.php', |
|
| 891 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToSpeech' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToSpeech.php', |
|
| 892 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToText' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToText.php', |
|
| 893 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextChangeTone' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToTextChangeTone.php', |
|
| 894 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextChat' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToTextChat.php', |
|
| 895 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextChatWithTools' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToTextChatWithTools.php', |
|
| 896 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextFormalization' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToTextFormalization.php', |
|
| 897 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextHeadline' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToTextHeadline.php', |
|
| 898 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextProofread' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToTextProofread.php', |
|
| 899 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextReformulation' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToTextReformulation.php', |
|
| 900 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextSimplification' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToTextSimplification.php', |
|
| 901 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextSummary' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToTextSummary.php', |
|
| 902 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextTopics' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToTextTopics.php', |
|
| 903 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextTranslate' => __DIR__ . '/../../..' . '/lib/public/TaskProcessing/TaskTypes/TextToTextTranslate.php', |
|
| 904 | - 'OCP\\Teams\\ITeamManager' => __DIR__ . '/../../..' . '/lib/public/Teams/ITeamManager.php', |
|
| 905 | - 'OCP\\Teams\\ITeamResourceProvider' => __DIR__ . '/../../..' . '/lib/public/Teams/ITeamResourceProvider.php', |
|
| 906 | - 'OCP\\Teams\\Team' => __DIR__ . '/../../..' . '/lib/public/Teams/Team.php', |
|
| 907 | - 'OCP\\Teams\\TeamResource' => __DIR__ . '/../../..' . '/lib/public/Teams/TeamResource.php', |
|
| 908 | - 'OCP\\Template' => __DIR__ . '/../../..' . '/lib/public/Template.php', |
|
| 909 | - 'OCP\\Template\\ITemplate' => __DIR__ . '/../../..' . '/lib/public/Template/ITemplate.php', |
|
| 910 | - 'OCP\\Template\\ITemplateManager' => __DIR__ . '/../../..' . '/lib/public/Template/ITemplateManager.php', |
|
| 911 | - 'OCP\\Template\\TemplateNotFoundException' => __DIR__ . '/../../..' . '/lib/public/Template/TemplateNotFoundException.php', |
|
| 912 | - 'OCP\\TextProcessing\\Events\\AbstractTextProcessingEvent' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/Events/AbstractTextProcessingEvent.php', |
|
| 913 | - 'OCP\\TextProcessing\\Events\\TaskFailedEvent' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/Events/TaskFailedEvent.php', |
|
| 914 | - 'OCP\\TextProcessing\\Events\\TaskSuccessfulEvent' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/Events/TaskSuccessfulEvent.php', |
|
| 915 | - 'OCP\\TextProcessing\\Exception\\TaskFailureException' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/Exception/TaskFailureException.php', |
|
| 916 | - 'OCP\\TextProcessing\\FreePromptTaskType' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/FreePromptTaskType.php', |
|
| 917 | - 'OCP\\TextProcessing\\HeadlineTaskType' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/HeadlineTaskType.php', |
|
| 918 | - 'OCP\\TextProcessing\\IManager' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/IManager.php', |
|
| 919 | - 'OCP\\TextProcessing\\IProvider' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/IProvider.php', |
|
| 920 | - 'OCP\\TextProcessing\\IProviderWithExpectedRuntime' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/IProviderWithExpectedRuntime.php', |
|
| 921 | - 'OCP\\TextProcessing\\IProviderWithId' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/IProviderWithId.php', |
|
| 922 | - 'OCP\\TextProcessing\\IProviderWithUserId' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/IProviderWithUserId.php', |
|
| 923 | - 'OCP\\TextProcessing\\ITaskType' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/ITaskType.php', |
|
| 924 | - 'OCP\\TextProcessing\\SummaryTaskType' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/SummaryTaskType.php', |
|
| 925 | - 'OCP\\TextProcessing\\Task' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/Task.php', |
|
| 926 | - 'OCP\\TextProcessing\\TopicsTaskType' => __DIR__ . '/../../..' . '/lib/public/TextProcessing/TopicsTaskType.php', |
|
| 927 | - 'OCP\\TextToImage\\Events\\AbstractTextToImageEvent' => __DIR__ . '/../../..' . '/lib/public/TextToImage/Events/AbstractTextToImageEvent.php', |
|
| 928 | - 'OCP\\TextToImage\\Events\\TaskFailedEvent' => __DIR__ . '/../../..' . '/lib/public/TextToImage/Events/TaskFailedEvent.php', |
|
| 929 | - 'OCP\\TextToImage\\Events\\TaskSuccessfulEvent' => __DIR__ . '/../../..' . '/lib/public/TextToImage/Events/TaskSuccessfulEvent.php', |
|
| 930 | - 'OCP\\TextToImage\\Exception\\TaskFailureException' => __DIR__ . '/../../..' . '/lib/public/TextToImage/Exception/TaskFailureException.php', |
|
| 931 | - 'OCP\\TextToImage\\Exception\\TaskNotFoundException' => __DIR__ . '/../../..' . '/lib/public/TextToImage/Exception/TaskNotFoundException.php', |
|
| 932 | - 'OCP\\TextToImage\\Exception\\TextToImageException' => __DIR__ . '/../../..' . '/lib/public/TextToImage/Exception/TextToImageException.php', |
|
| 933 | - 'OCP\\TextToImage\\IManager' => __DIR__ . '/../../..' . '/lib/public/TextToImage/IManager.php', |
|
| 934 | - 'OCP\\TextToImage\\IProvider' => __DIR__ . '/../../..' . '/lib/public/TextToImage/IProvider.php', |
|
| 935 | - 'OCP\\TextToImage\\IProviderWithUserId' => __DIR__ . '/../../..' . '/lib/public/TextToImage/IProviderWithUserId.php', |
|
| 936 | - 'OCP\\TextToImage\\Task' => __DIR__ . '/../../..' . '/lib/public/TextToImage/Task.php', |
|
| 937 | - 'OCP\\Translation\\CouldNotTranslateException' => __DIR__ . '/../../..' . '/lib/public/Translation/CouldNotTranslateException.php', |
|
| 938 | - 'OCP\\Translation\\IDetectLanguageProvider' => __DIR__ . '/../../..' . '/lib/public/Translation/IDetectLanguageProvider.php', |
|
| 939 | - 'OCP\\Translation\\ITranslationManager' => __DIR__ . '/../../..' . '/lib/public/Translation/ITranslationManager.php', |
|
| 940 | - 'OCP\\Translation\\ITranslationProvider' => __DIR__ . '/../../..' . '/lib/public/Translation/ITranslationProvider.php', |
|
| 941 | - 'OCP\\Translation\\ITranslationProviderWithId' => __DIR__ . '/../../..' . '/lib/public/Translation/ITranslationProviderWithId.php', |
|
| 942 | - 'OCP\\Translation\\ITranslationProviderWithUserId' => __DIR__ . '/../../..' . '/lib/public/Translation/ITranslationProviderWithUserId.php', |
|
| 943 | - 'OCP\\Translation\\LanguageTuple' => __DIR__ . '/../../..' . '/lib/public/Translation/LanguageTuple.php', |
|
| 944 | - 'OCP\\UserInterface' => __DIR__ . '/../../..' . '/lib/public/UserInterface.php', |
|
| 945 | - 'OCP\\UserMigration\\IExportDestination' => __DIR__ . '/../../..' . '/lib/public/UserMigration/IExportDestination.php', |
|
| 946 | - 'OCP\\UserMigration\\IImportSource' => __DIR__ . '/../../..' . '/lib/public/UserMigration/IImportSource.php', |
|
| 947 | - 'OCP\\UserMigration\\IMigrator' => __DIR__ . '/../../..' . '/lib/public/UserMigration/IMigrator.php', |
|
| 948 | - 'OCP\\UserMigration\\ISizeEstimationMigrator' => __DIR__ . '/../../..' . '/lib/public/UserMigration/ISizeEstimationMigrator.php', |
|
| 949 | - 'OCP\\UserMigration\\TMigratorBasicVersionHandling' => __DIR__ . '/../../..' . '/lib/public/UserMigration/TMigratorBasicVersionHandling.php', |
|
| 950 | - 'OCP\\UserMigration\\UserMigrationException' => __DIR__ . '/../../..' . '/lib/public/UserMigration/UserMigrationException.php', |
|
| 951 | - 'OCP\\UserStatus\\IManager' => __DIR__ . '/../../..' . '/lib/public/UserStatus/IManager.php', |
|
| 952 | - 'OCP\\UserStatus\\IProvider' => __DIR__ . '/../../..' . '/lib/public/UserStatus/IProvider.php', |
|
| 953 | - 'OCP\\UserStatus\\IUserStatus' => __DIR__ . '/../../..' . '/lib/public/UserStatus/IUserStatus.php', |
|
| 954 | - 'OCP\\User\\Backend\\ABackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/ABackend.php', |
|
| 955 | - 'OCP\\User\\Backend\\ICheckPasswordBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/ICheckPasswordBackend.php', |
|
| 956 | - 'OCP\\User\\Backend\\ICountMappedUsersBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/ICountMappedUsersBackend.php', |
|
| 957 | - 'OCP\\User\\Backend\\ICountUsersBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/ICountUsersBackend.php', |
|
| 958 | - 'OCP\\User\\Backend\\ICreateUserBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/ICreateUserBackend.php', |
|
| 959 | - 'OCP\\User\\Backend\\ICustomLogout' => __DIR__ . '/../../..' . '/lib/public/User/Backend/ICustomLogout.php', |
|
| 960 | - 'OCP\\User\\Backend\\IGetDisplayNameBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/IGetDisplayNameBackend.php', |
|
| 961 | - 'OCP\\User\\Backend\\IGetHomeBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/IGetHomeBackend.php', |
|
| 962 | - 'OCP\\User\\Backend\\IGetRealUIDBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/IGetRealUIDBackend.php', |
|
| 963 | - 'OCP\\User\\Backend\\ILimitAwareCountUsersBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/ILimitAwareCountUsersBackend.php', |
|
| 964 | - 'OCP\\User\\Backend\\IPasswordConfirmationBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/IPasswordConfirmationBackend.php', |
|
| 965 | - 'OCP\\User\\Backend\\IPasswordHashBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/IPasswordHashBackend.php', |
|
| 966 | - 'OCP\\User\\Backend\\IProvideAvatarBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/IProvideAvatarBackend.php', |
|
| 967 | - 'OCP\\User\\Backend\\IProvideEnabledStateBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/IProvideEnabledStateBackend.php', |
|
| 968 | - 'OCP\\User\\Backend\\ISearchKnownUsersBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/ISearchKnownUsersBackend.php', |
|
| 969 | - 'OCP\\User\\Backend\\ISetDisplayNameBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/ISetDisplayNameBackend.php', |
|
| 970 | - 'OCP\\User\\Backend\\ISetPasswordBackend' => __DIR__ . '/../../..' . '/lib/public/User/Backend/ISetPasswordBackend.php', |
|
| 971 | - 'OCP\\User\\Events\\BeforePasswordUpdatedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/BeforePasswordUpdatedEvent.php', |
|
| 972 | - 'OCP\\User\\Events\\BeforeUserCreatedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/BeforeUserCreatedEvent.php', |
|
| 973 | - 'OCP\\User\\Events\\BeforeUserDeletedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/BeforeUserDeletedEvent.php', |
|
| 974 | - 'OCP\\User\\Events\\BeforeUserIdUnassignedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/BeforeUserIdUnassignedEvent.php', |
|
| 975 | - 'OCP\\User\\Events\\BeforeUserLoggedInEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/BeforeUserLoggedInEvent.php', |
|
| 976 | - 'OCP\\User\\Events\\BeforeUserLoggedInWithCookieEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php', |
|
| 977 | - 'OCP\\User\\Events\\BeforeUserLoggedOutEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/BeforeUserLoggedOutEvent.php', |
|
| 978 | - 'OCP\\User\\Events\\OutOfOfficeChangedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/OutOfOfficeChangedEvent.php', |
|
| 979 | - 'OCP\\User\\Events\\OutOfOfficeClearedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/OutOfOfficeClearedEvent.php', |
|
| 980 | - 'OCP\\User\\Events\\OutOfOfficeEndedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/OutOfOfficeEndedEvent.php', |
|
| 981 | - 'OCP\\User\\Events\\OutOfOfficeScheduledEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/OutOfOfficeScheduledEvent.php', |
|
| 982 | - 'OCP\\User\\Events\\OutOfOfficeStartedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/OutOfOfficeStartedEvent.php', |
|
| 983 | - 'OCP\\User\\Events\\PasswordUpdatedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/PasswordUpdatedEvent.php', |
|
| 984 | - 'OCP\\User\\Events\\PostLoginEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/PostLoginEvent.php', |
|
| 985 | - 'OCP\\User\\Events\\UserChangedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/UserChangedEvent.php', |
|
| 986 | - 'OCP\\User\\Events\\UserCreatedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/UserCreatedEvent.php', |
|
| 987 | - 'OCP\\User\\Events\\UserDeletedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/UserDeletedEvent.php', |
|
| 988 | - 'OCP\\User\\Events\\UserFirstTimeLoggedInEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/UserFirstTimeLoggedInEvent.php', |
|
| 989 | - 'OCP\\User\\Events\\UserIdAssignedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/UserIdAssignedEvent.php', |
|
| 990 | - 'OCP\\User\\Events\\UserIdUnassignedEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/UserIdUnassignedEvent.php', |
|
| 991 | - 'OCP\\User\\Events\\UserLiveStatusEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/UserLiveStatusEvent.php', |
|
| 992 | - 'OCP\\User\\Events\\UserLoggedInEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/UserLoggedInEvent.php', |
|
| 993 | - 'OCP\\User\\Events\\UserLoggedInWithCookieEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/UserLoggedInWithCookieEvent.php', |
|
| 994 | - 'OCP\\User\\Events\\UserLoggedOutEvent' => __DIR__ . '/../../..' . '/lib/public/User/Events/UserLoggedOutEvent.php', |
|
| 995 | - 'OCP\\User\\GetQuotaEvent' => __DIR__ . '/../../..' . '/lib/public/User/GetQuotaEvent.php', |
|
| 996 | - 'OCP\\User\\IAvailabilityCoordinator' => __DIR__ . '/../../..' . '/lib/public/User/IAvailabilityCoordinator.php', |
|
| 997 | - 'OCP\\User\\IOutOfOfficeData' => __DIR__ . '/../../..' . '/lib/public/User/IOutOfOfficeData.php', |
|
| 998 | - 'OCP\\Util' => __DIR__ . '/../../..' . '/lib/public/Util.php', |
|
| 999 | - 'OCP\\WorkflowEngine\\EntityContext\\IContextPortation' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/EntityContext/IContextPortation.php', |
|
| 1000 | - 'OCP\\WorkflowEngine\\EntityContext\\IDisplayName' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/EntityContext/IDisplayName.php', |
|
| 1001 | - 'OCP\\WorkflowEngine\\EntityContext\\IDisplayText' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/EntityContext/IDisplayText.php', |
|
| 1002 | - 'OCP\\WorkflowEngine\\EntityContext\\IIcon' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/EntityContext/IIcon.php', |
|
| 1003 | - 'OCP\\WorkflowEngine\\EntityContext\\IUrl' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/EntityContext/IUrl.php', |
|
| 1004 | - 'OCP\\WorkflowEngine\\Events\\LoadSettingsScriptsEvent' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/Events/LoadSettingsScriptsEvent.php', |
|
| 1005 | - 'OCP\\WorkflowEngine\\Events\\RegisterChecksEvent' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php', |
|
| 1006 | - 'OCP\\WorkflowEngine\\Events\\RegisterEntitiesEvent' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php', |
|
| 1007 | - 'OCP\\WorkflowEngine\\Events\\RegisterOperationsEvent' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php', |
|
| 1008 | - 'OCP\\WorkflowEngine\\GenericEntityEvent' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/GenericEntityEvent.php', |
|
| 1009 | - 'OCP\\WorkflowEngine\\ICheck' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/ICheck.php', |
|
| 1010 | - 'OCP\\WorkflowEngine\\IComplexOperation' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IComplexOperation.php', |
|
| 1011 | - 'OCP\\WorkflowEngine\\IEntity' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IEntity.php', |
|
| 1012 | - 'OCP\\WorkflowEngine\\IEntityCheck' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IEntityCheck.php', |
|
| 1013 | - 'OCP\\WorkflowEngine\\IEntityEvent' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IEntityEvent.php', |
|
| 1014 | - 'OCP\\WorkflowEngine\\IFileCheck' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IFileCheck.php', |
|
| 1015 | - 'OCP\\WorkflowEngine\\IManager' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IManager.php', |
|
| 1016 | - 'OCP\\WorkflowEngine\\IOperation' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IOperation.php', |
|
| 1017 | - 'OCP\\WorkflowEngine\\IRuleMatcher' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IRuleMatcher.php', |
|
| 1018 | - 'OCP\\WorkflowEngine\\ISpecificOperation' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/ISpecificOperation.php', |
|
| 1019 | - 'OC\\Accounts\\Account' => __DIR__ . '/../../..' . '/lib/private/Accounts/Account.php', |
|
| 1020 | - 'OC\\Accounts\\AccountManager' => __DIR__ . '/../../..' . '/lib/private/Accounts/AccountManager.php', |
|
| 1021 | - 'OC\\Accounts\\AccountProperty' => __DIR__ . '/../../..' . '/lib/private/Accounts/AccountProperty.php', |
|
| 1022 | - 'OC\\Accounts\\AccountPropertyCollection' => __DIR__ . '/../../..' . '/lib/private/Accounts/AccountPropertyCollection.php', |
|
| 1023 | - 'OC\\Accounts\\Hooks' => __DIR__ . '/../../..' . '/lib/private/Accounts/Hooks.php', |
|
| 1024 | - 'OC\\Accounts\\TAccountsHelper' => __DIR__ . '/../../..' . '/lib/private/Accounts/TAccountsHelper.php', |
|
| 1025 | - 'OC\\Activity\\ActivitySettingsAdapter' => __DIR__ . '/../../..' . '/lib/private/Activity/ActivitySettingsAdapter.php', |
|
| 1026 | - 'OC\\Activity\\Event' => __DIR__ . '/../../..' . '/lib/private/Activity/Event.php', |
|
| 1027 | - 'OC\\Activity\\EventMerger' => __DIR__ . '/../../..' . '/lib/private/Activity/EventMerger.php', |
|
| 1028 | - 'OC\\Activity\\Manager' => __DIR__ . '/../../..' . '/lib/private/Activity/Manager.php', |
|
| 1029 | - 'OC\\AllConfig' => __DIR__ . '/../../..' . '/lib/private/AllConfig.php', |
|
| 1030 | - 'OC\\AppConfig' => __DIR__ . '/../../..' . '/lib/private/AppConfig.php', |
|
| 1031 | - 'OC\\AppFramework\\App' => __DIR__ . '/../../..' . '/lib/private/AppFramework/App.php', |
|
| 1032 | - 'OC\\AppFramework\\Bootstrap\\ARegistration' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Bootstrap/ARegistration.php', |
|
| 1033 | - 'OC\\AppFramework\\Bootstrap\\BootContext' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Bootstrap/BootContext.php', |
|
| 1034 | - 'OC\\AppFramework\\Bootstrap\\Coordinator' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Bootstrap/Coordinator.php', |
|
| 1035 | - 'OC\\AppFramework\\Bootstrap\\EventListenerRegistration' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Bootstrap/EventListenerRegistration.php', |
|
| 1036 | - 'OC\\AppFramework\\Bootstrap\\FunctionInjector' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Bootstrap/FunctionInjector.php', |
|
| 1037 | - 'OC\\AppFramework\\Bootstrap\\MiddlewareRegistration' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Bootstrap/MiddlewareRegistration.php', |
|
| 1038 | - 'OC\\AppFramework\\Bootstrap\\ParameterRegistration' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Bootstrap/ParameterRegistration.php', |
|
| 1039 | - 'OC\\AppFramework\\Bootstrap\\PreviewProviderRegistration' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Bootstrap/PreviewProviderRegistration.php', |
|
| 1040 | - 'OC\\AppFramework\\Bootstrap\\RegistrationContext' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Bootstrap/RegistrationContext.php', |
|
| 1041 | - 'OC\\AppFramework\\Bootstrap\\ServiceAliasRegistration' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Bootstrap/ServiceAliasRegistration.php', |
|
| 1042 | - 'OC\\AppFramework\\Bootstrap\\ServiceFactoryRegistration' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Bootstrap/ServiceFactoryRegistration.php', |
|
| 1043 | - 'OC\\AppFramework\\Bootstrap\\ServiceRegistration' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Bootstrap/ServiceRegistration.php', |
|
| 1044 | - 'OC\\AppFramework\\DependencyInjection\\DIContainer' => __DIR__ . '/../../..' . '/lib/private/AppFramework/DependencyInjection/DIContainer.php', |
|
| 1045 | - 'OC\\AppFramework\\Http' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Http.php', |
|
| 1046 | - 'OC\\AppFramework\\Http\\Dispatcher' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Http/Dispatcher.php', |
|
| 1047 | - 'OC\\AppFramework\\Http\\Output' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Http/Output.php', |
|
| 1048 | - 'OC\\AppFramework\\Http\\Request' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Http/Request.php', |
|
| 1049 | - 'OC\\AppFramework\\Http\\RequestId' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Http/RequestId.php', |
|
| 1050 | - 'OC\\AppFramework\\Middleware\\AdditionalScriptsMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/AdditionalScriptsMiddleware.php', |
|
| 1051 | - 'OC\\AppFramework\\Middleware\\CompressionMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/CompressionMiddleware.php', |
|
| 1052 | - 'OC\\AppFramework\\Middleware\\FlowV2EphemeralSessionsMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/FlowV2EphemeralSessionsMiddleware.php', |
|
| 1053 | - 'OC\\AppFramework\\Middleware\\MiddlewareDispatcher' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php', |
|
| 1054 | - 'OC\\AppFramework\\Middleware\\NotModifiedMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/NotModifiedMiddleware.php', |
|
| 1055 | - 'OC\\AppFramework\\Middleware\\OCSMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/OCSMiddleware.php', |
|
| 1056 | - 'OC\\AppFramework\\Middleware\\PublicShare\\Exceptions\\NeedAuthenticationException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/PublicShare/Exceptions/NeedAuthenticationException.php', |
|
| 1057 | - 'OC\\AppFramework\\Middleware\\PublicShare\\PublicShareMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/PublicShare/PublicShareMiddleware.php', |
|
| 1058 | - 'OC\\AppFramework\\Middleware\\Security\\BruteForceMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php', |
|
| 1059 | - 'OC\\AppFramework\\Middleware\\Security\\CORSMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php', |
|
| 1060 | - 'OC\\AppFramework\\Middleware\\Security\\CSPMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/CSPMiddleware.php', |
|
| 1061 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\AdminIpNotAllowedException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/Exceptions/AdminIpNotAllowedException.php', |
|
| 1062 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\AppNotEnabledException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php', |
|
| 1063 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\CrossSiteRequestForgeryException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php', |
|
| 1064 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\ExAppRequiredException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/Exceptions/ExAppRequiredException.php', |
|
| 1065 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\LaxSameSiteCookieFailedException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/Exceptions/LaxSameSiteCookieFailedException.php', |
|
| 1066 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php', |
|
| 1067 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotConfirmedException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php', |
|
| 1068 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotLoggedInException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php', |
|
| 1069 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\ReloadExecutionException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/Exceptions/ReloadExecutionException.php', |
|
| 1070 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\SecurityException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php', |
|
| 1071 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\StrictCookieMissingException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php', |
|
| 1072 | - 'OC\\AppFramework\\Middleware\\Security\\FeaturePolicyMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/FeaturePolicyMiddleware.php', |
|
| 1073 | - 'OC\\AppFramework\\Middleware\\Security\\PasswordConfirmationMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/PasswordConfirmationMiddleware.php', |
|
| 1074 | - 'OC\\AppFramework\\Middleware\\Security\\RateLimitingMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php', |
|
| 1075 | - 'OC\\AppFramework\\Middleware\\Security\\ReloadExecutionMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/ReloadExecutionMiddleware.php', |
|
| 1076 | - 'OC\\AppFramework\\Middleware\\Security\\SameSiteCookieMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php', |
|
| 1077 | - 'OC\\AppFramework\\Middleware\\Security\\SecurityMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php', |
|
| 1078 | - 'OC\\AppFramework\\Middleware\\SessionMiddleware' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Middleware/SessionMiddleware.php', |
|
| 1079 | - 'OC\\AppFramework\\OCS\\BaseResponse' => __DIR__ . '/../../..' . '/lib/private/AppFramework/OCS/BaseResponse.php', |
|
| 1080 | - 'OC\\AppFramework\\OCS\\V1Response' => __DIR__ . '/../../..' . '/lib/private/AppFramework/OCS/V1Response.php', |
|
| 1081 | - 'OC\\AppFramework\\OCS\\V2Response' => __DIR__ . '/../../..' . '/lib/private/AppFramework/OCS/V2Response.php', |
|
| 1082 | - 'OC\\AppFramework\\Routing\\RouteActionHandler' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Routing/RouteActionHandler.php', |
|
| 1083 | - 'OC\\AppFramework\\Routing\\RouteParser' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Routing/RouteParser.php', |
|
| 1084 | - 'OC\\AppFramework\\ScopedPsrLogger' => __DIR__ . '/../../..' . '/lib/private/AppFramework/ScopedPsrLogger.php', |
|
| 1085 | - 'OC\\AppFramework\\Services\\AppConfig' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Services/AppConfig.php', |
|
| 1086 | - 'OC\\AppFramework\\Services\\InitialState' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Services/InitialState.php', |
|
| 1087 | - 'OC\\AppFramework\\Utility\\ControllerMethodReflector' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Utility/ControllerMethodReflector.php', |
|
| 1088 | - 'OC\\AppFramework\\Utility\\QueryNotFoundException' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Utility/QueryNotFoundException.php', |
|
| 1089 | - 'OC\\AppFramework\\Utility\\SimpleContainer' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Utility/SimpleContainer.php', |
|
| 1090 | - 'OC\\AppFramework\\Utility\\TimeFactory' => __DIR__ . '/../../..' . '/lib/private/AppFramework/Utility/TimeFactory.php', |
|
| 1091 | - 'OC\\AppScriptDependency' => __DIR__ . '/../../..' . '/lib/private/AppScriptDependency.php', |
|
| 1092 | - 'OC\\AppScriptSort' => __DIR__ . '/../../..' . '/lib/private/AppScriptSort.php', |
|
| 1093 | - 'OC\\App\\AppManager' => __DIR__ . '/../../..' . '/lib/private/App/AppManager.php', |
|
| 1094 | - 'OC\\App\\AppStore\\AppNotFoundException' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/AppNotFoundException.php', |
|
| 1095 | - 'OC\\App\\AppStore\\Bundles\\Bundle' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Bundles/Bundle.php', |
|
| 1096 | - 'OC\\App\\AppStore\\Bundles\\BundleFetcher' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Bundles/BundleFetcher.php', |
|
| 1097 | - 'OC\\App\\AppStore\\Bundles\\EducationBundle' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Bundles/EducationBundle.php', |
|
| 1098 | - 'OC\\App\\AppStore\\Bundles\\EnterpriseBundle' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Bundles/EnterpriseBundle.php', |
|
| 1099 | - 'OC\\App\\AppStore\\Bundles\\GroupwareBundle' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Bundles/GroupwareBundle.php', |
|
| 1100 | - 'OC\\App\\AppStore\\Bundles\\HubBundle' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Bundles/HubBundle.php', |
|
| 1101 | - 'OC\\App\\AppStore\\Bundles\\PublicSectorBundle' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Bundles/PublicSectorBundle.php', |
|
| 1102 | - 'OC\\App\\AppStore\\Bundles\\SocialSharingBundle' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Bundles/SocialSharingBundle.php', |
|
| 1103 | - 'OC\\App\\AppStore\\Fetcher\\AppDiscoverFetcher' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Fetcher/AppDiscoverFetcher.php', |
|
| 1104 | - 'OC\\App\\AppStore\\Fetcher\\AppFetcher' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Fetcher/AppFetcher.php', |
|
| 1105 | - 'OC\\App\\AppStore\\Fetcher\\CategoryFetcher' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Fetcher/CategoryFetcher.php', |
|
| 1106 | - 'OC\\App\\AppStore\\Fetcher\\Fetcher' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Fetcher/Fetcher.php', |
|
| 1107 | - 'OC\\App\\AppStore\\Version\\Version' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Version/Version.php', |
|
| 1108 | - 'OC\\App\\AppStore\\Version\\VersionParser' => __DIR__ . '/../../..' . '/lib/private/App/AppStore/Version/VersionParser.php', |
|
| 1109 | - 'OC\\App\\CompareVersion' => __DIR__ . '/../../..' . '/lib/private/App/CompareVersion.php', |
|
| 1110 | - 'OC\\App\\DependencyAnalyzer' => __DIR__ . '/../../..' . '/lib/private/App/DependencyAnalyzer.php', |
|
| 1111 | - 'OC\\App\\InfoParser' => __DIR__ . '/../../..' . '/lib/private/App/InfoParser.php', |
|
| 1112 | - 'OC\\App\\Platform' => __DIR__ . '/../../..' . '/lib/private/App/Platform.php', |
|
| 1113 | - 'OC\\App\\PlatformRepository' => __DIR__ . '/../../..' . '/lib/private/App/PlatformRepository.php', |
|
| 1114 | - 'OC\\Archive\\Archive' => __DIR__ . '/../../..' . '/lib/private/Archive/Archive.php', |
|
| 1115 | - 'OC\\Archive\\TAR' => __DIR__ . '/../../..' . '/lib/private/Archive/TAR.php', |
|
| 1116 | - 'OC\\Archive\\ZIP' => __DIR__ . '/../../..' . '/lib/private/Archive/ZIP.php', |
|
| 1117 | - 'OC\\Authentication\\Events\\ARemoteWipeEvent' => __DIR__ . '/../../..' . '/lib/private/Authentication/Events/ARemoteWipeEvent.php', |
|
| 1118 | - 'OC\\Authentication\\Events\\AppPasswordCreatedEvent' => __DIR__ . '/../../..' . '/lib/private/Authentication/Events/AppPasswordCreatedEvent.php', |
|
| 1119 | - 'OC\\Authentication\\Events\\LoginFailed' => __DIR__ . '/../../..' . '/lib/private/Authentication/Events/LoginFailed.php', |
|
| 1120 | - 'OC\\Authentication\\Events\\RemoteWipeFinished' => __DIR__ . '/../../..' . '/lib/private/Authentication/Events/RemoteWipeFinished.php', |
|
| 1121 | - 'OC\\Authentication\\Events\\RemoteWipeStarted' => __DIR__ . '/../../..' . '/lib/private/Authentication/Events/RemoteWipeStarted.php', |
|
| 1122 | - 'OC\\Authentication\\Exceptions\\ExpiredTokenException' => __DIR__ . '/../../..' . '/lib/private/Authentication/Exceptions/ExpiredTokenException.php', |
|
| 1123 | - 'OC\\Authentication\\Exceptions\\InvalidProviderException' => __DIR__ . '/../../..' . '/lib/private/Authentication/Exceptions/InvalidProviderException.php', |
|
| 1124 | - 'OC\\Authentication\\Exceptions\\InvalidTokenException' => __DIR__ . '/../../..' . '/lib/private/Authentication/Exceptions/InvalidTokenException.php', |
|
| 1125 | - 'OC\\Authentication\\Exceptions\\LoginRequiredException' => __DIR__ . '/../../..' . '/lib/private/Authentication/Exceptions/LoginRequiredException.php', |
|
| 1126 | - 'OC\\Authentication\\Exceptions\\PasswordLoginForbiddenException' => __DIR__ . '/../../..' . '/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php', |
|
| 1127 | - 'OC\\Authentication\\Exceptions\\PasswordlessTokenException' => __DIR__ . '/../../..' . '/lib/private/Authentication/Exceptions/PasswordlessTokenException.php', |
|
| 1128 | - 'OC\\Authentication\\Exceptions\\TokenPasswordExpiredException' => __DIR__ . '/../../..' . '/lib/private/Authentication/Exceptions/TokenPasswordExpiredException.php', |
|
| 1129 | - 'OC\\Authentication\\Exceptions\\TwoFactorAuthRequiredException' => __DIR__ . '/../../..' . '/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php', |
|
| 1130 | - 'OC\\Authentication\\Exceptions\\UserAlreadyLoggedInException' => __DIR__ . '/../../..' . '/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php', |
|
| 1131 | - 'OC\\Authentication\\Exceptions\\WipeTokenException' => __DIR__ . '/../../..' . '/lib/private/Authentication/Exceptions/WipeTokenException.php', |
|
| 1132 | - 'OC\\Authentication\\Listeners\\LoginFailedListener' => __DIR__ . '/../../..' . '/lib/private/Authentication/Listeners/LoginFailedListener.php', |
|
| 1133 | - 'OC\\Authentication\\Listeners\\RemoteWipeActivityListener' => __DIR__ . '/../../..' . '/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php', |
|
| 1134 | - 'OC\\Authentication\\Listeners\\RemoteWipeEmailListener' => __DIR__ . '/../../..' . '/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php', |
|
| 1135 | - 'OC\\Authentication\\Listeners\\RemoteWipeNotificationsListener' => __DIR__ . '/../../..' . '/lib/private/Authentication/Listeners/RemoteWipeNotificationsListener.php', |
|
| 1136 | - 'OC\\Authentication\\Listeners\\UserDeletedFilesCleanupListener' => __DIR__ . '/../../..' . '/lib/private/Authentication/Listeners/UserDeletedFilesCleanupListener.php', |
|
| 1137 | - 'OC\\Authentication\\Listeners\\UserDeletedStoreCleanupListener' => __DIR__ . '/../../..' . '/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php', |
|
| 1138 | - 'OC\\Authentication\\Listeners\\UserDeletedTokenCleanupListener' => __DIR__ . '/../../..' . '/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php', |
|
| 1139 | - 'OC\\Authentication\\Listeners\\UserDeletedWebAuthnCleanupListener' => __DIR__ . '/../../..' . '/lib/private/Authentication/Listeners/UserDeletedWebAuthnCleanupListener.php', |
|
| 1140 | - 'OC\\Authentication\\Listeners\\UserLoggedInListener' => __DIR__ . '/../../..' . '/lib/private/Authentication/Listeners/UserLoggedInListener.php', |
|
| 1141 | - 'OC\\Authentication\\LoginCredentials\\Credentials' => __DIR__ . '/../../..' . '/lib/private/Authentication/LoginCredentials/Credentials.php', |
|
| 1142 | - 'OC\\Authentication\\LoginCredentials\\Store' => __DIR__ . '/../../..' . '/lib/private/Authentication/LoginCredentials/Store.php', |
|
| 1143 | - 'OC\\Authentication\\Login\\ALoginCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/ALoginCommand.php', |
|
| 1144 | - 'OC\\Authentication\\Login\\Chain' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/Chain.php', |
|
| 1145 | - 'OC\\Authentication\\Login\\ClearLostPasswordTokensCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/ClearLostPasswordTokensCommand.php', |
|
| 1146 | - 'OC\\Authentication\\Login\\CompleteLoginCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/CompleteLoginCommand.php', |
|
| 1147 | - 'OC\\Authentication\\Login\\CreateSessionTokenCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/CreateSessionTokenCommand.php', |
|
| 1148 | - 'OC\\Authentication\\Login\\FinishRememberedLoginCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/FinishRememberedLoginCommand.php', |
|
| 1149 | - 'OC\\Authentication\\Login\\FlowV2EphemeralSessionsCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/FlowV2EphemeralSessionsCommand.php', |
|
| 1150 | - 'OC\\Authentication\\Login\\LoggedInCheckCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/LoggedInCheckCommand.php', |
|
| 1151 | - 'OC\\Authentication\\Login\\LoginData' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/LoginData.php', |
|
| 1152 | - 'OC\\Authentication\\Login\\LoginResult' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/LoginResult.php', |
|
| 1153 | - 'OC\\Authentication\\Login\\PreLoginHookCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/PreLoginHookCommand.php', |
|
| 1154 | - 'OC\\Authentication\\Login\\SetUserTimezoneCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/SetUserTimezoneCommand.php', |
|
| 1155 | - 'OC\\Authentication\\Login\\TwoFactorCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/TwoFactorCommand.php', |
|
| 1156 | - 'OC\\Authentication\\Login\\UidLoginCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/UidLoginCommand.php', |
|
| 1157 | - 'OC\\Authentication\\Login\\UpdateLastPasswordConfirmCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/UpdateLastPasswordConfirmCommand.php', |
|
| 1158 | - 'OC\\Authentication\\Login\\UserDisabledCheckCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/UserDisabledCheckCommand.php', |
|
| 1159 | - 'OC\\Authentication\\Login\\WebAuthnChain' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/WebAuthnChain.php', |
|
| 1160 | - 'OC\\Authentication\\Login\\WebAuthnLoginCommand' => __DIR__ . '/../../..' . '/lib/private/Authentication/Login/WebAuthnLoginCommand.php', |
|
| 1161 | - 'OC\\Authentication\\Notifications\\Notifier' => __DIR__ . '/../../..' . '/lib/private/Authentication/Notifications/Notifier.php', |
|
| 1162 | - 'OC\\Authentication\\Token\\INamedToken' => __DIR__ . '/../../..' . '/lib/private/Authentication/Token/INamedToken.php', |
|
| 1163 | - 'OC\\Authentication\\Token\\IProvider' => __DIR__ . '/../../..' . '/lib/private/Authentication/Token/IProvider.php', |
|
| 1164 | - 'OC\\Authentication\\Token\\IToken' => __DIR__ . '/../../..' . '/lib/private/Authentication/Token/IToken.php', |
|
| 1165 | - 'OC\\Authentication\\Token\\IWipeableToken' => __DIR__ . '/../../..' . '/lib/private/Authentication/Token/IWipeableToken.php', |
|
| 1166 | - 'OC\\Authentication\\Token\\Manager' => __DIR__ . '/../../..' . '/lib/private/Authentication/Token/Manager.php', |
|
| 1167 | - 'OC\\Authentication\\Token\\PublicKeyToken' => __DIR__ . '/../../..' . '/lib/private/Authentication/Token/PublicKeyToken.php', |
|
| 1168 | - 'OC\\Authentication\\Token\\PublicKeyTokenMapper' => __DIR__ . '/../../..' . '/lib/private/Authentication/Token/PublicKeyTokenMapper.php', |
|
| 1169 | - 'OC\\Authentication\\Token\\PublicKeyTokenProvider' => __DIR__ . '/../../..' . '/lib/private/Authentication/Token/PublicKeyTokenProvider.php', |
|
| 1170 | - 'OC\\Authentication\\Token\\RemoteWipe' => __DIR__ . '/../../..' . '/lib/private/Authentication/Token/RemoteWipe.php', |
|
| 1171 | - 'OC\\Authentication\\Token\\TokenCleanupJob' => __DIR__ . '/../../..' . '/lib/private/Authentication/Token/TokenCleanupJob.php', |
|
| 1172 | - 'OC\\Authentication\\TwoFactorAuth\\Db\\ProviderUserAssignmentDao' => __DIR__ . '/../../..' . '/lib/private/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDao.php', |
|
| 1173 | - 'OC\\Authentication\\TwoFactorAuth\\EnforcementState' => __DIR__ . '/../../..' . '/lib/private/Authentication/TwoFactorAuth/EnforcementState.php', |
|
| 1174 | - 'OC\\Authentication\\TwoFactorAuth\\Manager' => __DIR__ . '/../../..' . '/lib/private/Authentication/TwoFactorAuth/Manager.php', |
|
| 1175 | - 'OC\\Authentication\\TwoFactorAuth\\MandatoryTwoFactor' => __DIR__ . '/../../..' . '/lib/private/Authentication/TwoFactorAuth/MandatoryTwoFactor.php', |
|
| 1176 | - 'OC\\Authentication\\TwoFactorAuth\\ProviderLoader' => __DIR__ . '/../../..' . '/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php', |
|
| 1177 | - 'OC\\Authentication\\TwoFactorAuth\\ProviderManager' => __DIR__ . '/../../..' . '/lib/private/Authentication/TwoFactorAuth/ProviderManager.php', |
|
| 1178 | - 'OC\\Authentication\\TwoFactorAuth\\ProviderSet' => __DIR__ . '/../../..' . '/lib/private/Authentication/TwoFactorAuth/ProviderSet.php', |
|
| 1179 | - 'OC\\Authentication\\TwoFactorAuth\\Registry' => __DIR__ . '/../../..' . '/lib/private/Authentication/TwoFactorAuth/Registry.php', |
|
| 1180 | - 'OC\\Authentication\\WebAuthn\\CredentialRepository' => __DIR__ . '/../../..' . '/lib/private/Authentication/WebAuthn/CredentialRepository.php', |
|
| 1181 | - 'OC\\Authentication\\WebAuthn\\Db\\PublicKeyCredentialEntity' => __DIR__ . '/../../..' . '/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php', |
|
| 1182 | - 'OC\\Authentication\\WebAuthn\\Db\\PublicKeyCredentialMapper' => __DIR__ . '/../../..' . '/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php', |
|
| 1183 | - 'OC\\Authentication\\WebAuthn\\Manager' => __DIR__ . '/../../..' . '/lib/private/Authentication/WebAuthn/Manager.php', |
|
| 1184 | - 'OC\\Avatar\\Avatar' => __DIR__ . '/../../..' . '/lib/private/Avatar/Avatar.php', |
|
| 1185 | - 'OC\\Avatar\\AvatarManager' => __DIR__ . '/../../..' . '/lib/private/Avatar/AvatarManager.php', |
|
| 1186 | - 'OC\\Avatar\\GuestAvatar' => __DIR__ . '/../../..' . '/lib/private/Avatar/GuestAvatar.php', |
|
| 1187 | - 'OC\\Avatar\\PlaceholderAvatar' => __DIR__ . '/../../..' . '/lib/private/Avatar/PlaceholderAvatar.php', |
|
| 1188 | - 'OC\\Avatar\\UserAvatar' => __DIR__ . '/../../..' . '/lib/private/Avatar/UserAvatar.php', |
|
| 1189 | - 'OC\\BackgroundJob\\JobList' => __DIR__ . '/../../..' . '/lib/private/BackgroundJob/JobList.php', |
|
| 1190 | - 'OC\\BinaryFinder' => __DIR__ . '/../../..' . '/lib/private/BinaryFinder.php', |
|
| 1191 | - 'OC\\Blurhash\\Listener\\GenerateBlurhashMetadata' => __DIR__ . '/../../..' . '/lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php', |
|
| 1192 | - 'OC\\Broadcast\\Events\\BroadcastEvent' => __DIR__ . '/../../..' . '/lib/private/Broadcast/Events/BroadcastEvent.php', |
|
| 1193 | - 'OC\\Cache\\CappedMemoryCache' => __DIR__ . '/../../..' . '/lib/private/Cache/CappedMemoryCache.php', |
|
| 1194 | - 'OC\\Cache\\File' => __DIR__ . '/../../..' . '/lib/private/Cache/File.php', |
|
| 1195 | - 'OC\\Calendar\\AvailabilityResult' => __DIR__ . '/../../..' . '/lib/private/Calendar/AvailabilityResult.php', |
|
| 1196 | - 'OC\\Calendar\\CalendarEventBuilder' => __DIR__ . '/../../..' . '/lib/private/Calendar/CalendarEventBuilder.php', |
|
| 1197 | - 'OC\\Calendar\\CalendarQuery' => __DIR__ . '/../../..' . '/lib/private/Calendar/CalendarQuery.php', |
|
| 1198 | - 'OC\\Calendar\\Manager' => __DIR__ . '/../../..' . '/lib/private/Calendar/Manager.php', |
|
| 1199 | - 'OC\\Calendar\\Resource\\Manager' => __DIR__ . '/../../..' . '/lib/private/Calendar/Resource/Manager.php', |
|
| 1200 | - 'OC\\Calendar\\ResourcesRoomsUpdater' => __DIR__ . '/../../..' . '/lib/private/Calendar/ResourcesRoomsUpdater.php', |
|
| 1201 | - 'OC\\Calendar\\Room\\Manager' => __DIR__ . '/../../..' . '/lib/private/Calendar/Room/Manager.php', |
|
| 1202 | - 'OC\\CapabilitiesManager' => __DIR__ . '/../../..' . '/lib/private/CapabilitiesManager.php', |
|
| 1203 | - 'OC\\Collaboration\\AutoComplete\\Manager' => __DIR__ . '/../../..' . '/lib/private/Collaboration/AutoComplete/Manager.php', |
|
| 1204 | - 'OC\\Collaboration\\Collaborators\\GroupPlugin' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Collaborators/GroupPlugin.php', |
|
| 1205 | - 'OC\\Collaboration\\Collaborators\\LookupPlugin' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Collaborators/LookupPlugin.php', |
|
| 1206 | - 'OC\\Collaboration\\Collaborators\\MailPlugin' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Collaborators/MailPlugin.php', |
|
| 1207 | - 'OC\\Collaboration\\Collaborators\\RemoteGroupPlugin' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Collaborators/RemoteGroupPlugin.php', |
|
| 1208 | - 'OC\\Collaboration\\Collaborators\\RemotePlugin' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Collaborators/RemotePlugin.php', |
|
| 1209 | - 'OC\\Collaboration\\Collaborators\\Search' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Collaborators/Search.php', |
|
| 1210 | - 'OC\\Collaboration\\Collaborators\\SearchResult' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Collaborators/SearchResult.php', |
|
| 1211 | - 'OC\\Collaboration\\Collaborators\\UserPlugin' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Collaborators/UserPlugin.php', |
|
| 1212 | - 'OC\\Collaboration\\Reference\\File\\FileReferenceEventListener' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Reference/File/FileReferenceEventListener.php', |
|
| 1213 | - 'OC\\Collaboration\\Reference\\File\\FileReferenceProvider' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Reference/File/FileReferenceProvider.php', |
|
| 1214 | - 'OC\\Collaboration\\Reference\\LinkReferenceProvider' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Reference/LinkReferenceProvider.php', |
|
| 1215 | - 'OC\\Collaboration\\Reference\\ReferenceManager' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Reference/ReferenceManager.php', |
|
| 1216 | - 'OC\\Collaboration\\Reference\\RenderReferenceEventListener' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Reference/RenderReferenceEventListener.php', |
|
| 1217 | - 'OC\\Collaboration\\Resources\\Collection' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Resources/Collection.php', |
|
| 1218 | - 'OC\\Collaboration\\Resources\\Listener' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Resources/Listener.php', |
|
| 1219 | - 'OC\\Collaboration\\Resources\\Manager' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Resources/Manager.php', |
|
| 1220 | - 'OC\\Collaboration\\Resources\\ProviderManager' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Resources/ProviderManager.php', |
|
| 1221 | - 'OC\\Collaboration\\Resources\\Resource' => __DIR__ . '/../../..' . '/lib/private/Collaboration/Resources/Resource.php', |
|
| 1222 | - 'OC\\Color' => __DIR__ . '/../../..' . '/lib/private/Color.php', |
|
| 1223 | - 'OC\\Command\\AsyncBus' => __DIR__ . '/../../..' . '/lib/private/Command/AsyncBus.php', |
|
| 1224 | - 'OC\\Command\\CallableJob' => __DIR__ . '/../../..' . '/lib/private/Command/CallableJob.php', |
|
| 1225 | - 'OC\\Command\\ClosureJob' => __DIR__ . '/../../..' . '/lib/private/Command/ClosureJob.php', |
|
| 1226 | - 'OC\\Command\\CommandJob' => __DIR__ . '/../../..' . '/lib/private/Command/CommandJob.php', |
|
| 1227 | - 'OC\\Command\\CronBus' => __DIR__ . '/../../..' . '/lib/private/Command/CronBus.php', |
|
| 1228 | - 'OC\\Command\\FileAccess' => __DIR__ . '/../../..' . '/lib/private/Command/FileAccess.php', |
|
| 1229 | - 'OC\\Command\\QueueBus' => __DIR__ . '/../../..' . '/lib/private/Command/QueueBus.php', |
|
| 1230 | - 'OC\\Comments\\Comment' => __DIR__ . '/../../..' . '/lib/private/Comments/Comment.php', |
|
| 1231 | - 'OC\\Comments\\Manager' => __DIR__ . '/../../..' . '/lib/private/Comments/Manager.php', |
|
| 1232 | - 'OC\\Comments\\ManagerFactory' => __DIR__ . '/../../..' . '/lib/private/Comments/ManagerFactory.php', |
|
| 1233 | - 'OC\\Config' => __DIR__ . '/../../..' . '/lib/private/Config.php', |
|
| 1234 | - 'OC\\Config\\ConfigManager' => __DIR__ . '/../../..' . '/lib/private/Config/ConfigManager.php', |
|
| 1235 | - 'OC\\Config\\Lexicon\\CoreConfigLexicon' => __DIR__ . '/../../..' . '/lib/private/Config/Lexicon/CoreConfigLexicon.php', |
|
| 1236 | - 'OC\\Config\\UserConfig' => __DIR__ . '/../../..' . '/lib/private/Config/UserConfig.php', |
|
| 1237 | - 'OC\\Console\\Application' => __DIR__ . '/../../..' . '/lib/private/Console/Application.php', |
|
| 1238 | - 'OC\\Console\\TimestampFormatter' => __DIR__ . '/../../..' . '/lib/private/Console/TimestampFormatter.php', |
|
| 1239 | - 'OC\\ContactsManager' => __DIR__ . '/../../..' . '/lib/private/ContactsManager.php', |
|
| 1240 | - 'OC\\Contacts\\ContactsMenu\\ActionFactory' => __DIR__ . '/../../..' . '/lib/private/Contacts/ContactsMenu/ActionFactory.php', |
|
| 1241 | - 'OC\\Contacts\\ContactsMenu\\ActionProviderStore' => __DIR__ . '/../../..' . '/lib/private/Contacts/ContactsMenu/ActionProviderStore.php', |
|
| 1242 | - 'OC\\Contacts\\ContactsMenu\\Actions\\LinkAction' => __DIR__ . '/../../..' . '/lib/private/Contacts/ContactsMenu/Actions/LinkAction.php', |
|
| 1243 | - 'OC\\Contacts\\ContactsMenu\\ContactsStore' => __DIR__ . '/../../..' . '/lib/private/Contacts/ContactsMenu/ContactsStore.php', |
|
| 1244 | - 'OC\\Contacts\\ContactsMenu\\Entry' => __DIR__ . '/../../..' . '/lib/private/Contacts/ContactsMenu/Entry.php', |
|
| 1245 | - 'OC\\Contacts\\ContactsMenu\\Manager' => __DIR__ . '/../../..' . '/lib/private/Contacts/ContactsMenu/Manager.php', |
|
| 1246 | - 'OC\\Contacts\\ContactsMenu\\Providers\\EMailProvider' => __DIR__ . '/../../..' . '/lib/private/Contacts/ContactsMenu/Providers/EMailProvider.php', |
|
| 1247 | - 'OC\\Contacts\\ContactsMenu\\Providers\\LocalTimeProvider' => __DIR__ . '/../../..' . '/lib/private/Contacts/ContactsMenu/Providers/LocalTimeProvider.php', |
|
| 1248 | - 'OC\\Contacts\\ContactsMenu\\Providers\\ProfileProvider' => __DIR__ . '/../../..' . '/lib/private/Contacts/ContactsMenu/Providers/ProfileProvider.php', |
|
| 1249 | - 'OC\\Core\\AppInfo\\Application' => __DIR__ . '/../../..' . '/core/AppInfo/Application.php', |
|
| 1250 | - 'OC\\Core\\BackgroundJobs\\BackgroundCleanupUpdaterBackupsJob' => __DIR__ . '/../../..' . '/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php', |
|
| 1251 | - 'OC\\Core\\BackgroundJobs\\CheckForUserCertificates' => __DIR__ . '/../../..' . '/core/BackgroundJobs/CheckForUserCertificates.php', |
|
| 1252 | - 'OC\\Core\\BackgroundJobs\\CleanupLoginFlowV2' => __DIR__ . '/../../..' . '/core/BackgroundJobs/CleanupLoginFlowV2.php', |
|
| 1253 | - 'OC\\Core\\BackgroundJobs\\GenerateMetadataJob' => __DIR__ . '/../../..' . '/core/BackgroundJobs/GenerateMetadataJob.php', |
|
| 1254 | - 'OC\\Core\\BackgroundJobs\\LookupServerSendCheckBackgroundJob' => __DIR__ . '/../../..' . '/core/BackgroundJobs/LookupServerSendCheckBackgroundJob.php', |
|
| 1255 | - 'OC\\Core\\Command\\App\\Disable' => __DIR__ . '/../../..' . '/core/Command/App/Disable.php', |
|
| 1256 | - 'OC\\Core\\Command\\App\\Enable' => __DIR__ . '/../../..' . '/core/Command/App/Enable.php', |
|
| 1257 | - 'OC\\Core\\Command\\App\\GetPath' => __DIR__ . '/../../..' . '/core/Command/App/GetPath.php', |
|
| 1258 | - 'OC\\Core\\Command\\App\\Install' => __DIR__ . '/../../..' . '/core/Command/App/Install.php', |
|
| 1259 | - 'OC\\Core\\Command\\App\\ListApps' => __DIR__ . '/../../..' . '/core/Command/App/ListApps.php', |
|
| 1260 | - 'OC\\Core\\Command\\App\\Remove' => __DIR__ . '/../../..' . '/core/Command/App/Remove.php', |
|
| 1261 | - 'OC\\Core\\Command\\App\\Update' => __DIR__ . '/../../..' . '/core/Command/App/Update.php', |
|
| 1262 | - 'OC\\Core\\Command\\Background\\Delete' => __DIR__ . '/../../..' . '/core/Command/Background/Delete.php', |
|
| 1263 | - 'OC\\Core\\Command\\Background\\Job' => __DIR__ . '/../../..' . '/core/Command/Background/Job.php', |
|
| 1264 | - 'OC\\Core\\Command\\Background\\JobBase' => __DIR__ . '/../../..' . '/core/Command/Background/JobBase.php', |
|
| 1265 | - 'OC\\Core\\Command\\Background\\JobWorker' => __DIR__ . '/../../..' . '/core/Command/Background/JobWorker.php', |
|
| 1266 | - 'OC\\Core\\Command\\Background\\ListCommand' => __DIR__ . '/../../..' . '/core/Command/Background/ListCommand.php', |
|
| 1267 | - 'OC\\Core\\Command\\Background\\Mode' => __DIR__ . '/../../..' . '/core/Command/Background/Mode.php', |
|
| 1268 | - 'OC\\Core\\Command\\Base' => __DIR__ . '/../../..' . '/core/Command/Base.php', |
|
| 1269 | - 'OC\\Core\\Command\\Broadcast\\Test' => __DIR__ . '/../../..' . '/core/Command/Broadcast/Test.php', |
|
| 1270 | - 'OC\\Core\\Command\\Check' => __DIR__ . '/../../..' . '/core/Command/Check.php', |
|
| 1271 | - 'OC\\Core\\Command\\Config\\App\\Base' => __DIR__ . '/../../..' . '/core/Command/Config/App/Base.php', |
|
| 1272 | - 'OC\\Core\\Command\\Config\\App\\DeleteConfig' => __DIR__ . '/../../..' . '/core/Command/Config/App/DeleteConfig.php', |
|
| 1273 | - 'OC\\Core\\Command\\Config\\App\\GetConfig' => __DIR__ . '/../../..' . '/core/Command/Config/App/GetConfig.php', |
|
| 1274 | - 'OC\\Core\\Command\\Config\\App\\SetConfig' => __DIR__ . '/../../..' . '/core/Command/Config/App/SetConfig.php', |
|
| 1275 | - 'OC\\Core\\Command\\Config\\Import' => __DIR__ . '/../../..' . '/core/Command/Config/Import.php', |
|
| 1276 | - 'OC\\Core\\Command\\Config\\ListConfigs' => __DIR__ . '/../../..' . '/core/Command/Config/ListConfigs.php', |
|
| 1277 | - 'OC\\Core\\Command\\Config\\System\\Base' => __DIR__ . '/../../..' . '/core/Command/Config/System/Base.php', |
|
| 1278 | - 'OC\\Core\\Command\\Config\\System\\DeleteConfig' => __DIR__ . '/../../..' . '/core/Command/Config/System/DeleteConfig.php', |
|
| 1279 | - 'OC\\Core\\Command\\Config\\System\\GetConfig' => __DIR__ . '/../../..' . '/core/Command/Config/System/GetConfig.php', |
|
| 1280 | - 'OC\\Core\\Command\\Config\\System\\SetConfig' => __DIR__ . '/../../..' . '/core/Command/Config/System/SetConfig.php', |
|
| 1281 | - 'OC\\Core\\Command\\Db\\AddMissingColumns' => __DIR__ . '/../../..' . '/core/Command/Db/AddMissingColumns.php', |
|
| 1282 | - 'OC\\Core\\Command\\Db\\AddMissingIndices' => __DIR__ . '/../../..' . '/core/Command/Db/AddMissingIndices.php', |
|
| 1283 | - 'OC\\Core\\Command\\Db\\AddMissingPrimaryKeys' => __DIR__ . '/../../..' . '/core/Command/Db/AddMissingPrimaryKeys.php', |
|
| 1284 | - 'OC\\Core\\Command\\Db\\ConvertFilecacheBigInt' => __DIR__ . '/../../..' . '/core/Command/Db/ConvertFilecacheBigInt.php', |
|
| 1285 | - 'OC\\Core\\Command\\Db\\ConvertMysqlToMB4' => __DIR__ . '/../../..' . '/core/Command/Db/ConvertMysqlToMB4.php', |
|
| 1286 | - 'OC\\Core\\Command\\Db\\ConvertType' => __DIR__ . '/../../..' . '/core/Command/Db/ConvertType.php', |
|
| 1287 | - 'OC\\Core\\Command\\Db\\ExpectedSchema' => __DIR__ . '/../../..' . '/core/Command/Db/ExpectedSchema.php', |
|
| 1288 | - 'OC\\Core\\Command\\Db\\ExportSchema' => __DIR__ . '/../../..' . '/core/Command/Db/ExportSchema.php', |
|
| 1289 | - 'OC\\Core\\Command\\Db\\Migrations\\ExecuteCommand' => __DIR__ . '/../../..' . '/core/Command/Db/Migrations/ExecuteCommand.php', |
|
| 1290 | - 'OC\\Core\\Command\\Db\\Migrations\\GenerateCommand' => __DIR__ . '/../../..' . '/core/Command/Db/Migrations/GenerateCommand.php', |
|
| 1291 | - 'OC\\Core\\Command\\Db\\Migrations\\GenerateMetadataCommand' => __DIR__ . '/../../..' . '/core/Command/Db/Migrations/GenerateMetadataCommand.php', |
|
| 1292 | - 'OC\\Core\\Command\\Db\\Migrations\\MigrateCommand' => __DIR__ . '/../../..' . '/core/Command/Db/Migrations/MigrateCommand.php', |
|
| 1293 | - 'OC\\Core\\Command\\Db\\Migrations\\PreviewCommand' => __DIR__ . '/../../..' . '/core/Command/Db/Migrations/PreviewCommand.php', |
|
| 1294 | - 'OC\\Core\\Command\\Db\\Migrations\\StatusCommand' => __DIR__ . '/../../..' . '/core/Command/Db/Migrations/StatusCommand.php', |
|
| 1295 | - 'OC\\Core\\Command\\Db\\SchemaEncoder' => __DIR__ . '/../../..' . '/core/Command/Db/SchemaEncoder.php', |
|
| 1296 | - 'OC\\Core\\Command\\Encryption\\ChangeKeyStorageRoot' => __DIR__ . '/../../..' . '/core/Command/Encryption/ChangeKeyStorageRoot.php', |
|
| 1297 | - 'OC\\Core\\Command\\Encryption\\DecryptAll' => __DIR__ . '/../../..' . '/core/Command/Encryption/DecryptAll.php', |
|
| 1298 | - 'OC\\Core\\Command\\Encryption\\Disable' => __DIR__ . '/../../..' . '/core/Command/Encryption/Disable.php', |
|
| 1299 | - 'OC\\Core\\Command\\Encryption\\Enable' => __DIR__ . '/../../..' . '/core/Command/Encryption/Enable.php', |
|
| 1300 | - 'OC\\Core\\Command\\Encryption\\EncryptAll' => __DIR__ . '/../../..' . '/core/Command/Encryption/EncryptAll.php', |
|
| 1301 | - 'OC\\Core\\Command\\Encryption\\ListModules' => __DIR__ . '/../../..' . '/core/Command/Encryption/ListModules.php', |
|
| 1302 | - 'OC\\Core\\Command\\Encryption\\MigrateKeyStorage' => __DIR__ . '/../../..' . '/core/Command/Encryption/MigrateKeyStorage.php', |
|
| 1303 | - 'OC\\Core\\Command\\Encryption\\SetDefaultModule' => __DIR__ . '/../../..' . '/core/Command/Encryption/SetDefaultModule.php', |
|
| 1304 | - 'OC\\Core\\Command\\Encryption\\ShowKeyStorageRoot' => __DIR__ . '/../../..' . '/core/Command/Encryption/ShowKeyStorageRoot.php', |
|
| 1305 | - 'OC\\Core\\Command\\Encryption\\Status' => __DIR__ . '/../../..' . '/core/Command/Encryption/Status.php', |
|
| 1306 | - 'OC\\Core\\Command\\FilesMetadata\\Get' => __DIR__ . '/../../..' . '/core/Command/FilesMetadata/Get.php', |
|
| 1307 | - 'OC\\Core\\Command\\Group\\Add' => __DIR__ . '/../../..' . '/core/Command/Group/Add.php', |
|
| 1308 | - 'OC\\Core\\Command\\Group\\AddUser' => __DIR__ . '/../../..' . '/core/Command/Group/AddUser.php', |
|
| 1309 | - 'OC\\Core\\Command\\Group\\Delete' => __DIR__ . '/../../..' . '/core/Command/Group/Delete.php', |
|
| 1310 | - 'OC\\Core\\Command\\Group\\Info' => __DIR__ . '/../../..' . '/core/Command/Group/Info.php', |
|
| 1311 | - 'OC\\Core\\Command\\Group\\ListCommand' => __DIR__ . '/../../..' . '/core/Command/Group/ListCommand.php', |
|
| 1312 | - 'OC\\Core\\Command\\Group\\RemoveUser' => __DIR__ . '/../../..' . '/core/Command/Group/RemoveUser.php', |
|
| 1313 | - 'OC\\Core\\Command\\Info\\File' => __DIR__ . '/../../..' . '/core/Command/Info/File.php', |
|
| 1314 | - 'OC\\Core\\Command\\Info\\FileUtils' => __DIR__ . '/../../..' . '/core/Command/Info/FileUtils.php', |
|
| 1315 | - 'OC\\Core\\Command\\Info\\Space' => __DIR__ . '/../../..' . '/core/Command/Info/Space.php', |
|
| 1316 | - 'OC\\Core\\Command\\Info\\Storage' => __DIR__ . '/../../..' . '/core/Command/Info/Storage.php', |
|
| 1317 | - 'OC\\Core\\Command\\Info\\Storages' => __DIR__ . '/../../..' . '/core/Command/Info/Storages.php', |
|
| 1318 | - 'OC\\Core\\Command\\Integrity\\CheckApp' => __DIR__ . '/../../..' . '/core/Command/Integrity/CheckApp.php', |
|
| 1319 | - 'OC\\Core\\Command\\Integrity\\CheckCore' => __DIR__ . '/../../..' . '/core/Command/Integrity/CheckCore.php', |
|
| 1320 | - 'OC\\Core\\Command\\Integrity\\SignApp' => __DIR__ . '/../../..' . '/core/Command/Integrity/SignApp.php', |
|
| 1321 | - 'OC\\Core\\Command\\Integrity\\SignCore' => __DIR__ . '/../../..' . '/core/Command/Integrity/SignCore.php', |
|
| 1322 | - 'OC\\Core\\Command\\InterruptedException' => __DIR__ . '/../../..' . '/core/Command/InterruptedException.php', |
|
| 1323 | - 'OC\\Core\\Command\\L10n\\CreateJs' => __DIR__ . '/../../..' . '/core/Command/L10n/CreateJs.php', |
|
| 1324 | - 'OC\\Core\\Command\\Log\\File' => __DIR__ . '/../../..' . '/core/Command/Log/File.php', |
|
| 1325 | - 'OC\\Core\\Command\\Log\\Manage' => __DIR__ . '/../../..' . '/core/Command/Log/Manage.php', |
|
| 1326 | - 'OC\\Core\\Command\\Maintenance\\DataFingerprint' => __DIR__ . '/../../..' . '/core/Command/Maintenance/DataFingerprint.php', |
|
| 1327 | - 'OC\\Core\\Command\\Maintenance\\Install' => __DIR__ . '/../../..' . '/core/Command/Maintenance/Install.php', |
|
| 1328 | - 'OC\\Core\\Command\\Maintenance\\Mimetype\\GenerateMimetypeFileBuilder' => __DIR__ . '/../../..' . '/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php', |
|
| 1329 | - 'OC\\Core\\Command\\Maintenance\\Mimetype\\UpdateDB' => __DIR__ . '/../../..' . '/core/Command/Maintenance/Mimetype/UpdateDB.php', |
|
| 1330 | - 'OC\\Core\\Command\\Maintenance\\Mimetype\\UpdateJS' => __DIR__ . '/../../..' . '/core/Command/Maintenance/Mimetype/UpdateJS.php', |
|
| 1331 | - 'OC\\Core\\Command\\Maintenance\\Mode' => __DIR__ . '/../../..' . '/core/Command/Maintenance/Mode.php', |
|
| 1332 | - 'OC\\Core\\Command\\Maintenance\\Repair' => __DIR__ . '/../../..' . '/core/Command/Maintenance/Repair.php', |
|
| 1333 | - 'OC\\Core\\Command\\Maintenance\\RepairShareOwnership' => __DIR__ . '/../../..' . '/core/Command/Maintenance/RepairShareOwnership.php', |
|
| 1334 | - 'OC\\Core\\Command\\Maintenance\\UpdateHtaccess' => __DIR__ . '/../../..' . '/core/Command/Maintenance/UpdateHtaccess.php', |
|
| 1335 | - 'OC\\Core\\Command\\Maintenance\\UpdateTheme' => __DIR__ . '/../../..' . '/core/Command/Maintenance/UpdateTheme.php', |
|
| 1336 | - 'OC\\Core\\Command\\Memcache\\RedisCommand' => __DIR__ . '/../../..' . '/core/Command/Memcache/RedisCommand.php', |
|
| 1337 | - 'OC\\Core\\Command\\Preview\\Cleanup' => __DIR__ . '/../../..' . '/core/Command/Preview/Cleanup.php', |
|
| 1338 | - 'OC\\Core\\Command\\Preview\\Generate' => __DIR__ . '/../../..' . '/core/Command/Preview/Generate.php', |
|
| 1339 | - 'OC\\Core\\Command\\Preview\\Repair' => __DIR__ . '/../../..' . '/core/Command/Preview/Repair.php', |
|
| 1340 | - 'OC\\Core\\Command\\Preview\\ResetRenderedTexts' => __DIR__ . '/../../..' . '/core/Command/Preview/ResetRenderedTexts.php', |
|
| 1341 | - 'OC\\Core\\Command\\Security\\BruteforceAttempts' => __DIR__ . '/../../..' . '/core/Command/Security/BruteforceAttempts.php', |
|
| 1342 | - 'OC\\Core\\Command\\Security\\BruteforceResetAttempts' => __DIR__ . '/../../..' . '/core/Command/Security/BruteforceResetAttempts.php', |
|
| 1343 | - 'OC\\Core\\Command\\Security\\ExportCertificates' => __DIR__ . '/../../..' . '/core/Command/Security/ExportCertificates.php', |
|
| 1344 | - 'OC\\Core\\Command\\Security\\ImportCertificate' => __DIR__ . '/../../..' . '/core/Command/Security/ImportCertificate.php', |
|
| 1345 | - 'OC\\Core\\Command\\Security\\ListCertificates' => __DIR__ . '/../../..' . '/core/Command/Security/ListCertificates.php', |
|
| 1346 | - 'OC\\Core\\Command\\Security\\RemoveCertificate' => __DIR__ . '/../../..' . '/core/Command/Security/RemoveCertificate.php', |
|
| 1347 | - 'OC\\Core\\Command\\SetupChecks' => __DIR__ . '/../../..' . '/core/Command/SetupChecks.php', |
|
| 1348 | - 'OC\\Core\\Command\\Status' => __DIR__ . '/../../..' . '/core/Command/Status.php', |
|
| 1349 | - 'OC\\Core\\Command\\SystemTag\\Add' => __DIR__ . '/../../..' . '/core/Command/SystemTag/Add.php', |
|
| 1350 | - 'OC\\Core\\Command\\SystemTag\\Delete' => __DIR__ . '/../../..' . '/core/Command/SystemTag/Delete.php', |
|
| 1351 | - 'OC\\Core\\Command\\SystemTag\\Edit' => __DIR__ . '/../../..' . '/core/Command/SystemTag/Edit.php', |
|
| 1352 | - 'OC\\Core\\Command\\SystemTag\\ListCommand' => __DIR__ . '/../../..' . '/core/Command/SystemTag/ListCommand.php', |
|
| 1353 | - 'OC\\Core\\Command\\TaskProcessing\\EnabledCommand' => __DIR__ . '/../../..' . '/core/Command/TaskProcessing/EnabledCommand.php', |
|
| 1354 | - 'OC\\Core\\Command\\TaskProcessing\\GetCommand' => __DIR__ . '/../../..' . '/core/Command/TaskProcessing/GetCommand.php', |
|
| 1355 | - 'OC\\Core\\Command\\TaskProcessing\\ListCommand' => __DIR__ . '/../../..' . '/core/Command/TaskProcessing/ListCommand.php', |
|
| 1356 | - 'OC\\Core\\Command\\TaskProcessing\\Statistics' => __DIR__ . '/../../..' . '/core/Command/TaskProcessing/Statistics.php', |
|
| 1357 | - 'OC\\Core\\Command\\TwoFactorAuth\\Base' => __DIR__ . '/../../..' . '/core/Command/TwoFactorAuth/Base.php', |
|
| 1358 | - 'OC\\Core\\Command\\TwoFactorAuth\\Cleanup' => __DIR__ . '/../../..' . '/core/Command/TwoFactorAuth/Cleanup.php', |
|
| 1359 | - 'OC\\Core\\Command\\TwoFactorAuth\\Disable' => __DIR__ . '/../../..' . '/core/Command/TwoFactorAuth/Disable.php', |
|
| 1360 | - 'OC\\Core\\Command\\TwoFactorAuth\\Enable' => __DIR__ . '/../../..' . '/core/Command/TwoFactorAuth/Enable.php', |
|
| 1361 | - 'OC\\Core\\Command\\TwoFactorAuth\\Enforce' => __DIR__ . '/../../..' . '/core/Command/TwoFactorAuth/Enforce.php', |
|
| 1362 | - 'OC\\Core\\Command\\TwoFactorAuth\\State' => __DIR__ . '/../../..' . '/core/Command/TwoFactorAuth/State.php', |
|
| 1363 | - 'OC\\Core\\Command\\Upgrade' => __DIR__ . '/../../..' . '/core/Command/Upgrade.php', |
|
| 1364 | - 'OC\\Core\\Command\\User\\Add' => __DIR__ . '/../../..' . '/core/Command/User/Add.php', |
|
| 1365 | - 'OC\\Core\\Command\\User\\AuthTokens\\Add' => __DIR__ . '/../../..' . '/core/Command/User/AuthTokens/Add.php', |
|
| 1366 | - 'OC\\Core\\Command\\User\\AuthTokens\\Delete' => __DIR__ . '/../../..' . '/core/Command/User/AuthTokens/Delete.php', |
|
| 1367 | - 'OC\\Core\\Command\\User\\AuthTokens\\ListCommand' => __DIR__ . '/../../..' . '/core/Command/User/AuthTokens/ListCommand.php', |
|
| 1368 | - 'OC\\Core\\Command\\User\\ClearGeneratedAvatarCacheCommand' => __DIR__ . '/../../..' . '/core/Command/User/ClearGeneratedAvatarCacheCommand.php', |
|
| 1369 | - 'OC\\Core\\Command\\User\\Delete' => __DIR__ . '/../../..' . '/core/Command/User/Delete.php', |
|
| 1370 | - 'OC\\Core\\Command\\User\\Disable' => __DIR__ . '/../../..' . '/core/Command/User/Disable.php', |
|
| 1371 | - 'OC\\Core\\Command\\User\\Enable' => __DIR__ . '/../../..' . '/core/Command/User/Enable.php', |
|
| 1372 | - 'OC\\Core\\Command\\User\\Info' => __DIR__ . '/../../..' . '/core/Command/User/Info.php', |
|
| 1373 | - 'OC\\Core\\Command\\User\\Keys\\Verify' => __DIR__ . '/../../..' . '/core/Command/User/Keys/Verify.php', |
|
| 1374 | - 'OC\\Core\\Command\\User\\LastSeen' => __DIR__ . '/../../..' . '/core/Command/User/LastSeen.php', |
|
| 1375 | - 'OC\\Core\\Command\\User\\ListCommand' => __DIR__ . '/../../..' . '/core/Command/User/ListCommand.php', |
|
| 1376 | - 'OC\\Core\\Command\\User\\Profile' => __DIR__ . '/../../..' . '/core/Command/User/Profile.php', |
|
| 1377 | - 'OC\\Core\\Command\\User\\Report' => __DIR__ . '/../../..' . '/core/Command/User/Report.php', |
|
| 1378 | - 'OC\\Core\\Command\\User\\ResetPassword' => __DIR__ . '/../../..' . '/core/Command/User/ResetPassword.php', |
|
| 1379 | - 'OC\\Core\\Command\\User\\Setting' => __DIR__ . '/../../..' . '/core/Command/User/Setting.php', |
|
| 1380 | - 'OC\\Core\\Command\\User\\SyncAccountDataCommand' => __DIR__ . '/../../..' . '/core/Command/User/SyncAccountDataCommand.php', |
|
| 1381 | - 'OC\\Core\\Command\\User\\Welcome' => __DIR__ . '/../../..' . '/core/Command/User/Welcome.php', |
|
| 1382 | - 'OC\\Core\\Controller\\AppPasswordController' => __DIR__ . '/../../..' . '/core/Controller/AppPasswordController.php', |
|
| 1383 | - 'OC\\Core\\Controller\\AutoCompleteController' => __DIR__ . '/../../..' . '/core/Controller/AutoCompleteController.php', |
|
| 1384 | - 'OC\\Core\\Controller\\AvatarController' => __DIR__ . '/../../..' . '/core/Controller/AvatarController.php', |
|
| 1385 | - 'OC\\Core\\Controller\\CSRFTokenController' => __DIR__ . '/../../..' . '/core/Controller/CSRFTokenController.php', |
|
| 1386 | - 'OC\\Core\\Controller\\ClientFlowLoginController' => __DIR__ . '/../../..' . '/core/Controller/ClientFlowLoginController.php', |
|
| 1387 | - 'OC\\Core\\Controller\\ClientFlowLoginV2Controller' => __DIR__ . '/../../..' . '/core/Controller/ClientFlowLoginV2Controller.php', |
|
| 1388 | - 'OC\\Core\\Controller\\CollaborationResourcesController' => __DIR__ . '/../../..' . '/core/Controller/CollaborationResourcesController.php', |
|
| 1389 | - 'OC\\Core\\Controller\\ContactsMenuController' => __DIR__ . '/../../..' . '/core/Controller/ContactsMenuController.php', |
|
| 1390 | - 'OC\\Core\\Controller\\CssController' => __DIR__ . '/../../..' . '/core/Controller/CssController.php', |
|
| 1391 | - 'OC\\Core\\Controller\\ErrorController' => __DIR__ . '/../../..' . '/core/Controller/ErrorController.php', |
|
| 1392 | - 'OC\\Core\\Controller\\GuestAvatarController' => __DIR__ . '/../../..' . '/core/Controller/GuestAvatarController.php', |
|
| 1393 | - 'OC\\Core\\Controller\\HoverCardController' => __DIR__ . '/../../..' . '/core/Controller/HoverCardController.php', |
|
| 1394 | - 'OC\\Core\\Controller\\JsController' => __DIR__ . '/../../..' . '/core/Controller/JsController.php', |
|
| 1395 | - 'OC\\Core\\Controller\\LoginController' => __DIR__ . '/../../..' . '/core/Controller/LoginController.php', |
|
| 1396 | - 'OC\\Core\\Controller\\LostController' => __DIR__ . '/../../..' . '/core/Controller/LostController.php', |
|
| 1397 | - 'OC\\Core\\Controller\\NavigationController' => __DIR__ . '/../../..' . '/core/Controller/NavigationController.php', |
|
| 1398 | - 'OC\\Core\\Controller\\OCJSController' => __DIR__ . '/../../..' . '/core/Controller/OCJSController.php', |
|
| 1399 | - 'OC\\Core\\Controller\\OCMController' => __DIR__ . '/../../..' . '/core/Controller/OCMController.php', |
|
| 1400 | - 'OC\\Core\\Controller\\OCSController' => __DIR__ . '/../../..' . '/core/Controller/OCSController.php', |
|
| 1401 | - 'OC\\Core\\Controller\\PreviewController' => __DIR__ . '/../../..' . '/core/Controller/PreviewController.php', |
|
| 1402 | - 'OC\\Core\\Controller\\ProfileApiController' => __DIR__ . '/../../..' . '/core/Controller/ProfileApiController.php', |
|
| 1403 | - 'OC\\Core\\Controller\\RecommendedAppsController' => __DIR__ . '/../../..' . '/core/Controller/RecommendedAppsController.php', |
|
| 1404 | - 'OC\\Core\\Controller\\ReferenceApiController' => __DIR__ . '/../../..' . '/core/Controller/ReferenceApiController.php', |
|
| 1405 | - 'OC\\Core\\Controller\\ReferenceController' => __DIR__ . '/../../..' . '/core/Controller/ReferenceController.php', |
|
| 1406 | - 'OC\\Core\\Controller\\SetupController' => __DIR__ . '/../../..' . '/core/Controller/SetupController.php', |
|
| 1407 | - 'OC\\Core\\Controller\\TaskProcessingApiController' => __DIR__ . '/../../..' . '/core/Controller/TaskProcessingApiController.php', |
|
| 1408 | - 'OC\\Core\\Controller\\TeamsApiController' => __DIR__ . '/../../..' . '/core/Controller/TeamsApiController.php', |
|
| 1409 | - 'OC\\Core\\Controller\\TextProcessingApiController' => __DIR__ . '/../../..' . '/core/Controller/TextProcessingApiController.php', |
|
| 1410 | - 'OC\\Core\\Controller\\TextToImageApiController' => __DIR__ . '/../../..' . '/core/Controller/TextToImageApiController.php', |
|
| 1411 | - 'OC\\Core\\Controller\\TranslationApiController' => __DIR__ . '/../../..' . '/core/Controller/TranslationApiController.php', |
|
| 1412 | - 'OC\\Core\\Controller\\TwoFactorApiController' => __DIR__ . '/../../..' . '/core/Controller/TwoFactorApiController.php', |
|
| 1413 | - 'OC\\Core\\Controller\\TwoFactorChallengeController' => __DIR__ . '/../../..' . '/core/Controller/TwoFactorChallengeController.php', |
|
| 1414 | - 'OC\\Core\\Controller\\UnifiedSearchController' => __DIR__ . '/../../..' . '/core/Controller/UnifiedSearchController.php', |
|
| 1415 | - 'OC\\Core\\Controller\\UnsupportedBrowserController' => __DIR__ . '/../../..' . '/core/Controller/UnsupportedBrowserController.php', |
|
| 1416 | - 'OC\\Core\\Controller\\UserController' => __DIR__ . '/../../..' . '/core/Controller/UserController.php', |
|
| 1417 | - 'OC\\Core\\Controller\\WalledGardenController' => __DIR__ . '/../../..' . '/core/Controller/WalledGardenController.php', |
|
| 1418 | - 'OC\\Core\\Controller\\WebAuthnController' => __DIR__ . '/../../..' . '/core/Controller/WebAuthnController.php', |
|
| 1419 | - 'OC\\Core\\Controller\\WellKnownController' => __DIR__ . '/../../..' . '/core/Controller/WellKnownController.php', |
|
| 1420 | - 'OC\\Core\\Controller\\WhatsNewController' => __DIR__ . '/../../..' . '/core/Controller/WhatsNewController.php', |
|
| 1421 | - 'OC\\Core\\Controller\\WipeController' => __DIR__ . '/../../..' . '/core/Controller/WipeController.php', |
|
| 1422 | - 'OC\\Core\\Data\\LoginFlowV2Credentials' => __DIR__ . '/../../..' . '/core/Data/LoginFlowV2Credentials.php', |
|
| 1423 | - 'OC\\Core\\Data\\LoginFlowV2Tokens' => __DIR__ . '/../../..' . '/core/Data/LoginFlowV2Tokens.php', |
|
| 1424 | - 'OC\\Core\\Db\\LoginFlowV2' => __DIR__ . '/../../..' . '/core/Db/LoginFlowV2.php', |
|
| 1425 | - 'OC\\Core\\Db\\LoginFlowV2Mapper' => __DIR__ . '/../../..' . '/core/Db/LoginFlowV2Mapper.php', |
|
| 1426 | - 'OC\\Core\\Db\\ProfileConfig' => __DIR__ . '/../../..' . '/core/Db/ProfileConfig.php', |
|
| 1427 | - 'OC\\Core\\Db\\ProfileConfigMapper' => __DIR__ . '/../../..' . '/core/Db/ProfileConfigMapper.php', |
|
| 1428 | - 'OC\\Core\\Events\\BeforePasswordResetEvent' => __DIR__ . '/../../..' . '/core/Events/BeforePasswordResetEvent.php', |
|
| 1429 | - 'OC\\Core\\Events\\PasswordResetEvent' => __DIR__ . '/../../..' . '/core/Events/PasswordResetEvent.php', |
|
| 1430 | - 'OC\\Core\\Exception\\LoginFlowV2ClientForbiddenException' => __DIR__ . '/../../..' . '/core/Exception/LoginFlowV2ClientForbiddenException.php', |
|
| 1431 | - 'OC\\Core\\Exception\\LoginFlowV2NotFoundException' => __DIR__ . '/../../..' . '/core/Exception/LoginFlowV2NotFoundException.php', |
|
| 1432 | - 'OC\\Core\\Exception\\ResetPasswordException' => __DIR__ . '/../../..' . '/core/Exception/ResetPasswordException.php', |
|
| 1433 | - 'OC\\Core\\Listener\\AddMissingIndicesListener' => __DIR__ . '/../../..' . '/core/Listener/AddMissingIndicesListener.php', |
|
| 1434 | - 'OC\\Core\\Listener\\AddMissingPrimaryKeyListener' => __DIR__ . '/../../..' . '/core/Listener/AddMissingPrimaryKeyListener.php', |
|
| 1435 | - 'OC\\Core\\Listener\\BeforeMessageLoggedEventListener' => __DIR__ . '/../../..' . '/core/Listener/BeforeMessageLoggedEventListener.php', |
|
| 1436 | - 'OC\\Core\\Listener\\BeforeTemplateRenderedListener' => __DIR__ . '/../../..' . '/core/Listener/BeforeTemplateRenderedListener.php', |
|
| 1437 | - 'OC\\Core\\Listener\\FeedBackHandler' => __DIR__ . '/../../..' . '/core/Listener/FeedBackHandler.php', |
|
| 1438 | - 'OC\\Core\\Middleware\\TwoFactorMiddleware' => __DIR__ . '/../../..' . '/core/Middleware/TwoFactorMiddleware.php', |
|
| 1439 | - 'OC\\Core\\Migrations\\Version13000Date20170705121758' => __DIR__ . '/../../..' . '/core/Migrations/Version13000Date20170705121758.php', |
|
| 1440 | - 'OC\\Core\\Migrations\\Version13000Date20170718121200' => __DIR__ . '/../../..' . '/core/Migrations/Version13000Date20170718121200.php', |
|
| 1441 | - 'OC\\Core\\Migrations\\Version13000Date20170814074715' => __DIR__ . '/../../..' . '/core/Migrations/Version13000Date20170814074715.php', |
|
| 1442 | - 'OC\\Core\\Migrations\\Version13000Date20170919121250' => __DIR__ . '/../../..' . '/core/Migrations/Version13000Date20170919121250.php', |
|
| 1443 | - 'OC\\Core\\Migrations\\Version13000Date20170926101637' => __DIR__ . '/../../..' . '/core/Migrations/Version13000Date20170926101637.php', |
|
| 1444 | - 'OC\\Core\\Migrations\\Version14000Date20180129121024' => __DIR__ . '/../../..' . '/core/Migrations/Version14000Date20180129121024.php', |
|
| 1445 | - 'OC\\Core\\Migrations\\Version14000Date20180404140050' => __DIR__ . '/../../..' . '/core/Migrations/Version14000Date20180404140050.php', |
|
| 1446 | - 'OC\\Core\\Migrations\\Version14000Date20180516101403' => __DIR__ . '/../../..' . '/core/Migrations/Version14000Date20180516101403.php', |
|
| 1447 | - 'OC\\Core\\Migrations\\Version14000Date20180518120534' => __DIR__ . '/../../..' . '/core/Migrations/Version14000Date20180518120534.php', |
|
| 1448 | - 'OC\\Core\\Migrations\\Version14000Date20180522074438' => __DIR__ . '/../../..' . '/core/Migrations/Version14000Date20180522074438.php', |
|
| 1449 | - 'OC\\Core\\Migrations\\Version14000Date20180626223656' => __DIR__ . '/../../..' . '/core/Migrations/Version14000Date20180626223656.php', |
|
| 1450 | - 'OC\\Core\\Migrations\\Version14000Date20180710092004' => __DIR__ . '/../../..' . '/core/Migrations/Version14000Date20180710092004.php', |
|
| 1451 | - 'OC\\Core\\Migrations\\Version14000Date20180712153140' => __DIR__ . '/../../..' . '/core/Migrations/Version14000Date20180712153140.php', |
|
| 1452 | - 'OC\\Core\\Migrations\\Version15000Date20180926101451' => __DIR__ . '/../../..' . '/core/Migrations/Version15000Date20180926101451.php', |
|
| 1453 | - 'OC\\Core\\Migrations\\Version15000Date20181015062942' => __DIR__ . '/../../..' . '/core/Migrations/Version15000Date20181015062942.php', |
|
| 1454 | - 'OC\\Core\\Migrations\\Version15000Date20181029084625' => __DIR__ . '/../../..' . '/core/Migrations/Version15000Date20181029084625.php', |
|
| 1455 | - 'OC\\Core\\Migrations\\Version16000Date20190207141427' => __DIR__ . '/../../..' . '/core/Migrations/Version16000Date20190207141427.php', |
|
| 1456 | - 'OC\\Core\\Migrations\\Version16000Date20190212081545' => __DIR__ . '/../../..' . '/core/Migrations/Version16000Date20190212081545.php', |
|
| 1457 | - 'OC\\Core\\Migrations\\Version16000Date20190427105638' => __DIR__ . '/../../..' . '/core/Migrations/Version16000Date20190427105638.php', |
|
| 1458 | - 'OC\\Core\\Migrations\\Version16000Date20190428150708' => __DIR__ . '/../../..' . '/core/Migrations/Version16000Date20190428150708.php', |
|
| 1459 | - 'OC\\Core\\Migrations\\Version17000Date20190514105811' => __DIR__ . '/../../..' . '/core/Migrations/Version17000Date20190514105811.php', |
|
| 1460 | - 'OC\\Core\\Migrations\\Version18000Date20190920085628' => __DIR__ . '/../../..' . '/core/Migrations/Version18000Date20190920085628.php', |
|
| 1461 | - 'OC\\Core\\Migrations\\Version18000Date20191014105105' => __DIR__ . '/../../..' . '/core/Migrations/Version18000Date20191014105105.php', |
|
| 1462 | - 'OC\\Core\\Migrations\\Version18000Date20191204114856' => __DIR__ . '/../../..' . '/core/Migrations/Version18000Date20191204114856.php', |
|
| 1463 | - 'OC\\Core\\Migrations\\Version19000Date20200211083441' => __DIR__ . '/../../..' . '/core/Migrations/Version19000Date20200211083441.php', |
|
| 1464 | - 'OC\\Core\\Migrations\\Version20000Date20201109081915' => __DIR__ . '/../../..' . '/core/Migrations/Version20000Date20201109081915.php', |
|
| 1465 | - 'OC\\Core\\Migrations\\Version20000Date20201109081918' => __DIR__ . '/../../..' . '/core/Migrations/Version20000Date20201109081918.php', |
|
| 1466 | - 'OC\\Core\\Migrations\\Version20000Date20201109081919' => __DIR__ . '/../../..' . '/core/Migrations/Version20000Date20201109081919.php', |
|
| 1467 | - 'OC\\Core\\Migrations\\Version20000Date20201111081915' => __DIR__ . '/../../..' . '/core/Migrations/Version20000Date20201111081915.php', |
|
| 1468 | - 'OC\\Core\\Migrations\\Version21000Date20201120141228' => __DIR__ . '/../../..' . '/core/Migrations/Version21000Date20201120141228.php', |
|
| 1469 | - 'OC\\Core\\Migrations\\Version21000Date20201202095923' => __DIR__ . '/../../..' . '/core/Migrations/Version21000Date20201202095923.php', |
|
| 1470 | - 'OC\\Core\\Migrations\\Version21000Date20210119195004' => __DIR__ . '/../../..' . '/core/Migrations/Version21000Date20210119195004.php', |
|
| 1471 | - 'OC\\Core\\Migrations\\Version21000Date20210309185126' => __DIR__ . '/../../..' . '/core/Migrations/Version21000Date20210309185126.php', |
|
| 1472 | - 'OC\\Core\\Migrations\\Version21000Date20210309185127' => __DIR__ . '/../../..' . '/core/Migrations/Version21000Date20210309185127.php', |
|
| 1473 | - 'OC\\Core\\Migrations\\Version22000Date20210216080825' => __DIR__ . '/../../..' . '/core/Migrations/Version22000Date20210216080825.php', |
|
| 1474 | - 'OC\\Core\\Migrations\\Version23000Date20210721100600' => __DIR__ . '/../../..' . '/core/Migrations/Version23000Date20210721100600.php', |
|
| 1475 | - 'OC\\Core\\Migrations\\Version23000Date20210906132259' => __DIR__ . '/../../..' . '/core/Migrations/Version23000Date20210906132259.php', |
|
| 1476 | - 'OC\\Core\\Migrations\\Version23000Date20210930122352' => __DIR__ . '/../../..' . '/core/Migrations/Version23000Date20210930122352.php', |
|
| 1477 | - 'OC\\Core\\Migrations\\Version23000Date20211203110726' => __DIR__ . '/../../..' . '/core/Migrations/Version23000Date20211203110726.php', |
|
| 1478 | - 'OC\\Core\\Migrations\\Version23000Date20211213203940' => __DIR__ . '/../../..' . '/core/Migrations/Version23000Date20211213203940.php', |
|
| 1479 | - 'OC\\Core\\Migrations\\Version24000Date20211210141942' => __DIR__ . '/../../..' . '/core/Migrations/Version24000Date20211210141942.php', |
|
| 1480 | - 'OC\\Core\\Migrations\\Version24000Date20211213081506' => __DIR__ . '/../../..' . '/core/Migrations/Version24000Date20211213081506.php', |
|
| 1481 | - 'OC\\Core\\Migrations\\Version24000Date20211213081604' => __DIR__ . '/../../..' . '/core/Migrations/Version24000Date20211213081604.php', |
|
| 1482 | - 'OC\\Core\\Migrations\\Version24000Date20211222112246' => __DIR__ . '/../../..' . '/core/Migrations/Version24000Date20211222112246.php', |
|
| 1483 | - 'OC\\Core\\Migrations\\Version24000Date20211230140012' => __DIR__ . '/../../..' . '/core/Migrations/Version24000Date20211230140012.php', |
|
| 1484 | - 'OC\\Core\\Migrations\\Version24000Date20220131153041' => __DIR__ . '/../../..' . '/core/Migrations/Version24000Date20220131153041.php', |
|
| 1485 | - 'OC\\Core\\Migrations\\Version24000Date20220202150027' => __DIR__ . '/../../..' . '/core/Migrations/Version24000Date20220202150027.php', |
|
| 1486 | - 'OC\\Core\\Migrations\\Version24000Date20220404230027' => __DIR__ . '/../../..' . '/core/Migrations/Version24000Date20220404230027.php', |
|
| 1487 | - 'OC\\Core\\Migrations\\Version24000Date20220425072957' => __DIR__ . '/../../..' . '/core/Migrations/Version24000Date20220425072957.php', |
|
| 1488 | - 'OC\\Core\\Migrations\\Version25000Date20220515204012' => __DIR__ . '/../../..' . '/core/Migrations/Version25000Date20220515204012.php', |
|
| 1489 | - 'OC\\Core\\Migrations\\Version25000Date20220602190540' => __DIR__ . '/../../..' . '/core/Migrations/Version25000Date20220602190540.php', |
|
| 1490 | - 'OC\\Core\\Migrations\\Version25000Date20220905140840' => __DIR__ . '/../../..' . '/core/Migrations/Version25000Date20220905140840.php', |
|
| 1491 | - 'OC\\Core\\Migrations\\Version25000Date20221007010957' => __DIR__ . '/../../..' . '/core/Migrations/Version25000Date20221007010957.php', |
|
| 1492 | - 'OC\\Core\\Migrations\\Version27000Date20220613163520' => __DIR__ . '/../../..' . '/core/Migrations/Version27000Date20220613163520.php', |
|
| 1493 | - 'OC\\Core\\Migrations\\Version27000Date20230309104325' => __DIR__ . '/../../..' . '/core/Migrations/Version27000Date20230309104325.php', |
|
| 1494 | - 'OC\\Core\\Migrations\\Version27000Date20230309104802' => __DIR__ . '/../../..' . '/core/Migrations/Version27000Date20230309104802.php', |
|
| 1495 | - 'OC\\Core\\Migrations\\Version28000Date20230616104802' => __DIR__ . '/../../..' . '/core/Migrations/Version28000Date20230616104802.php', |
|
| 1496 | - 'OC\\Core\\Migrations\\Version28000Date20230728104802' => __DIR__ . '/../../..' . '/core/Migrations/Version28000Date20230728104802.php', |
|
| 1497 | - 'OC\\Core\\Migrations\\Version28000Date20230803221055' => __DIR__ . '/../../..' . '/core/Migrations/Version28000Date20230803221055.php', |
|
| 1498 | - 'OC\\Core\\Migrations\\Version28000Date20230906104802' => __DIR__ . '/../../..' . '/core/Migrations/Version28000Date20230906104802.php', |
|
| 1499 | - 'OC\\Core\\Migrations\\Version28000Date20231004103301' => __DIR__ . '/../../..' . '/core/Migrations/Version28000Date20231004103301.php', |
|
| 1500 | - 'OC\\Core\\Migrations\\Version28000Date20231103104802' => __DIR__ . '/../../..' . '/core/Migrations/Version28000Date20231103104802.php', |
|
| 1501 | - 'OC\\Core\\Migrations\\Version28000Date20231126110901' => __DIR__ . '/../../..' . '/core/Migrations/Version28000Date20231126110901.php', |
|
| 1502 | - 'OC\\Core\\Migrations\\Version28000Date20240828142927' => __DIR__ . '/../../..' . '/core/Migrations/Version28000Date20240828142927.php', |
|
| 1503 | - 'OC\\Core\\Migrations\\Version29000Date20231126110901' => __DIR__ . '/../../..' . '/core/Migrations/Version29000Date20231126110901.php', |
|
| 1504 | - 'OC\\Core\\Migrations\\Version29000Date20231213104850' => __DIR__ . '/../../..' . '/core/Migrations/Version29000Date20231213104850.php', |
|
| 1505 | - 'OC\\Core\\Migrations\\Version29000Date20240124132201' => __DIR__ . '/../../..' . '/core/Migrations/Version29000Date20240124132201.php', |
|
| 1506 | - 'OC\\Core\\Migrations\\Version29000Date20240124132202' => __DIR__ . '/../../..' . '/core/Migrations/Version29000Date20240124132202.php', |
|
| 1507 | - 'OC\\Core\\Migrations\\Version29000Date20240131122720' => __DIR__ . '/../../..' . '/core/Migrations/Version29000Date20240131122720.php', |
|
| 1508 | - 'OC\\Core\\Migrations\\Version30000Date20240429122720' => __DIR__ . '/../../..' . '/core/Migrations/Version30000Date20240429122720.php', |
|
| 1509 | - 'OC\\Core\\Migrations\\Version30000Date20240708160048' => __DIR__ . '/../../..' . '/core/Migrations/Version30000Date20240708160048.php', |
|
| 1510 | - 'OC\\Core\\Migrations\\Version30000Date20240717111406' => __DIR__ . '/../../..' . '/core/Migrations/Version30000Date20240717111406.php', |
|
| 1511 | - 'OC\\Core\\Migrations\\Version30000Date20240814180800' => __DIR__ . '/../../..' . '/core/Migrations/Version30000Date20240814180800.php', |
|
| 1512 | - 'OC\\Core\\Migrations\\Version30000Date20240815080800' => __DIR__ . '/../../..' . '/core/Migrations/Version30000Date20240815080800.php', |
|
| 1513 | - 'OC\\Core\\Migrations\\Version30000Date20240906095113' => __DIR__ . '/../../..' . '/core/Migrations/Version30000Date20240906095113.php', |
|
| 1514 | - 'OC\\Core\\Migrations\\Version31000Date20240101084401' => __DIR__ . '/../../..' . '/core/Migrations/Version31000Date20240101084401.php', |
|
| 1515 | - 'OC\\Core\\Migrations\\Version31000Date20240814184402' => __DIR__ . '/../../..' . '/core/Migrations/Version31000Date20240814184402.php', |
|
| 1516 | - 'OC\\Core\\Migrations\\Version31000Date20250213102442' => __DIR__ . '/../../..' . '/core/Migrations/Version31000Date20250213102442.php', |
|
| 1517 | - 'OC\\Core\\Migrations\\Version32000Date20250620081925' => __DIR__ . '/../../..' . '/core/Migrations/Version32000Date20250620081925.php', |
|
| 1518 | - 'OC\\Core\\Notification\\CoreNotifier' => __DIR__ . '/../../..' . '/core/Notification/CoreNotifier.php', |
|
| 1519 | - 'OC\\Core\\ResponseDefinitions' => __DIR__ . '/../../..' . '/core/ResponseDefinitions.php', |
|
| 1520 | - 'OC\\Core\\Service\\LoginFlowV2Service' => __DIR__ . '/../../..' . '/core/Service/LoginFlowV2Service.php', |
|
| 1521 | - 'OC\\DB\\Adapter' => __DIR__ . '/../../..' . '/lib/private/DB/Adapter.php', |
|
| 1522 | - 'OC\\DB\\AdapterMySQL' => __DIR__ . '/../../..' . '/lib/private/DB/AdapterMySQL.php', |
|
| 1523 | - 'OC\\DB\\AdapterOCI8' => __DIR__ . '/../../..' . '/lib/private/DB/AdapterOCI8.php', |
|
| 1524 | - 'OC\\DB\\AdapterPgSql' => __DIR__ . '/../../..' . '/lib/private/DB/AdapterPgSql.php', |
|
| 1525 | - 'OC\\DB\\AdapterSqlite' => __DIR__ . '/../../..' . '/lib/private/DB/AdapterSqlite.php', |
|
| 1526 | - 'OC\\DB\\ArrayResult' => __DIR__ . '/../../..' . '/lib/private/DB/ArrayResult.php', |
|
| 1527 | - 'OC\\DB\\BacktraceDebugStack' => __DIR__ . '/../../..' . '/lib/private/DB/BacktraceDebugStack.php', |
|
| 1528 | - 'OC\\DB\\Connection' => __DIR__ . '/../../..' . '/lib/private/DB/Connection.php', |
|
| 1529 | - 'OC\\DB\\ConnectionAdapter' => __DIR__ . '/../../..' . '/lib/private/DB/ConnectionAdapter.php', |
|
| 1530 | - 'OC\\DB\\ConnectionFactory' => __DIR__ . '/../../..' . '/lib/private/DB/ConnectionFactory.php', |
|
| 1531 | - 'OC\\DB\\DbDataCollector' => __DIR__ . '/../../..' . '/lib/private/DB/DbDataCollector.php', |
|
| 1532 | - 'OC\\DB\\Exceptions\\DbalException' => __DIR__ . '/../../..' . '/lib/private/DB/Exceptions/DbalException.php', |
|
| 1533 | - 'OC\\DB\\MigrationException' => __DIR__ . '/../../..' . '/lib/private/DB/MigrationException.php', |
|
| 1534 | - 'OC\\DB\\MigrationService' => __DIR__ . '/../../..' . '/lib/private/DB/MigrationService.php', |
|
| 1535 | - 'OC\\DB\\Migrator' => __DIR__ . '/../../..' . '/lib/private/DB/Migrator.php', |
|
| 1536 | - 'OC\\DB\\MigratorExecuteSqlEvent' => __DIR__ . '/../../..' . '/lib/private/DB/MigratorExecuteSqlEvent.php', |
|
| 1537 | - 'OC\\DB\\MissingColumnInformation' => __DIR__ . '/../../..' . '/lib/private/DB/MissingColumnInformation.php', |
|
| 1538 | - 'OC\\DB\\MissingIndexInformation' => __DIR__ . '/../../..' . '/lib/private/DB/MissingIndexInformation.php', |
|
| 1539 | - 'OC\\DB\\MissingPrimaryKeyInformation' => __DIR__ . '/../../..' . '/lib/private/DB/MissingPrimaryKeyInformation.php', |
|
| 1540 | - 'OC\\DB\\MySqlTools' => __DIR__ . '/../../..' . '/lib/private/DB/MySqlTools.php', |
|
| 1541 | - 'OC\\DB\\OCSqlitePlatform' => __DIR__ . '/../../..' . '/lib/private/DB/OCSqlitePlatform.php', |
|
| 1542 | - 'OC\\DB\\ObjectParameter' => __DIR__ . '/../../..' . '/lib/private/DB/ObjectParameter.php', |
|
| 1543 | - 'OC\\DB\\OracleConnection' => __DIR__ . '/../../..' . '/lib/private/DB/OracleConnection.php', |
|
| 1544 | - 'OC\\DB\\OracleMigrator' => __DIR__ . '/../../..' . '/lib/private/DB/OracleMigrator.php', |
|
| 1545 | - 'OC\\DB\\PgSqlTools' => __DIR__ . '/../../..' . '/lib/private/DB/PgSqlTools.php', |
|
| 1546 | - 'OC\\DB\\PreparedStatement' => __DIR__ . '/../../..' . '/lib/private/DB/PreparedStatement.php', |
|
| 1547 | - 'OC\\DB\\QueryBuilder\\CompositeExpression' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/CompositeExpression.php', |
|
| 1548 | - 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\ExpressionBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php', |
|
| 1549 | - 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\MySqlExpressionBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php', |
|
| 1550 | - 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\OCIExpressionBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php', |
|
| 1551 | - 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\PgSqlExpressionBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php', |
|
| 1552 | - 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\SqliteExpressionBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php', |
|
| 1553 | - 'OC\\DB\\QueryBuilder\\ExtendedQueryBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/ExtendedQueryBuilder.php', |
|
| 1554 | - 'OC\\DB\\QueryBuilder\\FunctionBuilder\\FunctionBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php', |
|
| 1555 | - 'OC\\DB\\QueryBuilder\\FunctionBuilder\\OCIFunctionBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php', |
|
| 1556 | - 'OC\\DB\\QueryBuilder\\FunctionBuilder\\PgSqlFunctionBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/FunctionBuilder/PgSqlFunctionBuilder.php', |
|
| 1557 | - 'OC\\DB\\QueryBuilder\\FunctionBuilder\\SqliteFunctionBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/FunctionBuilder/SqliteFunctionBuilder.php', |
|
| 1558 | - 'OC\\DB\\QueryBuilder\\Literal' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Literal.php', |
|
| 1559 | - 'OC\\DB\\QueryBuilder\\Parameter' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Parameter.php', |
|
| 1560 | - 'OC\\DB\\QueryBuilder\\Partitioned\\InvalidPartitionedQueryException' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Partitioned/InvalidPartitionedQueryException.php', |
|
| 1561 | - 'OC\\DB\\QueryBuilder\\Partitioned\\JoinCondition' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Partitioned/JoinCondition.php', |
|
| 1562 | - 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionQuery' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Partitioned/PartitionQuery.php', |
|
| 1563 | - 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionSplit' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Partitioned/PartitionSplit.php', |
|
| 1564 | - 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionedQueryBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Partitioned/PartitionedQueryBuilder.php', |
|
| 1565 | - 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionedResult' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Partitioned/PartitionedResult.php', |
|
| 1566 | - 'OC\\DB\\QueryBuilder\\QueryBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/QueryBuilder.php', |
|
| 1567 | - 'OC\\DB\\QueryBuilder\\QueryFunction' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/QueryFunction.php', |
|
| 1568 | - 'OC\\DB\\QueryBuilder\\QuoteHelper' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/QuoteHelper.php', |
|
| 1569 | - 'OC\\DB\\QueryBuilder\\Sharded\\AutoIncrementHandler' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Sharded/AutoIncrementHandler.php', |
|
| 1570 | - 'OC\\DB\\QueryBuilder\\Sharded\\CrossShardMoveHelper' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Sharded/CrossShardMoveHelper.php', |
|
| 1571 | - 'OC\\DB\\QueryBuilder\\Sharded\\HashShardMapper' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Sharded/HashShardMapper.php', |
|
| 1572 | - 'OC\\DB\\QueryBuilder\\Sharded\\InvalidShardedQueryException' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Sharded/InvalidShardedQueryException.php', |
|
| 1573 | - 'OC\\DB\\QueryBuilder\\Sharded\\RoundRobinShardMapper' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Sharded/RoundRobinShardMapper.php', |
|
| 1574 | - 'OC\\DB\\QueryBuilder\\Sharded\\ShardConnectionManager' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Sharded/ShardConnectionManager.php', |
|
| 1575 | - 'OC\\DB\\QueryBuilder\\Sharded\\ShardDefinition' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Sharded/ShardDefinition.php', |
|
| 1576 | - 'OC\\DB\\QueryBuilder\\Sharded\\ShardQueryRunner' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Sharded/ShardQueryRunner.php', |
|
| 1577 | - 'OC\\DB\\QueryBuilder\\Sharded\\ShardedQueryBuilder' => __DIR__ . '/../../..' . '/lib/private/DB/QueryBuilder/Sharded/ShardedQueryBuilder.php', |
|
| 1578 | - 'OC\\DB\\ResultAdapter' => __DIR__ . '/../../..' . '/lib/private/DB/ResultAdapter.php', |
|
| 1579 | - 'OC\\DB\\SQLiteMigrator' => __DIR__ . '/../../..' . '/lib/private/DB/SQLiteMigrator.php', |
|
| 1580 | - 'OC\\DB\\SQLiteSessionInit' => __DIR__ . '/../../..' . '/lib/private/DB/SQLiteSessionInit.php', |
|
| 1581 | - 'OC\\DB\\SchemaWrapper' => __DIR__ . '/../../..' . '/lib/private/DB/SchemaWrapper.php', |
|
| 1582 | - 'OC\\DB\\SetTransactionIsolationLevel' => __DIR__ . '/../../..' . '/lib/private/DB/SetTransactionIsolationLevel.php', |
|
| 1583 | - 'OC\\Dashboard\\Manager' => __DIR__ . '/../../..' . '/lib/private/Dashboard/Manager.php', |
|
| 1584 | - 'OC\\DatabaseException' => __DIR__ . '/../../..' . '/lib/private/DatabaseException.php', |
|
| 1585 | - 'OC\\DatabaseSetupException' => __DIR__ . '/../../..' . '/lib/private/DatabaseSetupException.php', |
|
| 1586 | - 'OC\\DateTimeFormatter' => __DIR__ . '/../../..' . '/lib/private/DateTimeFormatter.php', |
|
| 1587 | - 'OC\\DateTimeZone' => __DIR__ . '/../../..' . '/lib/private/DateTimeZone.php', |
|
| 1588 | - 'OC\\Diagnostics\\Event' => __DIR__ . '/../../..' . '/lib/private/Diagnostics/Event.php', |
|
| 1589 | - 'OC\\Diagnostics\\EventLogger' => __DIR__ . '/../../..' . '/lib/private/Diagnostics/EventLogger.php', |
|
| 1590 | - 'OC\\Diagnostics\\Query' => __DIR__ . '/../../..' . '/lib/private/Diagnostics/Query.php', |
|
| 1591 | - 'OC\\Diagnostics\\QueryLogger' => __DIR__ . '/../../..' . '/lib/private/Diagnostics/QueryLogger.php', |
|
| 1592 | - 'OC\\DirectEditing\\Manager' => __DIR__ . '/../../..' . '/lib/private/DirectEditing/Manager.php', |
|
| 1593 | - 'OC\\DirectEditing\\Token' => __DIR__ . '/../../..' . '/lib/private/DirectEditing/Token.php', |
|
| 1594 | - 'OC\\EmojiHelper' => __DIR__ . '/../../..' . '/lib/private/EmojiHelper.php', |
|
| 1595 | - 'OC\\Encryption\\DecryptAll' => __DIR__ . '/../../..' . '/lib/private/Encryption/DecryptAll.php', |
|
| 1596 | - 'OC\\Encryption\\EncryptionEventListener' => __DIR__ . '/../../..' . '/lib/private/Encryption/EncryptionEventListener.php', |
|
| 1597 | - 'OC\\Encryption\\EncryptionWrapper' => __DIR__ . '/../../..' . '/lib/private/Encryption/EncryptionWrapper.php', |
|
| 1598 | - 'OC\\Encryption\\Exceptions\\DecryptionFailedException' => __DIR__ . '/../../..' . '/lib/private/Encryption/Exceptions/DecryptionFailedException.php', |
|
| 1599 | - 'OC\\Encryption\\Exceptions\\EmptyEncryptionDataException' => __DIR__ . '/../../..' . '/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php', |
|
| 1600 | - 'OC\\Encryption\\Exceptions\\EncryptionFailedException' => __DIR__ . '/../../..' . '/lib/private/Encryption/Exceptions/EncryptionFailedException.php', |
|
| 1601 | - 'OC\\Encryption\\Exceptions\\EncryptionHeaderKeyExistsException' => __DIR__ . '/../../..' . '/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php', |
|
| 1602 | - 'OC\\Encryption\\Exceptions\\EncryptionHeaderToLargeException' => __DIR__ . '/../../..' . '/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php', |
|
| 1603 | - 'OC\\Encryption\\Exceptions\\ModuleAlreadyExistsException' => __DIR__ . '/../../..' . '/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php', |
|
| 1604 | - 'OC\\Encryption\\Exceptions\\ModuleDoesNotExistsException' => __DIR__ . '/../../..' . '/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php', |
|
| 1605 | - 'OC\\Encryption\\Exceptions\\UnknownCipherException' => __DIR__ . '/../../..' . '/lib/private/Encryption/Exceptions/UnknownCipherException.php', |
|
| 1606 | - 'OC\\Encryption\\File' => __DIR__ . '/../../..' . '/lib/private/Encryption/File.php', |
|
| 1607 | - 'OC\\Encryption\\Keys\\Storage' => __DIR__ . '/../../..' . '/lib/private/Encryption/Keys/Storage.php', |
|
| 1608 | - 'OC\\Encryption\\Manager' => __DIR__ . '/../../..' . '/lib/private/Encryption/Manager.php', |
|
| 1609 | - 'OC\\Encryption\\Update' => __DIR__ . '/../../..' . '/lib/private/Encryption/Update.php', |
|
| 1610 | - 'OC\\Encryption\\Util' => __DIR__ . '/../../..' . '/lib/private/Encryption/Util.php', |
|
| 1611 | - 'OC\\EventDispatcher\\EventDispatcher' => __DIR__ . '/../../..' . '/lib/private/EventDispatcher/EventDispatcher.php', |
|
| 1612 | - 'OC\\EventDispatcher\\ServiceEventListener' => __DIR__ . '/../../..' . '/lib/private/EventDispatcher/ServiceEventListener.php', |
|
| 1613 | - 'OC\\EventSource' => __DIR__ . '/../../..' . '/lib/private/EventSource.php', |
|
| 1614 | - 'OC\\EventSourceFactory' => __DIR__ . '/../../..' . '/lib/private/EventSourceFactory.php', |
|
| 1615 | - 'OC\\Federation\\CloudFederationFactory' => __DIR__ . '/../../..' . '/lib/private/Federation/CloudFederationFactory.php', |
|
| 1616 | - 'OC\\Federation\\CloudFederationNotification' => __DIR__ . '/../../..' . '/lib/private/Federation/CloudFederationNotification.php', |
|
| 1617 | - 'OC\\Federation\\CloudFederationProviderManager' => __DIR__ . '/../../..' . '/lib/private/Federation/CloudFederationProviderManager.php', |
|
| 1618 | - 'OC\\Federation\\CloudFederationShare' => __DIR__ . '/../../..' . '/lib/private/Federation/CloudFederationShare.php', |
|
| 1619 | - 'OC\\Federation\\CloudId' => __DIR__ . '/../../..' . '/lib/private/Federation/CloudId.php', |
|
| 1620 | - 'OC\\Federation\\CloudIdManager' => __DIR__ . '/../../..' . '/lib/private/Federation/CloudIdManager.php', |
|
| 1621 | - 'OC\\FilesMetadata\\FilesMetadataManager' => __DIR__ . '/../../..' . '/lib/private/FilesMetadata/FilesMetadataManager.php', |
|
| 1622 | - 'OC\\FilesMetadata\\Job\\UpdateSingleMetadata' => __DIR__ . '/../../..' . '/lib/private/FilesMetadata/Job/UpdateSingleMetadata.php', |
|
| 1623 | - 'OC\\FilesMetadata\\Listener\\MetadataDelete' => __DIR__ . '/../../..' . '/lib/private/FilesMetadata/Listener/MetadataDelete.php', |
|
| 1624 | - 'OC\\FilesMetadata\\Listener\\MetadataUpdate' => __DIR__ . '/../../..' . '/lib/private/FilesMetadata/Listener/MetadataUpdate.php', |
|
| 1625 | - 'OC\\FilesMetadata\\MetadataQuery' => __DIR__ . '/../../..' . '/lib/private/FilesMetadata/MetadataQuery.php', |
|
| 1626 | - 'OC\\FilesMetadata\\Model\\FilesMetadata' => __DIR__ . '/../../..' . '/lib/private/FilesMetadata/Model/FilesMetadata.php', |
|
| 1627 | - 'OC\\FilesMetadata\\Model\\MetadataValueWrapper' => __DIR__ . '/../../..' . '/lib/private/FilesMetadata/Model/MetadataValueWrapper.php', |
|
| 1628 | - 'OC\\FilesMetadata\\Service\\IndexRequestService' => __DIR__ . '/../../..' . '/lib/private/FilesMetadata/Service/IndexRequestService.php', |
|
| 1629 | - 'OC\\FilesMetadata\\Service\\MetadataRequestService' => __DIR__ . '/../../..' . '/lib/private/FilesMetadata/Service/MetadataRequestService.php', |
|
| 1630 | - 'OC\\Files\\AppData\\AppData' => __DIR__ . '/../../..' . '/lib/private/Files/AppData/AppData.php', |
|
| 1631 | - 'OC\\Files\\AppData\\Factory' => __DIR__ . '/../../..' . '/lib/private/Files/AppData/Factory.php', |
|
| 1632 | - 'OC\\Files\\Cache\\Cache' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/Cache.php', |
|
| 1633 | - 'OC\\Files\\Cache\\CacheDependencies' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/CacheDependencies.php', |
|
| 1634 | - 'OC\\Files\\Cache\\CacheEntry' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/CacheEntry.php', |
|
| 1635 | - 'OC\\Files\\Cache\\CacheQueryBuilder' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/CacheQueryBuilder.php', |
|
| 1636 | - 'OC\\Files\\Cache\\FailedCache' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/FailedCache.php', |
|
| 1637 | - 'OC\\Files\\Cache\\FileAccess' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/FileAccess.php', |
|
| 1638 | - 'OC\\Files\\Cache\\HomeCache' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/HomeCache.php', |
|
| 1639 | - 'OC\\Files\\Cache\\HomePropagator' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/HomePropagator.php', |
|
| 1640 | - 'OC\\Files\\Cache\\LocalRootScanner' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/LocalRootScanner.php', |
|
| 1641 | - 'OC\\Files\\Cache\\MoveFromCacheTrait' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/MoveFromCacheTrait.php', |
|
| 1642 | - 'OC\\Files\\Cache\\NullWatcher' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/NullWatcher.php', |
|
| 1643 | - 'OC\\Files\\Cache\\Propagator' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/Propagator.php', |
|
| 1644 | - 'OC\\Files\\Cache\\QuerySearchHelper' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/QuerySearchHelper.php', |
|
| 1645 | - 'OC\\Files\\Cache\\Scanner' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/Scanner.php', |
|
| 1646 | - 'OC\\Files\\Cache\\SearchBuilder' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/SearchBuilder.php', |
|
| 1647 | - 'OC\\Files\\Cache\\Storage' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/Storage.php', |
|
| 1648 | - 'OC\\Files\\Cache\\StorageGlobal' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/StorageGlobal.php', |
|
| 1649 | - 'OC\\Files\\Cache\\Updater' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/Updater.php', |
|
| 1650 | - 'OC\\Files\\Cache\\Watcher' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/Watcher.php', |
|
| 1651 | - 'OC\\Files\\Cache\\Wrapper\\CacheJail' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/Wrapper/CacheJail.php', |
|
| 1652 | - 'OC\\Files\\Cache\\Wrapper\\CachePermissionsMask' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php', |
|
| 1653 | - 'OC\\Files\\Cache\\Wrapper\\CacheWrapper' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/Wrapper/CacheWrapper.php', |
|
| 1654 | - 'OC\\Files\\Cache\\Wrapper\\JailPropagator' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/Wrapper/JailPropagator.php', |
|
| 1655 | - 'OC\\Files\\Cache\\Wrapper\\JailWatcher' => __DIR__ . '/../../..' . '/lib/private/Files/Cache/Wrapper/JailWatcher.php', |
|
| 1656 | - 'OC\\Files\\Config\\CachedMountFileInfo' => __DIR__ . '/../../..' . '/lib/private/Files/Config/CachedMountFileInfo.php', |
|
| 1657 | - 'OC\\Files\\Config\\CachedMountInfo' => __DIR__ . '/../../..' . '/lib/private/Files/Config/CachedMountInfo.php', |
|
| 1658 | - 'OC\\Files\\Config\\LazyPathCachedMountInfo' => __DIR__ . '/../../..' . '/lib/private/Files/Config/LazyPathCachedMountInfo.php', |
|
| 1659 | - 'OC\\Files\\Config\\LazyStorageMountInfo' => __DIR__ . '/../../..' . '/lib/private/Files/Config/LazyStorageMountInfo.php', |
|
| 1660 | - 'OC\\Files\\Config\\MountProviderCollection' => __DIR__ . '/../../..' . '/lib/private/Files/Config/MountProviderCollection.php', |
|
| 1661 | - 'OC\\Files\\Config\\UserMountCache' => __DIR__ . '/../../..' . '/lib/private/Files/Config/UserMountCache.php', |
|
| 1662 | - 'OC\\Files\\Config\\UserMountCacheListener' => __DIR__ . '/../../..' . '/lib/private/Files/Config/UserMountCacheListener.php', |
|
| 1663 | - 'OC\\Files\\Conversion\\ConversionManager' => __DIR__ . '/../../..' . '/lib/private/Files/Conversion/ConversionManager.php', |
|
| 1664 | - 'OC\\Files\\FileInfo' => __DIR__ . '/../../..' . '/lib/private/Files/FileInfo.php', |
|
| 1665 | - 'OC\\Files\\FilenameValidator' => __DIR__ . '/../../..' . '/lib/private/Files/FilenameValidator.php', |
|
| 1666 | - 'OC\\Files\\Filesystem' => __DIR__ . '/../../..' . '/lib/private/Files/Filesystem.php', |
|
| 1667 | - 'OC\\Files\\Lock\\LockManager' => __DIR__ . '/../../..' . '/lib/private/Files/Lock/LockManager.php', |
|
| 1668 | - 'OC\\Files\\Mount\\CacheMountProvider' => __DIR__ . '/../../..' . '/lib/private/Files/Mount/CacheMountProvider.php', |
|
| 1669 | - 'OC\\Files\\Mount\\HomeMountPoint' => __DIR__ . '/../../..' . '/lib/private/Files/Mount/HomeMountPoint.php', |
|
| 1670 | - 'OC\\Files\\Mount\\LocalHomeMountProvider' => __DIR__ . '/../../..' . '/lib/private/Files/Mount/LocalHomeMountProvider.php', |
|
| 1671 | - 'OC\\Files\\Mount\\Manager' => __DIR__ . '/../../..' . '/lib/private/Files/Mount/Manager.php', |
|
| 1672 | - 'OC\\Files\\Mount\\MountPoint' => __DIR__ . '/../../..' . '/lib/private/Files/Mount/MountPoint.php', |
|
| 1673 | - 'OC\\Files\\Mount\\MoveableMount' => __DIR__ . '/../../..' . '/lib/private/Files/Mount/MoveableMount.php', |
|
| 1674 | - 'OC\\Files\\Mount\\ObjectHomeMountProvider' => __DIR__ . '/../../..' . '/lib/private/Files/Mount/ObjectHomeMountProvider.php', |
|
| 1675 | - 'OC\\Files\\Mount\\ObjectStorePreviewCacheMountProvider' => __DIR__ . '/../../..' . '/lib/private/Files/Mount/ObjectStorePreviewCacheMountProvider.php', |
|
| 1676 | - 'OC\\Files\\Mount\\RootMountProvider' => __DIR__ . '/../../..' . '/lib/private/Files/Mount/RootMountProvider.php', |
|
| 1677 | - 'OC\\Files\\Node\\File' => __DIR__ . '/../../..' . '/lib/private/Files/Node/File.php', |
|
| 1678 | - 'OC\\Files\\Node\\Folder' => __DIR__ . '/../../..' . '/lib/private/Files/Node/Folder.php', |
|
| 1679 | - 'OC\\Files\\Node\\HookConnector' => __DIR__ . '/../../..' . '/lib/private/Files/Node/HookConnector.php', |
|
| 1680 | - 'OC\\Files\\Node\\LazyFolder' => __DIR__ . '/../../..' . '/lib/private/Files/Node/LazyFolder.php', |
|
| 1681 | - 'OC\\Files\\Node\\LazyRoot' => __DIR__ . '/../../..' . '/lib/private/Files/Node/LazyRoot.php', |
|
| 1682 | - 'OC\\Files\\Node\\LazyUserFolder' => __DIR__ . '/../../..' . '/lib/private/Files/Node/LazyUserFolder.php', |
|
| 1683 | - 'OC\\Files\\Node\\Node' => __DIR__ . '/../../..' . '/lib/private/Files/Node/Node.php', |
|
| 1684 | - 'OC\\Files\\Node\\NonExistingFile' => __DIR__ . '/../../..' . '/lib/private/Files/Node/NonExistingFile.php', |
|
| 1685 | - 'OC\\Files\\Node\\NonExistingFolder' => __DIR__ . '/../../..' . '/lib/private/Files/Node/NonExistingFolder.php', |
|
| 1686 | - 'OC\\Files\\Node\\Root' => __DIR__ . '/../../..' . '/lib/private/Files/Node/Root.php', |
|
| 1687 | - 'OC\\Files\\Notify\\Change' => __DIR__ . '/../../..' . '/lib/private/Files/Notify/Change.php', |
|
| 1688 | - 'OC\\Files\\Notify\\RenameChange' => __DIR__ . '/../../..' . '/lib/private/Files/Notify/RenameChange.php', |
|
| 1689 | - 'OC\\Files\\ObjectStore\\AppdataPreviewObjectStoreStorage' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/AppdataPreviewObjectStoreStorage.php', |
|
| 1690 | - 'OC\\Files\\ObjectStore\\Azure' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/Azure.php', |
|
| 1691 | - 'OC\\Files\\ObjectStore\\HomeObjectStoreStorage' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php', |
|
| 1692 | - 'OC\\Files\\ObjectStore\\Mapper' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/Mapper.php', |
|
| 1693 | - 'OC\\Files\\ObjectStore\\ObjectStoreScanner' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/ObjectStoreScanner.php', |
|
| 1694 | - 'OC\\Files\\ObjectStore\\ObjectStoreStorage' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/ObjectStoreStorage.php', |
|
| 1695 | - 'OC\\Files\\ObjectStore\\PrimaryObjectStoreConfig' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/PrimaryObjectStoreConfig.php', |
|
| 1696 | - 'OC\\Files\\ObjectStore\\S3' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/S3.php', |
|
| 1697 | - 'OC\\Files\\ObjectStore\\S3ConfigTrait' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/S3ConfigTrait.php', |
|
| 1698 | - 'OC\\Files\\ObjectStore\\S3ConnectionTrait' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/S3ConnectionTrait.php', |
|
| 1699 | - 'OC\\Files\\ObjectStore\\S3ObjectTrait' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/S3ObjectTrait.php', |
|
| 1700 | - 'OC\\Files\\ObjectStore\\S3Signature' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/S3Signature.php', |
|
| 1701 | - 'OC\\Files\\ObjectStore\\StorageObjectStore' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/StorageObjectStore.php', |
|
| 1702 | - 'OC\\Files\\ObjectStore\\Swift' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/Swift.php', |
|
| 1703 | - 'OC\\Files\\ObjectStore\\SwiftFactory' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/SwiftFactory.php', |
|
| 1704 | - 'OC\\Files\\ObjectStore\\SwiftV2CachingAuthService' => __DIR__ . '/../../..' . '/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php', |
|
| 1705 | - 'OC\\Files\\Search\\QueryOptimizer\\FlattenNestedBool' => __DIR__ . '/../../..' . '/lib/private/Files/Search/QueryOptimizer/FlattenNestedBool.php', |
|
| 1706 | - 'OC\\Files\\Search\\QueryOptimizer\\FlattenSingleArgumentBinaryOperation' => __DIR__ . '/../../..' . '/lib/private/Files/Search/QueryOptimizer/FlattenSingleArgumentBinaryOperation.php', |
|
| 1707 | - 'OC\\Files\\Search\\QueryOptimizer\\MergeDistributiveOperations' => __DIR__ . '/../../..' . '/lib/private/Files/Search/QueryOptimizer/MergeDistributiveOperations.php', |
|
| 1708 | - 'OC\\Files\\Search\\QueryOptimizer\\OrEqualsToIn' => __DIR__ . '/../../..' . '/lib/private/Files/Search/QueryOptimizer/OrEqualsToIn.php', |
|
| 1709 | - 'OC\\Files\\Search\\QueryOptimizer\\PathPrefixOptimizer' => __DIR__ . '/../../..' . '/lib/private/Files/Search/QueryOptimizer/PathPrefixOptimizer.php', |
|
| 1710 | - 'OC\\Files\\Search\\QueryOptimizer\\QueryOptimizer' => __DIR__ . '/../../..' . '/lib/private/Files/Search/QueryOptimizer/QueryOptimizer.php', |
|
| 1711 | - 'OC\\Files\\Search\\QueryOptimizer\\QueryOptimizerStep' => __DIR__ . '/../../..' . '/lib/private/Files/Search/QueryOptimizer/QueryOptimizerStep.php', |
|
| 1712 | - 'OC\\Files\\Search\\QueryOptimizer\\ReplacingOptimizerStep' => __DIR__ . '/../../..' . '/lib/private/Files/Search/QueryOptimizer/ReplacingOptimizerStep.php', |
|
| 1713 | - 'OC\\Files\\Search\\QueryOptimizer\\SplitLargeIn' => __DIR__ . '/../../..' . '/lib/private/Files/Search/QueryOptimizer/SplitLargeIn.php', |
|
| 1714 | - 'OC\\Files\\Search\\SearchBinaryOperator' => __DIR__ . '/../../..' . '/lib/private/Files/Search/SearchBinaryOperator.php', |
|
| 1715 | - 'OC\\Files\\Search\\SearchComparison' => __DIR__ . '/../../..' . '/lib/private/Files/Search/SearchComparison.php', |
|
| 1716 | - 'OC\\Files\\Search\\SearchOrder' => __DIR__ . '/../../..' . '/lib/private/Files/Search/SearchOrder.php', |
|
| 1717 | - 'OC\\Files\\Search\\SearchQuery' => __DIR__ . '/../../..' . '/lib/private/Files/Search/SearchQuery.php', |
|
| 1718 | - 'OC\\Files\\SetupManager' => __DIR__ . '/../../..' . '/lib/private/Files/SetupManager.php', |
|
| 1719 | - 'OC\\Files\\SetupManagerFactory' => __DIR__ . '/../../..' . '/lib/private/Files/SetupManagerFactory.php', |
|
| 1720 | - 'OC\\Files\\SimpleFS\\NewSimpleFile' => __DIR__ . '/../../..' . '/lib/private/Files/SimpleFS/NewSimpleFile.php', |
|
| 1721 | - 'OC\\Files\\SimpleFS\\SimpleFile' => __DIR__ . '/../../..' . '/lib/private/Files/SimpleFS/SimpleFile.php', |
|
| 1722 | - 'OC\\Files\\SimpleFS\\SimpleFolder' => __DIR__ . '/../../..' . '/lib/private/Files/SimpleFS/SimpleFolder.php', |
|
| 1723 | - 'OC\\Files\\Storage\\Common' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Common.php', |
|
| 1724 | - 'OC\\Files\\Storage\\CommonTest' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/CommonTest.php', |
|
| 1725 | - 'OC\\Files\\Storage\\DAV' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/DAV.php', |
|
| 1726 | - 'OC\\Files\\Storage\\FailedStorage' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/FailedStorage.php', |
|
| 1727 | - 'OC\\Files\\Storage\\Home' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Home.php', |
|
| 1728 | - 'OC\\Files\\Storage\\Local' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Local.php', |
|
| 1729 | - 'OC\\Files\\Storage\\LocalRootStorage' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/LocalRootStorage.php', |
|
| 1730 | - 'OC\\Files\\Storage\\LocalTempFileTrait' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/LocalTempFileTrait.php', |
|
| 1731 | - 'OC\\Files\\Storage\\PolyFill\\CopyDirectory' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/PolyFill/CopyDirectory.php', |
|
| 1732 | - 'OC\\Files\\Storage\\Storage' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Storage.php', |
|
| 1733 | - 'OC\\Files\\Storage\\StorageFactory' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/StorageFactory.php', |
|
| 1734 | - 'OC\\Files\\Storage\\Temporary' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Temporary.php', |
|
| 1735 | - 'OC\\Files\\Storage\\Wrapper\\Availability' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Wrapper/Availability.php', |
|
| 1736 | - 'OC\\Files\\Storage\\Wrapper\\Encoding' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Wrapper/Encoding.php', |
|
| 1737 | - 'OC\\Files\\Storage\\Wrapper\\EncodingDirectoryWrapper' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Wrapper/EncodingDirectoryWrapper.php', |
|
| 1738 | - 'OC\\Files\\Storage\\Wrapper\\Encryption' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Wrapper/Encryption.php', |
|
| 1739 | - 'OC\\Files\\Storage\\Wrapper\\Jail' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Wrapper/Jail.php', |
|
| 1740 | - 'OC\\Files\\Storage\\Wrapper\\KnownMtime' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Wrapper/KnownMtime.php', |
|
| 1741 | - 'OC\\Files\\Storage\\Wrapper\\PermissionsMask' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Wrapper/PermissionsMask.php', |
|
| 1742 | - 'OC\\Files\\Storage\\Wrapper\\Quota' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Wrapper/Quota.php', |
|
| 1743 | - 'OC\\Files\\Storage\\Wrapper\\Wrapper' => __DIR__ . '/../../..' . '/lib/private/Files/Storage/Wrapper/Wrapper.php', |
|
| 1744 | - 'OC\\Files\\Stream\\Encryption' => __DIR__ . '/../../..' . '/lib/private/Files/Stream/Encryption.php', |
|
| 1745 | - 'OC\\Files\\Stream\\HashWrapper' => __DIR__ . '/../../..' . '/lib/private/Files/Stream/HashWrapper.php', |
|
| 1746 | - 'OC\\Files\\Stream\\Quota' => __DIR__ . '/../../..' . '/lib/private/Files/Stream/Quota.php', |
|
| 1747 | - 'OC\\Files\\Stream\\SeekableHttpStream' => __DIR__ . '/../../..' . '/lib/private/Files/Stream/SeekableHttpStream.php', |
|
| 1748 | - 'OC\\Files\\Template\\TemplateManager' => __DIR__ . '/../../..' . '/lib/private/Files/Template/TemplateManager.php', |
|
| 1749 | - 'OC\\Files\\Type\\Detection' => __DIR__ . '/../../..' . '/lib/private/Files/Type/Detection.php', |
|
| 1750 | - 'OC\\Files\\Type\\Loader' => __DIR__ . '/../../..' . '/lib/private/Files/Type/Loader.php', |
|
| 1751 | - 'OC\\Files\\Type\\TemplateManager' => __DIR__ . '/../../..' . '/lib/private/Files/Type/TemplateManager.php', |
|
| 1752 | - 'OC\\Files\\Utils\\PathHelper' => __DIR__ . '/../../..' . '/lib/private/Files/Utils/PathHelper.php', |
|
| 1753 | - 'OC\\Files\\Utils\\Scanner' => __DIR__ . '/../../..' . '/lib/private/Files/Utils/Scanner.php', |
|
| 1754 | - 'OC\\Files\\View' => __DIR__ . '/../../..' . '/lib/private/Files/View.php', |
|
| 1755 | - 'OC\\ForbiddenException' => __DIR__ . '/../../..' . '/lib/private/ForbiddenException.php', |
|
| 1756 | - 'OC\\FullTextSearch\\FullTextSearchManager' => __DIR__ . '/../../..' . '/lib/private/FullTextSearch/FullTextSearchManager.php', |
|
| 1757 | - 'OC\\FullTextSearch\\Model\\DocumentAccess' => __DIR__ . '/../../..' . '/lib/private/FullTextSearch/Model/DocumentAccess.php', |
|
| 1758 | - 'OC\\FullTextSearch\\Model\\IndexDocument' => __DIR__ . '/../../..' . '/lib/private/FullTextSearch/Model/IndexDocument.php', |
|
| 1759 | - 'OC\\FullTextSearch\\Model\\SearchOption' => __DIR__ . '/../../..' . '/lib/private/FullTextSearch/Model/SearchOption.php', |
|
| 1760 | - 'OC\\FullTextSearch\\Model\\SearchRequestSimpleQuery' => __DIR__ . '/../../..' . '/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php', |
|
| 1761 | - 'OC\\FullTextSearch\\Model\\SearchTemplate' => __DIR__ . '/../../..' . '/lib/private/FullTextSearch/Model/SearchTemplate.php', |
|
| 1762 | - 'OC\\GlobalScale\\Config' => __DIR__ . '/../../..' . '/lib/private/GlobalScale/Config.php', |
|
| 1763 | - 'OC\\Group\\Backend' => __DIR__ . '/../../..' . '/lib/private/Group/Backend.php', |
|
| 1764 | - 'OC\\Group\\Database' => __DIR__ . '/../../..' . '/lib/private/Group/Database.php', |
|
| 1765 | - 'OC\\Group\\DisplayNameCache' => __DIR__ . '/../../..' . '/lib/private/Group/DisplayNameCache.php', |
|
| 1766 | - 'OC\\Group\\Group' => __DIR__ . '/../../..' . '/lib/private/Group/Group.php', |
|
| 1767 | - 'OC\\Group\\Manager' => __DIR__ . '/../../..' . '/lib/private/Group/Manager.php', |
|
| 1768 | - 'OC\\Group\\MetaData' => __DIR__ . '/../../..' . '/lib/private/Group/MetaData.php', |
|
| 1769 | - 'OC\\HintException' => __DIR__ . '/../../..' . '/lib/private/HintException.php', |
|
| 1770 | - 'OC\\Hooks\\BasicEmitter' => __DIR__ . '/../../..' . '/lib/private/Hooks/BasicEmitter.php', |
|
| 1771 | - 'OC\\Hooks\\Emitter' => __DIR__ . '/../../..' . '/lib/private/Hooks/Emitter.php', |
|
| 1772 | - 'OC\\Hooks\\EmitterTrait' => __DIR__ . '/../../..' . '/lib/private/Hooks/EmitterTrait.php', |
|
| 1773 | - 'OC\\Hooks\\PublicEmitter' => __DIR__ . '/../../..' . '/lib/private/Hooks/PublicEmitter.php', |
|
| 1774 | - 'OC\\Http\\Client\\Client' => __DIR__ . '/../../..' . '/lib/private/Http/Client/Client.php', |
|
| 1775 | - 'OC\\Http\\Client\\ClientService' => __DIR__ . '/../../..' . '/lib/private/Http/Client/ClientService.php', |
|
| 1776 | - 'OC\\Http\\Client\\DnsPinMiddleware' => __DIR__ . '/../../..' . '/lib/private/Http/Client/DnsPinMiddleware.php', |
|
| 1777 | - 'OC\\Http\\Client\\GuzzlePromiseAdapter' => __DIR__ . '/../../..' . '/lib/private/Http/Client/GuzzlePromiseAdapter.php', |
|
| 1778 | - 'OC\\Http\\Client\\NegativeDnsCache' => __DIR__ . '/../../..' . '/lib/private/Http/Client/NegativeDnsCache.php', |
|
| 1779 | - 'OC\\Http\\Client\\Response' => __DIR__ . '/../../..' . '/lib/private/Http/Client/Response.php', |
|
| 1780 | - 'OC\\Http\\CookieHelper' => __DIR__ . '/../../..' . '/lib/private/Http/CookieHelper.php', |
|
| 1781 | - 'OC\\Http\\WellKnown\\RequestManager' => __DIR__ . '/../../..' . '/lib/private/Http/WellKnown/RequestManager.php', |
|
| 1782 | - 'OC\\Image' => __DIR__ . '/../../..' . '/lib/private/Image.php', |
|
| 1783 | - 'OC\\InitialStateService' => __DIR__ . '/../../..' . '/lib/private/InitialStateService.php', |
|
| 1784 | - 'OC\\Installer' => __DIR__ . '/../../..' . '/lib/private/Installer.php', |
|
| 1785 | - 'OC\\IntegrityCheck\\Checker' => __DIR__ . '/../../..' . '/lib/private/IntegrityCheck/Checker.php', |
|
| 1786 | - 'OC\\IntegrityCheck\\Exceptions\\InvalidSignatureException' => __DIR__ . '/../../..' . '/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php', |
|
| 1787 | - 'OC\\IntegrityCheck\\Helpers\\AppLocator' => __DIR__ . '/../../..' . '/lib/private/IntegrityCheck/Helpers/AppLocator.php', |
|
| 1788 | - 'OC\\IntegrityCheck\\Helpers\\EnvironmentHelper' => __DIR__ . '/../../..' . '/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php', |
|
| 1789 | - 'OC\\IntegrityCheck\\Helpers\\FileAccessHelper' => __DIR__ . '/../../..' . '/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php', |
|
| 1790 | - 'OC\\IntegrityCheck\\Iterator\\ExcludeFileByNameFilterIterator' => __DIR__ . '/../../..' . '/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php', |
|
| 1791 | - 'OC\\IntegrityCheck\\Iterator\\ExcludeFoldersByPathFilterIterator' => __DIR__ . '/../../..' . '/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php', |
|
| 1792 | - 'OC\\KnownUser\\KnownUser' => __DIR__ . '/../../..' . '/lib/private/KnownUser/KnownUser.php', |
|
| 1793 | - 'OC\\KnownUser\\KnownUserMapper' => __DIR__ . '/../../..' . '/lib/private/KnownUser/KnownUserMapper.php', |
|
| 1794 | - 'OC\\KnownUser\\KnownUserService' => __DIR__ . '/../../..' . '/lib/private/KnownUser/KnownUserService.php', |
|
| 1795 | - 'OC\\L10N\\Factory' => __DIR__ . '/../../..' . '/lib/private/L10N/Factory.php', |
|
| 1796 | - 'OC\\L10N\\L10N' => __DIR__ . '/../../..' . '/lib/private/L10N/L10N.php', |
|
| 1797 | - 'OC\\L10N\\L10NString' => __DIR__ . '/../../..' . '/lib/private/L10N/L10NString.php', |
|
| 1798 | - 'OC\\L10N\\LanguageIterator' => __DIR__ . '/../../..' . '/lib/private/L10N/LanguageIterator.php', |
|
| 1799 | - 'OC\\L10N\\LanguageNotFoundException' => __DIR__ . '/../../..' . '/lib/private/L10N/LanguageNotFoundException.php', |
|
| 1800 | - 'OC\\L10N\\LazyL10N' => __DIR__ . '/../../..' . '/lib/private/L10N/LazyL10N.php', |
|
| 1801 | - 'OC\\LDAP\\NullLDAPProviderFactory' => __DIR__ . '/../../..' . '/lib/private/LDAP/NullLDAPProviderFactory.php', |
|
| 1802 | - 'OC\\LargeFileHelper' => __DIR__ . '/../../..' . '/lib/private/LargeFileHelper.php', |
|
| 1803 | - 'OC\\Lock\\AbstractLockingProvider' => __DIR__ . '/../../..' . '/lib/private/Lock/AbstractLockingProvider.php', |
|
| 1804 | - 'OC\\Lock\\DBLockingProvider' => __DIR__ . '/../../..' . '/lib/private/Lock/DBLockingProvider.php', |
|
| 1805 | - 'OC\\Lock\\MemcacheLockingProvider' => __DIR__ . '/../../..' . '/lib/private/Lock/MemcacheLockingProvider.php', |
|
| 1806 | - 'OC\\Lock\\NoopLockingProvider' => __DIR__ . '/../../..' . '/lib/private/Lock/NoopLockingProvider.php', |
|
| 1807 | - 'OC\\Lockdown\\Filesystem\\NullCache' => __DIR__ . '/../../..' . '/lib/private/Lockdown/Filesystem/NullCache.php', |
|
| 1808 | - 'OC\\Lockdown\\Filesystem\\NullStorage' => __DIR__ . '/../../..' . '/lib/private/Lockdown/Filesystem/NullStorage.php', |
|
| 1809 | - 'OC\\Lockdown\\LockdownManager' => __DIR__ . '/../../..' . '/lib/private/Lockdown/LockdownManager.php', |
|
| 1810 | - 'OC\\Log' => __DIR__ . '/../../..' . '/lib/private/Log.php', |
|
| 1811 | - 'OC\\Log\\ErrorHandler' => __DIR__ . '/../../..' . '/lib/private/Log/ErrorHandler.php', |
|
| 1812 | - 'OC\\Log\\Errorlog' => __DIR__ . '/../../..' . '/lib/private/Log/Errorlog.php', |
|
| 1813 | - 'OC\\Log\\ExceptionSerializer' => __DIR__ . '/../../..' . '/lib/private/Log/ExceptionSerializer.php', |
|
| 1814 | - 'OC\\Log\\File' => __DIR__ . '/../../..' . '/lib/private/Log/File.php', |
|
| 1815 | - 'OC\\Log\\LogDetails' => __DIR__ . '/../../..' . '/lib/private/Log/LogDetails.php', |
|
| 1816 | - 'OC\\Log\\LogFactory' => __DIR__ . '/../../..' . '/lib/private/Log/LogFactory.php', |
|
| 1817 | - 'OC\\Log\\PsrLoggerAdapter' => __DIR__ . '/../../..' . '/lib/private/Log/PsrLoggerAdapter.php', |
|
| 1818 | - 'OC\\Log\\Rotate' => __DIR__ . '/../../..' . '/lib/private/Log/Rotate.php', |
|
| 1819 | - 'OC\\Log\\Syslog' => __DIR__ . '/../../..' . '/lib/private/Log/Syslog.php', |
|
| 1820 | - 'OC\\Log\\Systemdlog' => __DIR__ . '/../../..' . '/lib/private/Log/Systemdlog.php', |
|
| 1821 | - 'OC\\Mail\\Attachment' => __DIR__ . '/../../..' . '/lib/private/Mail/Attachment.php', |
|
| 1822 | - 'OC\\Mail\\EMailTemplate' => __DIR__ . '/../../..' . '/lib/private/Mail/EMailTemplate.php', |
|
| 1823 | - 'OC\\Mail\\Mailer' => __DIR__ . '/../../..' . '/lib/private/Mail/Mailer.php', |
|
| 1824 | - 'OC\\Mail\\Message' => __DIR__ . '/../../..' . '/lib/private/Mail/Message.php', |
|
| 1825 | - 'OC\\Mail\\Provider\\Manager' => __DIR__ . '/../../..' . '/lib/private/Mail/Provider/Manager.php', |
|
| 1826 | - 'OC\\Memcache\\APCu' => __DIR__ . '/../../..' . '/lib/private/Memcache/APCu.php', |
|
| 1827 | - 'OC\\Memcache\\ArrayCache' => __DIR__ . '/../../..' . '/lib/private/Memcache/ArrayCache.php', |
|
| 1828 | - 'OC\\Memcache\\CADTrait' => __DIR__ . '/../../..' . '/lib/private/Memcache/CADTrait.php', |
|
| 1829 | - 'OC\\Memcache\\CASTrait' => __DIR__ . '/../../..' . '/lib/private/Memcache/CASTrait.php', |
|
| 1830 | - 'OC\\Memcache\\Cache' => __DIR__ . '/../../..' . '/lib/private/Memcache/Cache.php', |
|
| 1831 | - 'OC\\Memcache\\Factory' => __DIR__ . '/../../..' . '/lib/private/Memcache/Factory.php', |
|
| 1832 | - 'OC\\Memcache\\LoggerWrapperCache' => __DIR__ . '/../../..' . '/lib/private/Memcache/LoggerWrapperCache.php', |
|
| 1833 | - 'OC\\Memcache\\Memcached' => __DIR__ . '/../../..' . '/lib/private/Memcache/Memcached.php', |
|
| 1834 | - 'OC\\Memcache\\NullCache' => __DIR__ . '/../../..' . '/lib/private/Memcache/NullCache.php', |
|
| 1835 | - 'OC\\Memcache\\ProfilerWrapperCache' => __DIR__ . '/../../..' . '/lib/private/Memcache/ProfilerWrapperCache.php', |
|
| 1836 | - 'OC\\Memcache\\Redis' => __DIR__ . '/../../..' . '/lib/private/Memcache/Redis.php', |
|
| 1837 | - 'OC\\Memcache\\WithLocalCache' => __DIR__ . '/../../..' . '/lib/private/Memcache/WithLocalCache.php', |
|
| 1838 | - 'OC\\MemoryInfo' => __DIR__ . '/../../..' . '/lib/private/MemoryInfo.php', |
|
| 1839 | - 'OC\\Migration\\BackgroundRepair' => __DIR__ . '/../../..' . '/lib/private/Migration/BackgroundRepair.php', |
|
| 1840 | - 'OC\\Migration\\ConsoleOutput' => __DIR__ . '/../../..' . '/lib/private/Migration/ConsoleOutput.php', |
|
| 1841 | - 'OC\\Migration\\Exceptions\\AttributeException' => __DIR__ . '/../../..' . '/lib/private/Migration/Exceptions/AttributeException.php', |
|
| 1842 | - 'OC\\Migration\\MetadataManager' => __DIR__ . '/../../..' . '/lib/private/Migration/MetadataManager.php', |
|
| 1843 | - 'OC\\Migration\\NullOutput' => __DIR__ . '/../../..' . '/lib/private/Migration/NullOutput.php', |
|
| 1844 | - 'OC\\Migration\\SimpleOutput' => __DIR__ . '/../../..' . '/lib/private/Migration/SimpleOutput.php', |
|
| 1845 | - 'OC\\NaturalSort' => __DIR__ . '/../../..' . '/lib/private/NaturalSort.php', |
|
| 1846 | - 'OC\\NaturalSort_DefaultCollator' => __DIR__ . '/../../..' . '/lib/private/NaturalSort_DefaultCollator.php', |
|
| 1847 | - 'OC\\NavigationManager' => __DIR__ . '/../../..' . '/lib/private/NavigationManager.php', |
|
| 1848 | - 'OC\\NeedsUpdateException' => __DIR__ . '/../../..' . '/lib/private/NeedsUpdateException.php', |
|
| 1849 | - 'OC\\Net\\HostnameClassifier' => __DIR__ . '/../../..' . '/lib/private/Net/HostnameClassifier.php', |
|
| 1850 | - 'OC\\Net\\IpAddressClassifier' => __DIR__ . '/../../..' . '/lib/private/Net/IpAddressClassifier.php', |
|
| 1851 | - 'OC\\NotSquareException' => __DIR__ . '/../../..' . '/lib/private/NotSquareException.php', |
|
| 1852 | - 'OC\\Notification\\Action' => __DIR__ . '/../../..' . '/lib/private/Notification/Action.php', |
|
| 1853 | - 'OC\\Notification\\Manager' => __DIR__ . '/../../..' . '/lib/private/Notification/Manager.php', |
|
| 1854 | - 'OC\\Notification\\Notification' => __DIR__ . '/../../..' . '/lib/private/Notification/Notification.php', |
|
| 1855 | - 'OC\\OCM\\Model\\OCMProvider' => __DIR__ . '/../../..' . '/lib/private/OCM/Model/OCMProvider.php', |
|
| 1856 | - 'OC\\OCM\\Model\\OCMResource' => __DIR__ . '/../../..' . '/lib/private/OCM/Model/OCMResource.php', |
|
| 1857 | - 'OC\\OCM\\OCMDiscoveryService' => __DIR__ . '/../../..' . '/lib/private/OCM/OCMDiscoveryService.php', |
|
| 1858 | - 'OC\\OCM\\OCMSignatoryManager' => __DIR__ . '/../../..' . '/lib/private/OCM/OCMSignatoryManager.php', |
|
| 1859 | - 'OC\\OCS\\ApiHelper' => __DIR__ . '/../../..' . '/lib/private/OCS/ApiHelper.php', |
|
| 1860 | - 'OC\\OCS\\CoreCapabilities' => __DIR__ . '/../../..' . '/lib/private/OCS/CoreCapabilities.php', |
|
| 1861 | - 'OC\\OCS\\DiscoveryService' => __DIR__ . '/../../..' . '/lib/private/OCS/DiscoveryService.php', |
|
| 1862 | - 'OC\\OCS\\Provider' => __DIR__ . '/../../..' . '/lib/private/OCS/Provider.php', |
|
| 1863 | - 'OC\\PhoneNumberUtil' => __DIR__ . '/../../..' . '/lib/private/PhoneNumberUtil.php', |
|
| 1864 | - 'OC\\PreviewManager' => __DIR__ . '/../../..' . '/lib/private/PreviewManager.php', |
|
| 1865 | - 'OC\\PreviewNotAvailableException' => __DIR__ . '/../../..' . '/lib/private/PreviewNotAvailableException.php', |
|
| 1866 | - 'OC\\Preview\\BMP' => __DIR__ . '/../../..' . '/lib/private/Preview/BMP.php', |
|
| 1867 | - 'OC\\Preview\\BackgroundCleanupJob' => __DIR__ . '/../../..' . '/lib/private/Preview/BackgroundCleanupJob.php', |
|
| 1868 | - 'OC\\Preview\\Bitmap' => __DIR__ . '/../../..' . '/lib/private/Preview/Bitmap.php', |
|
| 1869 | - 'OC\\Preview\\Bundled' => __DIR__ . '/../../..' . '/lib/private/Preview/Bundled.php', |
|
| 1870 | - 'OC\\Preview\\EMF' => __DIR__ . '/../../..' . '/lib/private/Preview/EMF.php', |
|
| 1871 | - 'OC\\Preview\\Font' => __DIR__ . '/../../..' . '/lib/private/Preview/Font.php', |
|
| 1872 | - 'OC\\Preview\\GIF' => __DIR__ . '/../../..' . '/lib/private/Preview/GIF.php', |
|
| 1873 | - 'OC\\Preview\\Generator' => __DIR__ . '/../../..' . '/lib/private/Preview/Generator.php', |
|
| 1874 | - 'OC\\Preview\\GeneratorHelper' => __DIR__ . '/../../..' . '/lib/private/Preview/GeneratorHelper.php', |
|
| 1875 | - 'OC\\Preview\\HEIC' => __DIR__ . '/../../..' . '/lib/private/Preview/HEIC.php', |
|
| 1876 | - 'OC\\Preview\\IMagickSupport' => __DIR__ . '/../../..' . '/lib/private/Preview/IMagickSupport.php', |
|
| 1877 | - 'OC\\Preview\\Illustrator' => __DIR__ . '/../../..' . '/lib/private/Preview/Illustrator.php', |
|
| 1878 | - 'OC\\Preview\\Image' => __DIR__ . '/../../..' . '/lib/private/Preview/Image.php', |
|
| 1879 | - 'OC\\Preview\\Imaginary' => __DIR__ . '/../../..' . '/lib/private/Preview/Imaginary.php', |
|
| 1880 | - 'OC\\Preview\\ImaginaryPDF' => __DIR__ . '/../../..' . '/lib/private/Preview/ImaginaryPDF.php', |
|
| 1881 | - 'OC\\Preview\\JPEG' => __DIR__ . '/../../..' . '/lib/private/Preview/JPEG.php', |
|
| 1882 | - 'OC\\Preview\\Krita' => __DIR__ . '/../../..' . '/lib/private/Preview/Krita.php', |
|
| 1883 | - 'OC\\Preview\\MP3' => __DIR__ . '/../../..' . '/lib/private/Preview/MP3.php', |
|
| 1884 | - 'OC\\Preview\\MSOffice2003' => __DIR__ . '/../../..' . '/lib/private/Preview/MSOffice2003.php', |
|
| 1885 | - 'OC\\Preview\\MSOffice2007' => __DIR__ . '/../../..' . '/lib/private/Preview/MSOffice2007.php', |
|
| 1886 | - 'OC\\Preview\\MSOfficeDoc' => __DIR__ . '/../../..' . '/lib/private/Preview/MSOfficeDoc.php', |
|
| 1887 | - 'OC\\Preview\\MarkDown' => __DIR__ . '/../../..' . '/lib/private/Preview/MarkDown.php', |
|
| 1888 | - 'OC\\Preview\\MimeIconProvider' => __DIR__ . '/../../..' . '/lib/private/Preview/MimeIconProvider.php', |
|
| 1889 | - 'OC\\Preview\\Movie' => __DIR__ . '/../../..' . '/lib/private/Preview/Movie.php', |
|
| 1890 | - 'OC\\Preview\\Office' => __DIR__ . '/../../..' . '/lib/private/Preview/Office.php', |
|
| 1891 | - 'OC\\Preview\\OpenDocument' => __DIR__ . '/../../..' . '/lib/private/Preview/OpenDocument.php', |
|
| 1892 | - 'OC\\Preview\\PDF' => __DIR__ . '/../../..' . '/lib/private/Preview/PDF.php', |
|
| 1893 | - 'OC\\Preview\\PNG' => __DIR__ . '/../../..' . '/lib/private/Preview/PNG.php', |
|
| 1894 | - 'OC\\Preview\\Photoshop' => __DIR__ . '/../../..' . '/lib/private/Preview/Photoshop.php', |
|
| 1895 | - 'OC\\Preview\\Postscript' => __DIR__ . '/../../..' . '/lib/private/Preview/Postscript.php', |
|
| 1896 | - 'OC\\Preview\\Provider' => __DIR__ . '/../../..' . '/lib/private/Preview/Provider.php', |
|
| 1897 | - 'OC\\Preview\\ProviderV1Adapter' => __DIR__ . '/../../..' . '/lib/private/Preview/ProviderV1Adapter.php', |
|
| 1898 | - 'OC\\Preview\\ProviderV2' => __DIR__ . '/../../..' . '/lib/private/Preview/ProviderV2.php', |
|
| 1899 | - 'OC\\Preview\\SGI' => __DIR__ . '/../../..' . '/lib/private/Preview/SGI.php', |
|
| 1900 | - 'OC\\Preview\\SVG' => __DIR__ . '/../../..' . '/lib/private/Preview/SVG.php', |
|
| 1901 | - 'OC\\Preview\\StarOffice' => __DIR__ . '/../../..' . '/lib/private/Preview/StarOffice.php', |
|
| 1902 | - 'OC\\Preview\\Storage\\Root' => __DIR__ . '/../../..' . '/lib/private/Preview/Storage/Root.php', |
|
| 1903 | - 'OC\\Preview\\TGA' => __DIR__ . '/../../..' . '/lib/private/Preview/TGA.php', |
|
| 1904 | - 'OC\\Preview\\TIFF' => __DIR__ . '/../../..' . '/lib/private/Preview/TIFF.php', |
|
| 1905 | - 'OC\\Preview\\TXT' => __DIR__ . '/../../..' . '/lib/private/Preview/TXT.php', |
|
| 1906 | - 'OC\\Preview\\Watcher' => __DIR__ . '/../../..' . '/lib/private/Preview/Watcher.php', |
|
| 1907 | - 'OC\\Preview\\WatcherConnector' => __DIR__ . '/../../..' . '/lib/private/Preview/WatcherConnector.php', |
|
| 1908 | - 'OC\\Preview\\WebP' => __DIR__ . '/../../..' . '/lib/private/Preview/WebP.php', |
|
| 1909 | - 'OC\\Preview\\XBitmap' => __DIR__ . '/../../..' . '/lib/private/Preview/XBitmap.php', |
|
| 1910 | - 'OC\\Profile\\Actions\\EmailAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/EmailAction.php', |
|
| 1911 | - 'OC\\Profile\\Actions\\FediverseAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/FediverseAction.php', |
|
| 1912 | - 'OC\\Profile\\Actions\\PhoneAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/PhoneAction.php', |
|
| 1913 | - 'OC\\Profile\\Actions\\TwitterAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/TwitterAction.php', |
|
| 1914 | - 'OC\\Profile\\Actions\\WebsiteAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/WebsiteAction.php', |
|
| 1915 | - 'OC\\Profile\\ProfileManager' => __DIR__ . '/../../..' . '/lib/private/Profile/ProfileManager.php', |
|
| 1916 | - 'OC\\Profile\\TProfileHelper' => __DIR__ . '/../../..' . '/lib/private/Profile/TProfileHelper.php', |
|
| 1917 | - 'OC\\Profiler\\BuiltInProfiler' => __DIR__ . '/../../..' . '/lib/private/Profiler/BuiltInProfiler.php', |
|
| 1918 | - 'OC\\Profiler\\FileProfilerStorage' => __DIR__ . '/../../..' . '/lib/private/Profiler/FileProfilerStorage.php', |
|
| 1919 | - 'OC\\Profiler\\Profile' => __DIR__ . '/../../..' . '/lib/private/Profiler/Profile.php', |
|
| 1920 | - 'OC\\Profiler\\Profiler' => __DIR__ . '/../../..' . '/lib/private/Profiler/Profiler.php', |
|
| 1921 | - 'OC\\Profiler\\RoutingDataCollector' => __DIR__ . '/../../..' . '/lib/private/Profiler/RoutingDataCollector.php', |
|
| 1922 | - 'OC\\RedisFactory' => __DIR__ . '/../../..' . '/lib/private/RedisFactory.php', |
|
| 1923 | - 'OC\\Remote\\Api\\ApiBase' => __DIR__ . '/../../..' . '/lib/private/Remote/Api/ApiBase.php', |
|
| 1924 | - 'OC\\Remote\\Api\\ApiCollection' => __DIR__ . '/../../..' . '/lib/private/Remote/Api/ApiCollection.php', |
|
| 1925 | - 'OC\\Remote\\Api\\ApiFactory' => __DIR__ . '/../../..' . '/lib/private/Remote/Api/ApiFactory.php', |
|
| 1926 | - 'OC\\Remote\\Api\\NotFoundException' => __DIR__ . '/../../..' . '/lib/private/Remote/Api/NotFoundException.php', |
|
| 1927 | - 'OC\\Remote\\Api\\OCS' => __DIR__ . '/../../..' . '/lib/private/Remote/Api/OCS.php', |
|
| 1928 | - 'OC\\Remote\\Credentials' => __DIR__ . '/../../..' . '/lib/private/Remote/Credentials.php', |
|
| 1929 | - 'OC\\Remote\\Instance' => __DIR__ . '/../../..' . '/lib/private/Remote/Instance.php', |
|
| 1930 | - 'OC\\Remote\\InstanceFactory' => __DIR__ . '/../../..' . '/lib/private/Remote/InstanceFactory.php', |
|
| 1931 | - 'OC\\Remote\\User' => __DIR__ . '/../../..' . '/lib/private/Remote/User.php', |
|
| 1932 | - 'OC\\Repair' => __DIR__ . '/../../..' . '/lib/private/Repair.php', |
|
| 1933 | - 'OC\\RepairException' => __DIR__ . '/../../..' . '/lib/private/RepairException.php', |
|
| 1934 | - 'OC\\Repair\\AddAppConfigLazyMigration' => __DIR__ . '/../../..' . '/lib/private/Repair/AddAppConfigLazyMigration.php', |
|
| 1935 | - 'OC\\Repair\\AddBruteForceCleanupJob' => __DIR__ . '/../../..' . '/lib/private/Repair/AddBruteForceCleanupJob.php', |
|
| 1936 | - 'OC\\Repair\\AddCleanupDeletedUsersBackgroundJob' => __DIR__ . '/../../..' . '/lib/private/Repair/AddCleanupDeletedUsersBackgroundJob.php', |
|
| 1937 | - 'OC\\Repair\\AddCleanupUpdaterBackupsJob' => __DIR__ . '/../../..' . '/lib/private/Repair/AddCleanupUpdaterBackupsJob.php', |
|
| 1938 | - 'OC\\Repair\\AddMetadataGenerationJob' => __DIR__ . '/../../..' . '/lib/private/Repair/AddMetadataGenerationJob.php', |
|
| 1939 | - 'OC\\Repair\\AddRemoveOldTasksBackgroundJob' => __DIR__ . '/../../..' . '/lib/private/Repair/AddRemoveOldTasksBackgroundJob.php', |
|
| 1940 | - 'OC\\Repair\\CleanTags' => __DIR__ . '/../../..' . '/lib/private/Repair/CleanTags.php', |
|
| 1941 | - 'OC\\Repair\\CleanUpAbandonedApps' => __DIR__ . '/../../..' . '/lib/private/Repair/CleanUpAbandonedApps.php', |
|
| 1942 | - 'OC\\Repair\\ClearFrontendCaches' => __DIR__ . '/../../..' . '/lib/private/Repair/ClearFrontendCaches.php', |
|
| 1943 | - 'OC\\Repair\\ClearGeneratedAvatarCache' => __DIR__ . '/../../..' . '/lib/private/Repair/ClearGeneratedAvatarCache.php', |
|
| 1944 | - 'OC\\Repair\\ClearGeneratedAvatarCacheJob' => __DIR__ . '/../../..' . '/lib/private/Repair/ClearGeneratedAvatarCacheJob.php', |
|
| 1945 | - 'OC\\Repair\\Collation' => __DIR__ . '/../../..' . '/lib/private/Repair/Collation.php', |
|
| 1946 | - 'OC\\Repair\\ConfigKeyMigration' => __DIR__ . '/../../..' . '/lib/private/Repair/ConfigKeyMigration.php', |
|
| 1947 | - 'OC\\Repair\\Events\\RepairAdvanceEvent' => __DIR__ . '/../../..' . '/lib/private/Repair/Events/RepairAdvanceEvent.php', |
|
| 1948 | - 'OC\\Repair\\Events\\RepairErrorEvent' => __DIR__ . '/../../..' . '/lib/private/Repair/Events/RepairErrorEvent.php', |
|
| 1949 | - 'OC\\Repair\\Events\\RepairFinishEvent' => __DIR__ . '/../../..' . '/lib/private/Repair/Events/RepairFinishEvent.php', |
|
| 1950 | - 'OC\\Repair\\Events\\RepairInfoEvent' => __DIR__ . '/../../..' . '/lib/private/Repair/Events/RepairInfoEvent.php', |
|
| 1951 | - 'OC\\Repair\\Events\\RepairStartEvent' => __DIR__ . '/../../..' . '/lib/private/Repair/Events/RepairStartEvent.php', |
|
| 1952 | - 'OC\\Repair\\Events\\RepairStepEvent' => __DIR__ . '/../../..' . '/lib/private/Repair/Events/RepairStepEvent.php', |
|
| 1953 | - 'OC\\Repair\\Events\\RepairWarningEvent' => __DIR__ . '/../../..' . '/lib/private/Repair/Events/RepairWarningEvent.php', |
|
| 1954 | - 'OC\\Repair\\MoveUpdaterStepFile' => __DIR__ . '/../../..' . '/lib/private/Repair/MoveUpdaterStepFile.php', |
|
| 1955 | - 'OC\\Repair\\NC13\\AddLogRotateJob' => __DIR__ . '/../../..' . '/lib/private/Repair/NC13/AddLogRotateJob.php', |
|
| 1956 | - 'OC\\Repair\\NC14\\AddPreviewBackgroundCleanupJob' => __DIR__ . '/../../..' . '/lib/private/Repair/NC14/AddPreviewBackgroundCleanupJob.php', |
|
| 1957 | - 'OC\\Repair\\NC16\\AddClenupLoginFlowV2BackgroundJob' => __DIR__ . '/../../..' . '/lib/private/Repair/NC16/AddClenupLoginFlowV2BackgroundJob.php', |
|
| 1958 | - 'OC\\Repair\\NC16\\CleanupCardDAVPhotoCache' => __DIR__ . '/../../..' . '/lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php', |
|
| 1959 | - 'OC\\Repair\\NC16\\ClearCollectionsAccessCache' => __DIR__ . '/../../..' . '/lib/private/Repair/NC16/ClearCollectionsAccessCache.php', |
|
| 1960 | - 'OC\\Repair\\NC18\\ResetGeneratedAvatarFlag' => __DIR__ . '/../../..' . '/lib/private/Repair/NC18/ResetGeneratedAvatarFlag.php', |
|
| 1961 | - 'OC\\Repair\\NC20\\EncryptionLegacyCipher' => __DIR__ . '/../../..' . '/lib/private/Repair/NC20/EncryptionLegacyCipher.php', |
|
| 1962 | - 'OC\\Repair\\NC20\\EncryptionMigration' => __DIR__ . '/../../..' . '/lib/private/Repair/NC20/EncryptionMigration.php', |
|
| 1963 | - 'OC\\Repair\\NC20\\ShippedDashboardEnable' => __DIR__ . '/../../..' . '/lib/private/Repair/NC20/ShippedDashboardEnable.php', |
|
| 1964 | - 'OC\\Repair\\NC21\\AddCheckForUserCertificatesJob' => __DIR__ . '/../../..' . '/lib/private/Repair/NC21/AddCheckForUserCertificatesJob.php', |
|
| 1965 | - 'OC\\Repair\\NC22\\LookupServerSendCheck' => __DIR__ . '/../../..' . '/lib/private/Repair/NC22/LookupServerSendCheck.php', |
|
| 1966 | - 'OC\\Repair\\NC24\\AddTokenCleanupJob' => __DIR__ . '/../../..' . '/lib/private/Repair/NC24/AddTokenCleanupJob.php', |
|
| 1967 | - 'OC\\Repair\\NC25\\AddMissingSecretJob' => __DIR__ . '/../../..' . '/lib/private/Repair/NC25/AddMissingSecretJob.php', |
|
| 1968 | - 'OC\\Repair\\NC29\\SanitizeAccountProperties' => __DIR__ . '/../../..' . '/lib/private/Repair/NC29/SanitizeAccountProperties.php', |
|
| 1969 | - 'OC\\Repair\\NC29\\SanitizeAccountPropertiesJob' => __DIR__ . '/../../..' . '/lib/private/Repair/NC29/SanitizeAccountPropertiesJob.php', |
|
| 1970 | - 'OC\\Repair\\NC30\\RemoveLegacyDatadirFile' => __DIR__ . '/../../..' . '/lib/private/Repair/NC30/RemoveLegacyDatadirFile.php', |
|
| 1971 | - 'OC\\Repair\\OldGroupMembershipShares' => __DIR__ . '/../../..' . '/lib/private/Repair/OldGroupMembershipShares.php', |
|
| 1972 | - 'OC\\Repair\\Owncloud\\CleanPreviews' => __DIR__ . '/../../..' . '/lib/private/Repair/Owncloud/CleanPreviews.php', |
|
| 1973 | - 'OC\\Repair\\Owncloud\\CleanPreviewsBackgroundJob' => __DIR__ . '/../../..' . '/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php', |
|
| 1974 | - 'OC\\Repair\\Owncloud\\DropAccountTermsTable' => __DIR__ . '/../../..' . '/lib/private/Repair/Owncloud/DropAccountTermsTable.php', |
|
| 1975 | - 'OC\\Repair\\Owncloud\\MigrateOauthTables' => __DIR__ . '/../../..' . '/lib/private/Repair/Owncloud/MigrateOauthTables.php', |
|
| 1976 | - 'OC\\Repair\\Owncloud\\MoveAvatars' => __DIR__ . '/../../..' . '/lib/private/Repair/Owncloud/MoveAvatars.php', |
|
| 1977 | - 'OC\\Repair\\Owncloud\\MoveAvatarsBackgroundJob' => __DIR__ . '/../../..' . '/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php', |
|
| 1978 | - 'OC\\Repair\\Owncloud\\SaveAccountsTableData' => __DIR__ . '/../../..' . '/lib/private/Repair/Owncloud/SaveAccountsTableData.php', |
|
| 1979 | - 'OC\\Repair\\Owncloud\\UpdateLanguageCodes' => __DIR__ . '/../../..' . '/lib/private/Repair/Owncloud/UpdateLanguageCodes.php', |
|
| 1980 | - 'OC\\Repair\\RemoveBrokenProperties' => __DIR__ . '/../../..' . '/lib/private/Repair/RemoveBrokenProperties.php', |
|
| 1981 | - 'OC\\Repair\\RemoveLinkShares' => __DIR__ . '/../../..' . '/lib/private/Repair/RemoveLinkShares.php', |
|
| 1982 | - 'OC\\Repair\\RepairDavShares' => __DIR__ . '/../../..' . '/lib/private/Repair/RepairDavShares.php', |
|
| 1983 | - 'OC\\Repair\\RepairInvalidShares' => __DIR__ . '/../../..' . '/lib/private/Repair/RepairInvalidShares.php', |
|
| 1984 | - 'OC\\Repair\\RepairLogoDimension' => __DIR__ . '/../../..' . '/lib/private/Repair/RepairLogoDimension.php', |
|
| 1985 | - 'OC\\Repair\\RepairMimeTypes' => __DIR__ . '/../../..' . '/lib/private/Repair/RepairMimeTypes.php', |
|
| 1986 | - 'OC\\RichObjectStrings\\RichTextFormatter' => __DIR__ . '/../../..' . '/lib/private/RichObjectStrings/RichTextFormatter.php', |
|
| 1987 | - 'OC\\RichObjectStrings\\Validator' => __DIR__ . '/../../..' . '/lib/private/RichObjectStrings/Validator.php', |
|
| 1988 | - 'OC\\Route\\CachingRouter' => __DIR__ . '/../../..' . '/lib/private/Route/CachingRouter.php', |
|
| 1989 | - 'OC\\Route\\Route' => __DIR__ . '/../../..' . '/lib/private/Route/Route.php', |
|
| 1990 | - 'OC\\Route\\Router' => __DIR__ . '/../../..' . '/lib/private/Route/Router.php', |
|
| 1991 | - 'OC\\Search\\FilterCollection' => __DIR__ . '/../../..' . '/lib/private/Search/FilterCollection.php', |
|
| 1992 | - 'OC\\Search\\FilterFactory' => __DIR__ . '/../../..' . '/lib/private/Search/FilterFactory.php', |
|
| 1993 | - 'OC\\Search\\Filter\\BooleanFilter' => __DIR__ . '/../../..' . '/lib/private/Search/Filter/BooleanFilter.php', |
|
| 1994 | - 'OC\\Search\\Filter\\DateTimeFilter' => __DIR__ . '/../../..' . '/lib/private/Search/Filter/DateTimeFilter.php', |
|
| 1995 | - 'OC\\Search\\Filter\\FloatFilter' => __DIR__ . '/../../..' . '/lib/private/Search/Filter/FloatFilter.php', |
|
| 1996 | - 'OC\\Search\\Filter\\GroupFilter' => __DIR__ . '/../../..' . '/lib/private/Search/Filter/GroupFilter.php', |
|
| 1997 | - 'OC\\Search\\Filter\\IntegerFilter' => __DIR__ . '/../../..' . '/lib/private/Search/Filter/IntegerFilter.php', |
|
| 1998 | - 'OC\\Search\\Filter\\StringFilter' => __DIR__ . '/../../..' . '/lib/private/Search/Filter/StringFilter.php', |
|
| 1999 | - 'OC\\Search\\Filter\\StringsFilter' => __DIR__ . '/../../..' . '/lib/private/Search/Filter/StringsFilter.php', |
|
| 2000 | - 'OC\\Search\\Filter\\UserFilter' => __DIR__ . '/../../..' . '/lib/private/Search/Filter/UserFilter.php', |
|
| 2001 | - 'OC\\Search\\SearchComposer' => __DIR__ . '/../../..' . '/lib/private/Search/SearchComposer.php', |
|
| 2002 | - 'OC\\Search\\SearchQuery' => __DIR__ . '/../../..' . '/lib/private/Search/SearchQuery.php', |
|
| 2003 | - 'OC\\Search\\UnsupportedFilter' => __DIR__ . '/../../..' . '/lib/private/Search/UnsupportedFilter.php', |
|
| 2004 | - 'OC\\Security\\Bruteforce\\Backend\\DatabaseBackend' => __DIR__ . '/../../..' . '/lib/private/Security/Bruteforce/Backend/DatabaseBackend.php', |
|
| 2005 | - 'OC\\Security\\Bruteforce\\Backend\\IBackend' => __DIR__ . '/../../..' . '/lib/private/Security/Bruteforce/Backend/IBackend.php', |
|
| 2006 | - 'OC\\Security\\Bruteforce\\Backend\\MemoryCacheBackend' => __DIR__ . '/../../..' . '/lib/private/Security/Bruteforce/Backend/MemoryCacheBackend.php', |
|
| 2007 | - 'OC\\Security\\Bruteforce\\Capabilities' => __DIR__ . '/../../..' . '/lib/private/Security/Bruteforce/Capabilities.php', |
|
| 2008 | - 'OC\\Security\\Bruteforce\\CleanupJob' => __DIR__ . '/../../..' . '/lib/private/Security/Bruteforce/CleanupJob.php', |
|
| 2009 | - 'OC\\Security\\Bruteforce\\Throttler' => __DIR__ . '/../../..' . '/lib/private/Security/Bruteforce/Throttler.php', |
|
| 2010 | - 'OC\\Security\\CSP\\ContentSecurityPolicy' => __DIR__ . '/../../..' . '/lib/private/Security/CSP/ContentSecurityPolicy.php', |
|
| 2011 | - 'OC\\Security\\CSP\\ContentSecurityPolicyManager' => __DIR__ . '/../../..' . '/lib/private/Security/CSP/ContentSecurityPolicyManager.php', |
|
| 2012 | - 'OC\\Security\\CSP\\ContentSecurityPolicyNonceManager' => __DIR__ . '/../../..' . '/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php', |
|
| 2013 | - 'OC\\Security\\CSRF\\CsrfToken' => __DIR__ . '/../../..' . '/lib/private/Security/CSRF/CsrfToken.php', |
|
| 2014 | - 'OC\\Security\\CSRF\\CsrfTokenGenerator' => __DIR__ . '/../../..' . '/lib/private/Security/CSRF/CsrfTokenGenerator.php', |
|
| 2015 | - 'OC\\Security\\CSRF\\CsrfTokenManager' => __DIR__ . '/../../..' . '/lib/private/Security/CSRF/CsrfTokenManager.php', |
|
| 2016 | - 'OC\\Security\\CSRF\\TokenStorage\\SessionStorage' => __DIR__ . '/../../..' . '/lib/private/Security/CSRF/TokenStorage/SessionStorage.php', |
|
| 2017 | - 'OC\\Security\\Certificate' => __DIR__ . '/../../..' . '/lib/private/Security/Certificate.php', |
|
| 2018 | - 'OC\\Security\\CertificateManager' => __DIR__ . '/../../..' . '/lib/private/Security/CertificateManager.php', |
|
| 2019 | - 'OC\\Security\\CredentialsManager' => __DIR__ . '/../../..' . '/lib/private/Security/CredentialsManager.php', |
|
| 2020 | - 'OC\\Security\\Crypto' => __DIR__ . '/../../..' . '/lib/private/Security/Crypto.php', |
|
| 2021 | - 'OC\\Security\\FeaturePolicy\\FeaturePolicy' => __DIR__ . '/../../..' . '/lib/private/Security/FeaturePolicy/FeaturePolicy.php', |
|
| 2022 | - 'OC\\Security\\FeaturePolicy\\FeaturePolicyManager' => __DIR__ . '/../../..' . '/lib/private/Security/FeaturePolicy/FeaturePolicyManager.php', |
|
| 2023 | - 'OC\\Security\\Hasher' => __DIR__ . '/../../..' . '/lib/private/Security/Hasher.php', |
|
| 2024 | - 'OC\\Security\\IdentityProof\\Key' => __DIR__ . '/../../..' . '/lib/private/Security/IdentityProof/Key.php', |
|
| 2025 | - 'OC\\Security\\IdentityProof\\Manager' => __DIR__ . '/../../..' . '/lib/private/Security/IdentityProof/Manager.php', |
|
| 2026 | - 'OC\\Security\\IdentityProof\\Signer' => __DIR__ . '/../../..' . '/lib/private/Security/IdentityProof/Signer.php', |
|
| 2027 | - 'OC\\Security\\Ip\\Address' => __DIR__ . '/../../..' . '/lib/private/Security/Ip/Address.php', |
|
| 2028 | - 'OC\\Security\\Ip\\BruteforceAllowList' => __DIR__ . '/../../..' . '/lib/private/Security/Ip/BruteforceAllowList.php', |
|
| 2029 | - 'OC\\Security\\Ip\\Factory' => __DIR__ . '/../../..' . '/lib/private/Security/Ip/Factory.php', |
|
| 2030 | - 'OC\\Security\\Ip\\Range' => __DIR__ . '/../../..' . '/lib/private/Security/Ip/Range.php', |
|
| 2031 | - 'OC\\Security\\Ip\\RemoteAddress' => __DIR__ . '/../../..' . '/lib/private/Security/Ip/RemoteAddress.php', |
|
| 2032 | - 'OC\\Security\\Normalizer\\IpAddress' => __DIR__ . '/../../..' . '/lib/private/Security/Normalizer/IpAddress.php', |
|
| 2033 | - 'OC\\Security\\RateLimiting\\Backend\\DatabaseBackend' => __DIR__ . '/../../..' . '/lib/private/Security/RateLimiting/Backend/DatabaseBackend.php', |
|
| 2034 | - 'OC\\Security\\RateLimiting\\Backend\\IBackend' => __DIR__ . '/../../..' . '/lib/private/Security/RateLimiting/Backend/IBackend.php', |
|
| 2035 | - 'OC\\Security\\RateLimiting\\Backend\\MemoryCacheBackend' => __DIR__ . '/../../..' . '/lib/private/Security/RateLimiting/Backend/MemoryCacheBackend.php', |
|
| 2036 | - 'OC\\Security\\RateLimiting\\Exception\\RateLimitExceededException' => __DIR__ . '/../../..' . '/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php', |
|
| 2037 | - 'OC\\Security\\RateLimiting\\Limiter' => __DIR__ . '/../../..' . '/lib/private/Security/RateLimiting/Limiter.php', |
|
| 2038 | - 'OC\\Security\\RemoteHostValidator' => __DIR__ . '/../../..' . '/lib/private/Security/RemoteHostValidator.php', |
|
| 2039 | - 'OC\\Security\\SecureRandom' => __DIR__ . '/../../..' . '/lib/private/Security/SecureRandom.php', |
|
| 2040 | - 'OC\\Security\\Signature\\Db\\SignatoryMapper' => __DIR__ . '/../../..' . '/lib/private/Security/Signature/Db/SignatoryMapper.php', |
|
| 2041 | - 'OC\\Security\\Signature\\Model\\IncomingSignedRequest' => __DIR__ . '/../../..' . '/lib/private/Security/Signature/Model/IncomingSignedRequest.php', |
|
| 2042 | - 'OC\\Security\\Signature\\Model\\OutgoingSignedRequest' => __DIR__ . '/../../..' . '/lib/private/Security/Signature/Model/OutgoingSignedRequest.php', |
|
| 2043 | - 'OC\\Security\\Signature\\Model\\SignedRequest' => __DIR__ . '/../../..' . '/lib/private/Security/Signature/Model/SignedRequest.php', |
|
| 2044 | - 'OC\\Security\\Signature\\SignatureManager' => __DIR__ . '/../../..' . '/lib/private/Security/Signature/SignatureManager.php', |
|
| 2045 | - 'OC\\Security\\TrustedDomainHelper' => __DIR__ . '/../../..' . '/lib/private/Security/TrustedDomainHelper.php', |
|
| 2046 | - 'OC\\Security\\VerificationToken\\CleanUpJob' => __DIR__ . '/../../..' . '/lib/private/Security/VerificationToken/CleanUpJob.php', |
|
| 2047 | - 'OC\\Security\\VerificationToken\\VerificationToken' => __DIR__ . '/../../..' . '/lib/private/Security/VerificationToken/VerificationToken.php', |
|
| 2048 | - 'OC\\Server' => __DIR__ . '/../../..' . '/lib/private/Server.php', |
|
| 2049 | - 'OC\\ServerContainer' => __DIR__ . '/../../..' . '/lib/private/ServerContainer.php', |
|
| 2050 | - 'OC\\ServerNotAvailableException' => __DIR__ . '/../../..' . '/lib/private/ServerNotAvailableException.php', |
|
| 2051 | - 'OC\\ServiceUnavailableException' => __DIR__ . '/../../..' . '/lib/private/ServiceUnavailableException.php', |
|
| 2052 | - 'OC\\Session\\CryptoSessionData' => __DIR__ . '/../../..' . '/lib/private/Session/CryptoSessionData.php', |
|
| 2053 | - 'OC\\Session\\CryptoWrapper' => __DIR__ . '/../../..' . '/lib/private/Session/CryptoWrapper.php', |
|
| 2054 | - 'OC\\Session\\Internal' => __DIR__ . '/../../..' . '/lib/private/Session/Internal.php', |
|
| 2055 | - 'OC\\Session\\Memory' => __DIR__ . '/../../..' . '/lib/private/Session/Memory.php', |
|
| 2056 | - 'OC\\Session\\Session' => __DIR__ . '/../../..' . '/lib/private/Session/Session.php', |
|
| 2057 | - 'OC\\Settings\\AuthorizedGroup' => __DIR__ . '/../../..' . '/lib/private/Settings/AuthorizedGroup.php', |
|
| 2058 | - 'OC\\Settings\\AuthorizedGroupMapper' => __DIR__ . '/../../..' . '/lib/private/Settings/AuthorizedGroupMapper.php', |
|
| 2059 | - 'OC\\Settings\\DeclarativeManager' => __DIR__ . '/../../..' . '/lib/private/Settings/DeclarativeManager.php', |
|
| 2060 | - 'OC\\Settings\\Manager' => __DIR__ . '/../../..' . '/lib/private/Settings/Manager.php', |
|
| 2061 | - 'OC\\Settings\\Section' => __DIR__ . '/../../..' . '/lib/private/Settings/Section.php', |
|
| 2062 | - 'OC\\Setup' => __DIR__ . '/../../..' . '/lib/private/Setup.php', |
|
| 2063 | - 'OC\\SetupCheck\\SetupCheckManager' => __DIR__ . '/../../..' . '/lib/private/SetupCheck/SetupCheckManager.php', |
|
| 2064 | - 'OC\\Setup\\AbstractDatabase' => __DIR__ . '/../../..' . '/lib/private/Setup/AbstractDatabase.php', |
|
| 2065 | - 'OC\\Setup\\MySQL' => __DIR__ . '/../../..' . '/lib/private/Setup/MySQL.php', |
|
| 2066 | - 'OC\\Setup\\OCI' => __DIR__ . '/../../..' . '/lib/private/Setup/OCI.php', |
|
| 2067 | - 'OC\\Setup\\PostgreSQL' => __DIR__ . '/../../..' . '/lib/private/Setup/PostgreSQL.php', |
|
| 2068 | - 'OC\\Setup\\Sqlite' => __DIR__ . '/../../..' . '/lib/private/Setup/Sqlite.php', |
|
| 2069 | - 'OC\\Share20\\DefaultShareProvider' => __DIR__ . '/../../..' . '/lib/private/Share20/DefaultShareProvider.php', |
|
| 2070 | - 'OC\\Share20\\Exception\\BackendError' => __DIR__ . '/../../..' . '/lib/private/Share20/Exception/BackendError.php', |
|
| 2071 | - 'OC\\Share20\\Exception\\InvalidShare' => __DIR__ . '/../../..' . '/lib/private/Share20/Exception/InvalidShare.php', |
|
| 2072 | - 'OC\\Share20\\Exception\\ProviderException' => __DIR__ . '/../../..' . '/lib/private/Share20/Exception/ProviderException.php', |
|
| 2073 | - 'OC\\Share20\\GroupDeletedListener' => __DIR__ . '/../../..' . '/lib/private/Share20/GroupDeletedListener.php', |
|
| 2074 | - 'OC\\Share20\\LegacyHooks' => __DIR__ . '/../../..' . '/lib/private/Share20/LegacyHooks.php', |
|
| 2075 | - 'OC\\Share20\\Manager' => __DIR__ . '/../../..' . '/lib/private/Share20/Manager.php', |
|
| 2076 | - 'OC\\Share20\\ProviderFactory' => __DIR__ . '/../../..' . '/lib/private/Share20/ProviderFactory.php', |
|
| 2077 | - 'OC\\Share20\\PublicShareTemplateFactory' => __DIR__ . '/../../..' . '/lib/private/Share20/PublicShareTemplateFactory.php', |
|
| 2078 | - 'OC\\Share20\\Share' => __DIR__ . '/../../..' . '/lib/private/Share20/Share.php', |
|
| 2079 | - 'OC\\Share20\\ShareAttributes' => __DIR__ . '/../../..' . '/lib/private/Share20/ShareAttributes.php', |
|
| 2080 | - 'OC\\Share20\\ShareDisableChecker' => __DIR__ . '/../../..' . '/lib/private/Share20/ShareDisableChecker.php', |
|
| 2081 | - 'OC\\Share20\\ShareHelper' => __DIR__ . '/../../..' . '/lib/private/Share20/ShareHelper.php', |
|
| 2082 | - 'OC\\Share20\\UserDeletedListener' => __DIR__ . '/../../..' . '/lib/private/Share20/UserDeletedListener.php', |
|
| 2083 | - 'OC\\Share20\\UserRemovedListener' => __DIR__ . '/../../..' . '/lib/private/Share20/UserRemovedListener.php', |
|
| 2084 | - 'OC\\Share\\Constants' => __DIR__ . '/../../..' . '/lib/private/Share/Constants.php', |
|
| 2085 | - 'OC\\Share\\Helper' => __DIR__ . '/../../..' . '/lib/private/Share/Helper.php', |
|
| 2086 | - 'OC\\Share\\Share' => __DIR__ . '/../../..' . '/lib/private/Share/Share.php', |
|
| 2087 | - 'OC\\SpeechToText\\SpeechToTextManager' => __DIR__ . '/../../..' . '/lib/private/SpeechToText/SpeechToTextManager.php', |
|
| 2088 | - 'OC\\SpeechToText\\TranscriptionJob' => __DIR__ . '/../../..' . '/lib/private/SpeechToText/TranscriptionJob.php', |
|
| 2089 | - 'OC\\StreamImage' => __DIR__ . '/../../..' . '/lib/private/StreamImage.php', |
|
| 2090 | - 'OC\\Streamer' => __DIR__ . '/../../..' . '/lib/private/Streamer.php', |
|
| 2091 | - 'OC\\SubAdmin' => __DIR__ . '/../../..' . '/lib/private/SubAdmin.php', |
|
| 2092 | - 'OC\\Support\\CrashReport\\Registry' => __DIR__ . '/../../..' . '/lib/private/Support/CrashReport/Registry.php', |
|
| 2093 | - 'OC\\Support\\Subscription\\Assertion' => __DIR__ . '/../../..' . '/lib/private/Support/Subscription/Assertion.php', |
|
| 2094 | - 'OC\\Support\\Subscription\\Registry' => __DIR__ . '/../../..' . '/lib/private/Support/Subscription/Registry.php', |
|
| 2095 | - 'OC\\SystemConfig' => __DIR__ . '/../../..' . '/lib/private/SystemConfig.php', |
|
| 2096 | - 'OC\\SystemTag\\ManagerFactory' => __DIR__ . '/../../..' . '/lib/private/SystemTag/ManagerFactory.php', |
|
| 2097 | - 'OC\\SystemTag\\SystemTag' => __DIR__ . '/../../..' . '/lib/private/SystemTag/SystemTag.php', |
|
| 2098 | - 'OC\\SystemTag\\SystemTagManager' => __DIR__ . '/../../..' . '/lib/private/SystemTag/SystemTagManager.php', |
|
| 2099 | - 'OC\\SystemTag\\SystemTagObjectMapper' => __DIR__ . '/../../..' . '/lib/private/SystemTag/SystemTagObjectMapper.php', |
|
| 2100 | - 'OC\\SystemTag\\SystemTagsInFilesDetector' => __DIR__ . '/../../..' . '/lib/private/SystemTag/SystemTagsInFilesDetector.php', |
|
| 2101 | - 'OC\\TagManager' => __DIR__ . '/../../..' . '/lib/private/TagManager.php', |
|
| 2102 | - 'OC\\Tagging\\Tag' => __DIR__ . '/../../..' . '/lib/private/Tagging/Tag.php', |
|
| 2103 | - 'OC\\Tagging\\TagMapper' => __DIR__ . '/../../..' . '/lib/private/Tagging/TagMapper.php', |
|
| 2104 | - 'OC\\Tags' => __DIR__ . '/../../..' . '/lib/private/Tags.php', |
|
| 2105 | - 'OC\\Talk\\Broker' => __DIR__ . '/../../..' . '/lib/private/Talk/Broker.php', |
|
| 2106 | - 'OC\\Talk\\ConversationOptions' => __DIR__ . '/../../..' . '/lib/private/Talk/ConversationOptions.php', |
|
| 2107 | - 'OC\\TaskProcessing\\Db\\Task' => __DIR__ . '/../../..' . '/lib/private/TaskProcessing/Db/Task.php', |
|
| 2108 | - 'OC\\TaskProcessing\\Db\\TaskMapper' => __DIR__ . '/../../..' . '/lib/private/TaskProcessing/Db/TaskMapper.php', |
|
| 2109 | - 'OC\\TaskProcessing\\Manager' => __DIR__ . '/../../..' . '/lib/private/TaskProcessing/Manager.php', |
|
| 2110 | - 'OC\\TaskProcessing\\RemoveOldTasksBackgroundJob' => __DIR__ . '/../../..' . '/lib/private/TaskProcessing/RemoveOldTasksBackgroundJob.php', |
|
| 2111 | - 'OC\\TaskProcessing\\SynchronousBackgroundJob' => __DIR__ . '/../../..' . '/lib/private/TaskProcessing/SynchronousBackgroundJob.php', |
|
| 2112 | - 'OC\\Teams\\TeamManager' => __DIR__ . '/../../..' . '/lib/private/Teams/TeamManager.php', |
|
| 2113 | - 'OC\\TempManager' => __DIR__ . '/../../..' . '/lib/private/TempManager.php', |
|
| 2114 | - 'OC\\TemplateLayout' => __DIR__ . '/../../..' . '/lib/private/TemplateLayout.php', |
|
| 2115 | - 'OC\\Template\\Base' => __DIR__ . '/../../..' . '/lib/private/Template/Base.php', |
|
| 2116 | - 'OC\\Template\\CSSResourceLocator' => __DIR__ . '/../../..' . '/lib/private/Template/CSSResourceLocator.php', |
|
| 2117 | - 'OC\\Template\\JSCombiner' => __DIR__ . '/../../..' . '/lib/private/Template/JSCombiner.php', |
|
| 2118 | - 'OC\\Template\\JSConfigHelper' => __DIR__ . '/../../..' . '/lib/private/Template/JSConfigHelper.php', |
|
| 2119 | - 'OC\\Template\\JSResourceLocator' => __DIR__ . '/../../..' . '/lib/private/Template/JSResourceLocator.php', |
|
| 2120 | - 'OC\\Template\\ResourceLocator' => __DIR__ . '/../../..' . '/lib/private/Template/ResourceLocator.php', |
|
| 2121 | - 'OC\\Template\\ResourceNotFoundException' => __DIR__ . '/../../..' . '/lib/private/Template/ResourceNotFoundException.php', |
|
| 2122 | - 'OC\\Template\\Template' => __DIR__ . '/../../..' . '/lib/private/Template/Template.php', |
|
| 2123 | - 'OC\\Template\\TemplateFileLocator' => __DIR__ . '/../../..' . '/lib/private/Template/TemplateFileLocator.php', |
|
| 2124 | - 'OC\\Template\\TemplateManager' => __DIR__ . '/../../..' . '/lib/private/Template/TemplateManager.php', |
|
| 2125 | - 'OC\\TextProcessing\\Db\\Task' => __DIR__ . '/../../..' . '/lib/private/TextProcessing/Db/Task.php', |
|
| 2126 | - 'OC\\TextProcessing\\Db\\TaskMapper' => __DIR__ . '/../../..' . '/lib/private/TextProcessing/Db/TaskMapper.php', |
|
| 2127 | - 'OC\\TextProcessing\\Manager' => __DIR__ . '/../../..' . '/lib/private/TextProcessing/Manager.php', |
|
| 2128 | - 'OC\\TextProcessing\\RemoveOldTasksBackgroundJob' => __DIR__ . '/../../..' . '/lib/private/TextProcessing/RemoveOldTasksBackgroundJob.php', |
|
| 2129 | - 'OC\\TextProcessing\\TaskBackgroundJob' => __DIR__ . '/../../..' . '/lib/private/TextProcessing/TaskBackgroundJob.php', |
|
| 2130 | - 'OC\\TextToImage\\Db\\Task' => __DIR__ . '/../../..' . '/lib/private/TextToImage/Db/Task.php', |
|
| 2131 | - 'OC\\TextToImage\\Db\\TaskMapper' => __DIR__ . '/../../..' . '/lib/private/TextToImage/Db/TaskMapper.php', |
|
| 2132 | - 'OC\\TextToImage\\Manager' => __DIR__ . '/../../..' . '/lib/private/TextToImage/Manager.php', |
|
| 2133 | - 'OC\\TextToImage\\RemoveOldTasksBackgroundJob' => __DIR__ . '/../../..' . '/lib/private/TextToImage/RemoveOldTasksBackgroundJob.php', |
|
| 2134 | - 'OC\\TextToImage\\TaskBackgroundJob' => __DIR__ . '/../../..' . '/lib/private/TextToImage/TaskBackgroundJob.php', |
|
| 2135 | - 'OC\\Translation\\TranslationManager' => __DIR__ . '/../../..' . '/lib/private/Translation/TranslationManager.php', |
|
| 2136 | - 'OC\\URLGenerator' => __DIR__ . '/../../..' . '/lib/private/URLGenerator.php', |
|
| 2137 | - 'OC\\Updater' => __DIR__ . '/../../..' . '/lib/private/Updater.php', |
|
| 2138 | - 'OC\\Updater\\Changes' => __DIR__ . '/../../..' . '/lib/private/Updater/Changes.php', |
|
| 2139 | - 'OC\\Updater\\ChangesCheck' => __DIR__ . '/../../..' . '/lib/private/Updater/ChangesCheck.php', |
|
| 2140 | - 'OC\\Updater\\ChangesMapper' => __DIR__ . '/../../..' . '/lib/private/Updater/ChangesMapper.php', |
|
| 2141 | - 'OC\\Updater\\Exceptions\\ReleaseMetadataException' => __DIR__ . '/../../..' . '/lib/private/Updater/Exceptions/ReleaseMetadataException.php', |
|
| 2142 | - 'OC\\Updater\\ReleaseMetadata' => __DIR__ . '/../../..' . '/lib/private/Updater/ReleaseMetadata.php', |
|
| 2143 | - 'OC\\Updater\\VersionCheck' => __DIR__ . '/../../..' . '/lib/private/Updater/VersionCheck.php', |
|
| 2144 | - 'OC\\UserStatus\\ISettableProvider' => __DIR__ . '/../../..' . '/lib/private/UserStatus/ISettableProvider.php', |
|
| 2145 | - 'OC\\UserStatus\\Manager' => __DIR__ . '/../../..' . '/lib/private/UserStatus/Manager.php', |
|
| 2146 | - 'OC\\User\\AvailabilityCoordinator' => __DIR__ . '/../../..' . '/lib/private/User/AvailabilityCoordinator.php', |
|
| 2147 | - 'OC\\User\\Backend' => __DIR__ . '/../../..' . '/lib/private/User/Backend.php', |
|
| 2148 | - 'OC\\User\\BackgroundJobs\\CleanupDeletedUsers' => __DIR__ . '/../../..' . '/lib/private/User/BackgroundJobs/CleanupDeletedUsers.php', |
|
| 2149 | - 'OC\\User\\Database' => __DIR__ . '/../../..' . '/lib/private/User/Database.php', |
|
| 2150 | - 'OC\\User\\DisplayNameCache' => __DIR__ . '/../../..' . '/lib/private/User/DisplayNameCache.php', |
|
| 2151 | - 'OC\\User\\LazyUser' => __DIR__ . '/../../..' . '/lib/private/User/LazyUser.php', |
|
| 2152 | - 'OC\\User\\Listeners\\BeforeUserDeletedListener' => __DIR__ . '/../../..' . '/lib/private/User/Listeners/BeforeUserDeletedListener.php', |
|
| 2153 | - 'OC\\User\\Listeners\\UserChangedListener' => __DIR__ . '/../../..' . '/lib/private/User/Listeners/UserChangedListener.php', |
|
| 2154 | - 'OC\\User\\LoginException' => __DIR__ . '/../../..' . '/lib/private/User/LoginException.php', |
|
| 2155 | - 'OC\\User\\Manager' => __DIR__ . '/../../..' . '/lib/private/User/Manager.php', |
|
| 2156 | - 'OC\\User\\NoUserException' => __DIR__ . '/../../..' . '/lib/private/User/NoUserException.php', |
|
| 2157 | - 'OC\\User\\OutOfOfficeData' => __DIR__ . '/../../..' . '/lib/private/User/OutOfOfficeData.php', |
|
| 2158 | - 'OC\\User\\PartiallyDeletedUsersBackend' => __DIR__ . '/../../..' . '/lib/private/User/PartiallyDeletedUsersBackend.php', |
|
| 2159 | - 'OC\\User\\Session' => __DIR__ . '/../../..' . '/lib/private/User/Session.php', |
|
| 2160 | - 'OC\\User\\User' => __DIR__ . '/../../..' . '/lib/private/User/User.php', |
|
| 2161 | - 'OC_App' => __DIR__ . '/../../..' . '/lib/private/legacy/OC_App.php', |
|
| 2162 | - 'OC_Defaults' => __DIR__ . '/../../..' . '/lib/private/legacy/OC_Defaults.php', |
|
| 2163 | - 'OC_Helper' => __DIR__ . '/../../..' . '/lib/private/legacy/OC_Helper.php', |
|
| 2164 | - 'OC_Hook' => __DIR__ . '/../../..' . '/lib/private/legacy/OC_Hook.php', |
|
| 2165 | - 'OC_JSON' => __DIR__ . '/../../..' . '/lib/private/legacy/OC_JSON.php', |
|
| 2166 | - 'OC_Response' => __DIR__ . '/../../..' . '/lib/private/legacy/OC_Response.php', |
|
| 2167 | - 'OC_Template' => __DIR__ . '/../../..' . '/lib/private/legacy/OC_Template.php', |
|
| 2168 | - 'OC_User' => __DIR__ . '/../../..' . '/lib/private/legacy/OC_User.php', |
|
| 2169 | - 'OC_Util' => __DIR__ . '/../../..' . '/lib/private/legacy/OC_Util.php', |
|
| 49 | + public static $classMap = array( |
|
| 50 | + 'Composer\\InstalledVersions' => __DIR__.'/..'.'/composer/InstalledVersions.php', |
|
| 51 | + 'NCU\\Config\\Exceptions\\IncorrectTypeException' => __DIR__.'/../../..'.'/lib/unstable/Config/Exceptions/IncorrectTypeException.php', |
|
| 52 | + 'NCU\\Config\\Exceptions\\TypeConflictException' => __DIR__.'/../../..'.'/lib/unstable/Config/Exceptions/TypeConflictException.php', |
|
| 53 | + 'NCU\\Config\\Exceptions\\UnknownKeyException' => __DIR__.'/../../..'.'/lib/unstable/Config/Exceptions/UnknownKeyException.php', |
|
| 54 | + 'NCU\\Config\\IUserConfig' => __DIR__.'/../../..'.'/lib/unstable/Config/IUserConfig.php', |
|
| 55 | + 'NCU\\Config\\Lexicon\\ConfigLexiconEntry' => __DIR__.'/../../..'.'/lib/unstable/Config/Lexicon/ConfigLexiconEntry.php', |
|
| 56 | + 'NCU\\Config\\Lexicon\\ConfigLexiconStrictness' => __DIR__.'/../../..'.'/lib/unstable/Config/Lexicon/ConfigLexiconStrictness.php', |
|
| 57 | + 'NCU\\Config\\Lexicon\\IConfigLexicon' => __DIR__.'/../../..'.'/lib/unstable/Config/Lexicon/IConfigLexicon.php', |
|
| 58 | + 'NCU\\Config\\ValueType' => __DIR__.'/../../..'.'/lib/unstable/Config/ValueType.php', |
|
| 59 | + 'NCU\\Federation\\ISignedCloudFederationProvider' => __DIR__.'/../../..'.'/lib/unstable/Federation/ISignedCloudFederationProvider.php', |
|
| 60 | + 'NCU\\Security\\Signature\\Enum\\DigestAlgorithm' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Enum/DigestAlgorithm.php', |
|
| 61 | + 'NCU\\Security\\Signature\\Enum\\SignatoryStatus' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Enum/SignatoryStatus.php', |
|
| 62 | + 'NCU\\Security\\Signature\\Enum\\SignatoryType' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Enum/SignatoryType.php', |
|
| 63 | + 'NCU\\Security\\Signature\\Enum\\SignatureAlgorithm' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Enum/SignatureAlgorithm.php', |
|
| 64 | + 'NCU\\Security\\Signature\\Exceptions\\IdentityNotFoundException' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Exceptions/IdentityNotFoundException.php', |
|
| 65 | + 'NCU\\Security\\Signature\\Exceptions\\IncomingRequestException' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Exceptions/IncomingRequestException.php', |
|
| 66 | + 'NCU\\Security\\Signature\\Exceptions\\InvalidKeyOriginException' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Exceptions/InvalidKeyOriginException.php', |
|
| 67 | + 'NCU\\Security\\Signature\\Exceptions\\InvalidSignatureException' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Exceptions/InvalidSignatureException.php', |
|
| 68 | + 'NCU\\Security\\Signature\\Exceptions\\SignatoryConflictException' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Exceptions/SignatoryConflictException.php', |
|
| 69 | + 'NCU\\Security\\Signature\\Exceptions\\SignatoryException' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Exceptions/SignatoryException.php', |
|
| 70 | + 'NCU\\Security\\Signature\\Exceptions\\SignatoryNotFoundException' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Exceptions/SignatoryNotFoundException.php', |
|
| 71 | + 'NCU\\Security\\Signature\\Exceptions\\SignatureElementNotFoundException' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Exceptions/SignatureElementNotFoundException.php', |
|
| 72 | + 'NCU\\Security\\Signature\\Exceptions\\SignatureException' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Exceptions/SignatureException.php', |
|
| 73 | + 'NCU\\Security\\Signature\\Exceptions\\SignatureNotFoundException' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Exceptions/SignatureNotFoundException.php', |
|
| 74 | + 'NCU\\Security\\Signature\\IIncomingSignedRequest' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/IIncomingSignedRequest.php', |
|
| 75 | + 'NCU\\Security\\Signature\\IOutgoingSignedRequest' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/IOutgoingSignedRequest.php', |
|
| 76 | + 'NCU\\Security\\Signature\\ISignatoryManager' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/ISignatoryManager.php', |
|
| 77 | + 'NCU\\Security\\Signature\\ISignatureManager' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/ISignatureManager.php', |
|
| 78 | + 'NCU\\Security\\Signature\\ISignedRequest' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/ISignedRequest.php', |
|
| 79 | + 'NCU\\Security\\Signature\\Model\\Signatory' => __DIR__.'/../../..'.'/lib/unstable/Security/Signature/Model/Signatory.php', |
|
| 80 | + 'OCP\\Accounts\\IAccount' => __DIR__.'/../../..'.'/lib/public/Accounts/IAccount.php', |
|
| 81 | + 'OCP\\Accounts\\IAccountManager' => __DIR__.'/../../..'.'/lib/public/Accounts/IAccountManager.php', |
|
| 82 | + 'OCP\\Accounts\\IAccountProperty' => __DIR__.'/../../..'.'/lib/public/Accounts/IAccountProperty.php', |
|
| 83 | + 'OCP\\Accounts\\IAccountPropertyCollection' => __DIR__.'/../../..'.'/lib/public/Accounts/IAccountPropertyCollection.php', |
|
| 84 | + 'OCP\\Accounts\\PropertyDoesNotExistException' => __DIR__.'/../../..'.'/lib/public/Accounts/PropertyDoesNotExistException.php', |
|
| 85 | + 'OCP\\Accounts\\UserUpdatedEvent' => __DIR__.'/../../..'.'/lib/public/Accounts/UserUpdatedEvent.php', |
|
| 86 | + 'OCP\\Activity\\ActivitySettings' => __DIR__.'/../../..'.'/lib/public/Activity/ActivitySettings.php', |
|
| 87 | + 'OCP\\Activity\\Exceptions\\FilterNotFoundException' => __DIR__.'/../../..'.'/lib/public/Activity/Exceptions/FilterNotFoundException.php', |
|
| 88 | + 'OCP\\Activity\\Exceptions\\IncompleteActivityException' => __DIR__.'/../../..'.'/lib/public/Activity/Exceptions/IncompleteActivityException.php', |
|
| 89 | + 'OCP\\Activity\\Exceptions\\InvalidValueException' => __DIR__.'/../../..'.'/lib/public/Activity/Exceptions/InvalidValueException.php', |
|
| 90 | + 'OCP\\Activity\\Exceptions\\SettingNotFoundException' => __DIR__.'/../../..'.'/lib/public/Activity/Exceptions/SettingNotFoundException.php', |
|
| 91 | + 'OCP\\Activity\\Exceptions\\UnknownActivityException' => __DIR__.'/../../..'.'/lib/public/Activity/Exceptions/UnknownActivityException.php', |
|
| 92 | + 'OCP\\Activity\\IConsumer' => __DIR__.'/../../..'.'/lib/public/Activity/IConsumer.php', |
|
| 93 | + 'OCP\\Activity\\IEvent' => __DIR__.'/../../..'.'/lib/public/Activity/IEvent.php', |
|
| 94 | + 'OCP\\Activity\\IEventMerger' => __DIR__.'/../../..'.'/lib/public/Activity/IEventMerger.php', |
|
| 95 | + 'OCP\\Activity\\IExtension' => __DIR__.'/../../..'.'/lib/public/Activity/IExtension.php', |
|
| 96 | + 'OCP\\Activity\\IFilter' => __DIR__.'/../../..'.'/lib/public/Activity/IFilter.php', |
|
| 97 | + 'OCP\\Activity\\IManager' => __DIR__.'/../../..'.'/lib/public/Activity/IManager.php', |
|
| 98 | + 'OCP\\Activity\\IProvider' => __DIR__.'/../../..'.'/lib/public/Activity/IProvider.php', |
|
| 99 | + 'OCP\\Activity\\ISetting' => __DIR__.'/../../..'.'/lib/public/Activity/ISetting.php', |
|
| 100 | + 'OCP\\AppFramework\\ApiController' => __DIR__.'/../../..'.'/lib/public/AppFramework/ApiController.php', |
|
| 101 | + 'OCP\\AppFramework\\App' => __DIR__.'/../../..'.'/lib/public/AppFramework/App.php', |
|
| 102 | + 'OCP\\AppFramework\\AuthPublicShareController' => __DIR__.'/../../..'.'/lib/public/AppFramework/AuthPublicShareController.php', |
|
| 103 | + 'OCP\\AppFramework\\Bootstrap\\IBootContext' => __DIR__.'/../../..'.'/lib/public/AppFramework/Bootstrap/IBootContext.php', |
|
| 104 | + 'OCP\\AppFramework\\Bootstrap\\IBootstrap' => __DIR__.'/../../..'.'/lib/public/AppFramework/Bootstrap/IBootstrap.php', |
|
| 105 | + 'OCP\\AppFramework\\Bootstrap\\IRegistrationContext' => __DIR__.'/../../..'.'/lib/public/AppFramework/Bootstrap/IRegistrationContext.php', |
|
| 106 | + 'OCP\\AppFramework\\Controller' => __DIR__.'/../../..'.'/lib/public/AppFramework/Controller.php', |
|
| 107 | + 'OCP\\AppFramework\\Db\\DoesNotExistException' => __DIR__.'/../../..'.'/lib/public/AppFramework/Db/DoesNotExistException.php', |
|
| 108 | + 'OCP\\AppFramework\\Db\\Entity' => __DIR__.'/../../..'.'/lib/public/AppFramework/Db/Entity.php', |
|
| 109 | + 'OCP\\AppFramework\\Db\\IMapperException' => __DIR__.'/../../..'.'/lib/public/AppFramework/Db/IMapperException.php', |
|
| 110 | + 'OCP\\AppFramework\\Db\\MultipleObjectsReturnedException' => __DIR__.'/../../..'.'/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php', |
|
| 111 | + 'OCP\\AppFramework\\Db\\QBMapper' => __DIR__.'/../../..'.'/lib/public/AppFramework/Db/QBMapper.php', |
|
| 112 | + 'OCP\\AppFramework\\Db\\TTransactional' => __DIR__.'/../../..'.'/lib/public/AppFramework/Db/TTransactional.php', |
|
| 113 | + 'OCP\\AppFramework\\Http' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http.php', |
|
| 114 | + 'OCP\\AppFramework\\Http\\Attribute\\ARateLimit' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/ARateLimit.php', |
|
| 115 | + 'OCP\\AppFramework\\Http\\Attribute\\AnonRateLimit' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/AnonRateLimit.php', |
|
| 116 | + 'OCP\\AppFramework\\Http\\Attribute\\ApiRoute' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/ApiRoute.php', |
|
| 117 | + 'OCP\\AppFramework\\Http\\Attribute\\AppApiAdminAccessWithoutUser' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/AppApiAdminAccessWithoutUser.php', |
|
| 118 | + 'OCP\\AppFramework\\Http\\Attribute\\AuthorizedAdminSetting' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/AuthorizedAdminSetting.php', |
|
| 119 | + 'OCP\\AppFramework\\Http\\Attribute\\BruteForceProtection' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/BruteForceProtection.php', |
|
| 120 | + 'OCP\\AppFramework\\Http\\Attribute\\CORS' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/CORS.php', |
|
| 121 | + 'OCP\\AppFramework\\Http\\Attribute\\ExAppRequired' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/ExAppRequired.php', |
|
| 122 | + 'OCP\\AppFramework\\Http\\Attribute\\FrontpageRoute' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/FrontpageRoute.php', |
|
| 123 | + 'OCP\\AppFramework\\Http\\Attribute\\IgnoreOpenAPI' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/IgnoreOpenAPI.php', |
|
| 124 | + 'OCP\\AppFramework\\Http\\Attribute\\NoAdminRequired' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/NoAdminRequired.php', |
|
| 125 | + 'OCP\\AppFramework\\Http\\Attribute\\NoCSRFRequired' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/NoCSRFRequired.php', |
|
| 126 | + 'OCP\\AppFramework\\Http\\Attribute\\OpenAPI' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/OpenAPI.php', |
|
| 127 | + 'OCP\\AppFramework\\Http\\Attribute\\PasswordConfirmationRequired' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/PasswordConfirmationRequired.php', |
|
| 128 | + 'OCP\\AppFramework\\Http\\Attribute\\PublicPage' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/PublicPage.php', |
|
| 129 | + 'OCP\\AppFramework\\Http\\Attribute\\RequestHeader' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/RequestHeader.php', |
|
| 130 | + 'OCP\\AppFramework\\Http\\Attribute\\Route' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/Route.php', |
|
| 131 | + 'OCP\\AppFramework\\Http\\Attribute\\StrictCookiesRequired' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/StrictCookiesRequired.php', |
|
| 132 | + 'OCP\\AppFramework\\Http\\Attribute\\SubAdminRequired' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/SubAdminRequired.php', |
|
| 133 | + 'OCP\\AppFramework\\Http\\Attribute\\UseSession' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/UseSession.php', |
|
| 134 | + 'OCP\\AppFramework\\Http\\Attribute\\UserRateLimit' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Attribute/UserRateLimit.php', |
|
| 135 | + 'OCP\\AppFramework\\Http\\ContentSecurityPolicy' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/ContentSecurityPolicy.php', |
|
| 136 | + 'OCP\\AppFramework\\Http\\DataDisplayResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/DataDisplayResponse.php', |
|
| 137 | + 'OCP\\AppFramework\\Http\\DataDownloadResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/DataDownloadResponse.php', |
|
| 138 | + 'OCP\\AppFramework\\Http\\DataResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/DataResponse.php', |
|
| 139 | + 'OCP\\AppFramework\\Http\\DownloadResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/DownloadResponse.php', |
|
| 140 | + 'OCP\\AppFramework\\Http\\EmptyContentSecurityPolicy' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php', |
|
| 141 | + 'OCP\\AppFramework\\Http\\EmptyFeaturePolicy' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/EmptyFeaturePolicy.php', |
|
| 142 | + 'OCP\\AppFramework\\Http\\Events\\BeforeLoginTemplateRenderedEvent' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Events/BeforeLoginTemplateRenderedEvent.php', |
|
| 143 | + 'OCP\\AppFramework\\Http\\Events\\BeforeTemplateRenderedEvent' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Events/BeforeTemplateRenderedEvent.php', |
|
| 144 | + 'OCP\\AppFramework\\Http\\FeaturePolicy' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/FeaturePolicy.php', |
|
| 145 | + 'OCP\\AppFramework\\Http\\FileDisplayResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/FileDisplayResponse.php', |
|
| 146 | + 'OCP\\AppFramework\\Http\\ICallbackResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/ICallbackResponse.php', |
|
| 147 | + 'OCP\\AppFramework\\Http\\IOutput' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/IOutput.php', |
|
| 148 | + 'OCP\\AppFramework\\Http\\JSONResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/JSONResponse.php', |
|
| 149 | + 'OCP\\AppFramework\\Http\\NotFoundResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/NotFoundResponse.php', |
|
| 150 | + 'OCP\\AppFramework\\Http\\ParameterOutOfRangeException' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/ParameterOutOfRangeException.php', |
|
| 151 | + 'OCP\\AppFramework\\Http\\RedirectResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/RedirectResponse.php', |
|
| 152 | + 'OCP\\AppFramework\\Http\\RedirectToDefaultAppResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/RedirectToDefaultAppResponse.php', |
|
| 153 | + 'OCP\\AppFramework\\Http\\Response' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Response.php', |
|
| 154 | + 'OCP\\AppFramework\\Http\\StandaloneTemplateResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/StandaloneTemplateResponse.php', |
|
| 155 | + 'OCP\\AppFramework\\Http\\StreamResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/StreamResponse.php', |
|
| 156 | + 'OCP\\AppFramework\\Http\\StrictContentSecurityPolicy' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/StrictContentSecurityPolicy.php', |
|
| 157 | + 'OCP\\AppFramework\\Http\\StrictEvalContentSecurityPolicy' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/StrictEvalContentSecurityPolicy.php', |
|
| 158 | + 'OCP\\AppFramework\\Http\\StrictInlineContentSecurityPolicy' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/StrictInlineContentSecurityPolicy.php', |
|
| 159 | + 'OCP\\AppFramework\\Http\\TemplateResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/TemplateResponse.php', |
|
| 160 | + 'OCP\\AppFramework\\Http\\Template\\ExternalShareMenuAction' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php', |
|
| 161 | + 'OCP\\AppFramework\\Http\\Template\\IMenuAction' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Template/IMenuAction.php', |
|
| 162 | + 'OCP\\AppFramework\\Http\\Template\\LinkMenuAction' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Template/LinkMenuAction.php', |
|
| 163 | + 'OCP\\AppFramework\\Http\\Template\\PublicTemplateResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Template/PublicTemplateResponse.php', |
|
| 164 | + 'OCP\\AppFramework\\Http\\Template\\SimpleMenuAction' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/Template/SimpleMenuAction.php', |
|
| 165 | + 'OCP\\AppFramework\\Http\\TextPlainResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/TextPlainResponse.php', |
|
| 166 | + 'OCP\\AppFramework\\Http\\TooManyRequestsResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/TooManyRequestsResponse.php', |
|
| 167 | + 'OCP\\AppFramework\\Http\\ZipResponse' => __DIR__.'/../../..'.'/lib/public/AppFramework/Http/ZipResponse.php', |
|
| 168 | + 'OCP\\AppFramework\\IAppContainer' => __DIR__.'/../../..'.'/lib/public/AppFramework/IAppContainer.php', |
|
| 169 | + 'OCP\\AppFramework\\Middleware' => __DIR__.'/../../..'.'/lib/public/AppFramework/Middleware.php', |
|
| 170 | + 'OCP\\AppFramework\\OCSController' => __DIR__.'/../../..'.'/lib/public/AppFramework/OCSController.php', |
|
| 171 | + 'OCP\\AppFramework\\OCS\\OCSBadRequestException' => __DIR__.'/../../..'.'/lib/public/AppFramework/OCS/OCSBadRequestException.php', |
|
| 172 | + 'OCP\\AppFramework\\OCS\\OCSException' => __DIR__.'/../../..'.'/lib/public/AppFramework/OCS/OCSException.php', |
|
| 173 | + 'OCP\\AppFramework\\OCS\\OCSForbiddenException' => __DIR__.'/../../..'.'/lib/public/AppFramework/OCS/OCSForbiddenException.php', |
|
| 174 | + 'OCP\\AppFramework\\OCS\\OCSNotFoundException' => __DIR__.'/../../..'.'/lib/public/AppFramework/OCS/OCSNotFoundException.php', |
|
| 175 | + 'OCP\\AppFramework\\OCS\\OCSPreconditionFailedException' => __DIR__.'/../../..'.'/lib/public/AppFramework/OCS/OCSPreconditionFailedException.php', |
|
| 176 | + 'OCP\\AppFramework\\PublicShareController' => __DIR__.'/../../..'.'/lib/public/AppFramework/PublicShareController.php', |
|
| 177 | + 'OCP\\AppFramework\\QueryException' => __DIR__.'/../../..'.'/lib/public/AppFramework/QueryException.php', |
|
| 178 | + 'OCP\\AppFramework\\Services\\IAppConfig' => __DIR__.'/../../..'.'/lib/public/AppFramework/Services/IAppConfig.php', |
|
| 179 | + 'OCP\\AppFramework\\Services\\IInitialState' => __DIR__.'/../../..'.'/lib/public/AppFramework/Services/IInitialState.php', |
|
| 180 | + 'OCP\\AppFramework\\Services\\InitialStateProvider' => __DIR__.'/../../..'.'/lib/public/AppFramework/Services/InitialStateProvider.php', |
|
| 181 | + 'OCP\\AppFramework\\Utility\\IControllerMethodReflector' => __DIR__.'/../../..'.'/lib/public/AppFramework/Utility/IControllerMethodReflector.php', |
|
| 182 | + 'OCP\\AppFramework\\Utility\\ITimeFactory' => __DIR__.'/../../..'.'/lib/public/AppFramework/Utility/ITimeFactory.php', |
|
| 183 | + 'OCP\\App\\AppPathNotFoundException' => __DIR__.'/../../..'.'/lib/public/App/AppPathNotFoundException.php', |
|
| 184 | + 'OCP\\App\\Events\\AppDisableEvent' => __DIR__.'/../../..'.'/lib/public/App/Events/AppDisableEvent.php', |
|
| 185 | + 'OCP\\App\\Events\\AppEnableEvent' => __DIR__.'/../../..'.'/lib/public/App/Events/AppEnableEvent.php', |
|
| 186 | + 'OCP\\App\\Events\\AppUpdateEvent' => __DIR__.'/../../..'.'/lib/public/App/Events/AppUpdateEvent.php', |
|
| 187 | + 'OCP\\App\\IAppManager' => __DIR__.'/../../..'.'/lib/public/App/IAppManager.php', |
|
| 188 | + 'OCP\\App\\ManagerEvent' => __DIR__.'/../../..'.'/lib/public/App/ManagerEvent.php', |
|
| 189 | + 'OCP\\Authentication\\Events\\AnyLoginFailedEvent' => __DIR__.'/../../..'.'/lib/public/Authentication/Events/AnyLoginFailedEvent.php', |
|
| 190 | + 'OCP\\Authentication\\Events\\LoginFailedEvent' => __DIR__.'/../../..'.'/lib/public/Authentication/Events/LoginFailedEvent.php', |
|
| 191 | + 'OCP\\Authentication\\Exceptions\\CredentialsUnavailableException' => __DIR__.'/../../..'.'/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php', |
|
| 192 | + 'OCP\\Authentication\\Exceptions\\ExpiredTokenException' => __DIR__.'/../../..'.'/lib/public/Authentication/Exceptions/ExpiredTokenException.php', |
|
| 193 | + 'OCP\\Authentication\\Exceptions\\InvalidTokenException' => __DIR__.'/../../..'.'/lib/public/Authentication/Exceptions/InvalidTokenException.php', |
|
| 194 | + 'OCP\\Authentication\\Exceptions\\PasswordUnavailableException' => __DIR__.'/../../..'.'/lib/public/Authentication/Exceptions/PasswordUnavailableException.php', |
|
| 195 | + 'OCP\\Authentication\\Exceptions\\WipeTokenException' => __DIR__.'/../../..'.'/lib/public/Authentication/Exceptions/WipeTokenException.php', |
|
| 196 | + 'OCP\\Authentication\\IAlternativeLogin' => __DIR__.'/../../..'.'/lib/public/Authentication/IAlternativeLogin.php', |
|
| 197 | + 'OCP\\Authentication\\IApacheBackend' => __DIR__.'/../../..'.'/lib/public/Authentication/IApacheBackend.php', |
|
| 198 | + 'OCP\\Authentication\\IProvideUserSecretBackend' => __DIR__.'/../../..'.'/lib/public/Authentication/IProvideUserSecretBackend.php', |
|
| 199 | + 'OCP\\Authentication\\LoginCredentials\\ICredentials' => __DIR__.'/../../..'.'/lib/public/Authentication/LoginCredentials/ICredentials.php', |
|
| 200 | + 'OCP\\Authentication\\LoginCredentials\\IStore' => __DIR__.'/../../..'.'/lib/public/Authentication/LoginCredentials/IStore.php', |
|
| 201 | + 'OCP\\Authentication\\Token\\IProvider' => __DIR__.'/../../..'.'/lib/public/Authentication/Token/IProvider.php', |
|
| 202 | + 'OCP\\Authentication\\Token\\IToken' => __DIR__.'/../../..'.'/lib/public/Authentication/Token/IToken.php', |
|
| 203 | + 'OCP\\Authentication\\TwoFactorAuth\\ALoginSetupController' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/ALoginSetupController.php', |
|
| 204 | + 'OCP\\Authentication\\TwoFactorAuth\\IActivatableAtLogin' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/IActivatableAtLogin.php', |
|
| 205 | + 'OCP\\Authentication\\TwoFactorAuth\\IActivatableByAdmin' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php', |
|
| 206 | + 'OCP\\Authentication\\TwoFactorAuth\\IDeactivatableByAdmin' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php', |
|
| 207 | + 'OCP\\Authentication\\TwoFactorAuth\\ILoginSetupProvider' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/ILoginSetupProvider.php', |
|
| 208 | + 'OCP\\Authentication\\TwoFactorAuth\\IPersonalProviderSettings' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/IPersonalProviderSettings.php', |
|
| 209 | + 'OCP\\Authentication\\TwoFactorAuth\\IProvider' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/IProvider.php', |
|
| 210 | + 'OCP\\Authentication\\TwoFactorAuth\\IProvidesCustomCSP' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php', |
|
| 211 | + 'OCP\\Authentication\\TwoFactorAuth\\IProvidesIcons' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php', |
|
| 212 | + 'OCP\\Authentication\\TwoFactorAuth\\IProvidesPersonalSettings' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/IProvidesPersonalSettings.php', |
|
| 213 | + 'OCP\\Authentication\\TwoFactorAuth\\IRegistry' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/IRegistry.php', |
|
| 214 | + 'OCP\\Authentication\\TwoFactorAuth\\RegistryEvent' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/RegistryEvent.php', |
|
| 215 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorException' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php', |
|
| 216 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengeFailed' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengeFailed.php', |
|
| 217 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengePassed' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengePassed.php', |
|
| 218 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderDisabled' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php', |
|
| 219 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserDisabled' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserDisabled.php', |
|
| 220 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserEnabled' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserEnabled.php', |
|
| 221 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserRegistered' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserRegistered.php', |
|
| 222 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserUnregistered' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserUnregistered.php', |
|
| 223 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderUserDeleted' => __DIR__.'/../../..'.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderUserDeleted.php', |
|
| 224 | + 'OCP\\AutoloadNotAllowedException' => __DIR__.'/../../..'.'/lib/public/AutoloadNotAllowedException.php', |
|
| 225 | + 'OCP\\BackgroundJob\\IJob' => __DIR__.'/../../..'.'/lib/public/BackgroundJob/IJob.php', |
|
| 226 | + 'OCP\\BackgroundJob\\IJobList' => __DIR__.'/../../..'.'/lib/public/BackgroundJob/IJobList.php', |
|
| 227 | + 'OCP\\BackgroundJob\\IParallelAwareJob' => __DIR__.'/../../..'.'/lib/public/BackgroundJob/IParallelAwareJob.php', |
|
| 228 | + 'OCP\\BackgroundJob\\Job' => __DIR__.'/../../..'.'/lib/public/BackgroundJob/Job.php', |
|
| 229 | + 'OCP\\BackgroundJob\\QueuedJob' => __DIR__.'/../../..'.'/lib/public/BackgroundJob/QueuedJob.php', |
|
| 230 | + 'OCP\\BackgroundJob\\TimedJob' => __DIR__.'/../../..'.'/lib/public/BackgroundJob/TimedJob.php', |
|
| 231 | + 'OCP\\BeforeSabrePubliclyLoadedEvent' => __DIR__.'/../../..'.'/lib/public/BeforeSabrePubliclyLoadedEvent.php', |
|
| 232 | + 'OCP\\Broadcast\\Events\\IBroadcastEvent' => __DIR__.'/../../..'.'/lib/public/Broadcast/Events/IBroadcastEvent.php', |
|
| 233 | + 'OCP\\Cache\\CappedMemoryCache' => __DIR__.'/../../..'.'/lib/public/Cache/CappedMemoryCache.php', |
|
| 234 | + 'OCP\\Calendar\\BackendTemporarilyUnavailableException' => __DIR__.'/../../..'.'/lib/public/Calendar/BackendTemporarilyUnavailableException.php', |
|
| 235 | + 'OCP\\Calendar\\CalendarEventStatus' => __DIR__.'/../../..'.'/lib/public/Calendar/CalendarEventStatus.php', |
|
| 236 | + 'OCP\\Calendar\\CalendarExportOptions' => __DIR__.'/../../..'.'/lib/public/Calendar/CalendarExportOptions.php', |
|
| 237 | + 'OCP\\Calendar\\Events\\AbstractCalendarObjectEvent' => __DIR__.'/../../..'.'/lib/public/Calendar/Events/AbstractCalendarObjectEvent.php', |
|
| 238 | + 'OCP\\Calendar\\Events\\CalendarObjectCreatedEvent' => __DIR__.'/../../..'.'/lib/public/Calendar/Events/CalendarObjectCreatedEvent.php', |
|
| 239 | + 'OCP\\Calendar\\Events\\CalendarObjectDeletedEvent' => __DIR__.'/../../..'.'/lib/public/Calendar/Events/CalendarObjectDeletedEvent.php', |
|
| 240 | + 'OCP\\Calendar\\Events\\CalendarObjectMovedEvent' => __DIR__.'/../../..'.'/lib/public/Calendar/Events/CalendarObjectMovedEvent.php', |
|
| 241 | + 'OCP\\Calendar\\Events\\CalendarObjectMovedToTrashEvent' => __DIR__.'/../../..'.'/lib/public/Calendar/Events/CalendarObjectMovedToTrashEvent.php', |
|
| 242 | + 'OCP\\Calendar\\Events\\CalendarObjectRestoredEvent' => __DIR__.'/../../..'.'/lib/public/Calendar/Events/CalendarObjectRestoredEvent.php', |
|
| 243 | + 'OCP\\Calendar\\Events\\CalendarObjectUpdatedEvent' => __DIR__.'/../../..'.'/lib/public/Calendar/Events/CalendarObjectUpdatedEvent.php', |
|
| 244 | + 'OCP\\Calendar\\Exceptions\\CalendarException' => __DIR__.'/../../..'.'/lib/public/Calendar/Exceptions/CalendarException.php', |
|
| 245 | + 'OCP\\Calendar\\IAvailabilityResult' => __DIR__.'/../../..'.'/lib/public/Calendar/IAvailabilityResult.php', |
|
| 246 | + 'OCP\\Calendar\\ICalendar' => __DIR__.'/../../..'.'/lib/public/Calendar/ICalendar.php', |
|
| 247 | + 'OCP\\Calendar\\ICalendarEventBuilder' => __DIR__.'/../../..'.'/lib/public/Calendar/ICalendarEventBuilder.php', |
|
| 248 | + 'OCP\\Calendar\\ICalendarExport' => __DIR__.'/../../..'.'/lib/public/Calendar/ICalendarExport.php', |
|
| 249 | + 'OCP\\Calendar\\ICalendarIsEnabled' => __DIR__.'/../../..'.'/lib/public/Calendar/ICalendarIsEnabled.php', |
|
| 250 | + 'OCP\\Calendar\\ICalendarIsShared' => __DIR__.'/../../..'.'/lib/public/Calendar/ICalendarIsShared.php', |
|
| 251 | + 'OCP\\Calendar\\ICalendarIsWritable' => __DIR__.'/../../..'.'/lib/public/Calendar/ICalendarIsWritable.php', |
|
| 252 | + 'OCP\\Calendar\\ICalendarProvider' => __DIR__.'/../../..'.'/lib/public/Calendar/ICalendarProvider.php', |
|
| 253 | + 'OCP\\Calendar\\ICalendarQuery' => __DIR__.'/../../..'.'/lib/public/Calendar/ICalendarQuery.php', |
|
| 254 | + 'OCP\\Calendar\\ICreateFromString' => __DIR__.'/../../..'.'/lib/public/Calendar/ICreateFromString.php', |
|
| 255 | + 'OCP\\Calendar\\IHandleImipMessage' => __DIR__.'/../../..'.'/lib/public/Calendar/IHandleImipMessage.php', |
|
| 256 | + 'OCP\\Calendar\\IManager' => __DIR__.'/../../..'.'/lib/public/Calendar/IManager.php', |
|
| 257 | + 'OCP\\Calendar\\IMetadataProvider' => __DIR__.'/../../..'.'/lib/public/Calendar/IMetadataProvider.php', |
|
| 258 | + 'OCP\\Calendar\\Resource\\IBackend' => __DIR__.'/../../..'.'/lib/public/Calendar/Resource/IBackend.php', |
|
| 259 | + 'OCP\\Calendar\\Resource\\IManager' => __DIR__.'/../../..'.'/lib/public/Calendar/Resource/IManager.php', |
|
| 260 | + 'OCP\\Calendar\\Resource\\IResource' => __DIR__.'/../../..'.'/lib/public/Calendar/Resource/IResource.php', |
|
| 261 | + 'OCP\\Calendar\\Resource\\IResourceMetadata' => __DIR__.'/../../..'.'/lib/public/Calendar/Resource/IResourceMetadata.php', |
|
| 262 | + 'OCP\\Calendar\\Room\\IBackend' => __DIR__.'/../../..'.'/lib/public/Calendar/Room/IBackend.php', |
|
| 263 | + 'OCP\\Calendar\\Room\\IManager' => __DIR__.'/../../..'.'/lib/public/Calendar/Room/IManager.php', |
|
| 264 | + 'OCP\\Calendar\\Room\\IRoom' => __DIR__.'/../../..'.'/lib/public/Calendar/Room/IRoom.php', |
|
| 265 | + 'OCP\\Calendar\\Room\\IRoomMetadata' => __DIR__.'/../../..'.'/lib/public/Calendar/Room/IRoomMetadata.php', |
|
| 266 | + 'OCP\\Capabilities\\ICapability' => __DIR__.'/../../..'.'/lib/public/Capabilities/ICapability.php', |
|
| 267 | + 'OCP\\Capabilities\\IInitialStateExcludedCapability' => __DIR__.'/../../..'.'/lib/public/Capabilities/IInitialStateExcludedCapability.php', |
|
| 268 | + 'OCP\\Capabilities\\IPublicCapability' => __DIR__.'/../../..'.'/lib/public/Capabilities/IPublicCapability.php', |
|
| 269 | + 'OCP\\Collaboration\\AutoComplete\\AutoCompleteEvent' => __DIR__.'/../../..'.'/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php', |
|
| 270 | + 'OCP\\Collaboration\\AutoComplete\\AutoCompleteFilterEvent' => __DIR__.'/../../..'.'/lib/public/Collaboration/AutoComplete/AutoCompleteFilterEvent.php', |
|
| 271 | + 'OCP\\Collaboration\\AutoComplete\\IManager' => __DIR__.'/../../..'.'/lib/public/Collaboration/AutoComplete/IManager.php', |
|
| 272 | + 'OCP\\Collaboration\\AutoComplete\\ISorter' => __DIR__.'/../../..'.'/lib/public/Collaboration/AutoComplete/ISorter.php', |
|
| 273 | + 'OCP\\Collaboration\\Collaborators\\ISearch' => __DIR__.'/../../..'.'/lib/public/Collaboration/Collaborators/ISearch.php', |
|
| 274 | + 'OCP\\Collaboration\\Collaborators\\ISearchPlugin' => __DIR__.'/../../..'.'/lib/public/Collaboration/Collaborators/ISearchPlugin.php', |
|
| 275 | + 'OCP\\Collaboration\\Collaborators\\ISearchResult' => __DIR__.'/../../..'.'/lib/public/Collaboration/Collaborators/ISearchResult.php', |
|
| 276 | + 'OCP\\Collaboration\\Collaborators\\SearchResultType' => __DIR__.'/../../..'.'/lib/public/Collaboration/Collaborators/SearchResultType.php', |
|
| 277 | + 'OCP\\Collaboration\\Reference\\ADiscoverableReferenceProvider' => __DIR__.'/../../..'.'/lib/public/Collaboration/Reference/ADiscoverableReferenceProvider.php', |
|
| 278 | + 'OCP\\Collaboration\\Reference\\IDiscoverableReferenceProvider' => __DIR__.'/../../..'.'/lib/public/Collaboration/Reference/IDiscoverableReferenceProvider.php', |
|
| 279 | + 'OCP\\Collaboration\\Reference\\IPublicReferenceProvider' => __DIR__.'/../../..'.'/lib/public/Collaboration/Reference/IPublicReferenceProvider.php', |
|
| 280 | + 'OCP\\Collaboration\\Reference\\IReference' => __DIR__.'/../../..'.'/lib/public/Collaboration/Reference/IReference.php', |
|
| 281 | + 'OCP\\Collaboration\\Reference\\IReferenceManager' => __DIR__.'/../../..'.'/lib/public/Collaboration/Reference/IReferenceManager.php', |
|
| 282 | + 'OCP\\Collaboration\\Reference\\IReferenceProvider' => __DIR__.'/../../..'.'/lib/public/Collaboration/Reference/IReferenceProvider.php', |
|
| 283 | + 'OCP\\Collaboration\\Reference\\ISearchableReferenceProvider' => __DIR__.'/../../..'.'/lib/public/Collaboration/Reference/ISearchableReferenceProvider.php', |
|
| 284 | + 'OCP\\Collaboration\\Reference\\LinkReferenceProvider' => __DIR__.'/../../..'.'/lib/public/Collaboration/Reference/LinkReferenceProvider.php', |
|
| 285 | + 'OCP\\Collaboration\\Reference\\Reference' => __DIR__.'/../../..'.'/lib/public/Collaboration/Reference/Reference.php', |
|
| 286 | + 'OCP\\Collaboration\\Reference\\RenderReferenceEvent' => __DIR__.'/../../..'.'/lib/public/Collaboration/Reference/RenderReferenceEvent.php', |
|
| 287 | + 'OCP\\Collaboration\\Resources\\CollectionException' => __DIR__.'/../../..'.'/lib/public/Collaboration/Resources/CollectionException.php', |
|
| 288 | + 'OCP\\Collaboration\\Resources\\ICollection' => __DIR__.'/../../..'.'/lib/public/Collaboration/Resources/ICollection.php', |
|
| 289 | + 'OCP\\Collaboration\\Resources\\IManager' => __DIR__.'/../../..'.'/lib/public/Collaboration/Resources/IManager.php', |
|
| 290 | + 'OCP\\Collaboration\\Resources\\IProvider' => __DIR__.'/../../..'.'/lib/public/Collaboration/Resources/IProvider.php', |
|
| 291 | + 'OCP\\Collaboration\\Resources\\IProviderManager' => __DIR__.'/../../..'.'/lib/public/Collaboration/Resources/IProviderManager.php', |
|
| 292 | + 'OCP\\Collaboration\\Resources\\IResource' => __DIR__.'/../../..'.'/lib/public/Collaboration/Resources/IResource.php', |
|
| 293 | + 'OCP\\Collaboration\\Resources\\LoadAdditionalScriptsEvent' => __DIR__.'/../../..'.'/lib/public/Collaboration/Resources/LoadAdditionalScriptsEvent.php', |
|
| 294 | + 'OCP\\Collaboration\\Resources\\ResourceException' => __DIR__.'/../../..'.'/lib/public/Collaboration/Resources/ResourceException.php', |
|
| 295 | + 'OCP\\Color' => __DIR__.'/../../..'.'/lib/public/Color.php', |
|
| 296 | + 'OCP\\Command\\IBus' => __DIR__.'/../../..'.'/lib/public/Command/IBus.php', |
|
| 297 | + 'OCP\\Command\\ICommand' => __DIR__.'/../../..'.'/lib/public/Command/ICommand.php', |
|
| 298 | + 'OCP\\Comments\\CommentsEntityEvent' => __DIR__.'/../../..'.'/lib/public/Comments/CommentsEntityEvent.php', |
|
| 299 | + 'OCP\\Comments\\CommentsEvent' => __DIR__.'/../../..'.'/lib/public/Comments/CommentsEvent.php', |
|
| 300 | + 'OCP\\Comments\\IComment' => __DIR__.'/../../..'.'/lib/public/Comments/IComment.php', |
|
| 301 | + 'OCP\\Comments\\ICommentsEventHandler' => __DIR__.'/../../..'.'/lib/public/Comments/ICommentsEventHandler.php', |
|
| 302 | + 'OCP\\Comments\\ICommentsManager' => __DIR__.'/../../..'.'/lib/public/Comments/ICommentsManager.php', |
|
| 303 | + 'OCP\\Comments\\ICommentsManagerFactory' => __DIR__.'/../../..'.'/lib/public/Comments/ICommentsManagerFactory.php', |
|
| 304 | + 'OCP\\Comments\\IllegalIDChangeException' => __DIR__.'/../../..'.'/lib/public/Comments/IllegalIDChangeException.php', |
|
| 305 | + 'OCP\\Comments\\MessageTooLongException' => __DIR__.'/../../..'.'/lib/public/Comments/MessageTooLongException.php', |
|
| 306 | + 'OCP\\Comments\\NotFoundException' => __DIR__.'/../../..'.'/lib/public/Comments/NotFoundException.php', |
|
| 307 | + 'OCP\\Common\\Exception\\NotFoundException' => __DIR__.'/../../..'.'/lib/public/Common/Exception/NotFoundException.php', |
|
| 308 | + 'OCP\\Config\\BeforePreferenceDeletedEvent' => __DIR__.'/../../..'.'/lib/public/Config/BeforePreferenceDeletedEvent.php', |
|
| 309 | + 'OCP\\Config\\BeforePreferenceSetEvent' => __DIR__.'/../../..'.'/lib/public/Config/BeforePreferenceSetEvent.php', |
|
| 310 | + 'OCP\\Console\\ConsoleEvent' => __DIR__.'/../../..'.'/lib/public/Console/ConsoleEvent.php', |
|
| 311 | + 'OCP\\Console\\ReservedOptions' => __DIR__.'/../../..'.'/lib/public/Console/ReservedOptions.php', |
|
| 312 | + 'OCP\\Constants' => __DIR__.'/../../..'.'/lib/public/Constants.php', |
|
| 313 | + 'OCP\\Contacts\\ContactsMenu\\IAction' => __DIR__.'/../../..'.'/lib/public/Contacts/ContactsMenu/IAction.php', |
|
| 314 | + 'OCP\\Contacts\\ContactsMenu\\IActionFactory' => __DIR__.'/../../..'.'/lib/public/Contacts/ContactsMenu/IActionFactory.php', |
|
| 315 | + 'OCP\\Contacts\\ContactsMenu\\IBulkProvider' => __DIR__.'/../../..'.'/lib/public/Contacts/ContactsMenu/IBulkProvider.php', |
|
| 316 | + 'OCP\\Contacts\\ContactsMenu\\IContactsStore' => __DIR__.'/../../..'.'/lib/public/Contacts/ContactsMenu/IContactsStore.php', |
|
| 317 | + 'OCP\\Contacts\\ContactsMenu\\IEntry' => __DIR__.'/../../..'.'/lib/public/Contacts/ContactsMenu/IEntry.php', |
|
| 318 | + 'OCP\\Contacts\\ContactsMenu\\ILinkAction' => __DIR__.'/../../..'.'/lib/public/Contacts/ContactsMenu/ILinkAction.php', |
|
| 319 | + 'OCP\\Contacts\\ContactsMenu\\IProvider' => __DIR__.'/../../..'.'/lib/public/Contacts/ContactsMenu/IProvider.php', |
|
| 320 | + 'OCP\\Contacts\\Events\\ContactInteractedWithEvent' => __DIR__.'/../../..'.'/lib/public/Contacts/Events/ContactInteractedWithEvent.php', |
|
| 321 | + 'OCP\\Contacts\\IManager' => __DIR__.'/../../..'.'/lib/public/Contacts/IManager.php', |
|
| 322 | + 'OCP\\DB\\Events\\AddMissingColumnsEvent' => __DIR__.'/../../..'.'/lib/public/DB/Events/AddMissingColumnsEvent.php', |
|
| 323 | + 'OCP\\DB\\Events\\AddMissingIndicesEvent' => __DIR__.'/../../..'.'/lib/public/DB/Events/AddMissingIndicesEvent.php', |
|
| 324 | + 'OCP\\DB\\Events\\AddMissingPrimaryKeyEvent' => __DIR__.'/../../..'.'/lib/public/DB/Events/AddMissingPrimaryKeyEvent.php', |
|
| 325 | + 'OCP\\DB\\Exception' => __DIR__.'/../../..'.'/lib/public/DB/Exception.php', |
|
| 326 | + 'OCP\\DB\\IPreparedStatement' => __DIR__.'/../../..'.'/lib/public/DB/IPreparedStatement.php', |
|
| 327 | + 'OCP\\DB\\IResult' => __DIR__.'/../../..'.'/lib/public/DB/IResult.php', |
|
| 328 | + 'OCP\\DB\\ISchemaWrapper' => __DIR__.'/../../..'.'/lib/public/DB/ISchemaWrapper.php', |
|
| 329 | + 'OCP\\DB\\QueryBuilder\\ICompositeExpression' => __DIR__.'/../../..'.'/lib/public/DB/QueryBuilder/ICompositeExpression.php', |
|
| 330 | + 'OCP\\DB\\QueryBuilder\\IExpressionBuilder' => __DIR__.'/../../..'.'/lib/public/DB/QueryBuilder/IExpressionBuilder.php', |
|
| 331 | + 'OCP\\DB\\QueryBuilder\\IFunctionBuilder' => __DIR__.'/../../..'.'/lib/public/DB/QueryBuilder/IFunctionBuilder.php', |
|
| 332 | + 'OCP\\DB\\QueryBuilder\\ILiteral' => __DIR__.'/../../..'.'/lib/public/DB/QueryBuilder/ILiteral.php', |
|
| 333 | + 'OCP\\DB\\QueryBuilder\\IParameter' => __DIR__.'/../../..'.'/lib/public/DB/QueryBuilder/IParameter.php', |
|
| 334 | + 'OCP\\DB\\QueryBuilder\\IQueryBuilder' => __DIR__.'/../../..'.'/lib/public/DB/QueryBuilder/IQueryBuilder.php', |
|
| 335 | + 'OCP\\DB\\QueryBuilder\\IQueryFunction' => __DIR__.'/../../..'.'/lib/public/DB/QueryBuilder/IQueryFunction.php', |
|
| 336 | + 'OCP\\DB\\QueryBuilder\\Sharded\\IShardMapper' => __DIR__.'/../../..'.'/lib/public/DB/QueryBuilder/Sharded/IShardMapper.php', |
|
| 337 | + 'OCP\\DB\\Types' => __DIR__.'/../../..'.'/lib/public/DB/Types.php', |
|
| 338 | + 'OCP\\Dashboard\\IAPIWidget' => __DIR__.'/../../..'.'/lib/public/Dashboard/IAPIWidget.php', |
|
| 339 | + 'OCP\\Dashboard\\IAPIWidgetV2' => __DIR__.'/../../..'.'/lib/public/Dashboard/IAPIWidgetV2.php', |
|
| 340 | + 'OCP\\Dashboard\\IButtonWidget' => __DIR__.'/../../..'.'/lib/public/Dashboard/IButtonWidget.php', |
|
| 341 | + 'OCP\\Dashboard\\IConditionalWidget' => __DIR__.'/../../..'.'/lib/public/Dashboard/IConditionalWidget.php', |
|
| 342 | + 'OCP\\Dashboard\\IIconWidget' => __DIR__.'/../../..'.'/lib/public/Dashboard/IIconWidget.php', |
|
| 343 | + 'OCP\\Dashboard\\IManager' => __DIR__.'/../../..'.'/lib/public/Dashboard/IManager.php', |
|
| 344 | + 'OCP\\Dashboard\\IOptionWidget' => __DIR__.'/../../..'.'/lib/public/Dashboard/IOptionWidget.php', |
|
| 345 | + 'OCP\\Dashboard\\IReloadableWidget' => __DIR__.'/../../..'.'/lib/public/Dashboard/IReloadableWidget.php', |
|
| 346 | + 'OCP\\Dashboard\\IWidget' => __DIR__.'/../../..'.'/lib/public/Dashboard/IWidget.php', |
|
| 347 | + 'OCP\\Dashboard\\Model\\WidgetButton' => __DIR__.'/../../..'.'/lib/public/Dashboard/Model/WidgetButton.php', |
|
| 348 | + 'OCP\\Dashboard\\Model\\WidgetItem' => __DIR__.'/../../..'.'/lib/public/Dashboard/Model/WidgetItem.php', |
|
| 349 | + 'OCP\\Dashboard\\Model\\WidgetItems' => __DIR__.'/../../..'.'/lib/public/Dashboard/Model/WidgetItems.php', |
|
| 350 | + 'OCP\\Dashboard\\Model\\WidgetOptions' => __DIR__.'/../../..'.'/lib/public/Dashboard/Model/WidgetOptions.php', |
|
| 351 | + 'OCP\\DataCollector\\AbstractDataCollector' => __DIR__.'/../../..'.'/lib/public/DataCollector/AbstractDataCollector.php', |
|
| 352 | + 'OCP\\DataCollector\\IDataCollector' => __DIR__.'/../../..'.'/lib/public/DataCollector/IDataCollector.php', |
|
| 353 | + 'OCP\\Defaults' => __DIR__.'/../../..'.'/lib/public/Defaults.php', |
|
| 354 | + 'OCP\\Diagnostics\\IEvent' => __DIR__.'/../../..'.'/lib/public/Diagnostics/IEvent.php', |
|
| 355 | + 'OCP\\Diagnostics\\IEventLogger' => __DIR__.'/../../..'.'/lib/public/Diagnostics/IEventLogger.php', |
|
| 356 | + 'OCP\\Diagnostics\\IQuery' => __DIR__.'/../../..'.'/lib/public/Diagnostics/IQuery.php', |
|
| 357 | + 'OCP\\Diagnostics\\IQueryLogger' => __DIR__.'/../../..'.'/lib/public/Diagnostics/IQueryLogger.php', |
|
| 358 | + 'OCP\\DirectEditing\\ACreateEmpty' => __DIR__.'/../../..'.'/lib/public/DirectEditing/ACreateEmpty.php', |
|
| 359 | + 'OCP\\DirectEditing\\ACreateFromTemplate' => __DIR__.'/../../..'.'/lib/public/DirectEditing/ACreateFromTemplate.php', |
|
| 360 | + 'OCP\\DirectEditing\\ATemplate' => __DIR__.'/../../..'.'/lib/public/DirectEditing/ATemplate.php', |
|
| 361 | + 'OCP\\DirectEditing\\IEditor' => __DIR__.'/../../..'.'/lib/public/DirectEditing/IEditor.php', |
|
| 362 | + 'OCP\\DirectEditing\\IManager' => __DIR__.'/../../..'.'/lib/public/DirectEditing/IManager.php', |
|
| 363 | + 'OCP\\DirectEditing\\IToken' => __DIR__.'/../../..'.'/lib/public/DirectEditing/IToken.php', |
|
| 364 | + 'OCP\\DirectEditing\\RegisterDirectEditorEvent' => __DIR__.'/../../..'.'/lib/public/DirectEditing/RegisterDirectEditorEvent.php', |
|
| 365 | + 'OCP\\Encryption\\Exceptions\\GenericEncryptionException' => __DIR__.'/../../..'.'/lib/public/Encryption/Exceptions/GenericEncryptionException.php', |
|
| 366 | + 'OCP\\Encryption\\Exceptions\\InvalidHeaderException' => __DIR__.'/../../..'.'/lib/public/Encryption/Exceptions/InvalidHeaderException.php', |
|
| 367 | + 'OCP\\Encryption\\IEncryptionModule' => __DIR__.'/../../..'.'/lib/public/Encryption/IEncryptionModule.php', |
|
| 368 | + 'OCP\\Encryption\\IFile' => __DIR__.'/../../..'.'/lib/public/Encryption/IFile.php', |
|
| 369 | + 'OCP\\Encryption\\IManager' => __DIR__.'/../../..'.'/lib/public/Encryption/IManager.php', |
|
| 370 | + 'OCP\\Encryption\\Keys\\IStorage' => __DIR__.'/../../..'.'/lib/public/Encryption/Keys/IStorage.php', |
|
| 371 | + 'OCP\\EventDispatcher\\ABroadcastedEvent' => __DIR__.'/../../..'.'/lib/public/EventDispatcher/ABroadcastedEvent.php', |
|
| 372 | + 'OCP\\EventDispatcher\\Event' => __DIR__.'/../../..'.'/lib/public/EventDispatcher/Event.php', |
|
| 373 | + 'OCP\\EventDispatcher\\GenericEvent' => __DIR__.'/../../..'.'/lib/public/EventDispatcher/GenericEvent.php', |
|
| 374 | + 'OCP\\EventDispatcher\\IEventDispatcher' => __DIR__.'/../../..'.'/lib/public/EventDispatcher/IEventDispatcher.php', |
|
| 375 | + 'OCP\\EventDispatcher\\IEventListener' => __DIR__.'/../../..'.'/lib/public/EventDispatcher/IEventListener.php', |
|
| 376 | + 'OCP\\EventDispatcher\\IWebhookCompatibleEvent' => __DIR__.'/../../..'.'/lib/public/EventDispatcher/IWebhookCompatibleEvent.php', |
|
| 377 | + 'OCP\\EventDispatcher\\JsonSerializer' => __DIR__.'/../../..'.'/lib/public/EventDispatcher/JsonSerializer.php', |
|
| 378 | + 'OCP\\Exceptions\\AbortedEventException' => __DIR__.'/../../..'.'/lib/public/Exceptions/AbortedEventException.php', |
|
| 379 | + 'OCP\\Exceptions\\AppConfigException' => __DIR__.'/../../..'.'/lib/public/Exceptions/AppConfigException.php', |
|
| 380 | + 'OCP\\Exceptions\\AppConfigIncorrectTypeException' => __DIR__.'/../../..'.'/lib/public/Exceptions/AppConfigIncorrectTypeException.php', |
|
| 381 | + 'OCP\\Exceptions\\AppConfigTypeConflictException' => __DIR__.'/../../..'.'/lib/public/Exceptions/AppConfigTypeConflictException.php', |
|
| 382 | + 'OCP\\Exceptions\\AppConfigUnknownKeyException' => __DIR__.'/../../..'.'/lib/public/Exceptions/AppConfigUnknownKeyException.php', |
|
| 383 | + 'OCP\\Federation\\Events\\TrustedServerRemovedEvent' => __DIR__.'/../../..'.'/lib/public/Federation/Events/TrustedServerRemovedEvent.php', |
|
| 384 | + 'OCP\\Federation\\Exceptions\\ActionNotSupportedException' => __DIR__.'/../../..'.'/lib/public/Federation/Exceptions/ActionNotSupportedException.php', |
|
| 385 | + 'OCP\\Federation\\Exceptions\\AuthenticationFailedException' => __DIR__.'/../../..'.'/lib/public/Federation/Exceptions/AuthenticationFailedException.php', |
|
| 386 | + 'OCP\\Federation\\Exceptions\\BadRequestException' => __DIR__.'/../../..'.'/lib/public/Federation/Exceptions/BadRequestException.php', |
|
| 387 | + 'OCP\\Federation\\Exceptions\\ProviderAlreadyExistsException' => __DIR__.'/../../..'.'/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php', |
|
| 388 | + 'OCP\\Federation\\Exceptions\\ProviderCouldNotAddShareException' => __DIR__.'/../../..'.'/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php', |
|
| 389 | + 'OCP\\Federation\\Exceptions\\ProviderDoesNotExistsException' => __DIR__.'/../../..'.'/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php', |
|
| 390 | + 'OCP\\Federation\\ICloudFederationFactory' => __DIR__.'/../../..'.'/lib/public/Federation/ICloudFederationFactory.php', |
|
| 391 | + 'OCP\\Federation\\ICloudFederationNotification' => __DIR__.'/../../..'.'/lib/public/Federation/ICloudFederationNotification.php', |
|
| 392 | + 'OCP\\Federation\\ICloudFederationProvider' => __DIR__.'/../../..'.'/lib/public/Federation/ICloudFederationProvider.php', |
|
| 393 | + 'OCP\\Federation\\ICloudFederationProviderManager' => __DIR__.'/../../..'.'/lib/public/Federation/ICloudFederationProviderManager.php', |
|
| 394 | + 'OCP\\Federation\\ICloudFederationShare' => __DIR__.'/../../..'.'/lib/public/Federation/ICloudFederationShare.php', |
|
| 395 | + 'OCP\\Federation\\ICloudId' => __DIR__.'/../../..'.'/lib/public/Federation/ICloudId.php', |
|
| 396 | + 'OCP\\Federation\\ICloudIdManager' => __DIR__.'/../../..'.'/lib/public/Federation/ICloudIdManager.php', |
|
| 397 | + 'OCP\\Files' => __DIR__.'/../../..'.'/lib/public/Files.php', |
|
| 398 | + 'OCP\\FilesMetadata\\AMetadataEvent' => __DIR__.'/../../..'.'/lib/public/FilesMetadata/AMetadataEvent.php', |
|
| 399 | + 'OCP\\FilesMetadata\\Event\\MetadataBackgroundEvent' => __DIR__.'/../../..'.'/lib/public/FilesMetadata/Event/MetadataBackgroundEvent.php', |
|
| 400 | + 'OCP\\FilesMetadata\\Event\\MetadataLiveEvent' => __DIR__.'/../../..'.'/lib/public/FilesMetadata/Event/MetadataLiveEvent.php', |
|
| 401 | + 'OCP\\FilesMetadata\\Event\\MetadataNamedEvent' => __DIR__.'/../../..'.'/lib/public/FilesMetadata/Event/MetadataNamedEvent.php', |
|
| 402 | + 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataException' => __DIR__.'/../../..'.'/lib/public/FilesMetadata/Exceptions/FilesMetadataException.php', |
|
| 403 | + 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataKeyFormatException' => __DIR__.'/../../..'.'/lib/public/FilesMetadata/Exceptions/FilesMetadataKeyFormatException.php', |
|
| 404 | + 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataNotFoundException' => __DIR__.'/../../..'.'/lib/public/FilesMetadata/Exceptions/FilesMetadataNotFoundException.php', |
|
| 405 | + 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataTypeException' => __DIR__.'/../../..'.'/lib/public/FilesMetadata/Exceptions/FilesMetadataTypeException.php', |
|
| 406 | + 'OCP\\FilesMetadata\\IFilesMetadataManager' => __DIR__.'/../../..'.'/lib/public/FilesMetadata/IFilesMetadataManager.php', |
|
| 407 | + 'OCP\\FilesMetadata\\IMetadataQuery' => __DIR__.'/../../..'.'/lib/public/FilesMetadata/IMetadataQuery.php', |
|
| 408 | + 'OCP\\FilesMetadata\\Model\\IFilesMetadata' => __DIR__.'/../../..'.'/lib/public/FilesMetadata/Model/IFilesMetadata.php', |
|
| 409 | + 'OCP\\FilesMetadata\\Model\\IMetadataValueWrapper' => __DIR__.'/../../..'.'/lib/public/FilesMetadata/Model/IMetadataValueWrapper.php', |
|
| 410 | + 'OCP\\Files\\AlreadyExistsException' => __DIR__.'/../../..'.'/lib/public/Files/AlreadyExistsException.php', |
|
| 411 | + 'OCP\\Files\\AppData\\IAppDataFactory' => __DIR__.'/../../..'.'/lib/public/Files/AppData/IAppDataFactory.php', |
|
| 412 | + 'OCP\\Files\\Cache\\AbstractCacheEvent' => __DIR__.'/../../..'.'/lib/public/Files/Cache/AbstractCacheEvent.php', |
|
| 413 | + 'OCP\\Files\\Cache\\CacheEntryInsertedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Cache/CacheEntryInsertedEvent.php', |
|
| 414 | + 'OCP\\Files\\Cache\\CacheEntryRemovedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Cache/CacheEntryRemovedEvent.php', |
|
| 415 | + 'OCP\\Files\\Cache\\CacheEntryUpdatedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Cache/CacheEntryUpdatedEvent.php', |
|
| 416 | + 'OCP\\Files\\Cache\\CacheInsertEvent' => __DIR__.'/../../..'.'/lib/public/Files/Cache/CacheInsertEvent.php', |
|
| 417 | + 'OCP\\Files\\Cache\\CacheUpdateEvent' => __DIR__.'/../../..'.'/lib/public/Files/Cache/CacheUpdateEvent.php', |
|
| 418 | + 'OCP\\Files\\Cache\\ICache' => __DIR__.'/../../..'.'/lib/public/Files/Cache/ICache.php', |
|
| 419 | + 'OCP\\Files\\Cache\\ICacheEntry' => __DIR__.'/../../..'.'/lib/public/Files/Cache/ICacheEntry.php', |
|
| 420 | + 'OCP\\Files\\Cache\\ICacheEvent' => __DIR__.'/../../..'.'/lib/public/Files/Cache/ICacheEvent.php', |
|
| 421 | + 'OCP\\Files\\Cache\\IFileAccess' => __DIR__.'/../../..'.'/lib/public/Files/Cache/IFileAccess.php', |
|
| 422 | + 'OCP\\Files\\Cache\\IPropagator' => __DIR__.'/../../..'.'/lib/public/Files/Cache/IPropagator.php', |
|
| 423 | + 'OCP\\Files\\Cache\\IScanner' => __DIR__.'/../../..'.'/lib/public/Files/Cache/IScanner.php', |
|
| 424 | + 'OCP\\Files\\Cache\\IUpdater' => __DIR__.'/../../..'.'/lib/public/Files/Cache/IUpdater.php', |
|
| 425 | + 'OCP\\Files\\Cache\\IWatcher' => __DIR__.'/../../..'.'/lib/public/Files/Cache/IWatcher.php', |
|
| 426 | + 'OCP\\Files\\Config\\Event\\UserMountAddedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Config/Event/UserMountAddedEvent.php', |
|
| 427 | + 'OCP\\Files\\Config\\Event\\UserMountRemovedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Config/Event/UserMountRemovedEvent.php', |
|
| 428 | + 'OCP\\Files\\Config\\Event\\UserMountUpdatedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Config/Event/UserMountUpdatedEvent.php', |
|
| 429 | + 'OCP\\Files\\Config\\ICachedMountFileInfo' => __DIR__.'/../../..'.'/lib/public/Files/Config/ICachedMountFileInfo.php', |
|
| 430 | + 'OCP\\Files\\Config\\ICachedMountInfo' => __DIR__.'/../../..'.'/lib/public/Files/Config/ICachedMountInfo.php', |
|
| 431 | + 'OCP\\Files\\Config\\IHomeMountProvider' => __DIR__.'/../../..'.'/lib/public/Files/Config/IHomeMountProvider.php', |
|
| 432 | + 'OCP\\Files\\Config\\IMountProvider' => __DIR__.'/../../..'.'/lib/public/Files/Config/IMountProvider.php', |
|
| 433 | + 'OCP\\Files\\Config\\IMountProviderCollection' => __DIR__.'/../../..'.'/lib/public/Files/Config/IMountProviderCollection.php', |
|
| 434 | + 'OCP\\Files\\Config\\IRootMountProvider' => __DIR__.'/../../..'.'/lib/public/Files/Config/IRootMountProvider.php', |
|
| 435 | + 'OCP\\Files\\Config\\IUserMountCache' => __DIR__.'/../../..'.'/lib/public/Files/Config/IUserMountCache.php', |
|
| 436 | + 'OCP\\Files\\ConnectionLostException' => __DIR__.'/../../..'.'/lib/public/Files/ConnectionLostException.php', |
|
| 437 | + 'OCP\\Files\\Conversion\\ConversionMimeProvider' => __DIR__.'/../../..'.'/lib/public/Files/Conversion/ConversionMimeProvider.php', |
|
| 438 | + 'OCP\\Files\\Conversion\\IConversionManager' => __DIR__.'/../../..'.'/lib/public/Files/Conversion/IConversionManager.php', |
|
| 439 | + 'OCP\\Files\\Conversion\\IConversionProvider' => __DIR__.'/../../..'.'/lib/public/Files/Conversion/IConversionProvider.php', |
|
| 440 | + 'OCP\\Files\\DavUtil' => __DIR__.'/../../..'.'/lib/public/Files/DavUtil.php', |
|
| 441 | + 'OCP\\Files\\EmptyFileNameException' => __DIR__.'/../../..'.'/lib/public/Files/EmptyFileNameException.php', |
|
| 442 | + 'OCP\\Files\\EntityTooLargeException' => __DIR__.'/../../..'.'/lib/public/Files/EntityTooLargeException.php', |
|
| 443 | + 'OCP\\Files\\Events\\BeforeDirectFileDownloadEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/BeforeDirectFileDownloadEvent.php', |
|
| 444 | + 'OCP\\Files\\Events\\BeforeFileScannedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/BeforeFileScannedEvent.php', |
|
| 445 | + 'OCP\\Files\\Events\\BeforeFileSystemSetupEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/BeforeFileSystemSetupEvent.php', |
|
| 446 | + 'OCP\\Files\\Events\\BeforeFolderScannedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/BeforeFolderScannedEvent.php', |
|
| 447 | + 'OCP\\Files\\Events\\BeforeZipCreatedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/BeforeZipCreatedEvent.php', |
|
| 448 | + 'OCP\\Files\\Events\\FileCacheUpdated' => __DIR__.'/../../..'.'/lib/public/Files/Events/FileCacheUpdated.php', |
|
| 449 | + 'OCP\\Files\\Events\\FileScannedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/FileScannedEvent.php', |
|
| 450 | + 'OCP\\Files\\Events\\FolderScannedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/FolderScannedEvent.php', |
|
| 451 | + 'OCP\\Files\\Events\\InvalidateMountCacheEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/InvalidateMountCacheEvent.php', |
|
| 452 | + 'OCP\\Files\\Events\\NodeAddedToCache' => __DIR__.'/../../..'.'/lib/public/Files/Events/NodeAddedToCache.php', |
|
| 453 | + 'OCP\\Files\\Events\\NodeAddedToFavorite' => __DIR__.'/../../..'.'/lib/public/Files/Events/NodeAddedToFavorite.php', |
|
| 454 | + 'OCP\\Files\\Events\\NodeRemovedFromCache' => __DIR__.'/../../..'.'/lib/public/Files/Events/NodeRemovedFromCache.php', |
|
| 455 | + 'OCP\\Files\\Events\\NodeRemovedFromFavorite' => __DIR__.'/../../..'.'/lib/public/Files/Events/NodeRemovedFromFavorite.php', |
|
| 456 | + 'OCP\\Files\\Events\\Node\\AbstractNodeEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/AbstractNodeEvent.php', |
|
| 457 | + 'OCP\\Files\\Events\\Node\\AbstractNodesEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/AbstractNodesEvent.php', |
|
| 458 | + 'OCP\\Files\\Events\\Node\\BeforeNodeCopiedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/BeforeNodeCopiedEvent.php', |
|
| 459 | + 'OCP\\Files\\Events\\Node\\BeforeNodeCreatedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/BeforeNodeCreatedEvent.php', |
|
| 460 | + 'OCP\\Files\\Events\\Node\\BeforeNodeDeletedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/BeforeNodeDeletedEvent.php', |
|
| 461 | + 'OCP\\Files\\Events\\Node\\BeforeNodeReadEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/BeforeNodeReadEvent.php', |
|
| 462 | + 'OCP\\Files\\Events\\Node\\BeforeNodeRenamedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/BeforeNodeRenamedEvent.php', |
|
| 463 | + 'OCP\\Files\\Events\\Node\\BeforeNodeTouchedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/BeforeNodeTouchedEvent.php', |
|
| 464 | + 'OCP\\Files\\Events\\Node\\BeforeNodeWrittenEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/BeforeNodeWrittenEvent.php', |
|
| 465 | + 'OCP\\Files\\Events\\Node\\FilesystemTornDownEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/FilesystemTornDownEvent.php', |
|
| 466 | + 'OCP\\Files\\Events\\Node\\NodeCopiedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/NodeCopiedEvent.php', |
|
| 467 | + 'OCP\\Files\\Events\\Node\\NodeCreatedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/NodeCreatedEvent.php', |
|
| 468 | + 'OCP\\Files\\Events\\Node\\NodeDeletedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/NodeDeletedEvent.php', |
|
| 469 | + 'OCP\\Files\\Events\\Node\\NodeRenamedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/NodeRenamedEvent.php', |
|
| 470 | + 'OCP\\Files\\Events\\Node\\NodeTouchedEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/NodeTouchedEvent.php', |
|
| 471 | + 'OCP\\Files\\Events\\Node\\NodeWrittenEvent' => __DIR__.'/../../..'.'/lib/public/Files/Events/Node/NodeWrittenEvent.php', |
|
| 472 | + 'OCP\\Files\\File' => __DIR__.'/../../..'.'/lib/public/Files/File.php', |
|
| 473 | + 'OCP\\Files\\FileInfo' => __DIR__.'/../../..'.'/lib/public/Files/FileInfo.php', |
|
| 474 | + 'OCP\\Files\\FileNameTooLongException' => __DIR__.'/../../..'.'/lib/public/Files/FileNameTooLongException.php', |
|
| 475 | + 'OCP\\Files\\Folder' => __DIR__.'/../../..'.'/lib/public/Files/Folder.php', |
|
| 476 | + 'OCP\\Files\\ForbiddenException' => __DIR__.'/../../..'.'/lib/public/Files/ForbiddenException.php', |
|
| 477 | + 'OCP\\Files\\GenericFileException' => __DIR__.'/../../..'.'/lib/public/Files/GenericFileException.php', |
|
| 478 | + 'OCP\\Files\\IAppData' => __DIR__.'/../../..'.'/lib/public/Files/IAppData.php', |
|
| 479 | + 'OCP\\Files\\IFilenameValidator' => __DIR__.'/../../..'.'/lib/public/Files/IFilenameValidator.php', |
|
| 480 | + 'OCP\\Files\\IHomeStorage' => __DIR__.'/../../..'.'/lib/public/Files/IHomeStorage.php', |
|
| 481 | + 'OCP\\Files\\IMimeTypeDetector' => __DIR__.'/../../..'.'/lib/public/Files/IMimeTypeDetector.php', |
|
| 482 | + 'OCP\\Files\\IMimeTypeLoader' => __DIR__.'/../../..'.'/lib/public/Files/IMimeTypeLoader.php', |
|
| 483 | + 'OCP\\Files\\IRootFolder' => __DIR__.'/../../..'.'/lib/public/Files/IRootFolder.php', |
|
| 484 | + 'OCP\\Files\\InvalidCharacterInPathException' => __DIR__.'/../../..'.'/lib/public/Files/InvalidCharacterInPathException.php', |
|
| 485 | + 'OCP\\Files\\InvalidContentException' => __DIR__.'/../../..'.'/lib/public/Files/InvalidContentException.php', |
|
| 486 | + 'OCP\\Files\\InvalidDirectoryException' => __DIR__.'/../../..'.'/lib/public/Files/InvalidDirectoryException.php', |
|
| 487 | + 'OCP\\Files\\InvalidPathException' => __DIR__.'/../../..'.'/lib/public/Files/InvalidPathException.php', |
|
| 488 | + 'OCP\\Files\\LockNotAcquiredException' => __DIR__.'/../../..'.'/lib/public/Files/LockNotAcquiredException.php', |
|
| 489 | + 'OCP\\Files\\Lock\\ILock' => __DIR__.'/../../..'.'/lib/public/Files/Lock/ILock.php', |
|
| 490 | + 'OCP\\Files\\Lock\\ILockManager' => __DIR__.'/../../..'.'/lib/public/Files/Lock/ILockManager.php', |
|
| 491 | + 'OCP\\Files\\Lock\\ILockProvider' => __DIR__.'/../../..'.'/lib/public/Files/Lock/ILockProvider.php', |
|
| 492 | + 'OCP\\Files\\Lock\\LockContext' => __DIR__.'/../../..'.'/lib/public/Files/Lock/LockContext.php', |
|
| 493 | + 'OCP\\Files\\Lock\\NoLockProviderException' => __DIR__.'/../../..'.'/lib/public/Files/Lock/NoLockProviderException.php', |
|
| 494 | + 'OCP\\Files\\Lock\\OwnerLockedException' => __DIR__.'/../../..'.'/lib/public/Files/Lock/OwnerLockedException.php', |
|
| 495 | + 'OCP\\Files\\Mount\\IMountManager' => __DIR__.'/../../..'.'/lib/public/Files/Mount/IMountManager.php', |
|
| 496 | + 'OCP\\Files\\Mount\\IMountPoint' => __DIR__.'/../../..'.'/lib/public/Files/Mount/IMountPoint.php', |
|
| 497 | + 'OCP\\Files\\Mount\\IMovableMount' => __DIR__.'/../../..'.'/lib/public/Files/Mount/IMovableMount.php', |
|
| 498 | + 'OCP\\Files\\Mount\\IShareOwnerlessMount' => __DIR__.'/../../..'.'/lib/public/Files/Mount/IShareOwnerlessMount.php', |
|
| 499 | + 'OCP\\Files\\Mount\\ISystemMountPoint' => __DIR__.'/../../..'.'/lib/public/Files/Mount/ISystemMountPoint.php', |
|
| 500 | + 'OCP\\Files\\Node' => __DIR__.'/../../..'.'/lib/public/Files/Node.php', |
|
| 501 | + 'OCP\\Files\\NotEnoughSpaceException' => __DIR__.'/../../..'.'/lib/public/Files/NotEnoughSpaceException.php', |
|
| 502 | + 'OCP\\Files\\NotFoundException' => __DIR__.'/../../..'.'/lib/public/Files/NotFoundException.php', |
|
| 503 | + 'OCP\\Files\\NotPermittedException' => __DIR__.'/../../..'.'/lib/public/Files/NotPermittedException.php', |
|
| 504 | + 'OCP\\Files\\Notify\\IChange' => __DIR__.'/../../..'.'/lib/public/Files/Notify/IChange.php', |
|
| 505 | + 'OCP\\Files\\Notify\\INotifyHandler' => __DIR__.'/../../..'.'/lib/public/Files/Notify/INotifyHandler.php', |
|
| 506 | + 'OCP\\Files\\Notify\\IRenameChange' => __DIR__.'/../../..'.'/lib/public/Files/Notify/IRenameChange.php', |
|
| 507 | + 'OCP\\Files\\ObjectStore\\IObjectStore' => __DIR__.'/../../..'.'/lib/public/Files/ObjectStore/IObjectStore.php', |
|
| 508 | + 'OCP\\Files\\ObjectStore\\IObjectStoreMetaData' => __DIR__.'/../../..'.'/lib/public/Files/ObjectStore/IObjectStoreMetaData.php', |
|
| 509 | + 'OCP\\Files\\ObjectStore\\IObjectStoreMultiPartUpload' => __DIR__.'/../../..'.'/lib/public/Files/ObjectStore/IObjectStoreMultiPartUpload.php', |
|
| 510 | + 'OCP\\Files\\ReservedWordException' => __DIR__.'/../../..'.'/lib/public/Files/ReservedWordException.php', |
|
| 511 | + 'OCP\\Files\\Search\\ISearchBinaryOperator' => __DIR__.'/../../..'.'/lib/public/Files/Search/ISearchBinaryOperator.php', |
|
| 512 | + 'OCP\\Files\\Search\\ISearchComparison' => __DIR__.'/../../..'.'/lib/public/Files/Search/ISearchComparison.php', |
|
| 513 | + 'OCP\\Files\\Search\\ISearchOperator' => __DIR__.'/../../..'.'/lib/public/Files/Search/ISearchOperator.php', |
|
| 514 | + 'OCP\\Files\\Search\\ISearchOrder' => __DIR__.'/../../..'.'/lib/public/Files/Search/ISearchOrder.php', |
|
| 515 | + 'OCP\\Files\\Search\\ISearchQuery' => __DIR__.'/../../..'.'/lib/public/Files/Search/ISearchQuery.php', |
|
| 516 | + 'OCP\\Files\\SimpleFS\\ISimpleFile' => __DIR__.'/../../..'.'/lib/public/Files/SimpleFS/ISimpleFile.php', |
|
| 517 | + 'OCP\\Files\\SimpleFS\\ISimpleFolder' => __DIR__.'/../../..'.'/lib/public/Files/SimpleFS/ISimpleFolder.php', |
|
| 518 | + 'OCP\\Files\\SimpleFS\\ISimpleRoot' => __DIR__.'/../../..'.'/lib/public/Files/SimpleFS/ISimpleRoot.php', |
|
| 519 | + 'OCP\\Files\\SimpleFS\\InMemoryFile' => __DIR__.'/../../..'.'/lib/public/Files/SimpleFS/InMemoryFile.php', |
|
| 520 | + 'OCP\\Files\\StorageAuthException' => __DIR__.'/../../..'.'/lib/public/Files/StorageAuthException.php', |
|
| 521 | + 'OCP\\Files\\StorageBadConfigException' => __DIR__.'/../../..'.'/lib/public/Files/StorageBadConfigException.php', |
|
| 522 | + 'OCP\\Files\\StorageConnectionException' => __DIR__.'/../../..'.'/lib/public/Files/StorageConnectionException.php', |
|
| 523 | + 'OCP\\Files\\StorageInvalidException' => __DIR__.'/../../..'.'/lib/public/Files/StorageInvalidException.php', |
|
| 524 | + 'OCP\\Files\\StorageNotAvailableException' => __DIR__.'/../../..'.'/lib/public/Files/StorageNotAvailableException.php', |
|
| 525 | + 'OCP\\Files\\StorageTimeoutException' => __DIR__.'/../../..'.'/lib/public/Files/StorageTimeoutException.php', |
|
| 526 | + 'OCP\\Files\\Storage\\IChunkedFileWrite' => __DIR__.'/../../..'.'/lib/public/Files/Storage/IChunkedFileWrite.php', |
|
| 527 | + 'OCP\\Files\\Storage\\IConstructableStorage' => __DIR__.'/../../..'.'/lib/public/Files/Storage/IConstructableStorage.php', |
|
| 528 | + 'OCP\\Files\\Storage\\IDisableEncryptionStorage' => __DIR__.'/../../..'.'/lib/public/Files/Storage/IDisableEncryptionStorage.php', |
|
| 529 | + 'OCP\\Files\\Storage\\ILockingStorage' => __DIR__.'/../../..'.'/lib/public/Files/Storage/ILockingStorage.php', |
|
| 530 | + 'OCP\\Files\\Storage\\INotifyStorage' => __DIR__.'/../../..'.'/lib/public/Files/Storage/INotifyStorage.php', |
|
| 531 | + 'OCP\\Files\\Storage\\IReliableEtagStorage' => __DIR__.'/../../..'.'/lib/public/Files/Storage/IReliableEtagStorage.php', |
|
| 532 | + 'OCP\\Files\\Storage\\ISharedStorage' => __DIR__.'/../../..'.'/lib/public/Files/Storage/ISharedStorage.php', |
|
| 533 | + 'OCP\\Files\\Storage\\IStorage' => __DIR__.'/../../..'.'/lib/public/Files/Storage/IStorage.php', |
|
| 534 | + 'OCP\\Files\\Storage\\IStorageFactory' => __DIR__.'/../../..'.'/lib/public/Files/Storage/IStorageFactory.php', |
|
| 535 | + 'OCP\\Files\\Storage\\IWriteStreamStorage' => __DIR__.'/../../..'.'/lib/public/Files/Storage/IWriteStreamStorage.php', |
|
| 536 | + 'OCP\\Files\\Template\\BeforeGetTemplatesEvent' => __DIR__.'/../../..'.'/lib/public/Files/Template/BeforeGetTemplatesEvent.php', |
|
| 537 | + 'OCP\\Files\\Template\\Field' => __DIR__.'/../../..'.'/lib/public/Files/Template/Field.php', |
|
| 538 | + 'OCP\\Files\\Template\\FieldFactory' => __DIR__.'/../../..'.'/lib/public/Files/Template/FieldFactory.php', |
|
| 539 | + 'OCP\\Files\\Template\\FieldType' => __DIR__.'/../../..'.'/lib/public/Files/Template/FieldType.php', |
|
| 540 | + 'OCP\\Files\\Template\\Fields\\CheckBoxField' => __DIR__.'/../../..'.'/lib/public/Files/Template/Fields/CheckBoxField.php', |
|
| 541 | + 'OCP\\Files\\Template\\Fields\\RichTextField' => __DIR__.'/../../..'.'/lib/public/Files/Template/Fields/RichTextField.php', |
|
| 542 | + 'OCP\\Files\\Template\\FileCreatedFromTemplateEvent' => __DIR__.'/../../..'.'/lib/public/Files/Template/FileCreatedFromTemplateEvent.php', |
|
| 543 | + 'OCP\\Files\\Template\\ICustomTemplateProvider' => __DIR__.'/../../..'.'/lib/public/Files/Template/ICustomTemplateProvider.php', |
|
| 544 | + 'OCP\\Files\\Template\\ITemplateManager' => __DIR__.'/../../..'.'/lib/public/Files/Template/ITemplateManager.php', |
|
| 545 | + 'OCP\\Files\\Template\\InvalidFieldTypeException' => __DIR__.'/../../..'.'/lib/public/Files/Template/InvalidFieldTypeException.php', |
|
| 546 | + 'OCP\\Files\\Template\\RegisterTemplateCreatorEvent' => __DIR__.'/../../..'.'/lib/public/Files/Template/RegisterTemplateCreatorEvent.php', |
|
| 547 | + 'OCP\\Files\\Template\\Template' => __DIR__.'/../../..'.'/lib/public/Files/Template/Template.php', |
|
| 548 | + 'OCP\\Files\\Template\\TemplateFileCreator' => __DIR__.'/../../..'.'/lib/public/Files/Template/TemplateFileCreator.php', |
|
| 549 | + 'OCP\\Files\\UnseekableException' => __DIR__.'/../../..'.'/lib/public/Files/UnseekableException.php', |
|
| 550 | + 'OCP\\Files_FullTextSearch\\Model\\AFilesDocument' => __DIR__.'/../../..'.'/lib/public/Files_FullTextSearch/Model/AFilesDocument.php', |
|
| 551 | + 'OCP\\FullTextSearch\\Exceptions\\FullTextSearchAppNotAvailableException' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Exceptions/FullTextSearchAppNotAvailableException.php', |
|
| 552 | + 'OCP\\FullTextSearch\\Exceptions\\FullTextSearchIndexNotAvailableException' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Exceptions/FullTextSearchIndexNotAvailableException.php', |
|
| 553 | + 'OCP\\FullTextSearch\\IFullTextSearchManager' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/IFullTextSearchManager.php', |
|
| 554 | + 'OCP\\FullTextSearch\\IFullTextSearchPlatform' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/IFullTextSearchPlatform.php', |
|
| 555 | + 'OCP\\FullTextSearch\\IFullTextSearchProvider' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/IFullTextSearchProvider.php', |
|
| 556 | + 'OCP\\FullTextSearch\\Model\\IDocumentAccess' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Model/IDocumentAccess.php', |
|
| 557 | + 'OCP\\FullTextSearch\\Model\\IIndex' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Model/IIndex.php', |
|
| 558 | + 'OCP\\FullTextSearch\\Model\\IIndexDocument' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Model/IIndexDocument.php', |
|
| 559 | + 'OCP\\FullTextSearch\\Model\\IIndexOptions' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Model/IIndexOptions.php', |
|
| 560 | + 'OCP\\FullTextSearch\\Model\\IRunner' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Model/IRunner.php', |
|
| 561 | + 'OCP\\FullTextSearch\\Model\\ISearchOption' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Model/ISearchOption.php', |
|
| 562 | + 'OCP\\FullTextSearch\\Model\\ISearchRequest' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Model/ISearchRequest.php', |
|
| 563 | + 'OCP\\FullTextSearch\\Model\\ISearchRequestSimpleQuery' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Model/ISearchRequestSimpleQuery.php', |
|
| 564 | + 'OCP\\FullTextSearch\\Model\\ISearchResult' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Model/ISearchResult.php', |
|
| 565 | + 'OCP\\FullTextSearch\\Model\\ISearchTemplate' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Model/ISearchTemplate.php', |
|
| 566 | + 'OCP\\FullTextSearch\\Service\\IIndexService' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Service/IIndexService.php', |
|
| 567 | + 'OCP\\FullTextSearch\\Service\\IProviderService' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Service/IProviderService.php', |
|
| 568 | + 'OCP\\FullTextSearch\\Service\\ISearchService' => __DIR__.'/../../..'.'/lib/public/FullTextSearch/Service/ISearchService.php', |
|
| 569 | + 'OCP\\GlobalScale\\IConfig' => __DIR__.'/../../..'.'/lib/public/GlobalScale/IConfig.php', |
|
| 570 | + 'OCP\\GroupInterface' => __DIR__.'/../../..'.'/lib/public/GroupInterface.php', |
|
| 571 | + 'OCP\\Group\\Backend\\ABackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/ABackend.php', |
|
| 572 | + 'OCP\\Group\\Backend\\IAddToGroupBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/IAddToGroupBackend.php', |
|
| 573 | + 'OCP\\Group\\Backend\\IBatchMethodsBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/IBatchMethodsBackend.php', |
|
| 574 | + 'OCP\\Group\\Backend\\ICountDisabledInGroup' => __DIR__.'/../../..'.'/lib/public/Group/Backend/ICountDisabledInGroup.php', |
|
| 575 | + 'OCP\\Group\\Backend\\ICountUsersBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/ICountUsersBackend.php', |
|
| 576 | + 'OCP\\Group\\Backend\\ICreateGroupBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/ICreateGroupBackend.php', |
|
| 577 | + 'OCP\\Group\\Backend\\ICreateNamedGroupBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/ICreateNamedGroupBackend.php', |
|
| 578 | + 'OCP\\Group\\Backend\\IDeleteGroupBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/IDeleteGroupBackend.php', |
|
| 579 | + 'OCP\\Group\\Backend\\IGetDisplayNameBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/IGetDisplayNameBackend.php', |
|
| 580 | + 'OCP\\Group\\Backend\\IGroupDetailsBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/IGroupDetailsBackend.php', |
|
| 581 | + 'OCP\\Group\\Backend\\IHideFromCollaborationBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/IHideFromCollaborationBackend.php', |
|
| 582 | + 'OCP\\Group\\Backend\\IIsAdminBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/IIsAdminBackend.php', |
|
| 583 | + 'OCP\\Group\\Backend\\INamedBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/INamedBackend.php', |
|
| 584 | + 'OCP\\Group\\Backend\\IRemoveFromGroupBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/IRemoveFromGroupBackend.php', |
|
| 585 | + 'OCP\\Group\\Backend\\ISearchableGroupBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/ISearchableGroupBackend.php', |
|
| 586 | + 'OCP\\Group\\Backend\\ISetDisplayNameBackend' => __DIR__.'/../../..'.'/lib/public/Group/Backend/ISetDisplayNameBackend.php', |
|
| 587 | + 'OCP\\Group\\Events\\BeforeGroupChangedEvent' => __DIR__.'/../../..'.'/lib/public/Group/Events/BeforeGroupChangedEvent.php', |
|
| 588 | + 'OCP\\Group\\Events\\BeforeGroupCreatedEvent' => __DIR__.'/../../..'.'/lib/public/Group/Events/BeforeGroupCreatedEvent.php', |
|
| 589 | + 'OCP\\Group\\Events\\BeforeGroupDeletedEvent' => __DIR__.'/../../..'.'/lib/public/Group/Events/BeforeGroupDeletedEvent.php', |
|
| 590 | + 'OCP\\Group\\Events\\BeforeUserAddedEvent' => __DIR__.'/../../..'.'/lib/public/Group/Events/BeforeUserAddedEvent.php', |
|
| 591 | + 'OCP\\Group\\Events\\BeforeUserRemovedEvent' => __DIR__.'/../../..'.'/lib/public/Group/Events/BeforeUserRemovedEvent.php', |
|
| 592 | + 'OCP\\Group\\Events\\GroupChangedEvent' => __DIR__.'/../../..'.'/lib/public/Group/Events/GroupChangedEvent.php', |
|
| 593 | + 'OCP\\Group\\Events\\GroupCreatedEvent' => __DIR__.'/../../..'.'/lib/public/Group/Events/GroupCreatedEvent.php', |
|
| 594 | + 'OCP\\Group\\Events\\GroupDeletedEvent' => __DIR__.'/../../..'.'/lib/public/Group/Events/GroupDeletedEvent.php', |
|
| 595 | + 'OCP\\Group\\Events\\SubAdminAddedEvent' => __DIR__.'/../../..'.'/lib/public/Group/Events/SubAdminAddedEvent.php', |
|
| 596 | + 'OCP\\Group\\Events\\SubAdminRemovedEvent' => __DIR__.'/../../..'.'/lib/public/Group/Events/SubAdminRemovedEvent.php', |
|
| 597 | + 'OCP\\Group\\Events\\UserAddedEvent' => __DIR__.'/../../..'.'/lib/public/Group/Events/UserAddedEvent.php', |
|
| 598 | + 'OCP\\Group\\Events\\UserRemovedEvent' => __DIR__.'/../../..'.'/lib/public/Group/Events/UserRemovedEvent.php', |
|
| 599 | + 'OCP\\Group\\ISubAdmin' => __DIR__.'/../../..'.'/lib/public/Group/ISubAdmin.php', |
|
| 600 | + 'OCP\\HintException' => __DIR__.'/../../..'.'/lib/public/HintException.php', |
|
| 601 | + 'OCP\\Http\\Client\\IClient' => __DIR__.'/../../..'.'/lib/public/Http/Client/IClient.php', |
|
| 602 | + 'OCP\\Http\\Client\\IClientService' => __DIR__.'/../../..'.'/lib/public/Http/Client/IClientService.php', |
|
| 603 | + 'OCP\\Http\\Client\\IPromise' => __DIR__.'/../../..'.'/lib/public/Http/Client/IPromise.php', |
|
| 604 | + 'OCP\\Http\\Client\\IResponse' => __DIR__.'/../../..'.'/lib/public/Http/Client/IResponse.php', |
|
| 605 | + 'OCP\\Http\\Client\\LocalServerException' => __DIR__.'/../../..'.'/lib/public/Http/Client/LocalServerException.php', |
|
| 606 | + 'OCP\\Http\\WellKnown\\GenericResponse' => __DIR__.'/../../..'.'/lib/public/Http/WellKnown/GenericResponse.php', |
|
| 607 | + 'OCP\\Http\\WellKnown\\IHandler' => __DIR__.'/../../..'.'/lib/public/Http/WellKnown/IHandler.php', |
|
| 608 | + 'OCP\\Http\\WellKnown\\IRequestContext' => __DIR__.'/../../..'.'/lib/public/Http/WellKnown/IRequestContext.php', |
|
| 609 | + 'OCP\\Http\\WellKnown\\IResponse' => __DIR__.'/../../..'.'/lib/public/Http/WellKnown/IResponse.php', |
|
| 610 | + 'OCP\\Http\\WellKnown\\JrdResponse' => __DIR__.'/../../..'.'/lib/public/Http/WellKnown/JrdResponse.php', |
|
| 611 | + 'OCP\\IAddressBook' => __DIR__.'/../../..'.'/lib/public/IAddressBook.php', |
|
| 612 | + 'OCP\\IAddressBookEnabled' => __DIR__.'/../../..'.'/lib/public/IAddressBookEnabled.php', |
|
| 613 | + 'OCP\\IAppConfig' => __DIR__.'/../../..'.'/lib/public/IAppConfig.php', |
|
| 614 | + 'OCP\\IAvatar' => __DIR__.'/../../..'.'/lib/public/IAvatar.php', |
|
| 615 | + 'OCP\\IAvatarManager' => __DIR__.'/../../..'.'/lib/public/IAvatarManager.php', |
|
| 616 | + 'OCP\\IBinaryFinder' => __DIR__.'/../../..'.'/lib/public/IBinaryFinder.php', |
|
| 617 | + 'OCP\\ICache' => __DIR__.'/../../..'.'/lib/public/ICache.php', |
|
| 618 | + 'OCP\\ICacheFactory' => __DIR__.'/../../..'.'/lib/public/ICacheFactory.php', |
|
| 619 | + 'OCP\\ICertificate' => __DIR__.'/../../..'.'/lib/public/ICertificate.php', |
|
| 620 | + 'OCP\\ICertificateManager' => __DIR__.'/../../..'.'/lib/public/ICertificateManager.php', |
|
| 621 | + 'OCP\\IConfig' => __DIR__.'/../../..'.'/lib/public/IConfig.php', |
|
| 622 | + 'OCP\\IContainer' => __DIR__.'/../../..'.'/lib/public/IContainer.php', |
|
| 623 | + 'OCP\\IDBConnection' => __DIR__.'/../../..'.'/lib/public/IDBConnection.php', |
|
| 624 | + 'OCP\\IDateTimeFormatter' => __DIR__.'/../../..'.'/lib/public/IDateTimeFormatter.php', |
|
| 625 | + 'OCP\\IDateTimeZone' => __DIR__.'/../../..'.'/lib/public/IDateTimeZone.php', |
|
| 626 | + 'OCP\\IEmojiHelper' => __DIR__.'/../../..'.'/lib/public/IEmojiHelper.php', |
|
| 627 | + 'OCP\\IEventSource' => __DIR__.'/../../..'.'/lib/public/IEventSource.php', |
|
| 628 | + 'OCP\\IEventSourceFactory' => __DIR__.'/../../..'.'/lib/public/IEventSourceFactory.php', |
|
| 629 | + 'OCP\\IGroup' => __DIR__.'/../../..'.'/lib/public/IGroup.php', |
|
| 630 | + 'OCP\\IGroupManager' => __DIR__.'/../../..'.'/lib/public/IGroupManager.php', |
|
| 631 | + 'OCP\\IImage' => __DIR__.'/../../..'.'/lib/public/IImage.php', |
|
| 632 | + 'OCP\\IInitialStateService' => __DIR__.'/../../..'.'/lib/public/IInitialStateService.php', |
|
| 633 | + 'OCP\\IL10N' => __DIR__.'/../../..'.'/lib/public/IL10N.php', |
|
| 634 | + 'OCP\\ILogger' => __DIR__.'/../../..'.'/lib/public/ILogger.php', |
|
| 635 | + 'OCP\\IMemcache' => __DIR__.'/../../..'.'/lib/public/IMemcache.php', |
|
| 636 | + 'OCP\\IMemcacheTTL' => __DIR__.'/../../..'.'/lib/public/IMemcacheTTL.php', |
|
| 637 | + 'OCP\\INavigationManager' => __DIR__.'/../../..'.'/lib/public/INavigationManager.php', |
|
| 638 | + 'OCP\\IPhoneNumberUtil' => __DIR__.'/../../..'.'/lib/public/IPhoneNumberUtil.php', |
|
| 639 | + 'OCP\\IPreview' => __DIR__.'/../../..'.'/lib/public/IPreview.php', |
|
| 640 | + 'OCP\\IRequest' => __DIR__.'/../../..'.'/lib/public/IRequest.php', |
|
| 641 | + 'OCP\\IRequestId' => __DIR__.'/../../..'.'/lib/public/IRequestId.php', |
|
| 642 | + 'OCP\\IServerContainer' => __DIR__.'/../../..'.'/lib/public/IServerContainer.php', |
|
| 643 | + 'OCP\\ISession' => __DIR__.'/../../..'.'/lib/public/ISession.php', |
|
| 644 | + 'OCP\\IStreamImage' => __DIR__.'/../../..'.'/lib/public/IStreamImage.php', |
|
| 645 | + 'OCP\\ITagManager' => __DIR__.'/../../..'.'/lib/public/ITagManager.php', |
|
| 646 | + 'OCP\\ITags' => __DIR__.'/../../..'.'/lib/public/ITags.php', |
|
| 647 | + 'OCP\\ITempManager' => __DIR__.'/../../..'.'/lib/public/ITempManager.php', |
|
| 648 | + 'OCP\\IURLGenerator' => __DIR__.'/../../..'.'/lib/public/IURLGenerator.php', |
|
| 649 | + 'OCP\\IUser' => __DIR__.'/../../..'.'/lib/public/IUser.php', |
|
| 650 | + 'OCP\\IUserBackend' => __DIR__.'/../../..'.'/lib/public/IUserBackend.php', |
|
| 651 | + 'OCP\\IUserManager' => __DIR__.'/../../..'.'/lib/public/IUserManager.php', |
|
| 652 | + 'OCP\\IUserSession' => __DIR__.'/../../..'.'/lib/public/IUserSession.php', |
|
| 653 | + 'OCP\\Image' => __DIR__.'/../../..'.'/lib/public/Image.php', |
|
| 654 | + 'OCP\\L10N\\IFactory' => __DIR__.'/../../..'.'/lib/public/L10N/IFactory.php', |
|
| 655 | + 'OCP\\L10N\\ILanguageIterator' => __DIR__.'/../../..'.'/lib/public/L10N/ILanguageIterator.php', |
|
| 656 | + 'OCP\\LDAP\\IDeletionFlagSupport' => __DIR__.'/../../..'.'/lib/public/LDAP/IDeletionFlagSupport.php', |
|
| 657 | + 'OCP\\LDAP\\ILDAPProvider' => __DIR__.'/../../..'.'/lib/public/LDAP/ILDAPProvider.php', |
|
| 658 | + 'OCP\\LDAP\\ILDAPProviderFactory' => __DIR__.'/../../..'.'/lib/public/LDAP/ILDAPProviderFactory.php', |
|
| 659 | + 'OCP\\Lock\\ILockingProvider' => __DIR__.'/../../..'.'/lib/public/Lock/ILockingProvider.php', |
|
| 660 | + 'OCP\\Lock\\LockedException' => __DIR__.'/../../..'.'/lib/public/Lock/LockedException.php', |
|
| 661 | + 'OCP\\Lock\\ManuallyLockedException' => __DIR__.'/../../..'.'/lib/public/Lock/ManuallyLockedException.php', |
|
| 662 | + 'OCP\\Lockdown\\ILockdownManager' => __DIR__.'/../../..'.'/lib/public/Lockdown/ILockdownManager.php', |
|
| 663 | + 'OCP\\Log\\Audit\\CriticalActionPerformedEvent' => __DIR__.'/../../..'.'/lib/public/Log/Audit/CriticalActionPerformedEvent.php', |
|
| 664 | + 'OCP\\Log\\BeforeMessageLoggedEvent' => __DIR__.'/../../..'.'/lib/public/Log/BeforeMessageLoggedEvent.php', |
|
| 665 | + 'OCP\\Log\\IDataLogger' => __DIR__.'/../../..'.'/lib/public/Log/IDataLogger.php', |
|
| 666 | + 'OCP\\Log\\IFileBased' => __DIR__.'/../../..'.'/lib/public/Log/IFileBased.php', |
|
| 667 | + 'OCP\\Log\\ILogFactory' => __DIR__.'/../../..'.'/lib/public/Log/ILogFactory.php', |
|
| 668 | + 'OCP\\Log\\IWriter' => __DIR__.'/../../..'.'/lib/public/Log/IWriter.php', |
|
| 669 | + 'OCP\\Log\\RotationTrait' => __DIR__.'/../../..'.'/lib/public/Log/RotationTrait.php', |
|
| 670 | + 'OCP\\Mail\\Events\\BeforeMessageSent' => __DIR__.'/../../..'.'/lib/public/Mail/Events/BeforeMessageSent.php', |
|
| 671 | + 'OCP\\Mail\\Headers\\AutoSubmitted' => __DIR__.'/../../..'.'/lib/public/Mail/Headers/AutoSubmitted.php', |
|
| 672 | + 'OCP\\Mail\\IAttachment' => __DIR__.'/../../..'.'/lib/public/Mail/IAttachment.php', |
|
| 673 | + 'OCP\\Mail\\IEMailTemplate' => __DIR__.'/../../..'.'/lib/public/Mail/IEMailTemplate.php', |
|
| 674 | + 'OCP\\Mail\\IMailer' => __DIR__.'/../../..'.'/lib/public/Mail/IMailer.php', |
|
| 675 | + 'OCP\\Mail\\IMessage' => __DIR__.'/../../..'.'/lib/public/Mail/IMessage.php', |
|
| 676 | + 'OCP\\Mail\\Provider\\Address' => __DIR__.'/../../..'.'/lib/public/Mail/Provider/Address.php', |
|
| 677 | + 'OCP\\Mail\\Provider\\Attachment' => __DIR__.'/../../..'.'/lib/public/Mail/Provider/Attachment.php', |
|
| 678 | + 'OCP\\Mail\\Provider\\Exception\\Exception' => __DIR__.'/../../..'.'/lib/public/Mail/Provider/Exception/Exception.php', |
|
| 679 | + 'OCP\\Mail\\Provider\\Exception\\SendException' => __DIR__.'/../../..'.'/lib/public/Mail/Provider/Exception/SendException.php', |
|
| 680 | + 'OCP\\Mail\\Provider\\IAddress' => __DIR__.'/../../..'.'/lib/public/Mail/Provider/IAddress.php', |
|
| 681 | + 'OCP\\Mail\\Provider\\IAttachment' => __DIR__.'/../../..'.'/lib/public/Mail/Provider/IAttachment.php', |
|
| 682 | + 'OCP\\Mail\\Provider\\IManager' => __DIR__.'/../../..'.'/lib/public/Mail/Provider/IManager.php', |
|
| 683 | + 'OCP\\Mail\\Provider\\IMessage' => __DIR__.'/../../..'.'/lib/public/Mail/Provider/IMessage.php', |
|
| 684 | + 'OCP\\Mail\\Provider\\IMessageSend' => __DIR__.'/../../..'.'/lib/public/Mail/Provider/IMessageSend.php', |
|
| 685 | + 'OCP\\Mail\\Provider\\IProvider' => __DIR__.'/../../..'.'/lib/public/Mail/Provider/IProvider.php', |
|
| 686 | + 'OCP\\Mail\\Provider\\IService' => __DIR__.'/../../..'.'/lib/public/Mail/Provider/IService.php', |
|
| 687 | + 'OCP\\Mail\\Provider\\Message' => __DIR__.'/../../..'.'/lib/public/Mail/Provider/Message.php', |
|
| 688 | + 'OCP\\Migration\\Attributes\\AddColumn' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/AddColumn.php', |
|
| 689 | + 'OCP\\Migration\\Attributes\\AddIndex' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/AddIndex.php', |
|
| 690 | + 'OCP\\Migration\\Attributes\\ColumnMigrationAttribute' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/ColumnMigrationAttribute.php', |
|
| 691 | + 'OCP\\Migration\\Attributes\\ColumnType' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/ColumnType.php', |
|
| 692 | + 'OCP\\Migration\\Attributes\\CreateTable' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/CreateTable.php', |
|
| 693 | + 'OCP\\Migration\\Attributes\\DropColumn' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/DropColumn.php', |
|
| 694 | + 'OCP\\Migration\\Attributes\\DropIndex' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/DropIndex.php', |
|
| 695 | + 'OCP\\Migration\\Attributes\\DropTable' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/DropTable.php', |
|
| 696 | + 'OCP\\Migration\\Attributes\\GenericMigrationAttribute' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/GenericMigrationAttribute.php', |
|
| 697 | + 'OCP\\Migration\\Attributes\\IndexMigrationAttribute' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/IndexMigrationAttribute.php', |
|
| 698 | + 'OCP\\Migration\\Attributes\\IndexType' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/IndexType.php', |
|
| 699 | + 'OCP\\Migration\\Attributes\\MigrationAttribute' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/MigrationAttribute.php', |
|
| 700 | + 'OCP\\Migration\\Attributes\\ModifyColumn' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/ModifyColumn.php', |
|
| 701 | + 'OCP\\Migration\\Attributes\\TableMigrationAttribute' => __DIR__.'/../../..'.'/lib/public/Migration/Attributes/TableMigrationAttribute.php', |
|
| 702 | + 'OCP\\Migration\\BigIntMigration' => __DIR__.'/../../..'.'/lib/public/Migration/BigIntMigration.php', |
|
| 703 | + 'OCP\\Migration\\IMigrationStep' => __DIR__.'/../../..'.'/lib/public/Migration/IMigrationStep.php', |
|
| 704 | + 'OCP\\Migration\\IOutput' => __DIR__.'/../../..'.'/lib/public/Migration/IOutput.php', |
|
| 705 | + 'OCP\\Migration\\IRepairStep' => __DIR__.'/../../..'.'/lib/public/Migration/IRepairStep.php', |
|
| 706 | + 'OCP\\Migration\\SimpleMigrationStep' => __DIR__.'/../../..'.'/lib/public/Migration/SimpleMigrationStep.php', |
|
| 707 | + 'OCP\\Navigation\\Events\\LoadAdditionalEntriesEvent' => __DIR__.'/../../..'.'/lib/public/Navigation/Events/LoadAdditionalEntriesEvent.php', |
|
| 708 | + 'OCP\\Notification\\AlreadyProcessedException' => __DIR__.'/../../..'.'/lib/public/Notification/AlreadyProcessedException.php', |
|
| 709 | + 'OCP\\Notification\\IAction' => __DIR__.'/../../..'.'/lib/public/Notification/IAction.php', |
|
| 710 | + 'OCP\\Notification\\IApp' => __DIR__.'/../../..'.'/lib/public/Notification/IApp.php', |
|
| 711 | + 'OCP\\Notification\\IDeferrableApp' => __DIR__.'/../../..'.'/lib/public/Notification/IDeferrableApp.php', |
|
| 712 | + 'OCP\\Notification\\IDismissableNotifier' => __DIR__.'/../../..'.'/lib/public/Notification/IDismissableNotifier.php', |
|
| 713 | + 'OCP\\Notification\\IManager' => __DIR__.'/../../..'.'/lib/public/Notification/IManager.php', |
|
| 714 | + 'OCP\\Notification\\INotification' => __DIR__.'/../../..'.'/lib/public/Notification/INotification.php', |
|
| 715 | + 'OCP\\Notification\\INotifier' => __DIR__.'/../../..'.'/lib/public/Notification/INotifier.php', |
|
| 716 | + 'OCP\\Notification\\IncompleteNotificationException' => __DIR__.'/../../..'.'/lib/public/Notification/IncompleteNotificationException.php', |
|
| 717 | + 'OCP\\Notification\\IncompleteParsedNotificationException' => __DIR__.'/../../..'.'/lib/public/Notification/IncompleteParsedNotificationException.php', |
|
| 718 | + 'OCP\\Notification\\InvalidValueException' => __DIR__.'/../../..'.'/lib/public/Notification/InvalidValueException.php', |
|
| 719 | + 'OCP\\Notification\\UnknownNotificationException' => __DIR__.'/../../..'.'/lib/public/Notification/UnknownNotificationException.php', |
|
| 720 | + 'OCP\\OCM\\Events\\ResourceTypeRegisterEvent' => __DIR__.'/../../..'.'/lib/public/OCM/Events/ResourceTypeRegisterEvent.php', |
|
| 721 | + 'OCP\\OCM\\Exceptions\\OCMArgumentException' => __DIR__.'/../../..'.'/lib/public/OCM/Exceptions/OCMArgumentException.php', |
|
| 722 | + 'OCP\\OCM\\Exceptions\\OCMProviderException' => __DIR__.'/../../..'.'/lib/public/OCM/Exceptions/OCMProviderException.php', |
|
| 723 | + 'OCP\\OCM\\ICapabilityAwareOCMProvider' => __DIR__.'/../../..'.'/lib/public/OCM/ICapabilityAwareOCMProvider.php', |
|
| 724 | + 'OCP\\OCM\\IOCMDiscoveryService' => __DIR__.'/../../..'.'/lib/public/OCM/IOCMDiscoveryService.php', |
|
| 725 | + 'OCP\\OCM\\IOCMProvider' => __DIR__.'/../../..'.'/lib/public/OCM/IOCMProvider.php', |
|
| 726 | + 'OCP\\OCM\\IOCMResource' => __DIR__.'/../../..'.'/lib/public/OCM/IOCMResource.php', |
|
| 727 | + 'OCP\\OCS\\IDiscoveryService' => __DIR__.'/../../..'.'/lib/public/OCS/IDiscoveryService.php', |
|
| 728 | + 'OCP\\PreConditionNotMetException' => __DIR__.'/../../..'.'/lib/public/PreConditionNotMetException.php', |
|
| 729 | + 'OCP\\Preview\\BeforePreviewFetchedEvent' => __DIR__.'/../../..'.'/lib/public/Preview/BeforePreviewFetchedEvent.php', |
|
| 730 | + 'OCP\\Preview\\IMimeIconProvider' => __DIR__.'/../../..'.'/lib/public/Preview/IMimeIconProvider.php', |
|
| 731 | + 'OCP\\Preview\\IProvider' => __DIR__.'/../../..'.'/lib/public/Preview/IProvider.php', |
|
| 732 | + 'OCP\\Preview\\IProviderV2' => __DIR__.'/../../..'.'/lib/public/Preview/IProviderV2.php', |
|
| 733 | + 'OCP\\Preview\\IVersionedPreviewFile' => __DIR__.'/../../..'.'/lib/public/Preview/IVersionedPreviewFile.php', |
|
| 734 | + 'OCP\\Profile\\BeforeTemplateRenderedEvent' => __DIR__.'/../../..'.'/lib/public/Profile/BeforeTemplateRenderedEvent.php', |
|
| 735 | + 'OCP\\Profile\\ILinkAction' => __DIR__.'/../../..'.'/lib/public/Profile/ILinkAction.php', |
|
| 736 | + 'OCP\\Profile\\IProfileManager' => __DIR__.'/../../..'.'/lib/public/Profile/IProfileManager.php', |
|
| 737 | + 'OCP\\Profile\\ParameterDoesNotExistException' => __DIR__.'/../../..'.'/lib/public/Profile/ParameterDoesNotExistException.php', |
|
| 738 | + 'OCP\\Profiler\\IProfile' => __DIR__.'/../../..'.'/lib/public/Profiler/IProfile.php', |
|
| 739 | + 'OCP\\Profiler\\IProfiler' => __DIR__.'/../../..'.'/lib/public/Profiler/IProfiler.php', |
|
| 740 | + 'OCP\\Remote\\Api\\IApiCollection' => __DIR__.'/../../..'.'/lib/public/Remote/Api/IApiCollection.php', |
|
| 741 | + 'OCP\\Remote\\Api\\IApiFactory' => __DIR__.'/../../..'.'/lib/public/Remote/Api/IApiFactory.php', |
|
| 742 | + 'OCP\\Remote\\Api\\ICapabilitiesApi' => __DIR__.'/../../..'.'/lib/public/Remote/Api/ICapabilitiesApi.php', |
|
| 743 | + 'OCP\\Remote\\Api\\IUserApi' => __DIR__.'/../../..'.'/lib/public/Remote/Api/IUserApi.php', |
|
| 744 | + 'OCP\\Remote\\ICredentials' => __DIR__.'/../../..'.'/lib/public/Remote/ICredentials.php', |
|
| 745 | + 'OCP\\Remote\\IInstance' => __DIR__.'/../../..'.'/lib/public/Remote/IInstance.php', |
|
| 746 | + 'OCP\\Remote\\IInstanceFactory' => __DIR__.'/../../..'.'/lib/public/Remote/IInstanceFactory.php', |
|
| 747 | + 'OCP\\Remote\\IUser' => __DIR__.'/../../..'.'/lib/public/Remote/IUser.php', |
|
| 748 | + 'OCP\\RichObjectStrings\\Definitions' => __DIR__.'/../../..'.'/lib/public/RichObjectStrings/Definitions.php', |
|
| 749 | + 'OCP\\RichObjectStrings\\IRichTextFormatter' => __DIR__.'/../../..'.'/lib/public/RichObjectStrings/IRichTextFormatter.php', |
|
| 750 | + 'OCP\\RichObjectStrings\\IValidator' => __DIR__.'/../../..'.'/lib/public/RichObjectStrings/IValidator.php', |
|
| 751 | + 'OCP\\RichObjectStrings\\InvalidObjectExeption' => __DIR__.'/../../..'.'/lib/public/RichObjectStrings/InvalidObjectExeption.php', |
|
| 752 | + 'OCP\\Route\\IRoute' => __DIR__.'/../../..'.'/lib/public/Route/IRoute.php', |
|
| 753 | + 'OCP\\Route\\IRouter' => __DIR__.'/../../..'.'/lib/public/Route/IRouter.php', |
|
| 754 | + 'OCP\\SabrePluginEvent' => __DIR__.'/../../..'.'/lib/public/SabrePluginEvent.php', |
|
| 755 | + 'OCP\\SabrePluginException' => __DIR__.'/../../..'.'/lib/public/SabrePluginException.php', |
|
| 756 | + 'OCP\\Search\\FilterDefinition' => __DIR__.'/../../..'.'/lib/public/Search/FilterDefinition.php', |
|
| 757 | + 'OCP\\Search\\IFilter' => __DIR__.'/../../..'.'/lib/public/Search/IFilter.php', |
|
| 758 | + 'OCP\\Search\\IFilterCollection' => __DIR__.'/../../..'.'/lib/public/Search/IFilterCollection.php', |
|
| 759 | + 'OCP\\Search\\IFilteringProvider' => __DIR__.'/../../..'.'/lib/public/Search/IFilteringProvider.php', |
|
| 760 | + 'OCP\\Search\\IInAppSearch' => __DIR__.'/../../..'.'/lib/public/Search/IInAppSearch.php', |
|
| 761 | + 'OCP\\Search\\IProvider' => __DIR__.'/../../..'.'/lib/public/Search/IProvider.php', |
|
| 762 | + 'OCP\\Search\\ISearchQuery' => __DIR__.'/../../..'.'/lib/public/Search/ISearchQuery.php', |
|
| 763 | + 'OCP\\Search\\PagedProvider' => __DIR__.'/../../..'.'/lib/public/Search/PagedProvider.php', |
|
| 764 | + 'OCP\\Search\\Provider' => __DIR__.'/../../..'.'/lib/public/Search/Provider.php', |
|
| 765 | + 'OCP\\Search\\Result' => __DIR__.'/../../..'.'/lib/public/Search/Result.php', |
|
| 766 | + 'OCP\\Search\\SearchResult' => __DIR__.'/../../..'.'/lib/public/Search/SearchResult.php', |
|
| 767 | + 'OCP\\Search\\SearchResultEntry' => __DIR__.'/../../..'.'/lib/public/Search/SearchResultEntry.php', |
|
| 768 | + 'OCP\\Security\\Bruteforce\\IThrottler' => __DIR__.'/../../..'.'/lib/public/Security/Bruteforce/IThrottler.php', |
|
| 769 | + 'OCP\\Security\\Bruteforce\\MaxDelayReached' => __DIR__.'/../../..'.'/lib/public/Security/Bruteforce/MaxDelayReached.php', |
|
| 770 | + 'OCP\\Security\\CSP\\AddContentSecurityPolicyEvent' => __DIR__.'/../../..'.'/lib/public/Security/CSP/AddContentSecurityPolicyEvent.php', |
|
| 771 | + 'OCP\\Security\\Events\\GenerateSecurePasswordEvent' => __DIR__.'/../../..'.'/lib/public/Security/Events/GenerateSecurePasswordEvent.php', |
|
| 772 | + 'OCP\\Security\\Events\\ValidatePasswordPolicyEvent' => __DIR__.'/../../..'.'/lib/public/Security/Events/ValidatePasswordPolicyEvent.php', |
|
| 773 | + 'OCP\\Security\\FeaturePolicy\\AddFeaturePolicyEvent' => __DIR__.'/../../..'.'/lib/public/Security/FeaturePolicy/AddFeaturePolicyEvent.php', |
|
| 774 | + 'OCP\\Security\\IContentSecurityPolicyManager' => __DIR__.'/../../..'.'/lib/public/Security/IContentSecurityPolicyManager.php', |
|
| 775 | + 'OCP\\Security\\ICredentialsManager' => __DIR__.'/../../..'.'/lib/public/Security/ICredentialsManager.php', |
|
| 776 | + 'OCP\\Security\\ICrypto' => __DIR__.'/../../..'.'/lib/public/Security/ICrypto.php', |
|
| 777 | + 'OCP\\Security\\IHasher' => __DIR__.'/../../..'.'/lib/public/Security/IHasher.php', |
|
| 778 | + 'OCP\\Security\\IRemoteHostValidator' => __DIR__.'/../../..'.'/lib/public/Security/IRemoteHostValidator.php', |
|
| 779 | + 'OCP\\Security\\ISecureRandom' => __DIR__.'/../../..'.'/lib/public/Security/ISecureRandom.php', |
|
| 780 | + 'OCP\\Security\\ITrustedDomainHelper' => __DIR__.'/../../..'.'/lib/public/Security/ITrustedDomainHelper.php', |
|
| 781 | + 'OCP\\Security\\Ip\\IAddress' => __DIR__.'/../../..'.'/lib/public/Security/Ip/IAddress.php', |
|
| 782 | + 'OCP\\Security\\Ip\\IFactory' => __DIR__.'/../../..'.'/lib/public/Security/Ip/IFactory.php', |
|
| 783 | + 'OCP\\Security\\Ip\\IRange' => __DIR__.'/../../..'.'/lib/public/Security/Ip/IRange.php', |
|
| 784 | + 'OCP\\Security\\Ip\\IRemoteAddress' => __DIR__.'/../../..'.'/lib/public/Security/Ip/IRemoteAddress.php', |
|
| 785 | + 'OCP\\Security\\PasswordContext' => __DIR__.'/../../..'.'/lib/public/Security/PasswordContext.php', |
|
| 786 | + 'OCP\\Security\\RateLimiting\\ILimiter' => __DIR__.'/../../..'.'/lib/public/Security/RateLimiting/ILimiter.php', |
|
| 787 | + 'OCP\\Security\\RateLimiting\\IRateLimitExceededException' => __DIR__.'/../../..'.'/lib/public/Security/RateLimiting/IRateLimitExceededException.php', |
|
| 788 | + 'OCP\\Security\\VerificationToken\\IVerificationToken' => __DIR__.'/../../..'.'/lib/public/Security/VerificationToken/IVerificationToken.php', |
|
| 789 | + 'OCP\\Security\\VerificationToken\\InvalidTokenException' => __DIR__.'/../../..'.'/lib/public/Security/VerificationToken/InvalidTokenException.php', |
|
| 790 | + 'OCP\\Server' => __DIR__.'/../../..'.'/lib/public/Server.php', |
|
| 791 | + 'OCP\\ServerVersion' => __DIR__.'/../../..'.'/lib/public/ServerVersion.php', |
|
| 792 | + 'OCP\\Session\\Exceptions\\SessionNotAvailableException' => __DIR__.'/../../..'.'/lib/public/Session/Exceptions/SessionNotAvailableException.php', |
|
| 793 | + 'OCP\\Settings\\DeclarativeSettingsTypes' => __DIR__.'/../../..'.'/lib/public/Settings/DeclarativeSettingsTypes.php', |
|
| 794 | + 'OCP\\Settings\\Events\\DeclarativeSettingsGetValueEvent' => __DIR__.'/../../..'.'/lib/public/Settings/Events/DeclarativeSettingsGetValueEvent.php', |
|
| 795 | + 'OCP\\Settings\\Events\\DeclarativeSettingsRegisterFormEvent' => __DIR__.'/../../..'.'/lib/public/Settings/Events/DeclarativeSettingsRegisterFormEvent.php', |
|
| 796 | + 'OCP\\Settings\\Events\\DeclarativeSettingsSetValueEvent' => __DIR__.'/../../..'.'/lib/public/Settings/Events/DeclarativeSettingsSetValueEvent.php', |
|
| 797 | + 'OCP\\Settings\\IDeclarativeManager' => __DIR__.'/../../..'.'/lib/public/Settings/IDeclarativeManager.php', |
|
| 798 | + 'OCP\\Settings\\IDeclarativeSettingsForm' => __DIR__.'/../../..'.'/lib/public/Settings/IDeclarativeSettingsForm.php', |
|
| 799 | + 'OCP\\Settings\\IDeclarativeSettingsFormWithHandlers' => __DIR__.'/../../..'.'/lib/public/Settings/IDeclarativeSettingsFormWithHandlers.php', |
|
| 800 | + 'OCP\\Settings\\IDelegatedSettings' => __DIR__.'/../../..'.'/lib/public/Settings/IDelegatedSettings.php', |
|
| 801 | + 'OCP\\Settings\\IIconSection' => __DIR__.'/../../..'.'/lib/public/Settings/IIconSection.php', |
|
| 802 | + 'OCP\\Settings\\IManager' => __DIR__.'/../../..'.'/lib/public/Settings/IManager.php', |
|
| 803 | + 'OCP\\Settings\\ISettings' => __DIR__.'/../../..'.'/lib/public/Settings/ISettings.php', |
|
| 804 | + 'OCP\\Settings\\ISubAdminSettings' => __DIR__.'/../../..'.'/lib/public/Settings/ISubAdminSettings.php', |
|
| 805 | + 'OCP\\SetupCheck\\CheckServerResponseTrait' => __DIR__.'/../../..'.'/lib/public/SetupCheck/CheckServerResponseTrait.php', |
|
| 806 | + 'OCP\\SetupCheck\\ISetupCheck' => __DIR__.'/../../..'.'/lib/public/SetupCheck/ISetupCheck.php', |
|
| 807 | + 'OCP\\SetupCheck\\ISetupCheckManager' => __DIR__.'/../../..'.'/lib/public/SetupCheck/ISetupCheckManager.php', |
|
| 808 | + 'OCP\\SetupCheck\\SetupResult' => __DIR__.'/../../..'.'/lib/public/SetupCheck/SetupResult.php', |
|
| 809 | + 'OCP\\Share' => __DIR__.'/../../..'.'/lib/public/Share.php', |
|
| 810 | + 'OCP\\Share\\Events\\BeforeShareCreatedEvent' => __DIR__.'/../../..'.'/lib/public/Share/Events/BeforeShareCreatedEvent.php', |
|
| 811 | + 'OCP\\Share\\Events\\BeforeShareDeletedEvent' => __DIR__.'/../../..'.'/lib/public/Share/Events/BeforeShareDeletedEvent.php', |
|
| 812 | + 'OCP\\Share\\Events\\ShareAcceptedEvent' => __DIR__.'/../../..'.'/lib/public/Share/Events/ShareAcceptedEvent.php', |
|
| 813 | + 'OCP\\Share\\Events\\ShareCreatedEvent' => __DIR__.'/../../..'.'/lib/public/Share/Events/ShareCreatedEvent.php', |
|
| 814 | + 'OCP\\Share\\Events\\ShareDeletedEvent' => __DIR__.'/../../..'.'/lib/public/Share/Events/ShareDeletedEvent.php', |
|
| 815 | + 'OCP\\Share\\Events\\ShareDeletedFromSelfEvent' => __DIR__.'/../../..'.'/lib/public/Share/Events/ShareDeletedFromSelfEvent.php', |
|
| 816 | + 'OCP\\Share\\Events\\VerifyMountPointEvent' => __DIR__.'/../../..'.'/lib/public/Share/Events/VerifyMountPointEvent.php', |
|
| 817 | + 'OCP\\Share\\Exceptions\\AlreadySharedException' => __DIR__.'/../../..'.'/lib/public/Share/Exceptions/AlreadySharedException.php', |
|
| 818 | + 'OCP\\Share\\Exceptions\\GenericShareException' => __DIR__.'/../../..'.'/lib/public/Share/Exceptions/GenericShareException.php', |
|
| 819 | + 'OCP\\Share\\Exceptions\\IllegalIDChangeException' => __DIR__.'/../../..'.'/lib/public/Share/Exceptions/IllegalIDChangeException.php', |
|
| 820 | + 'OCP\\Share\\Exceptions\\ShareNotFound' => __DIR__.'/../../..'.'/lib/public/Share/Exceptions/ShareNotFound.php', |
|
| 821 | + 'OCP\\Share\\Exceptions\\ShareTokenException' => __DIR__.'/../../..'.'/lib/public/Share/Exceptions/ShareTokenException.php', |
|
| 822 | + 'OCP\\Share\\IAttributes' => __DIR__.'/../../..'.'/lib/public/Share/IAttributes.php', |
|
| 823 | + 'OCP\\Share\\IManager' => __DIR__.'/../../..'.'/lib/public/Share/IManager.php', |
|
| 824 | + 'OCP\\Share\\IProviderFactory' => __DIR__.'/../../..'.'/lib/public/Share/IProviderFactory.php', |
|
| 825 | + 'OCP\\Share\\IPublicShareTemplateFactory' => __DIR__.'/../../..'.'/lib/public/Share/IPublicShareTemplateFactory.php', |
|
| 826 | + 'OCP\\Share\\IPublicShareTemplateProvider' => __DIR__.'/../../..'.'/lib/public/Share/IPublicShareTemplateProvider.php', |
|
| 827 | + 'OCP\\Share\\IShare' => __DIR__.'/../../..'.'/lib/public/Share/IShare.php', |
|
| 828 | + 'OCP\\Share\\IShareHelper' => __DIR__.'/../../..'.'/lib/public/Share/IShareHelper.php', |
|
| 829 | + 'OCP\\Share\\IShareProvider' => __DIR__.'/../../..'.'/lib/public/Share/IShareProvider.php', |
|
| 830 | + 'OCP\\Share\\IShareProviderSupportsAccept' => __DIR__.'/../../..'.'/lib/public/Share/IShareProviderSupportsAccept.php', |
|
| 831 | + 'OCP\\Share\\IShareProviderSupportsAllSharesInFolder' => __DIR__.'/../../..'.'/lib/public/Share/IShareProviderSupportsAllSharesInFolder.php', |
|
| 832 | + 'OCP\\Share\\IShareProviderWithNotification' => __DIR__.'/../../..'.'/lib/public/Share/IShareProviderWithNotification.php', |
|
| 833 | + 'OCP\\Share_Backend' => __DIR__.'/../../..'.'/lib/public/Share_Backend.php', |
|
| 834 | + 'OCP\\Share_Backend_Collection' => __DIR__.'/../../..'.'/lib/public/Share_Backend_Collection.php', |
|
| 835 | + 'OCP\\Share_Backend_File_Dependent' => __DIR__.'/../../..'.'/lib/public/Share_Backend_File_Dependent.php', |
|
| 836 | + 'OCP\\SpeechToText\\Events\\AbstractTranscriptionEvent' => __DIR__.'/../../..'.'/lib/public/SpeechToText/Events/AbstractTranscriptionEvent.php', |
|
| 837 | + 'OCP\\SpeechToText\\Events\\TranscriptionFailedEvent' => __DIR__.'/../../..'.'/lib/public/SpeechToText/Events/TranscriptionFailedEvent.php', |
|
| 838 | + 'OCP\\SpeechToText\\Events\\TranscriptionSuccessfulEvent' => __DIR__.'/../../..'.'/lib/public/SpeechToText/Events/TranscriptionSuccessfulEvent.php', |
|
| 839 | + 'OCP\\SpeechToText\\ISpeechToTextManager' => __DIR__.'/../../..'.'/lib/public/SpeechToText/ISpeechToTextManager.php', |
|
| 840 | + 'OCP\\SpeechToText\\ISpeechToTextProvider' => __DIR__.'/../../..'.'/lib/public/SpeechToText/ISpeechToTextProvider.php', |
|
| 841 | + 'OCP\\SpeechToText\\ISpeechToTextProviderWithId' => __DIR__.'/../../..'.'/lib/public/SpeechToText/ISpeechToTextProviderWithId.php', |
|
| 842 | + 'OCP\\SpeechToText\\ISpeechToTextProviderWithUserId' => __DIR__.'/../../..'.'/lib/public/SpeechToText/ISpeechToTextProviderWithUserId.php', |
|
| 843 | + 'OCP\\Support\\CrashReport\\ICollectBreadcrumbs' => __DIR__.'/../../..'.'/lib/public/Support/CrashReport/ICollectBreadcrumbs.php', |
|
| 844 | + 'OCP\\Support\\CrashReport\\IMessageReporter' => __DIR__.'/../../..'.'/lib/public/Support/CrashReport/IMessageReporter.php', |
|
| 845 | + 'OCP\\Support\\CrashReport\\IRegistry' => __DIR__.'/../../..'.'/lib/public/Support/CrashReport/IRegistry.php', |
|
| 846 | + 'OCP\\Support\\CrashReport\\IReporter' => __DIR__.'/../../..'.'/lib/public/Support/CrashReport/IReporter.php', |
|
| 847 | + 'OCP\\Support\\Subscription\\Exception\\AlreadyRegisteredException' => __DIR__.'/../../..'.'/lib/public/Support/Subscription/Exception/AlreadyRegisteredException.php', |
|
| 848 | + 'OCP\\Support\\Subscription\\IAssertion' => __DIR__.'/../../..'.'/lib/public/Support/Subscription/IAssertion.php', |
|
| 849 | + 'OCP\\Support\\Subscription\\IRegistry' => __DIR__.'/../../..'.'/lib/public/Support/Subscription/IRegistry.php', |
|
| 850 | + 'OCP\\Support\\Subscription\\ISubscription' => __DIR__.'/../../..'.'/lib/public/Support/Subscription/ISubscription.php', |
|
| 851 | + 'OCP\\Support\\Subscription\\ISupportedApps' => __DIR__.'/../../..'.'/lib/public/Support/Subscription/ISupportedApps.php', |
|
| 852 | + 'OCP\\SystemTag\\ISystemTag' => __DIR__.'/../../..'.'/lib/public/SystemTag/ISystemTag.php', |
|
| 853 | + 'OCP\\SystemTag\\ISystemTagManager' => __DIR__.'/../../..'.'/lib/public/SystemTag/ISystemTagManager.php', |
|
| 854 | + 'OCP\\SystemTag\\ISystemTagManagerFactory' => __DIR__.'/../../..'.'/lib/public/SystemTag/ISystemTagManagerFactory.php', |
|
| 855 | + 'OCP\\SystemTag\\ISystemTagObjectMapper' => __DIR__.'/../../..'.'/lib/public/SystemTag/ISystemTagObjectMapper.php', |
|
| 856 | + 'OCP\\SystemTag\\ManagerEvent' => __DIR__.'/../../..'.'/lib/public/SystemTag/ManagerEvent.php', |
|
| 857 | + 'OCP\\SystemTag\\MapperEvent' => __DIR__.'/../../..'.'/lib/public/SystemTag/MapperEvent.php', |
|
| 858 | + 'OCP\\SystemTag\\SystemTagsEntityEvent' => __DIR__.'/../../..'.'/lib/public/SystemTag/SystemTagsEntityEvent.php', |
|
| 859 | + 'OCP\\SystemTag\\TagAlreadyExistsException' => __DIR__.'/../../..'.'/lib/public/SystemTag/TagAlreadyExistsException.php', |
|
| 860 | + 'OCP\\SystemTag\\TagCreationForbiddenException' => __DIR__.'/../../..'.'/lib/public/SystemTag/TagCreationForbiddenException.php', |
|
| 861 | + 'OCP\\SystemTag\\TagNotFoundException' => __DIR__.'/../../..'.'/lib/public/SystemTag/TagNotFoundException.php', |
|
| 862 | + 'OCP\\SystemTag\\TagUpdateForbiddenException' => __DIR__.'/../../..'.'/lib/public/SystemTag/TagUpdateForbiddenException.php', |
|
| 863 | + 'OCP\\Talk\\Exceptions\\NoBackendException' => __DIR__.'/../../..'.'/lib/public/Talk/Exceptions/NoBackendException.php', |
|
| 864 | + 'OCP\\Talk\\IBroker' => __DIR__.'/../../..'.'/lib/public/Talk/IBroker.php', |
|
| 865 | + 'OCP\\Talk\\IConversation' => __DIR__.'/../../..'.'/lib/public/Talk/IConversation.php', |
|
| 866 | + 'OCP\\Talk\\IConversationOptions' => __DIR__.'/../../..'.'/lib/public/Talk/IConversationOptions.php', |
|
| 867 | + 'OCP\\Talk\\ITalkBackend' => __DIR__.'/../../..'.'/lib/public/Talk/ITalkBackend.php', |
|
| 868 | + 'OCP\\TaskProcessing\\EShapeType' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/EShapeType.php', |
|
| 869 | + 'OCP\\TaskProcessing\\Events\\AbstractTaskProcessingEvent' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/Events/AbstractTaskProcessingEvent.php', |
|
| 870 | + 'OCP\\TaskProcessing\\Events\\GetTaskProcessingProvidersEvent' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/Events/GetTaskProcessingProvidersEvent.php', |
|
| 871 | + 'OCP\\TaskProcessing\\Events\\TaskFailedEvent' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/Events/TaskFailedEvent.php', |
|
| 872 | + 'OCP\\TaskProcessing\\Events\\TaskSuccessfulEvent' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/Events/TaskSuccessfulEvent.php', |
|
| 873 | + 'OCP\\TaskProcessing\\Exception\\Exception' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/Exception/Exception.php', |
|
| 874 | + 'OCP\\TaskProcessing\\Exception\\NotFoundException' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/Exception/NotFoundException.php', |
|
| 875 | + 'OCP\\TaskProcessing\\Exception\\PreConditionNotMetException' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/Exception/PreConditionNotMetException.php', |
|
| 876 | + 'OCP\\TaskProcessing\\Exception\\ProcessingException' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/Exception/ProcessingException.php', |
|
| 877 | + 'OCP\\TaskProcessing\\Exception\\UnauthorizedException' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/Exception/UnauthorizedException.php', |
|
| 878 | + 'OCP\\TaskProcessing\\Exception\\ValidationException' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/Exception/ValidationException.php', |
|
| 879 | + 'OCP\\TaskProcessing\\IManager' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/IManager.php', |
|
| 880 | + 'OCP\\TaskProcessing\\IProvider' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/IProvider.php', |
|
| 881 | + 'OCP\\TaskProcessing\\ISynchronousProvider' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/ISynchronousProvider.php', |
|
| 882 | + 'OCP\\TaskProcessing\\ITaskType' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/ITaskType.php', |
|
| 883 | + 'OCP\\TaskProcessing\\ShapeDescriptor' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/ShapeDescriptor.php', |
|
| 884 | + 'OCP\\TaskProcessing\\ShapeEnumValue' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/ShapeEnumValue.php', |
|
| 885 | + 'OCP\\TaskProcessing\\Task' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/Task.php', |
|
| 886 | + 'OCP\\TaskProcessing\\TaskTypes\\AudioToText' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/AudioToText.php', |
|
| 887 | + 'OCP\\TaskProcessing\\TaskTypes\\ContextAgentInteraction' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/ContextAgentInteraction.php', |
|
| 888 | + 'OCP\\TaskProcessing\\TaskTypes\\ContextWrite' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/ContextWrite.php', |
|
| 889 | + 'OCP\\TaskProcessing\\TaskTypes\\GenerateEmoji' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/GenerateEmoji.php', |
|
| 890 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToImage' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToImage.php', |
|
| 891 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToSpeech' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToSpeech.php', |
|
| 892 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToText' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToText.php', |
|
| 893 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextChangeTone' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToTextChangeTone.php', |
|
| 894 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextChat' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToTextChat.php', |
|
| 895 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextChatWithTools' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToTextChatWithTools.php', |
|
| 896 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextFormalization' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToTextFormalization.php', |
|
| 897 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextHeadline' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToTextHeadline.php', |
|
| 898 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextProofread' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToTextProofread.php', |
|
| 899 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextReformulation' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToTextReformulation.php', |
|
| 900 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextSimplification' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToTextSimplification.php', |
|
| 901 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextSummary' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToTextSummary.php', |
|
| 902 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextTopics' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToTextTopics.php', |
|
| 903 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextTranslate' => __DIR__.'/../../..'.'/lib/public/TaskProcessing/TaskTypes/TextToTextTranslate.php', |
|
| 904 | + 'OCP\\Teams\\ITeamManager' => __DIR__.'/../../..'.'/lib/public/Teams/ITeamManager.php', |
|
| 905 | + 'OCP\\Teams\\ITeamResourceProvider' => __DIR__.'/../../..'.'/lib/public/Teams/ITeamResourceProvider.php', |
|
| 906 | + 'OCP\\Teams\\Team' => __DIR__.'/../../..'.'/lib/public/Teams/Team.php', |
|
| 907 | + 'OCP\\Teams\\TeamResource' => __DIR__.'/../../..'.'/lib/public/Teams/TeamResource.php', |
|
| 908 | + 'OCP\\Template' => __DIR__.'/../../..'.'/lib/public/Template.php', |
|
| 909 | + 'OCP\\Template\\ITemplate' => __DIR__.'/../../..'.'/lib/public/Template/ITemplate.php', |
|
| 910 | + 'OCP\\Template\\ITemplateManager' => __DIR__.'/../../..'.'/lib/public/Template/ITemplateManager.php', |
|
| 911 | + 'OCP\\Template\\TemplateNotFoundException' => __DIR__.'/../../..'.'/lib/public/Template/TemplateNotFoundException.php', |
|
| 912 | + 'OCP\\TextProcessing\\Events\\AbstractTextProcessingEvent' => __DIR__.'/../../..'.'/lib/public/TextProcessing/Events/AbstractTextProcessingEvent.php', |
|
| 913 | + 'OCP\\TextProcessing\\Events\\TaskFailedEvent' => __DIR__.'/../../..'.'/lib/public/TextProcessing/Events/TaskFailedEvent.php', |
|
| 914 | + 'OCP\\TextProcessing\\Events\\TaskSuccessfulEvent' => __DIR__.'/../../..'.'/lib/public/TextProcessing/Events/TaskSuccessfulEvent.php', |
|
| 915 | + 'OCP\\TextProcessing\\Exception\\TaskFailureException' => __DIR__.'/../../..'.'/lib/public/TextProcessing/Exception/TaskFailureException.php', |
|
| 916 | + 'OCP\\TextProcessing\\FreePromptTaskType' => __DIR__.'/../../..'.'/lib/public/TextProcessing/FreePromptTaskType.php', |
|
| 917 | + 'OCP\\TextProcessing\\HeadlineTaskType' => __DIR__.'/../../..'.'/lib/public/TextProcessing/HeadlineTaskType.php', |
|
| 918 | + 'OCP\\TextProcessing\\IManager' => __DIR__.'/../../..'.'/lib/public/TextProcessing/IManager.php', |
|
| 919 | + 'OCP\\TextProcessing\\IProvider' => __DIR__.'/../../..'.'/lib/public/TextProcessing/IProvider.php', |
|
| 920 | + 'OCP\\TextProcessing\\IProviderWithExpectedRuntime' => __DIR__.'/../../..'.'/lib/public/TextProcessing/IProviderWithExpectedRuntime.php', |
|
| 921 | + 'OCP\\TextProcessing\\IProviderWithId' => __DIR__.'/../../..'.'/lib/public/TextProcessing/IProviderWithId.php', |
|
| 922 | + 'OCP\\TextProcessing\\IProviderWithUserId' => __DIR__.'/../../..'.'/lib/public/TextProcessing/IProviderWithUserId.php', |
|
| 923 | + 'OCP\\TextProcessing\\ITaskType' => __DIR__.'/../../..'.'/lib/public/TextProcessing/ITaskType.php', |
|
| 924 | + 'OCP\\TextProcessing\\SummaryTaskType' => __DIR__.'/../../..'.'/lib/public/TextProcessing/SummaryTaskType.php', |
|
| 925 | + 'OCP\\TextProcessing\\Task' => __DIR__.'/../../..'.'/lib/public/TextProcessing/Task.php', |
|
| 926 | + 'OCP\\TextProcessing\\TopicsTaskType' => __DIR__.'/../../..'.'/lib/public/TextProcessing/TopicsTaskType.php', |
|
| 927 | + 'OCP\\TextToImage\\Events\\AbstractTextToImageEvent' => __DIR__.'/../../..'.'/lib/public/TextToImage/Events/AbstractTextToImageEvent.php', |
|
| 928 | + 'OCP\\TextToImage\\Events\\TaskFailedEvent' => __DIR__.'/../../..'.'/lib/public/TextToImage/Events/TaskFailedEvent.php', |
|
| 929 | + 'OCP\\TextToImage\\Events\\TaskSuccessfulEvent' => __DIR__.'/../../..'.'/lib/public/TextToImage/Events/TaskSuccessfulEvent.php', |
|
| 930 | + 'OCP\\TextToImage\\Exception\\TaskFailureException' => __DIR__.'/../../..'.'/lib/public/TextToImage/Exception/TaskFailureException.php', |
|
| 931 | + 'OCP\\TextToImage\\Exception\\TaskNotFoundException' => __DIR__.'/../../..'.'/lib/public/TextToImage/Exception/TaskNotFoundException.php', |
|
| 932 | + 'OCP\\TextToImage\\Exception\\TextToImageException' => __DIR__.'/../../..'.'/lib/public/TextToImage/Exception/TextToImageException.php', |
|
| 933 | + 'OCP\\TextToImage\\IManager' => __DIR__.'/../../..'.'/lib/public/TextToImage/IManager.php', |
|
| 934 | + 'OCP\\TextToImage\\IProvider' => __DIR__.'/../../..'.'/lib/public/TextToImage/IProvider.php', |
|
| 935 | + 'OCP\\TextToImage\\IProviderWithUserId' => __DIR__.'/../../..'.'/lib/public/TextToImage/IProviderWithUserId.php', |
|
| 936 | + 'OCP\\TextToImage\\Task' => __DIR__.'/../../..'.'/lib/public/TextToImage/Task.php', |
|
| 937 | + 'OCP\\Translation\\CouldNotTranslateException' => __DIR__.'/../../..'.'/lib/public/Translation/CouldNotTranslateException.php', |
|
| 938 | + 'OCP\\Translation\\IDetectLanguageProvider' => __DIR__.'/../../..'.'/lib/public/Translation/IDetectLanguageProvider.php', |
|
| 939 | + 'OCP\\Translation\\ITranslationManager' => __DIR__.'/../../..'.'/lib/public/Translation/ITranslationManager.php', |
|
| 940 | + 'OCP\\Translation\\ITranslationProvider' => __DIR__.'/../../..'.'/lib/public/Translation/ITranslationProvider.php', |
|
| 941 | + 'OCP\\Translation\\ITranslationProviderWithId' => __DIR__.'/../../..'.'/lib/public/Translation/ITranslationProviderWithId.php', |
|
| 942 | + 'OCP\\Translation\\ITranslationProviderWithUserId' => __DIR__.'/../../..'.'/lib/public/Translation/ITranslationProviderWithUserId.php', |
|
| 943 | + 'OCP\\Translation\\LanguageTuple' => __DIR__.'/../../..'.'/lib/public/Translation/LanguageTuple.php', |
|
| 944 | + 'OCP\\UserInterface' => __DIR__.'/../../..'.'/lib/public/UserInterface.php', |
|
| 945 | + 'OCP\\UserMigration\\IExportDestination' => __DIR__.'/../../..'.'/lib/public/UserMigration/IExportDestination.php', |
|
| 946 | + 'OCP\\UserMigration\\IImportSource' => __DIR__.'/../../..'.'/lib/public/UserMigration/IImportSource.php', |
|
| 947 | + 'OCP\\UserMigration\\IMigrator' => __DIR__.'/../../..'.'/lib/public/UserMigration/IMigrator.php', |
|
| 948 | + 'OCP\\UserMigration\\ISizeEstimationMigrator' => __DIR__.'/../../..'.'/lib/public/UserMigration/ISizeEstimationMigrator.php', |
|
| 949 | + 'OCP\\UserMigration\\TMigratorBasicVersionHandling' => __DIR__.'/../../..'.'/lib/public/UserMigration/TMigratorBasicVersionHandling.php', |
|
| 950 | + 'OCP\\UserMigration\\UserMigrationException' => __DIR__.'/../../..'.'/lib/public/UserMigration/UserMigrationException.php', |
|
| 951 | + 'OCP\\UserStatus\\IManager' => __DIR__.'/../../..'.'/lib/public/UserStatus/IManager.php', |
|
| 952 | + 'OCP\\UserStatus\\IProvider' => __DIR__.'/../../..'.'/lib/public/UserStatus/IProvider.php', |
|
| 953 | + 'OCP\\UserStatus\\IUserStatus' => __DIR__.'/../../..'.'/lib/public/UserStatus/IUserStatus.php', |
|
| 954 | + 'OCP\\User\\Backend\\ABackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/ABackend.php', |
|
| 955 | + 'OCP\\User\\Backend\\ICheckPasswordBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/ICheckPasswordBackend.php', |
|
| 956 | + 'OCP\\User\\Backend\\ICountMappedUsersBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/ICountMappedUsersBackend.php', |
|
| 957 | + 'OCP\\User\\Backend\\ICountUsersBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/ICountUsersBackend.php', |
|
| 958 | + 'OCP\\User\\Backend\\ICreateUserBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/ICreateUserBackend.php', |
|
| 959 | + 'OCP\\User\\Backend\\ICustomLogout' => __DIR__.'/../../..'.'/lib/public/User/Backend/ICustomLogout.php', |
|
| 960 | + 'OCP\\User\\Backend\\IGetDisplayNameBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/IGetDisplayNameBackend.php', |
|
| 961 | + 'OCP\\User\\Backend\\IGetHomeBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/IGetHomeBackend.php', |
|
| 962 | + 'OCP\\User\\Backend\\IGetRealUIDBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/IGetRealUIDBackend.php', |
|
| 963 | + 'OCP\\User\\Backend\\ILimitAwareCountUsersBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/ILimitAwareCountUsersBackend.php', |
|
| 964 | + 'OCP\\User\\Backend\\IPasswordConfirmationBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/IPasswordConfirmationBackend.php', |
|
| 965 | + 'OCP\\User\\Backend\\IPasswordHashBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/IPasswordHashBackend.php', |
|
| 966 | + 'OCP\\User\\Backend\\IProvideAvatarBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/IProvideAvatarBackend.php', |
|
| 967 | + 'OCP\\User\\Backend\\IProvideEnabledStateBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/IProvideEnabledStateBackend.php', |
|
| 968 | + 'OCP\\User\\Backend\\ISearchKnownUsersBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/ISearchKnownUsersBackend.php', |
|
| 969 | + 'OCP\\User\\Backend\\ISetDisplayNameBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/ISetDisplayNameBackend.php', |
|
| 970 | + 'OCP\\User\\Backend\\ISetPasswordBackend' => __DIR__.'/../../..'.'/lib/public/User/Backend/ISetPasswordBackend.php', |
|
| 971 | + 'OCP\\User\\Events\\BeforePasswordUpdatedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/BeforePasswordUpdatedEvent.php', |
|
| 972 | + 'OCP\\User\\Events\\BeforeUserCreatedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/BeforeUserCreatedEvent.php', |
|
| 973 | + 'OCP\\User\\Events\\BeforeUserDeletedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/BeforeUserDeletedEvent.php', |
|
| 974 | + 'OCP\\User\\Events\\BeforeUserIdUnassignedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/BeforeUserIdUnassignedEvent.php', |
|
| 975 | + 'OCP\\User\\Events\\BeforeUserLoggedInEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/BeforeUserLoggedInEvent.php', |
|
| 976 | + 'OCP\\User\\Events\\BeforeUserLoggedInWithCookieEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php', |
|
| 977 | + 'OCP\\User\\Events\\BeforeUserLoggedOutEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/BeforeUserLoggedOutEvent.php', |
|
| 978 | + 'OCP\\User\\Events\\OutOfOfficeChangedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/OutOfOfficeChangedEvent.php', |
|
| 979 | + 'OCP\\User\\Events\\OutOfOfficeClearedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/OutOfOfficeClearedEvent.php', |
|
| 980 | + 'OCP\\User\\Events\\OutOfOfficeEndedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/OutOfOfficeEndedEvent.php', |
|
| 981 | + 'OCP\\User\\Events\\OutOfOfficeScheduledEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/OutOfOfficeScheduledEvent.php', |
|
| 982 | + 'OCP\\User\\Events\\OutOfOfficeStartedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/OutOfOfficeStartedEvent.php', |
|
| 983 | + 'OCP\\User\\Events\\PasswordUpdatedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/PasswordUpdatedEvent.php', |
|
| 984 | + 'OCP\\User\\Events\\PostLoginEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/PostLoginEvent.php', |
|
| 985 | + 'OCP\\User\\Events\\UserChangedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/UserChangedEvent.php', |
|
| 986 | + 'OCP\\User\\Events\\UserCreatedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/UserCreatedEvent.php', |
|
| 987 | + 'OCP\\User\\Events\\UserDeletedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/UserDeletedEvent.php', |
|
| 988 | + 'OCP\\User\\Events\\UserFirstTimeLoggedInEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/UserFirstTimeLoggedInEvent.php', |
|
| 989 | + 'OCP\\User\\Events\\UserIdAssignedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/UserIdAssignedEvent.php', |
|
| 990 | + 'OCP\\User\\Events\\UserIdUnassignedEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/UserIdUnassignedEvent.php', |
|
| 991 | + 'OCP\\User\\Events\\UserLiveStatusEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/UserLiveStatusEvent.php', |
|
| 992 | + 'OCP\\User\\Events\\UserLoggedInEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/UserLoggedInEvent.php', |
|
| 993 | + 'OCP\\User\\Events\\UserLoggedInWithCookieEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/UserLoggedInWithCookieEvent.php', |
|
| 994 | + 'OCP\\User\\Events\\UserLoggedOutEvent' => __DIR__.'/../../..'.'/lib/public/User/Events/UserLoggedOutEvent.php', |
|
| 995 | + 'OCP\\User\\GetQuotaEvent' => __DIR__.'/../../..'.'/lib/public/User/GetQuotaEvent.php', |
|
| 996 | + 'OCP\\User\\IAvailabilityCoordinator' => __DIR__.'/../../..'.'/lib/public/User/IAvailabilityCoordinator.php', |
|
| 997 | + 'OCP\\User\\IOutOfOfficeData' => __DIR__.'/../../..'.'/lib/public/User/IOutOfOfficeData.php', |
|
| 998 | + 'OCP\\Util' => __DIR__.'/../../..'.'/lib/public/Util.php', |
|
| 999 | + 'OCP\\WorkflowEngine\\EntityContext\\IContextPortation' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/EntityContext/IContextPortation.php', |
|
| 1000 | + 'OCP\\WorkflowEngine\\EntityContext\\IDisplayName' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/EntityContext/IDisplayName.php', |
|
| 1001 | + 'OCP\\WorkflowEngine\\EntityContext\\IDisplayText' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/EntityContext/IDisplayText.php', |
|
| 1002 | + 'OCP\\WorkflowEngine\\EntityContext\\IIcon' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/EntityContext/IIcon.php', |
|
| 1003 | + 'OCP\\WorkflowEngine\\EntityContext\\IUrl' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/EntityContext/IUrl.php', |
|
| 1004 | + 'OCP\\WorkflowEngine\\Events\\LoadSettingsScriptsEvent' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/Events/LoadSettingsScriptsEvent.php', |
|
| 1005 | + 'OCP\\WorkflowEngine\\Events\\RegisterChecksEvent' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php', |
|
| 1006 | + 'OCP\\WorkflowEngine\\Events\\RegisterEntitiesEvent' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php', |
|
| 1007 | + 'OCP\\WorkflowEngine\\Events\\RegisterOperationsEvent' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php', |
|
| 1008 | + 'OCP\\WorkflowEngine\\GenericEntityEvent' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/GenericEntityEvent.php', |
|
| 1009 | + 'OCP\\WorkflowEngine\\ICheck' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/ICheck.php', |
|
| 1010 | + 'OCP\\WorkflowEngine\\IComplexOperation' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/IComplexOperation.php', |
|
| 1011 | + 'OCP\\WorkflowEngine\\IEntity' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/IEntity.php', |
|
| 1012 | + 'OCP\\WorkflowEngine\\IEntityCheck' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/IEntityCheck.php', |
|
| 1013 | + 'OCP\\WorkflowEngine\\IEntityEvent' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/IEntityEvent.php', |
|
| 1014 | + 'OCP\\WorkflowEngine\\IFileCheck' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/IFileCheck.php', |
|
| 1015 | + 'OCP\\WorkflowEngine\\IManager' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/IManager.php', |
|
| 1016 | + 'OCP\\WorkflowEngine\\IOperation' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/IOperation.php', |
|
| 1017 | + 'OCP\\WorkflowEngine\\IRuleMatcher' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/IRuleMatcher.php', |
|
| 1018 | + 'OCP\\WorkflowEngine\\ISpecificOperation' => __DIR__.'/../../..'.'/lib/public/WorkflowEngine/ISpecificOperation.php', |
|
| 1019 | + 'OC\\Accounts\\Account' => __DIR__.'/../../..'.'/lib/private/Accounts/Account.php', |
|
| 1020 | + 'OC\\Accounts\\AccountManager' => __DIR__.'/../../..'.'/lib/private/Accounts/AccountManager.php', |
|
| 1021 | + 'OC\\Accounts\\AccountProperty' => __DIR__.'/../../..'.'/lib/private/Accounts/AccountProperty.php', |
|
| 1022 | + 'OC\\Accounts\\AccountPropertyCollection' => __DIR__.'/../../..'.'/lib/private/Accounts/AccountPropertyCollection.php', |
|
| 1023 | + 'OC\\Accounts\\Hooks' => __DIR__.'/../../..'.'/lib/private/Accounts/Hooks.php', |
|
| 1024 | + 'OC\\Accounts\\TAccountsHelper' => __DIR__.'/../../..'.'/lib/private/Accounts/TAccountsHelper.php', |
|
| 1025 | + 'OC\\Activity\\ActivitySettingsAdapter' => __DIR__.'/../../..'.'/lib/private/Activity/ActivitySettingsAdapter.php', |
|
| 1026 | + 'OC\\Activity\\Event' => __DIR__.'/../../..'.'/lib/private/Activity/Event.php', |
|
| 1027 | + 'OC\\Activity\\EventMerger' => __DIR__.'/../../..'.'/lib/private/Activity/EventMerger.php', |
|
| 1028 | + 'OC\\Activity\\Manager' => __DIR__.'/../../..'.'/lib/private/Activity/Manager.php', |
|
| 1029 | + 'OC\\AllConfig' => __DIR__.'/../../..'.'/lib/private/AllConfig.php', |
|
| 1030 | + 'OC\\AppConfig' => __DIR__.'/../../..'.'/lib/private/AppConfig.php', |
|
| 1031 | + 'OC\\AppFramework\\App' => __DIR__.'/../../..'.'/lib/private/AppFramework/App.php', |
|
| 1032 | + 'OC\\AppFramework\\Bootstrap\\ARegistration' => __DIR__.'/../../..'.'/lib/private/AppFramework/Bootstrap/ARegistration.php', |
|
| 1033 | + 'OC\\AppFramework\\Bootstrap\\BootContext' => __DIR__.'/../../..'.'/lib/private/AppFramework/Bootstrap/BootContext.php', |
|
| 1034 | + 'OC\\AppFramework\\Bootstrap\\Coordinator' => __DIR__.'/../../..'.'/lib/private/AppFramework/Bootstrap/Coordinator.php', |
|
| 1035 | + 'OC\\AppFramework\\Bootstrap\\EventListenerRegistration' => __DIR__.'/../../..'.'/lib/private/AppFramework/Bootstrap/EventListenerRegistration.php', |
|
| 1036 | + 'OC\\AppFramework\\Bootstrap\\FunctionInjector' => __DIR__.'/../../..'.'/lib/private/AppFramework/Bootstrap/FunctionInjector.php', |
|
| 1037 | + 'OC\\AppFramework\\Bootstrap\\MiddlewareRegistration' => __DIR__.'/../../..'.'/lib/private/AppFramework/Bootstrap/MiddlewareRegistration.php', |
|
| 1038 | + 'OC\\AppFramework\\Bootstrap\\ParameterRegistration' => __DIR__.'/../../..'.'/lib/private/AppFramework/Bootstrap/ParameterRegistration.php', |
|
| 1039 | + 'OC\\AppFramework\\Bootstrap\\PreviewProviderRegistration' => __DIR__.'/../../..'.'/lib/private/AppFramework/Bootstrap/PreviewProviderRegistration.php', |
|
| 1040 | + 'OC\\AppFramework\\Bootstrap\\RegistrationContext' => __DIR__.'/../../..'.'/lib/private/AppFramework/Bootstrap/RegistrationContext.php', |
|
| 1041 | + 'OC\\AppFramework\\Bootstrap\\ServiceAliasRegistration' => __DIR__.'/../../..'.'/lib/private/AppFramework/Bootstrap/ServiceAliasRegistration.php', |
|
| 1042 | + 'OC\\AppFramework\\Bootstrap\\ServiceFactoryRegistration' => __DIR__.'/../../..'.'/lib/private/AppFramework/Bootstrap/ServiceFactoryRegistration.php', |
|
| 1043 | + 'OC\\AppFramework\\Bootstrap\\ServiceRegistration' => __DIR__.'/../../..'.'/lib/private/AppFramework/Bootstrap/ServiceRegistration.php', |
|
| 1044 | + 'OC\\AppFramework\\DependencyInjection\\DIContainer' => __DIR__.'/../../..'.'/lib/private/AppFramework/DependencyInjection/DIContainer.php', |
|
| 1045 | + 'OC\\AppFramework\\Http' => __DIR__.'/../../..'.'/lib/private/AppFramework/Http.php', |
|
| 1046 | + 'OC\\AppFramework\\Http\\Dispatcher' => __DIR__.'/../../..'.'/lib/private/AppFramework/Http/Dispatcher.php', |
|
| 1047 | + 'OC\\AppFramework\\Http\\Output' => __DIR__.'/../../..'.'/lib/private/AppFramework/Http/Output.php', |
|
| 1048 | + 'OC\\AppFramework\\Http\\Request' => __DIR__.'/../../..'.'/lib/private/AppFramework/Http/Request.php', |
|
| 1049 | + 'OC\\AppFramework\\Http\\RequestId' => __DIR__.'/../../..'.'/lib/private/AppFramework/Http/RequestId.php', |
|
| 1050 | + 'OC\\AppFramework\\Middleware\\AdditionalScriptsMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/AdditionalScriptsMiddleware.php', |
|
| 1051 | + 'OC\\AppFramework\\Middleware\\CompressionMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/CompressionMiddleware.php', |
|
| 1052 | + 'OC\\AppFramework\\Middleware\\FlowV2EphemeralSessionsMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/FlowV2EphemeralSessionsMiddleware.php', |
|
| 1053 | + 'OC\\AppFramework\\Middleware\\MiddlewareDispatcher' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php', |
|
| 1054 | + 'OC\\AppFramework\\Middleware\\NotModifiedMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/NotModifiedMiddleware.php', |
|
| 1055 | + 'OC\\AppFramework\\Middleware\\OCSMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/OCSMiddleware.php', |
|
| 1056 | + 'OC\\AppFramework\\Middleware\\PublicShare\\Exceptions\\NeedAuthenticationException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/PublicShare/Exceptions/NeedAuthenticationException.php', |
|
| 1057 | + 'OC\\AppFramework\\Middleware\\PublicShare\\PublicShareMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/PublicShare/PublicShareMiddleware.php', |
|
| 1058 | + 'OC\\AppFramework\\Middleware\\Security\\BruteForceMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php', |
|
| 1059 | + 'OC\\AppFramework\\Middleware\\Security\\CORSMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php', |
|
| 1060 | + 'OC\\AppFramework\\Middleware\\Security\\CSPMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/CSPMiddleware.php', |
|
| 1061 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\AdminIpNotAllowedException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/Exceptions/AdminIpNotAllowedException.php', |
|
| 1062 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\AppNotEnabledException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php', |
|
| 1063 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\CrossSiteRequestForgeryException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php', |
|
| 1064 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\ExAppRequiredException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/Exceptions/ExAppRequiredException.php', |
|
| 1065 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\LaxSameSiteCookieFailedException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/Exceptions/LaxSameSiteCookieFailedException.php', |
|
| 1066 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php', |
|
| 1067 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotConfirmedException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php', |
|
| 1068 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotLoggedInException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php', |
|
| 1069 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\ReloadExecutionException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/Exceptions/ReloadExecutionException.php', |
|
| 1070 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\SecurityException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php', |
|
| 1071 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\StrictCookieMissingException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php', |
|
| 1072 | + 'OC\\AppFramework\\Middleware\\Security\\FeaturePolicyMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/FeaturePolicyMiddleware.php', |
|
| 1073 | + 'OC\\AppFramework\\Middleware\\Security\\PasswordConfirmationMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/PasswordConfirmationMiddleware.php', |
|
| 1074 | + 'OC\\AppFramework\\Middleware\\Security\\RateLimitingMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php', |
|
| 1075 | + 'OC\\AppFramework\\Middleware\\Security\\ReloadExecutionMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/ReloadExecutionMiddleware.php', |
|
| 1076 | + 'OC\\AppFramework\\Middleware\\Security\\SameSiteCookieMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php', |
|
| 1077 | + 'OC\\AppFramework\\Middleware\\Security\\SecurityMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php', |
|
| 1078 | + 'OC\\AppFramework\\Middleware\\SessionMiddleware' => __DIR__.'/../../..'.'/lib/private/AppFramework/Middleware/SessionMiddleware.php', |
|
| 1079 | + 'OC\\AppFramework\\OCS\\BaseResponse' => __DIR__.'/../../..'.'/lib/private/AppFramework/OCS/BaseResponse.php', |
|
| 1080 | + 'OC\\AppFramework\\OCS\\V1Response' => __DIR__.'/../../..'.'/lib/private/AppFramework/OCS/V1Response.php', |
|
| 1081 | + 'OC\\AppFramework\\OCS\\V2Response' => __DIR__.'/../../..'.'/lib/private/AppFramework/OCS/V2Response.php', |
|
| 1082 | + 'OC\\AppFramework\\Routing\\RouteActionHandler' => __DIR__.'/../../..'.'/lib/private/AppFramework/Routing/RouteActionHandler.php', |
|
| 1083 | + 'OC\\AppFramework\\Routing\\RouteParser' => __DIR__.'/../../..'.'/lib/private/AppFramework/Routing/RouteParser.php', |
|
| 1084 | + 'OC\\AppFramework\\ScopedPsrLogger' => __DIR__.'/../../..'.'/lib/private/AppFramework/ScopedPsrLogger.php', |
|
| 1085 | + 'OC\\AppFramework\\Services\\AppConfig' => __DIR__.'/../../..'.'/lib/private/AppFramework/Services/AppConfig.php', |
|
| 1086 | + 'OC\\AppFramework\\Services\\InitialState' => __DIR__.'/../../..'.'/lib/private/AppFramework/Services/InitialState.php', |
|
| 1087 | + 'OC\\AppFramework\\Utility\\ControllerMethodReflector' => __DIR__.'/../../..'.'/lib/private/AppFramework/Utility/ControllerMethodReflector.php', |
|
| 1088 | + 'OC\\AppFramework\\Utility\\QueryNotFoundException' => __DIR__.'/../../..'.'/lib/private/AppFramework/Utility/QueryNotFoundException.php', |
|
| 1089 | + 'OC\\AppFramework\\Utility\\SimpleContainer' => __DIR__.'/../../..'.'/lib/private/AppFramework/Utility/SimpleContainer.php', |
|
| 1090 | + 'OC\\AppFramework\\Utility\\TimeFactory' => __DIR__.'/../../..'.'/lib/private/AppFramework/Utility/TimeFactory.php', |
|
| 1091 | + 'OC\\AppScriptDependency' => __DIR__.'/../../..'.'/lib/private/AppScriptDependency.php', |
|
| 1092 | + 'OC\\AppScriptSort' => __DIR__.'/../../..'.'/lib/private/AppScriptSort.php', |
|
| 1093 | + 'OC\\App\\AppManager' => __DIR__.'/../../..'.'/lib/private/App/AppManager.php', |
|
| 1094 | + 'OC\\App\\AppStore\\AppNotFoundException' => __DIR__.'/../../..'.'/lib/private/App/AppStore/AppNotFoundException.php', |
|
| 1095 | + 'OC\\App\\AppStore\\Bundles\\Bundle' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Bundles/Bundle.php', |
|
| 1096 | + 'OC\\App\\AppStore\\Bundles\\BundleFetcher' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Bundles/BundleFetcher.php', |
|
| 1097 | + 'OC\\App\\AppStore\\Bundles\\EducationBundle' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Bundles/EducationBundle.php', |
|
| 1098 | + 'OC\\App\\AppStore\\Bundles\\EnterpriseBundle' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Bundles/EnterpriseBundle.php', |
|
| 1099 | + 'OC\\App\\AppStore\\Bundles\\GroupwareBundle' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Bundles/GroupwareBundle.php', |
|
| 1100 | + 'OC\\App\\AppStore\\Bundles\\HubBundle' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Bundles/HubBundle.php', |
|
| 1101 | + 'OC\\App\\AppStore\\Bundles\\PublicSectorBundle' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Bundles/PublicSectorBundle.php', |
|
| 1102 | + 'OC\\App\\AppStore\\Bundles\\SocialSharingBundle' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Bundles/SocialSharingBundle.php', |
|
| 1103 | + 'OC\\App\\AppStore\\Fetcher\\AppDiscoverFetcher' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Fetcher/AppDiscoverFetcher.php', |
|
| 1104 | + 'OC\\App\\AppStore\\Fetcher\\AppFetcher' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Fetcher/AppFetcher.php', |
|
| 1105 | + 'OC\\App\\AppStore\\Fetcher\\CategoryFetcher' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Fetcher/CategoryFetcher.php', |
|
| 1106 | + 'OC\\App\\AppStore\\Fetcher\\Fetcher' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Fetcher/Fetcher.php', |
|
| 1107 | + 'OC\\App\\AppStore\\Version\\Version' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Version/Version.php', |
|
| 1108 | + 'OC\\App\\AppStore\\Version\\VersionParser' => __DIR__.'/../../..'.'/lib/private/App/AppStore/Version/VersionParser.php', |
|
| 1109 | + 'OC\\App\\CompareVersion' => __DIR__.'/../../..'.'/lib/private/App/CompareVersion.php', |
|
| 1110 | + 'OC\\App\\DependencyAnalyzer' => __DIR__.'/../../..'.'/lib/private/App/DependencyAnalyzer.php', |
|
| 1111 | + 'OC\\App\\InfoParser' => __DIR__.'/../../..'.'/lib/private/App/InfoParser.php', |
|
| 1112 | + 'OC\\App\\Platform' => __DIR__.'/../../..'.'/lib/private/App/Platform.php', |
|
| 1113 | + 'OC\\App\\PlatformRepository' => __DIR__.'/../../..'.'/lib/private/App/PlatformRepository.php', |
|
| 1114 | + 'OC\\Archive\\Archive' => __DIR__.'/../../..'.'/lib/private/Archive/Archive.php', |
|
| 1115 | + 'OC\\Archive\\TAR' => __DIR__.'/../../..'.'/lib/private/Archive/TAR.php', |
|
| 1116 | + 'OC\\Archive\\ZIP' => __DIR__.'/../../..'.'/lib/private/Archive/ZIP.php', |
|
| 1117 | + 'OC\\Authentication\\Events\\ARemoteWipeEvent' => __DIR__.'/../../..'.'/lib/private/Authentication/Events/ARemoteWipeEvent.php', |
|
| 1118 | + 'OC\\Authentication\\Events\\AppPasswordCreatedEvent' => __DIR__.'/../../..'.'/lib/private/Authentication/Events/AppPasswordCreatedEvent.php', |
|
| 1119 | + 'OC\\Authentication\\Events\\LoginFailed' => __DIR__.'/../../..'.'/lib/private/Authentication/Events/LoginFailed.php', |
|
| 1120 | + 'OC\\Authentication\\Events\\RemoteWipeFinished' => __DIR__.'/../../..'.'/lib/private/Authentication/Events/RemoteWipeFinished.php', |
|
| 1121 | + 'OC\\Authentication\\Events\\RemoteWipeStarted' => __DIR__.'/../../..'.'/lib/private/Authentication/Events/RemoteWipeStarted.php', |
|
| 1122 | + 'OC\\Authentication\\Exceptions\\ExpiredTokenException' => __DIR__.'/../../..'.'/lib/private/Authentication/Exceptions/ExpiredTokenException.php', |
|
| 1123 | + 'OC\\Authentication\\Exceptions\\InvalidProviderException' => __DIR__.'/../../..'.'/lib/private/Authentication/Exceptions/InvalidProviderException.php', |
|
| 1124 | + 'OC\\Authentication\\Exceptions\\InvalidTokenException' => __DIR__.'/../../..'.'/lib/private/Authentication/Exceptions/InvalidTokenException.php', |
|
| 1125 | + 'OC\\Authentication\\Exceptions\\LoginRequiredException' => __DIR__.'/../../..'.'/lib/private/Authentication/Exceptions/LoginRequiredException.php', |
|
| 1126 | + 'OC\\Authentication\\Exceptions\\PasswordLoginForbiddenException' => __DIR__.'/../../..'.'/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php', |
|
| 1127 | + 'OC\\Authentication\\Exceptions\\PasswordlessTokenException' => __DIR__.'/../../..'.'/lib/private/Authentication/Exceptions/PasswordlessTokenException.php', |
|
| 1128 | + 'OC\\Authentication\\Exceptions\\TokenPasswordExpiredException' => __DIR__.'/../../..'.'/lib/private/Authentication/Exceptions/TokenPasswordExpiredException.php', |
|
| 1129 | + 'OC\\Authentication\\Exceptions\\TwoFactorAuthRequiredException' => __DIR__.'/../../..'.'/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php', |
|
| 1130 | + 'OC\\Authentication\\Exceptions\\UserAlreadyLoggedInException' => __DIR__.'/../../..'.'/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php', |
|
| 1131 | + 'OC\\Authentication\\Exceptions\\WipeTokenException' => __DIR__.'/../../..'.'/lib/private/Authentication/Exceptions/WipeTokenException.php', |
|
| 1132 | + 'OC\\Authentication\\Listeners\\LoginFailedListener' => __DIR__.'/../../..'.'/lib/private/Authentication/Listeners/LoginFailedListener.php', |
|
| 1133 | + 'OC\\Authentication\\Listeners\\RemoteWipeActivityListener' => __DIR__.'/../../..'.'/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php', |
|
| 1134 | + 'OC\\Authentication\\Listeners\\RemoteWipeEmailListener' => __DIR__.'/../../..'.'/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php', |
|
| 1135 | + 'OC\\Authentication\\Listeners\\RemoteWipeNotificationsListener' => __DIR__.'/../../..'.'/lib/private/Authentication/Listeners/RemoteWipeNotificationsListener.php', |
|
| 1136 | + 'OC\\Authentication\\Listeners\\UserDeletedFilesCleanupListener' => __DIR__.'/../../..'.'/lib/private/Authentication/Listeners/UserDeletedFilesCleanupListener.php', |
|
| 1137 | + 'OC\\Authentication\\Listeners\\UserDeletedStoreCleanupListener' => __DIR__.'/../../..'.'/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php', |
|
| 1138 | + 'OC\\Authentication\\Listeners\\UserDeletedTokenCleanupListener' => __DIR__.'/../../..'.'/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php', |
|
| 1139 | + 'OC\\Authentication\\Listeners\\UserDeletedWebAuthnCleanupListener' => __DIR__.'/../../..'.'/lib/private/Authentication/Listeners/UserDeletedWebAuthnCleanupListener.php', |
|
| 1140 | + 'OC\\Authentication\\Listeners\\UserLoggedInListener' => __DIR__.'/../../..'.'/lib/private/Authentication/Listeners/UserLoggedInListener.php', |
|
| 1141 | + 'OC\\Authentication\\LoginCredentials\\Credentials' => __DIR__.'/../../..'.'/lib/private/Authentication/LoginCredentials/Credentials.php', |
|
| 1142 | + 'OC\\Authentication\\LoginCredentials\\Store' => __DIR__.'/../../..'.'/lib/private/Authentication/LoginCredentials/Store.php', |
|
| 1143 | + 'OC\\Authentication\\Login\\ALoginCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/ALoginCommand.php', |
|
| 1144 | + 'OC\\Authentication\\Login\\Chain' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/Chain.php', |
|
| 1145 | + 'OC\\Authentication\\Login\\ClearLostPasswordTokensCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/ClearLostPasswordTokensCommand.php', |
|
| 1146 | + 'OC\\Authentication\\Login\\CompleteLoginCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/CompleteLoginCommand.php', |
|
| 1147 | + 'OC\\Authentication\\Login\\CreateSessionTokenCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/CreateSessionTokenCommand.php', |
|
| 1148 | + 'OC\\Authentication\\Login\\FinishRememberedLoginCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/FinishRememberedLoginCommand.php', |
|
| 1149 | + 'OC\\Authentication\\Login\\FlowV2EphemeralSessionsCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/FlowV2EphemeralSessionsCommand.php', |
|
| 1150 | + 'OC\\Authentication\\Login\\LoggedInCheckCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/LoggedInCheckCommand.php', |
|
| 1151 | + 'OC\\Authentication\\Login\\LoginData' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/LoginData.php', |
|
| 1152 | + 'OC\\Authentication\\Login\\LoginResult' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/LoginResult.php', |
|
| 1153 | + 'OC\\Authentication\\Login\\PreLoginHookCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/PreLoginHookCommand.php', |
|
| 1154 | + 'OC\\Authentication\\Login\\SetUserTimezoneCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/SetUserTimezoneCommand.php', |
|
| 1155 | + 'OC\\Authentication\\Login\\TwoFactorCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/TwoFactorCommand.php', |
|
| 1156 | + 'OC\\Authentication\\Login\\UidLoginCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/UidLoginCommand.php', |
|
| 1157 | + 'OC\\Authentication\\Login\\UpdateLastPasswordConfirmCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/UpdateLastPasswordConfirmCommand.php', |
|
| 1158 | + 'OC\\Authentication\\Login\\UserDisabledCheckCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/UserDisabledCheckCommand.php', |
|
| 1159 | + 'OC\\Authentication\\Login\\WebAuthnChain' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/WebAuthnChain.php', |
|
| 1160 | + 'OC\\Authentication\\Login\\WebAuthnLoginCommand' => __DIR__.'/../../..'.'/lib/private/Authentication/Login/WebAuthnLoginCommand.php', |
|
| 1161 | + 'OC\\Authentication\\Notifications\\Notifier' => __DIR__.'/../../..'.'/lib/private/Authentication/Notifications/Notifier.php', |
|
| 1162 | + 'OC\\Authentication\\Token\\INamedToken' => __DIR__.'/../../..'.'/lib/private/Authentication/Token/INamedToken.php', |
|
| 1163 | + 'OC\\Authentication\\Token\\IProvider' => __DIR__.'/../../..'.'/lib/private/Authentication/Token/IProvider.php', |
|
| 1164 | + 'OC\\Authentication\\Token\\IToken' => __DIR__.'/../../..'.'/lib/private/Authentication/Token/IToken.php', |
|
| 1165 | + 'OC\\Authentication\\Token\\IWipeableToken' => __DIR__.'/../../..'.'/lib/private/Authentication/Token/IWipeableToken.php', |
|
| 1166 | + 'OC\\Authentication\\Token\\Manager' => __DIR__.'/../../..'.'/lib/private/Authentication/Token/Manager.php', |
|
| 1167 | + 'OC\\Authentication\\Token\\PublicKeyToken' => __DIR__.'/../../..'.'/lib/private/Authentication/Token/PublicKeyToken.php', |
|
| 1168 | + 'OC\\Authentication\\Token\\PublicKeyTokenMapper' => __DIR__.'/../../..'.'/lib/private/Authentication/Token/PublicKeyTokenMapper.php', |
|
| 1169 | + 'OC\\Authentication\\Token\\PublicKeyTokenProvider' => __DIR__.'/../../..'.'/lib/private/Authentication/Token/PublicKeyTokenProvider.php', |
|
| 1170 | + 'OC\\Authentication\\Token\\RemoteWipe' => __DIR__.'/../../..'.'/lib/private/Authentication/Token/RemoteWipe.php', |
|
| 1171 | + 'OC\\Authentication\\Token\\TokenCleanupJob' => __DIR__.'/../../..'.'/lib/private/Authentication/Token/TokenCleanupJob.php', |
|
| 1172 | + 'OC\\Authentication\\TwoFactorAuth\\Db\\ProviderUserAssignmentDao' => __DIR__.'/../../..'.'/lib/private/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDao.php', |
|
| 1173 | + 'OC\\Authentication\\TwoFactorAuth\\EnforcementState' => __DIR__.'/../../..'.'/lib/private/Authentication/TwoFactorAuth/EnforcementState.php', |
|
| 1174 | + 'OC\\Authentication\\TwoFactorAuth\\Manager' => __DIR__.'/../../..'.'/lib/private/Authentication/TwoFactorAuth/Manager.php', |
|
| 1175 | + 'OC\\Authentication\\TwoFactorAuth\\MandatoryTwoFactor' => __DIR__.'/../../..'.'/lib/private/Authentication/TwoFactorAuth/MandatoryTwoFactor.php', |
|
| 1176 | + 'OC\\Authentication\\TwoFactorAuth\\ProviderLoader' => __DIR__.'/../../..'.'/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php', |
|
| 1177 | + 'OC\\Authentication\\TwoFactorAuth\\ProviderManager' => __DIR__.'/../../..'.'/lib/private/Authentication/TwoFactorAuth/ProviderManager.php', |
|
| 1178 | + 'OC\\Authentication\\TwoFactorAuth\\ProviderSet' => __DIR__.'/../../..'.'/lib/private/Authentication/TwoFactorAuth/ProviderSet.php', |
|
| 1179 | + 'OC\\Authentication\\TwoFactorAuth\\Registry' => __DIR__.'/../../..'.'/lib/private/Authentication/TwoFactorAuth/Registry.php', |
|
| 1180 | + 'OC\\Authentication\\WebAuthn\\CredentialRepository' => __DIR__.'/../../..'.'/lib/private/Authentication/WebAuthn/CredentialRepository.php', |
|
| 1181 | + 'OC\\Authentication\\WebAuthn\\Db\\PublicKeyCredentialEntity' => __DIR__.'/../../..'.'/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php', |
|
| 1182 | + 'OC\\Authentication\\WebAuthn\\Db\\PublicKeyCredentialMapper' => __DIR__.'/../../..'.'/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php', |
|
| 1183 | + 'OC\\Authentication\\WebAuthn\\Manager' => __DIR__.'/../../..'.'/lib/private/Authentication/WebAuthn/Manager.php', |
|
| 1184 | + 'OC\\Avatar\\Avatar' => __DIR__.'/../../..'.'/lib/private/Avatar/Avatar.php', |
|
| 1185 | + 'OC\\Avatar\\AvatarManager' => __DIR__.'/../../..'.'/lib/private/Avatar/AvatarManager.php', |
|
| 1186 | + 'OC\\Avatar\\GuestAvatar' => __DIR__.'/../../..'.'/lib/private/Avatar/GuestAvatar.php', |
|
| 1187 | + 'OC\\Avatar\\PlaceholderAvatar' => __DIR__.'/../../..'.'/lib/private/Avatar/PlaceholderAvatar.php', |
|
| 1188 | + 'OC\\Avatar\\UserAvatar' => __DIR__.'/../../..'.'/lib/private/Avatar/UserAvatar.php', |
|
| 1189 | + 'OC\\BackgroundJob\\JobList' => __DIR__.'/../../..'.'/lib/private/BackgroundJob/JobList.php', |
|
| 1190 | + 'OC\\BinaryFinder' => __DIR__.'/../../..'.'/lib/private/BinaryFinder.php', |
|
| 1191 | + 'OC\\Blurhash\\Listener\\GenerateBlurhashMetadata' => __DIR__.'/../../..'.'/lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php', |
|
| 1192 | + 'OC\\Broadcast\\Events\\BroadcastEvent' => __DIR__.'/../../..'.'/lib/private/Broadcast/Events/BroadcastEvent.php', |
|
| 1193 | + 'OC\\Cache\\CappedMemoryCache' => __DIR__.'/../../..'.'/lib/private/Cache/CappedMemoryCache.php', |
|
| 1194 | + 'OC\\Cache\\File' => __DIR__.'/../../..'.'/lib/private/Cache/File.php', |
|
| 1195 | + 'OC\\Calendar\\AvailabilityResult' => __DIR__.'/../../..'.'/lib/private/Calendar/AvailabilityResult.php', |
|
| 1196 | + 'OC\\Calendar\\CalendarEventBuilder' => __DIR__.'/../../..'.'/lib/private/Calendar/CalendarEventBuilder.php', |
|
| 1197 | + 'OC\\Calendar\\CalendarQuery' => __DIR__.'/../../..'.'/lib/private/Calendar/CalendarQuery.php', |
|
| 1198 | + 'OC\\Calendar\\Manager' => __DIR__.'/../../..'.'/lib/private/Calendar/Manager.php', |
|
| 1199 | + 'OC\\Calendar\\Resource\\Manager' => __DIR__.'/../../..'.'/lib/private/Calendar/Resource/Manager.php', |
|
| 1200 | + 'OC\\Calendar\\ResourcesRoomsUpdater' => __DIR__.'/../../..'.'/lib/private/Calendar/ResourcesRoomsUpdater.php', |
|
| 1201 | + 'OC\\Calendar\\Room\\Manager' => __DIR__.'/../../..'.'/lib/private/Calendar/Room/Manager.php', |
|
| 1202 | + 'OC\\CapabilitiesManager' => __DIR__.'/../../..'.'/lib/private/CapabilitiesManager.php', |
|
| 1203 | + 'OC\\Collaboration\\AutoComplete\\Manager' => __DIR__.'/../../..'.'/lib/private/Collaboration/AutoComplete/Manager.php', |
|
| 1204 | + 'OC\\Collaboration\\Collaborators\\GroupPlugin' => __DIR__.'/../../..'.'/lib/private/Collaboration/Collaborators/GroupPlugin.php', |
|
| 1205 | + 'OC\\Collaboration\\Collaborators\\LookupPlugin' => __DIR__.'/../../..'.'/lib/private/Collaboration/Collaborators/LookupPlugin.php', |
|
| 1206 | + 'OC\\Collaboration\\Collaborators\\MailPlugin' => __DIR__.'/../../..'.'/lib/private/Collaboration/Collaborators/MailPlugin.php', |
|
| 1207 | + 'OC\\Collaboration\\Collaborators\\RemoteGroupPlugin' => __DIR__.'/../../..'.'/lib/private/Collaboration/Collaborators/RemoteGroupPlugin.php', |
|
| 1208 | + 'OC\\Collaboration\\Collaborators\\RemotePlugin' => __DIR__.'/../../..'.'/lib/private/Collaboration/Collaborators/RemotePlugin.php', |
|
| 1209 | + 'OC\\Collaboration\\Collaborators\\Search' => __DIR__.'/../../..'.'/lib/private/Collaboration/Collaborators/Search.php', |
|
| 1210 | + 'OC\\Collaboration\\Collaborators\\SearchResult' => __DIR__.'/../../..'.'/lib/private/Collaboration/Collaborators/SearchResult.php', |
|
| 1211 | + 'OC\\Collaboration\\Collaborators\\UserPlugin' => __DIR__.'/../../..'.'/lib/private/Collaboration/Collaborators/UserPlugin.php', |
|
| 1212 | + 'OC\\Collaboration\\Reference\\File\\FileReferenceEventListener' => __DIR__.'/../../..'.'/lib/private/Collaboration/Reference/File/FileReferenceEventListener.php', |
|
| 1213 | + 'OC\\Collaboration\\Reference\\File\\FileReferenceProvider' => __DIR__.'/../../..'.'/lib/private/Collaboration/Reference/File/FileReferenceProvider.php', |
|
| 1214 | + 'OC\\Collaboration\\Reference\\LinkReferenceProvider' => __DIR__.'/../../..'.'/lib/private/Collaboration/Reference/LinkReferenceProvider.php', |
|
| 1215 | + 'OC\\Collaboration\\Reference\\ReferenceManager' => __DIR__.'/../../..'.'/lib/private/Collaboration/Reference/ReferenceManager.php', |
|
| 1216 | + 'OC\\Collaboration\\Reference\\RenderReferenceEventListener' => __DIR__.'/../../..'.'/lib/private/Collaboration/Reference/RenderReferenceEventListener.php', |
|
| 1217 | + 'OC\\Collaboration\\Resources\\Collection' => __DIR__.'/../../..'.'/lib/private/Collaboration/Resources/Collection.php', |
|
| 1218 | + 'OC\\Collaboration\\Resources\\Listener' => __DIR__.'/../../..'.'/lib/private/Collaboration/Resources/Listener.php', |
|
| 1219 | + 'OC\\Collaboration\\Resources\\Manager' => __DIR__.'/../../..'.'/lib/private/Collaboration/Resources/Manager.php', |
|
| 1220 | + 'OC\\Collaboration\\Resources\\ProviderManager' => __DIR__.'/../../..'.'/lib/private/Collaboration/Resources/ProviderManager.php', |
|
| 1221 | + 'OC\\Collaboration\\Resources\\Resource' => __DIR__.'/../../..'.'/lib/private/Collaboration/Resources/Resource.php', |
|
| 1222 | + 'OC\\Color' => __DIR__.'/../../..'.'/lib/private/Color.php', |
|
| 1223 | + 'OC\\Command\\AsyncBus' => __DIR__.'/../../..'.'/lib/private/Command/AsyncBus.php', |
|
| 1224 | + 'OC\\Command\\CallableJob' => __DIR__.'/../../..'.'/lib/private/Command/CallableJob.php', |
|
| 1225 | + 'OC\\Command\\ClosureJob' => __DIR__.'/../../..'.'/lib/private/Command/ClosureJob.php', |
|
| 1226 | + 'OC\\Command\\CommandJob' => __DIR__.'/../../..'.'/lib/private/Command/CommandJob.php', |
|
| 1227 | + 'OC\\Command\\CronBus' => __DIR__.'/../../..'.'/lib/private/Command/CronBus.php', |
|
| 1228 | + 'OC\\Command\\FileAccess' => __DIR__.'/../../..'.'/lib/private/Command/FileAccess.php', |
|
| 1229 | + 'OC\\Command\\QueueBus' => __DIR__.'/../../..'.'/lib/private/Command/QueueBus.php', |
|
| 1230 | + 'OC\\Comments\\Comment' => __DIR__.'/../../..'.'/lib/private/Comments/Comment.php', |
|
| 1231 | + 'OC\\Comments\\Manager' => __DIR__.'/../../..'.'/lib/private/Comments/Manager.php', |
|
| 1232 | + 'OC\\Comments\\ManagerFactory' => __DIR__.'/../../..'.'/lib/private/Comments/ManagerFactory.php', |
|
| 1233 | + 'OC\\Config' => __DIR__.'/../../..'.'/lib/private/Config.php', |
|
| 1234 | + 'OC\\Config\\ConfigManager' => __DIR__.'/../../..'.'/lib/private/Config/ConfigManager.php', |
|
| 1235 | + 'OC\\Config\\Lexicon\\CoreConfigLexicon' => __DIR__.'/../../..'.'/lib/private/Config/Lexicon/CoreConfigLexicon.php', |
|
| 1236 | + 'OC\\Config\\UserConfig' => __DIR__.'/../../..'.'/lib/private/Config/UserConfig.php', |
|
| 1237 | + 'OC\\Console\\Application' => __DIR__.'/../../..'.'/lib/private/Console/Application.php', |
|
| 1238 | + 'OC\\Console\\TimestampFormatter' => __DIR__.'/../../..'.'/lib/private/Console/TimestampFormatter.php', |
|
| 1239 | + 'OC\\ContactsManager' => __DIR__.'/../../..'.'/lib/private/ContactsManager.php', |
|
| 1240 | + 'OC\\Contacts\\ContactsMenu\\ActionFactory' => __DIR__.'/../../..'.'/lib/private/Contacts/ContactsMenu/ActionFactory.php', |
|
| 1241 | + 'OC\\Contacts\\ContactsMenu\\ActionProviderStore' => __DIR__.'/../../..'.'/lib/private/Contacts/ContactsMenu/ActionProviderStore.php', |
|
| 1242 | + 'OC\\Contacts\\ContactsMenu\\Actions\\LinkAction' => __DIR__.'/../../..'.'/lib/private/Contacts/ContactsMenu/Actions/LinkAction.php', |
|
| 1243 | + 'OC\\Contacts\\ContactsMenu\\ContactsStore' => __DIR__.'/../../..'.'/lib/private/Contacts/ContactsMenu/ContactsStore.php', |
|
| 1244 | + 'OC\\Contacts\\ContactsMenu\\Entry' => __DIR__.'/../../..'.'/lib/private/Contacts/ContactsMenu/Entry.php', |
|
| 1245 | + 'OC\\Contacts\\ContactsMenu\\Manager' => __DIR__.'/../../..'.'/lib/private/Contacts/ContactsMenu/Manager.php', |
|
| 1246 | + 'OC\\Contacts\\ContactsMenu\\Providers\\EMailProvider' => __DIR__.'/../../..'.'/lib/private/Contacts/ContactsMenu/Providers/EMailProvider.php', |
|
| 1247 | + 'OC\\Contacts\\ContactsMenu\\Providers\\LocalTimeProvider' => __DIR__.'/../../..'.'/lib/private/Contacts/ContactsMenu/Providers/LocalTimeProvider.php', |
|
| 1248 | + 'OC\\Contacts\\ContactsMenu\\Providers\\ProfileProvider' => __DIR__.'/../../..'.'/lib/private/Contacts/ContactsMenu/Providers/ProfileProvider.php', |
|
| 1249 | + 'OC\\Core\\AppInfo\\Application' => __DIR__.'/../../..'.'/core/AppInfo/Application.php', |
|
| 1250 | + 'OC\\Core\\BackgroundJobs\\BackgroundCleanupUpdaterBackupsJob' => __DIR__.'/../../..'.'/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php', |
|
| 1251 | + 'OC\\Core\\BackgroundJobs\\CheckForUserCertificates' => __DIR__.'/../../..'.'/core/BackgroundJobs/CheckForUserCertificates.php', |
|
| 1252 | + 'OC\\Core\\BackgroundJobs\\CleanupLoginFlowV2' => __DIR__.'/../../..'.'/core/BackgroundJobs/CleanupLoginFlowV2.php', |
|
| 1253 | + 'OC\\Core\\BackgroundJobs\\GenerateMetadataJob' => __DIR__.'/../../..'.'/core/BackgroundJobs/GenerateMetadataJob.php', |
|
| 1254 | + 'OC\\Core\\BackgroundJobs\\LookupServerSendCheckBackgroundJob' => __DIR__.'/../../..'.'/core/BackgroundJobs/LookupServerSendCheckBackgroundJob.php', |
|
| 1255 | + 'OC\\Core\\Command\\App\\Disable' => __DIR__.'/../../..'.'/core/Command/App/Disable.php', |
|
| 1256 | + 'OC\\Core\\Command\\App\\Enable' => __DIR__.'/../../..'.'/core/Command/App/Enable.php', |
|
| 1257 | + 'OC\\Core\\Command\\App\\GetPath' => __DIR__.'/../../..'.'/core/Command/App/GetPath.php', |
|
| 1258 | + 'OC\\Core\\Command\\App\\Install' => __DIR__.'/../../..'.'/core/Command/App/Install.php', |
|
| 1259 | + 'OC\\Core\\Command\\App\\ListApps' => __DIR__.'/../../..'.'/core/Command/App/ListApps.php', |
|
| 1260 | + 'OC\\Core\\Command\\App\\Remove' => __DIR__.'/../../..'.'/core/Command/App/Remove.php', |
|
| 1261 | + 'OC\\Core\\Command\\App\\Update' => __DIR__.'/../../..'.'/core/Command/App/Update.php', |
|
| 1262 | + 'OC\\Core\\Command\\Background\\Delete' => __DIR__.'/../../..'.'/core/Command/Background/Delete.php', |
|
| 1263 | + 'OC\\Core\\Command\\Background\\Job' => __DIR__.'/../../..'.'/core/Command/Background/Job.php', |
|
| 1264 | + 'OC\\Core\\Command\\Background\\JobBase' => __DIR__.'/../../..'.'/core/Command/Background/JobBase.php', |
|
| 1265 | + 'OC\\Core\\Command\\Background\\JobWorker' => __DIR__.'/../../..'.'/core/Command/Background/JobWorker.php', |
|
| 1266 | + 'OC\\Core\\Command\\Background\\ListCommand' => __DIR__.'/../../..'.'/core/Command/Background/ListCommand.php', |
|
| 1267 | + 'OC\\Core\\Command\\Background\\Mode' => __DIR__.'/../../..'.'/core/Command/Background/Mode.php', |
|
| 1268 | + 'OC\\Core\\Command\\Base' => __DIR__.'/../../..'.'/core/Command/Base.php', |
|
| 1269 | + 'OC\\Core\\Command\\Broadcast\\Test' => __DIR__.'/../../..'.'/core/Command/Broadcast/Test.php', |
|
| 1270 | + 'OC\\Core\\Command\\Check' => __DIR__.'/../../..'.'/core/Command/Check.php', |
|
| 1271 | + 'OC\\Core\\Command\\Config\\App\\Base' => __DIR__.'/../../..'.'/core/Command/Config/App/Base.php', |
|
| 1272 | + 'OC\\Core\\Command\\Config\\App\\DeleteConfig' => __DIR__.'/../../..'.'/core/Command/Config/App/DeleteConfig.php', |
|
| 1273 | + 'OC\\Core\\Command\\Config\\App\\GetConfig' => __DIR__.'/../../..'.'/core/Command/Config/App/GetConfig.php', |
|
| 1274 | + 'OC\\Core\\Command\\Config\\App\\SetConfig' => __DIR__.'/../../..'.'/core/Command/Config/App/SetConfig.php', |
|
| 1275 | + 'OC\\Core\\Command\\Config\\Import' => __DIR__.'/../../..'.'/core/Command/Config/Import.php', |
|
| 1276 | + 'OC\\Core\\Command\\Config\\ListConfigs' => __DIR__.'/../../..'.'/core/Command/Config/ListConfigs.php', |
|
| 1277 | + 'OC\\Core\\Command\\Config\\System\\Base' => __DIR__.'/../../..'.'/core/Command/Config/System/Base.php', |
|
| 1278 | + 'OC\\Core\\Command\\Config\\System\\DeleteConfig' => __DIR__.'/../../..'.'/core/Command/Config/System/DeleteConfig.php', |
|
| 1279 | + 'OC\\Core\\Command\\Config\\System\\GetConfig' => __DIR__.'/../../..'.'/core/Command/Config/System/GetConfig.php', |
|
| 1280 | + 'OC\\Core\\Command\\Config\\System\\SetConfig' => __DIR__.'/../../..'.'/core/Command/Config/System/SetConfig.php', |
|
| 1281 | + 'OC\\Core\\Command\\Db\\AddMissingColumns' => __DIR__.'/../../..'.'/core/Command/Db/AddMissingColumns.php', |
|
| 1282 | + 'OC\\Core\\Command\\Db\\AddMissingIndices' => __DIR__.'/../../..'.'/core/Command/Db/AddMissingIndices.php', |
|
| 1283 | + 'OC\\Core\\Command\\Db\\AddMissingPrimaryKeys' => __DIR__.'/../../..'.'/core/Command/Db/AddMissingPrimaryKeys.php', |
|
| 1284 | + 'OC\\Core\\Command\\Db\\ConvertFilecacheBigInt' => __DIR__.'/../../..'.'/core/Command/Db/ConvertFilecacheBigInt.php', |
|
| 1285 | + 'OC\\Core\\Command\\Db\\ConvertMysqlToMB4' => __DIR__.'/../../..'.'/core/Command/Db/ConvertMysqlToMB4.php', |
|
| 1286 | + 'OC\\Core\\Command\\Db\\ConvertType' => __DIR__.'/../../..'.'/core/Command/Db/ConvertType.php', |
|
| 1287 | + 'OC\\Core\\Command\\Db\\ExpectedSchema' => __DIR__.'/../../..'.'/core/Command/Db/ExpectedSchema.php', |
|
| 1288 | + 'OC\\Core\\Command\\Db\\ExportSchema' => __DIR__.'/../../..'.'/core/Command/Db/ExportSchema.php', |
|
| 1289 | + 'OC\\Core\\Command\\Db\\Migrations\\ExecuteCommand' => __DIR__.'/../../..'.'/core/Command/Db/Migrations/ExecuteCommand.php', |
|
| 1290 | + 'OC\\Core\\Command\\Db\\Migrations\\GenerateCommand' => __DIR__.'/../../..'.'/core/Command/Db/Migrations/GenerateCommand.php', |
|
| 1291 | + 'OC\\Core\\Command\\Db\\Migrations\\GenerateMetadataCommand' => __DIR__.'/../../..'.'/core/Command/Db/Migrations/GenerateMetadataCommand.php', |
|
| 1292 | + 'OC\\Core\\Command\\Db\\Migrations\\MigrateCommand' => __DIR__.'/../../..'.'/core/Command/Db/Migrations/MigrateCommand.php', |
|
| 1293 | + 'OC\\Core\\Command\\Db\\Migrations\\PreviewCommand' => __DIR__.'/../../..'.'/core/Command/Db/Migrations/PreviewCommand.php', |
|
| 1294 | + 'OC\\Core\\Command\\Db\\Migrations\\StatusCommand' => __DIR__.'/../../..'.'/core/Command/Db/Migrations/StatusCommand.php', |
|
| 1295 | + 'OC\\Core\\Command\\Db\\SchemaEncoder' => __DIR__.'/../../..'.'/core/Command/Db/SchemaEncoder.php', |
|
| 1296 | + 'OC\\Core\\Command\\Encryption\\ChangeKeyStorageRoot' => __DIR__.'/../../..'.'/core/Command/Encryption/ChangeKeyStorageRoot.php', |
|
| 1297 | + 'OC\\Core\\Command\\Encryption\\DecryptAll' => __DIR__.'/../../..'.'/core/Command/Encryption/DecryptAll.php', |
|
| 1298 | + 'OC\\Core\\Command\\Encryption\\Disable' => __DIR__.'/../../..'.'/core/Command/Encryption/Disable.php', |
|
| 1299 | + 'OC\\Core\\Command\\Encryption\\Enable' => __DIR__.'/../../..'.'/core/Command/Encryption/Enable.php', |
|
| 1300 | + 'OC\\Core\\Command\\Encryption\\EncryptAll' => __DIR__.'/../../..'.'/core/Command/Encryption/EncryptAll.php', |
|
| 1301 | + 'OC\\Core\\Command\\Encryption\\ListModules' => __DIR__.'/../../..'.'/core/Command/Encryption/ListModules.php', |
|
| 1302 | + 'OC\\Core\\Command\\Encryption\\MigrateKeyStorage' => __DIR__.'/../../..'.'/core/Command/Encryption/MigrateKeyStorage.php', |
|
| 1303 | + 'OC\\Core\\Command\\Encryption\\SetDefaultModule' => __DIR__.'/../../..'.'/core/Command/Encryption/SetDefaultModule.php', |
|
| 1304 | + 'OC\\Core\\Command\\Encryption\\ShowKeyStorageRoot' => __DIR__.'/../../..'.'/core/Command/Encryption/ShowKeyStorageRoot.php', |
|
| 1305 | + 'OC\\Core\\Command\\Encryption\\Status' => __DIR__.'/../../..'.'/core/Command/Encryption/Status.php', |
|
| 1306 | + 'OC\\Core\\Command\\FilesMetadata\\Get' => __DIR__.'/../../..'.'/core/Command/FilesMetadata/Get.php', |
|
| 1307 | + 'OC\\Core\\Command\\Group\\Add' => __DIR__.'/../../..'.'/core/Command/Group/Add.php', |
|
| 1308 | + 'OC\\Core\\Command\\Group\\AddUser' => __DIR__.'/../../..'.'/core/Command/Group/AddUser.php', |
|
| 1309 | + 'OC\\Core\\Command\\Group\\Delete' => __DIR__.'/../../..'.'/core/Command/Group/Delete.php', |
|
| 1310 | + 'OC\\Core\\Command\\Group\\Info' => __DIR__.'/../../..'.'/core/Command/Group/Info.php', |
|
| 1311 | + 'OC\\Core\\Command\\Group\\ListCommand' => __DIR__.'/../../..'.'/core/Command/Group/ListCommand.php', |
|
| 1312 | + 'OC\\Core\\Command\\Group\\RemoveUser' => __DIR__.'/../../..'.'/core/Command/Group/RemoveUser.php', |
|
| 1313 | + 'OC\\Core\\Command\\Info\\File' => __DIR__.'/../../..'.'/core/Command/Info/File.php', |
|
| 1314 | + 'OC\\Core\\Command\\Info\\FileUtils' => __DIR__.'/../../..'.'/core/Command/Info/FileUtils.php', |
|
| 1315 | + 'OC\\Core\\Command\\Info\\Space' => __DIR__.'/../../..'.'/core/Command/Info/Space.php', |
|
| 1316 | + 'OC\\Core\\Command\\Info\\Storage' => __DIR__.'/../../..'.'/core/Command/Info/Storage.php', |
|
| 1317 | + 'OC\\Core\\Command\\Info\\Storages' => __DIR__.'/../../..'.'/core/Command/Info/Storages.php', |
|
| 1318 | + 'OC\\Core\\Command\\Integrity\\CheckApp' => __DIR__.'/../../..'.'/core/Command/Integrity/CheckApp.php', |
|
| 1319 | + 'OC\\Core\\Command\\Integrity\\CheckCore' => __DIR__.'/../../..'.'/core/Command/Integrity/CheckCore.php', |
|
| 1320 | + 'OC\\Core\\Command\\Integrity\\SignApp' => __DIR__.'/../../..'.'/core/Command/Integrity/SignApp.php', |
|
| 1321 | + 'OC\\Core\\Command\\Integrity\\SignCore' => __DIR__.'/../../..'.'/core/Command/Integrity/SignCore.php', |
|
| 1322 | + 'OC\\Core\\Command\\InterruptedException' => __DIR__.'/../../..'.'/core/Command/InterruptedException.php', |
|
| 1323 | + 'OC\\Core\\Command\\L10n\\CreateJs' => __DIR__.'/../../..'.'/core/Command/L10n/CreateJs.php', |
|
| 1324 | + 'OC\\Core\\Command\\Log\\File' => __DIR__.'/../../..'.'/core/Command/Log/File.php', |
|
| 1325 | + 'OC\\Core\\Command\\Log\\Manage' => __DIR__.'/../../..'.'/core/Command/Log/Manage.php', |
|
| 1326 | + 'OC\\Core\\Command\\Maintenance\\DataFingerprint' => __DIR__.'/../../..'.'/core/Command/Maintenance/DataFingerprint.php', |
|
| 1327 | + 'OC\\Core\\Command\\Maintenance\\Install' => __DIR__.'/../../..'.'/core/Command/Maintenance/Install.php', |
|
| 1328 | + 'OC\\Core\\Command\\Maintenance\\Mimetype\\GenerateMimetypeFileBuilder' => __DIR__.'/../../..'.'/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php', |
|
| 1329 | + 'OC\\Core\\Command\\Maintenance\\Mimetype\\UpdateDB' => __DIR__.'/../../..'.'/core/Command/Maintenance/Mimetype/UpdateDB.php', |
|
| 1330 | + 'OC\\Core\\Command\\Maintenance\\Mimetype\\UpdateJS' => __DIR__.'/../../..'.'/core/Command/Maintenance/Mimetype/UpdateJS.php', |
|
| 1331 | + 'OC\\Core\\Command\\Maintenance\\Mode' => __DIR__.'/../../..'.'/core/Command/Maintenance/Mode.php', |
|
| 1332 | + 'OC\\Core\\Command\\Maintenance\\Repair' => __DIR__.'/../../..'.'/core/Command/Maintenance/Repair.php', |
|
| 1333 | + 'OC\\Core\\Command\\Maintenance\\RepairShareOwnership' => __DIR__.'/../../..'.'/core/Command/Maintenance/RepairShareOwnership.php', |
|
| 1334 | + 'OC\\Core\\Command\\Maintenance\\UpdateHtaccess' => __DIR__.'/../../..'.'/core/Command/Maintenance/UpdateHtaccess.php', |
|
| 1335 | + 'OC\\Core\\Command\\Maintenance\\UpdateTheme' => __DIR__.'/../../..'.'/core/Command/Maintenance/UpdateTheme.php', |
|
| 1336 | + 'OC\\Core\\Command\\Memcache\\RedisCommand' => __DIR__.'/../../..'.'/core/Command/Memcache/RedisCommand.php', |
|
| 1337 | + 'OC\\Core\\Command\\Preview\\Cleanup' => __DIR__.'/../../..'.'/core/Command/Preview/Cleanup.php', |
|
| 1338 | + 'OC\\Core\\Command\\Preview\\Generate' => __DIR__.'/../../..'.'/core/Command/Preview/Generate.php', |
|
| 1339 | + 'OC\\Core\\Command\\Preview\\Repair' => __DIR__.'/../../..'.'/core/Command/Preview/Repair.php', |
|
| 1340 | + 'OC\\Core\\Command\\Preview\\ResetRenderedTexts' => __DIR__.'/../../..'.'/core/Command/Preview/ResetRenderedTexts.php', |
|
| 1341 | + 'OC\\Core\\Command\\Security\\BruteforceAttempts' => __DIR__.'/../../..'.'/core/Command/Security/BruteforceAttempts.php', |
|
| 1342 | + 'OC\\Core\\Command\\Security\\BruteforceResetAttempts' => __DIR__.'/../../..'.'/core/Command/Security/BruteforceResetAttempts.php', |
|
| 1343 | + 'OC\\Core\\Command\\Security\\ExportCertificates' => __DIR__.'/../../..'.'/core/Command/Security/ExportCertificates.php', |
|
| 1344 | + 'OC\\Core\\Command\\Security\\ImportCertificate' => __DIR__.'/../../..'.'/core/Command/Security/ImportCertificate.php', |
|
| 1345 | + 'OC\\Core\\Command\\Security\\ListCertificates' => __DIR__.'/../../..'.'/core/Command/Security/ListCertificates.php', |
|
| 1346 | + 'OC\\Core\\Command\\Security\\RemoveCertificate' => __DIR__.'/../../..'.'/core/Command/Security/RemoveCertificate.php', |
|
| 1347 | + 'OC\\Core\\Command\\SetupChecks' => __DIR__.'/../../..'.'/core/Command/SetupChecks.php', |
|
| 1348 | + 'OC\\Core\\Command\\Status' => __DIR__.'/../../..'.'/core/Command/Status.php', |
|
| 1349 | + 'OC\\Core\\Command\\SystemTag\\Add' => __DIR__.'/../../..'.'/core/Command/SystemTag/Add.php', |
|
| 1350 | + 'OC\\Core\\Command\\SystemTag\\Delete' => __DIR__.'/../../..'.'/core/Command/SystemTag/Delete.php', |
|
| 1351 | + 'OC\\Core\\Command\\SystemTag\\Edit' => __DIR__.'/../../..'.'/core/Command/SystemTag/Edit.php', |
|
| 1352 | + 'OC\\Core\\Command\\SystemTag\\ListCommand' => __DIR__.'/../../..'.'/core/Command/SystemTag/ListCommand.php', |
|
| 1353 | + 'OC\\Core\\Command\\TaskProcessing\\EnabledCommand' => __DIR__.'/../../..'.'/core/Command/TaskProcessing/EnabledCommand.php', |
|
| 1354 | + 'OC\\Core\\Command\\TaskProcessing\\GetCommand' => __DIR__.'/../../..'.'/core/Command/TaskProcessing/GetCommand.php', |
|
| 1355 | + 'OC\\Core\\Command\\TaskProcessing\\ListCommand' => __DIR__.'/../../..'.'/core/Command/TaskProcessing/ListCommand.php', |
|
| 1356 | + 'OC\\Core\\Command\\TaskProcessing\\Statistics' => __DIR__.'/../../..'.'/core/Command/TaskProcessing/Statistics.php', |
|
| 1357 | + 'OC\\Core\\Command\\TwoFactorAuth\\Base' => __DIR__.'/../../..'.'/core/Command/TwoFactorAuth/Base.php', |
|
| 1358 | + 'OC\\Core\\Command\\TwoFactorAuth\\Cleanup' => __DIR__.'/../../..'.'/core/Command/TwoFactorAuth/Cleanup.php', |
|
| 1359 | + 'OC\\Core\\Command\\TwoFactorAuth\\Disable' => __DIR__.'/../../..'.'/core/Command/TwoFactorAuth/Disable.php', |
|
| 1360 | + 'OC\\Core\\Command\\TwoFactorAuth\\Enable' => __DIR__.'/../../..'.'/core/Command/TwoFactorAuth/Enable.php', |
|
| 1361 | + 'OC\\Core\\Command\\TwoFactorAuth\\Enforce' => __DIR__.'/../../..'.'/core/Command/TwoFactorAuth/Enforce.php', |
|
| 1362 | + 'OC\\Core\\Command\\TwoFactorAuth\\State' => __DIR__.'/../../..'.'/core/Command/TwoFactorAuth/State.php', |
|
| 1363 | + 'OC\\Core\\Command\\Upgrade' => __DIR__.'/../../..'.'/core/Command/Upgrade.php', |
|
| 1364 | + 'OC\\Core\\Command\\User\\Add' => __DIR__.'/../../..'.'/core/Command/User/Add.php', |
|
| 1365 | + 'OC\\Core\\Command\\User\\AuthTokens\\Add' => __DIR__.'/../../..'.'/core/Command/User/AuthTokens/Add.php', |
|
| 1366 | + 'OC\\Core\\Command\\User\\AuthTokens\\Delete' => __DIR__.'/../../..'.'/core/Command/User/AuthTokens/Delete.php', |
|
| 1367 | + 'OC\\Core\\Command\\User\\AuthTokens\\ListCommand' => __DIR__.'/../../..'.'/core/Command/User/AuthTokens/ListCommand.php', |
|
| 1368 | + 'OC\\Core\\Command\\User\\ClearGeneratedAvatarCacheCommand' => __DIR__.'/../../..'.'/core/Command/User/ClearGeneratedAvatarCacheCommand.php', |
|
| 1369 | + 'OC\\Core\\Command\\User\\Delete' => __DIR__.'/../../..'.'/core/Command/User/Delete.php', |
|
| 1370 | + 'OC\\Core\\Command\\User\\Disable' => __DIR__.'/../../..'.'/core/Command/User/Disable.php', |
|
| 1371 | + 'OC\\Core\\Command\\User\\Enable' => __DIR__.'/../../..'.'/core/Command/User/Enable.php', |
|
| 1372 | + 'OC\\Core\\Command\\User\\Info' => __DIR__.'/../../..'.'/core/Command/User/Info.php', |
|
| 1373 | + 'OC\\Core\\Command\\User\\Keys\\Verify' => __DIR__.'/../../..'.'/core/Command/User/Keys/Verify.php', |
|
| 1374 | + 'OC\\Core\\Command\\User\\LastSeen' => __DIR__.'/../../..'.'/core/Command/User/LastSeen.php', |
|
| 1375 | + 'OC\\Core\\Command\\User\\ListCommand' => __DIR__.'/../../..'.'/core/Command/User/ListCommand.php', |
|
| 1376 | + 'OC\\Core\\Command\\User\\Profile' => __DIR__.'/../../..'.'/core/Command/User/Profile.php', |
|
| 1377 | + 'OC\\Core\\Command\\User\\Report' => __DIR__.'/../../..'.'/core/Command/User/Report.php', |
|
| 1378 | + 'OC\\Core\\Command\\User\\ResetPassword' => __DIR__.'/../../..'.'/core/Command/User/ResetPassword.php', |
|
| 1379 | + 'OC\\Core\\Command\\User\\Setting' => __DIR__.'/../../..'.'/core/Command/User/Setting.php', |
|
| 1380 | + 'OC\\Core\\Command\\User\\SyncAccountDataCommand' => __DIR__.'/../../..'.'/core/Command/User/SyncAccountDataCommand.php', |
|
| 1381 | + 'OC\\Core\\Command\\User\\Welcome' => __DIR__.'/../../..'.'/core/Command/User/Welcome.php', |
|
| 1382 | + 'OC\\Core\\Controller\\AppPasswordController' => __DIR__.'/../../..'.'/core/Controller/AppPasswordController.php', |
|
| 1383 | + 'OC\\Core\\Controller\\AutoCompleteController' => __DIR__.'/../../..'.'/core/Controller/AutoCompleteController.php', |
|
| 1384 | + 'OC\\Core\\Controller\\AvatarController' => __DIR__.'/../../..'.'/core/Controller/AvatarController.php', |
|
| 1385 | + 'OC\\Core\\Controller\\CSRFTokenController' => __DIR__.'/../../..'.'/core/Controller/CSRFTokenController.php', |
|
| 1386 | + 'OC\\Core\\Controller\\ClientFlowLoginController' => __DIR__.'/../../..'.'/core/Controller/ClientFlowLoginController.php', |
|
| 1387 | + 'OC\\Core\\Controller\\ClientFlowLoginV2Controller' => __DIR__.'/../../..'.'/core/Controller/ClientFlowLoginV2Controller.php', |
|
| 1388 | + 'OC\\Core\\Controller\\CollaborationResourcesController' => __DIR__.'/../../..'.'/core/Controller/CollaborationResourcesController.php', |
|
| 1389 | + 'OC\\Core\\Controller\\ContactsMenuController' => __DIR__.'/../../..'.'/core/Controller/ContactsMenuController.php', |
|
| 1390 | + 'OC\\Core\\Controller\\CssController' => __DIR__.'/../../..'.'/core/Controller/CssController.php', |
|
| 1391 | + 'OC\\Core\\Controller\\ErrorController' => __DIR__.'/../../..'.'/core/Controller/ErrorController.php', |
|
| 1392 | + 'OC\\Core\\Controller\\GuestAvatarController' => __DIR__.'/../../..'.'/core/Controller/GuestAvatarController.php', |
|
| 1393 | + 'OC\\Core\\Controller\\HoverCardController' => __DIR__.'/../../..'.'/core/Controller/HoverCardController.php', |
|
| 1394 | + 'OC\\Core\\Controller\\JsController' => __DIR__.'/../../..'.'/core/Controller/JsController.php', |
|
| 1395 | + 'OC\\Core\\Controller\\LoginController' => __DIR__.'/../../..'.'/core/Controller/LoginController.php', |
|
| 1396 | + 'OC\\Core\\Controller\\LostController' => __DIR__.'/../../..'.'/core/Controller/LostController.php', |
|
| 1397 | + 'OC\\Core\\Controller\\NavigationController' => __DIR__.'/../../..'.'/core/Controller/NavigationController.php', |
|
| 1398 | + 'OC\\Core\\Controller\\OCJSController' => __DIR__.'/../../..'.'/core/Controller/OCJSController.php', |
|
| 1399 | + 'OC\\Core\\Controller\\OCMController' => __DIR__.'/../../..'.'/core/Controller/OCMController.php', |
|
| 1400 | + 'OC\\Core\\Controller\\OCSController' => __DIR__.'/../../..'.'/core/Controller/OCSController.php', |
|
| 1401 | + 'OC\\Core\\Controller\\PreviewController' => __DIR__.'/../../..'.'/core/Controller/PreviewController.php', |
|
| 1402 | + 'OC\\Core\\Controller\\ProfileApiController' => __DIR__.'/../../..'.'/core/Controller/ProfileApiController.php', |
|
| 1403 | + 'OC\\Core\\Controller\\RecommendedAppsController' => __DIR__.'/../../..'.'/core/Controller/RecommendedAppsController.php', |
|
| 1404 | + 'OC\\Core\\Controller\\ReferenceApiController' => __DIR__.'/../../..'.'/core/Controller/ReferenceApiController.php', |
|
| 1405 | + 'OC\\Core\\Controller\\ReferenceController' => __DIR__.'/../../..'.'/core/Controller/ReferenceController.php', |
|
| 1406 | + 'OC\\Core\\Controller\\SetupController' => __DIR__.'/../../..'.'/core/Controller/SetupController.php', |
|
| 1407 | + 'OC\\Core\\Controller\\TaskProcessingApiController' => __DIR__.'/../../..'.'/core/Controller/TaskProcessingApiController.php', |
|
| 1408 | + 'OC\\Core\\Controller\\TeamsApiController' => __DIR__.'/../../..'.'/core/Controller/TeamsApiController.php', |
|
| 1409 | + 'OC\\Core\\Controller\\TextProcessingApiController' => __DIR__.'/../../..'.'/core/Controller/TextProcessingApiController.php', |
|
| 1410 | + 'OC\\Core\\Controller\\TextToImageApiController' => __DIR__.'/../../..'.'/core/Controller/TextToImageApiController.php', |
|
| 1411 | + 'OC\\Core\\Controller\\TranslationApiController' => __DIR__.'/../../..'.'/core/Controller/TranslationApiController.php', |
|
| 1412 | + 'OC\\Core\\Controller\\TwoFactorApiController' => __DIR__.'/../../..'.'/core/Controller/TwoFactorApiController.php', |
|
| 1413 | + 'OC\\Core\\Controller\\TwoFactorChallengeController' => __DIR__.'/../../..'.'/core/Controller/TwoFactorChallengeController.php', |
|
| 1414 | + 'OC\\Core\\Controller\\UnifiedSearchController' => __DIR__.'/../../..'.'/core/Controller/UnifiedSearchController.php', |
|
| 1415 | + 'OC\\Core\\Controller\\UnsupportedBrowserController' => __DIR__.'/../../..'.'/core/Controller/UnsupportedBrowserController.php', |
|
| 1416 | + 'OC\\Core\\Controller\\UserController' => __DIR__.'/../../..'.'/core/Controller/UserController.php', |
|
| 1417 | + 'OC\\Core\\Controller\\WalledGardenController' => __DIR__.'/../../..'.'/core/Controller/WalledGardenController.php', |
|
| 1418 | + 'OC\\Core\\Controller\\WebAuthnController' => __DIR__.'/../../..'.'/core/Controller/WebAuthnController.php', |
|
| 1419 | + 'OC\\Core\\Controller\\WellKnownController' => __DIR__.'/../../..'.'/core/Controller/WellKnownController.php', |
|
| 1420 | + 'OC\\Core\\Controller\\WhatsNewController' => __DIR__.'/../../..'.'/core/Controller/WhatsNewController.php', |
|
| 1421 | + 'OC\\Core\\Controller\\WipeController' => __DIR__.'/../../..'.'/core/Controller/WipeController.php', |
|
| 1422 | + 'OC\\Core\\Data\\LoginFlowV2Credentials' => __DIR__.'/../../..'.'/core/Data/LoginFlowV2Credentials.php', |
|
| 1423 | + 'OC\\Core\\Data\\LoginFlowV2Tokens' => __DIR__.'/../../..'.'/core/Data/LoginFlowV2Tokens.php', |
|
| 1424 | + 'OC\\Core\\Db\\LoginFlowV2' => __DIR__.'/../../..'.'/core/Db/LoginFlowV2.php', |
|
| 1425 | + 'OC\\Core\\Db\\LoginFlowV2Mapper' => __DIR__.'/../../..'.'/core/Db/LoginFlowV2Mapper.php', |
|
| 1426 | + 'OC\\Core\\Db\\ProfileConfig' => __DIR__.'/../../..'.'/core/Db/ProfileConfig.php', |
|
| 1427 | + 'OC\\Core\\Db\\ProfileConfigMapper' => __DIR__.'/../../..'.'/core/Db/ProfileConfigMapper.php', |
|
| 1428 | + 'OC\\Core\\Events\\BeforePasswordResetEvent' => __DIR__.'/../../..'.'/core/Events/BeforePasswordResetEvent.php', |
|
| 1429 | + 'OC\\Core\\Events\\PasswordResetEvent' => __DIR__.'/../../..'.'/core/Events/PasswordResetEvent.php', |
|
| 1430 | + 'OC\\Core\\Exception\\LoginFlowV2ClientForbiddenException' => __DIR__.'/../../..'.'/core/Exception/LoginFlowV2ClientForbiddenException.php', |
|
| 1431 | + 'OC\\Core\\Exception\\LoginFlowV2NotFoundException' => __DIR__.'/../../..'.'/core/Exception/LoginFlowV2NotFoundException.php', |
|
| 1432 | + 'OC\\Core\\Exception\\ResetPasswordException' => __DIR__.'/../../..'.'/core/Exception/ResetPasswordException.php', |
|
| 1433 | + 'OC\\Core\\Listener\\AddMissingIndicesListener' => __DIR__.'/../../..'.'/core/Listener/AddMissingIndicesListener.php', |
|
| 1434 | + 'OC\\Core\\Listener\\AddMissingPrimaryKeyListener' => __DIR__.'/../../..'.'/core/Listener/AddMissingPrimaryKeyListener.php', |
|
| 1435 | + 'OC\\Core\\Listener\\BeforeMessageLoggedEventListener' => __DIR__.'/../../..'.'/core/Listener/BeforeMessageLoggedEventListener.php', |
|
| 1436 | + 'OC\\Core\\Listener\\BeforeTemplateRenderedListener' => __DIR__.'/../../..'.'/core/Listener/BeforeTemplateRenderedListener.php', |
|
| 1437 | + 'OC\\Core\\Listener\\FeedBackHandler' => __DIR__.'/../../..'.'/core/Listener/FeedBackHandler.php', |
|
| 1438 | + 'OC\\Core\\Middleware\\TwoFactorMiddleware' => __DIR__.'/../../..'.'/core/Middleware/TwoFactorMiddleware.php', |
|
| 1439 | + 'OC\\Core\\Migrations\\Version13000Date20170705121758' => __DIR__.'/../../..'.'/core/Migrations/Version13000Date20170705121758.php', |
|
| 1440 | + 'OC\\Core\\Migrations\\Version13000Date20170718121200' => __DIR__.'/../../..'.'/core/Migrations/Version13000Date20170718121200.php', |
|
| 1441 | + 'OC\\Core\\Migrations\\Version13000Date20170814074715' => __DIR__.'/../../..'.'/core/Migrations/Version13000Date20170814074715.php', |
|
| 1442 | + 'OC\\Core\\Migrations\\Version13000Date20170919121250' => __DIR__.'/../../..'.'/core/Migrations/Version13000Date20170919121250.php', |
|
| 1443 | + 'OC\\Core\\Migrations\\Version13000Date20170926101637' => __DIR__.'/../../..'.'/core/Migrations/Version13000Date20170926101637.php', |
|
| 1444 | + 'OC\\Core\\Migrations\\Version14000Date20180129121024' => __DIR__.'/../../..'.'/core/Migrations/Version14000Date20180129121024.php', |
|
| 1445 | + 'OC\\Core\\Migrations\\Version14000Date20180404140050' => __DIR__.'/../../..'.'/core/Migrations/Version14000Date20180404140050.php', |
|
| 1446 | + 'OC\\Core\\Migrations\\Version14000Date20180516101403' => __DIR__.'/../../..'.'/core/Migrations/Version14000Date20180516101403.php', |
|
| 1447 | + 'OC\\Core\\Migrations\\Version14000Date20180518120534' => __DIR__.'/../../..'.'/core/Migrations/Version14000Date20180518120534.php', |
|
| 1448 | + 'OC\\Core\\Migrations\\Version14000Date20180522074438' => __DIR__.'/../../..'.'/core/Migrations/Version14000Date20180522074438.php', |
|
| 1449 | + 'OC\\Core\\Migrations\\Version14000Date20180626223656' => __DIR__.'/../../..'.'/core/Migrations/Version14000Date20180626223656.php', |
|
| 1450 | + 'OC\\Core\\Migrations\\Version14000Date20180710092004' => __DIR__.'/../../..'.'/core/Migrations/Version14000Date20180710092004.php', |
|
| 1451 | + 'OC\\Core\\Migrations\\Version14000Date20180712153140' => __DIR__.'/../../..'.'/core/Migrations/Version14000Date20180712153140.php', |
|
| 1452 | + 'OC\\Core\\Migrations\\Version15000Date20180926101451' => __DIR__.'/../../..'.'/core/Migrations/Version15000Date20180926101451.php', |
|
| 1453 | + 'OC\\Core\\Migrations\\Version15000Date20181015062942' => __DIR__.'/../../..'.'/core/Migrations/Version15000Date20181015062942.php', |
|
| 1454 | + 'OC\\Core\\Migrations\\Version15000Date20181029084625' => __DIR__.'/../../..'.'/core/Migrations/Version15000Date20181029084625.php', |
|
| 1455 | + 'OC\\Core\\Migrations\\Version16000Date20190207141427' => __DIR__.'/../../..'.'/core/Migrations/Version16000Date20190207141427.php', |
|
| 1456 | + 'OC\\Core\\Migrations\\Version16000Date20190212081545' => __DIR__.'/../../..'.'/core/Migrations/Version16000Date20190212081545.php', |
|
| 1457 | + 'OC\\Core\\Migrations\\Version16000Date20190427105638' => __DIR__.'/../../..'.'/core/Migrations/Version16000Date20190427105638.php', |
|
| 1458 | + 'OC\\Core\\Migrations\\Version16000Date20190428150708' => __DIR__.'/../../..'.'/core/Migrations/Version16000Date20190428150708.php', |
|
| 1459 | + 'OC\\Core\\Migrations\\Version17000Date20190514105811' => __DIR__.'/../../..'.'/core/Migrations/Version17000Date20190514105811.php', |
|
| 1460 | + 'OC\\Core\\Migrations\\Version18000Date20190920085628' => __DIR__.'/../../..'.'/core/Migrations/Version18000Date20190920085628.php', |
|
| 1461 | + 'OC\\Core\\Migrations\\Version18000Date20191014105105' => __DIR__.'/../../..'.'/core/Migrations/Version18000Date20191014105105.php', |
|
| 1462 | + 'OC\\Core\\Migrations\\Version18000Date20191204114856' => __DIR__.'/../../..'.'/core/Migrations/Version18000Date20191204114856.php', |
|
| 1463 | + 'OC\\Core\\Migrations\\Version19000Date20200211083441' => __DIR__.'/../../..'.'/core/Migrations/Version19000Date20200211083441.php', |
|
| 1464 | + 'OC\\Core\\Migrations\\Version20000Date20201109081915' => __DIR__.'/../../..'.'/core/Migrations/Version20000Date20201109081915.php', |
|
| 1465 | + 'OC\\Core\\Migrations\\Version20000Date20201109081918' => __DIR__.'/../../..'.'/core/Migrations/Version20000Date20201109081918.php', |
|
| 1466 | + 'OC\\Core\\Migrations\\Version20000Date20201109081919' => __DIR__.'/../../..'.'/core/Migrations/Version20000Date20201109081919.php', |
|
| 1467 | + 'OC\\Core\\Migrations\\Version20000Date20201111081915' => __DIR__.'/../../..'.'/core/Migrations/Version20000Date20201111081915.php', |
|
| 1468 | + 'OC\\Core\\Migrations\\Version21000Date20201120141228' => __DIR__.'/../../..'.'/core/Migrations/Version21000Date20201120141228.php', |
|
| 1469 | + 'OC\\Core\\Migrations\\Version21000Date20201202095923' => __DIR__.'/../../..'.'/core/Migrations/Version21000Date20201202095923.php', |
|
| 1470 | + 'OC\\Core\\Migrations\\Version21000Date20210119195004' => __DIR__.'/../../..'.'/core/Migrations/Version21000Date20210119195004.php', |
|
| 1471 | + 'OC\\Core\\Migrations\\Version21000Date20210309185126' => __DIR__.'/../../..'.'/core/Migrations/Version21000Date20210309185126.php', |
|
| 1472 | + 'OC\\Core\\Migrations\\Version21000Date20210309185127' => __DIR__.'/../../..'.'/core/Migrations/Version21000Date20210309185127.php', |
|
| 1473 | + 'OC\\Core\\Migrations\\Version22000Date20210216080825' => __DIR__.'/../../..'.'/core/Migrations/Version22000Date20210216080825.php', |
|
| 1474 | + 'OC\\Core\\Migrations\\Version23000Date20210721100600' => __DIR__.'/../../..'.'/core/Migrations/Version23000Date20210721100600.php', |
|
| 1475 | + 'OC\\Core\\Migrations\\Version23000Date20210906132259' => __DIR__.'/../../..'.'/core/Migrations/Version23000Date20210906132259.php', |
|
| 1476 | + 'OC\\Core\\Migrations\\Version23000Date20210930122352' => __DIR__.'/../../..'.'/core/Migrations/Version23000Date20210930122352.php', |
|
| 1477 | + 'OC\\Core\\Migrations\\Version23000Date20211203110726' => __DIR__.'/../../..'.'/core/Migrations/Version23000Date20211203110726.php', |
|
| 1478 | + 'OC\\Core\\Migrations\\Version23000Date20211213203940' => __DIR__.'/../../..'.'/core/Migrations/Version23000Date20211213203940.php', |
|
| 1479 | + 'OC\\Core\\Migrations\\Version24000Date20211210141942' => __DIR__.'/../../..'.'/core/Migrations/Version24000Date20211210141942.php', |
|
| 1480 | + 'OC\\Core\\Migrations\\Version24000Date20211213081506' => __DIR__.'/../../..'.'/core/Migrations/Version24000Date20211213081506.php', |
|
| 1481 | + 'OC\\Core\\Migrations\\Version24000Date20211213081604' => __DIR__.'/../../..'.'/core/Migrations/Version24000Date20211213081604.php', |
|
| 1482 | + 'OC\\Core\\Migrations\\Version24000Date20211222112246' => __DIR__.'/../../..'.'/core/Migrations/Version24000Date20211222112246.php', |
|
| 1483 | + 'OC\\Core\\Migrations\\Version24000Date20211230140012' => __DIR__.'/../../..'.'/core/Migrations/Version24000Date20211230140012.php', |
|
| 1484 | + 'OC\\Core\\Migrations\\Version24000Date20220131153041' => __DIR__.'/../../..'.'/core/Migrations/Version24000Date20220131153041.php', |
|
| 1485 | + 'OC\\Core\\Migrations\\Version24000Date20220202150027' => __DIR__.'/../../..'.'/core/Migrations/Version24000Date20220202150027.php', |
|
| 1486 | + 'OC\\Core\\Migrations\\Version24000Date20220404230027' => __DIR__.'/../../..'.'/core/Migrations/Version24000Date20220404230027.php', |
|
| 1487 | + 'OC\\Core\\Migrations\\Version24000Date20220425072957' => __DIR__.'/../../..'.'/core/Migrations/Version24000Date20220425072957.php', |
|
| 1488 | + 'OC\\Core\\Migrations\\Version25000Date20220515204012' => __DIR__.'/../../..'.'/core/Migrations/Version25000Date20220515204012.php', |
|
| 1489 | + 'OC\\Core\\Migrations\\Version25000Date20220602190540' => __DIR__.'/../../..'.'/core/Migrations/Version25000Date20220602190540.php', |
|
| 1490 | + 'OC\\Core\\Migrations\\Version25000Date20220905140840' => __DIR__.'/../../..'.'/core/Migrations/Version25000Date20220905140840.php', |
|
| 1491 | + 'OC\\Core\\Migrations\\Version25000Date20221007010957' => __DIR__.'/../../..'.'/core/Migrations/Version25000Date20221007010957.php', |
|
| 1492 | + 'OC\\Core\\Migrations\\Version27000Date20220613163520' => __DIR__.'/../../..'.'/core/Migrations/Version27000Date20220613163520.php', |
|
| 1493 | + 'OC\\Core\\Migrations\\Version27000Date20230309104325' => __DIR__.'/../../..'.'/core/Migrations/Version27000Date20230309104325.php', |
|
| 1494 | + 'OC\\Core\\Migrations\\Version27000Date20230309104802' => __DIR__.'/../../..'.'/core/Migrations/Version27000Date20230309104802.php', |
|
| 1495 | + 'OC\\Core\\Migrations\\Version28000Date20230616104802' => __DIR__.'/../../..'.'/core/Migrations/Version28000Date20230616104802.php', |
|
| 1496 | + 'OC\\Core\\Migrations\\Version28000Date20230728104802' => __DIR__.'/../../..'.'/core/Migrations/Version28000Date20230728104802.php', |
|
| 1497 | + 'OC\\Core\\Migrations\\Version28000Date20230803221055' => __DIR__.'/../../..'.'/core/Migrations/Version28000Date20230803221055.php', |
|
| 1498 | + 'OC\\Core\\Migrations\\Version28000Date20230906104802' => __DIR__.'/../../..'.'/core/Migrations/Version28000Date20230906104802.php', |
|
| 1499 | + 'OC\\Core\\Migrations\\Version28000Date20231004103301' => __DIR__.'/../../..'.'/core/Migrations/Version28000Date20231004103301.php', |
|
| 1500 | + 'OC\\Core\\Migrations\\Version28000Date20231103104802' => __DIR__.'/../../..'.'/core/Migrations/Version28000Date20231103104802.php', |
|
| 1501 | + 'OC\\Core\\Migrations\\Version28000Date20231126110901' => __DIR__.'/../../..'.'/core/Migrations/Version28000Date20231126110901.php', |
|
| 1502 | + 'OC\\Core\\Migrations\\Version28000Date20240828142927' => __DIR__.'/../../..'.'/core/Migrations/Version28000Date20240828142927.php', |
|
| 1503 | + 'OC\\Core\\Migrations\\Version29000Date20231126110901' => __DIR__.'/../../..'.'/core/Migrations/Version29000Date20231126110901.php', |
|
| 1504 | + 'OC\\Core\\Migrations\\Version29000Date20231213104850' => __DIR__.'/../../..'.'/core/Migrations/Version29000Date20231213104850.php', |
|
| 1505 | + 'OC\\Core\\Migrations\\Version29000Date20240124132201' => __DIR__.'/../../..'.'/core/Migrations/Version29000Date20240124132201.php', |
|
| 1506 | + 'OC\\Core\\Migrations\\Version29000Date20240124132202' => __DIR__.'/../../..'.'/core/Migrations/Version29000Date20240124132202.php', |
|
| 1507 | + 'OC\\Core\\Migrations\\Version29000Date20240131122720' => __DIR__.'/../../..'.'/core/Migrations/Version29000Date20240131122720.php', |
|
| 1508 | + 'OC\\Core\\Migrations\\Version30000Date20240429122720' => __DIR__.'/../../..'.'/core/Migrations/Version30000Date20240429122720.php', |
|
| 1509 | + 'OC\\Core\\Migrations\\Version30000Date20240708160048' => __DIR__.'/../../..'.'/core/Migrations/Version30000Date20240708160048.php', |
|
| 1510 | + 'OC\\Core\\Migrations\\Version30000Date20240717111406' => __DIR__.'/../../..'.'/core/Migrations/Version30000Date20240717111406.php', |
|
| 1511 | + 'OC\\Core\\Migrations\\Version30000Date20240814180800' => __DIR__.'/../../..'.'/core/Migrations/Version30000Date20240814180800.php', |
|
| 1512 | + 'OC\\Core\\Migrations\\Version30000Date20240815080800' => __DIR__.'/../../..'.'/core/Migrations/Version30000Date20240815080800.php', |
|
| 1513 | + 'OC\\Core\\Migrations\\Version30000Date20240906095113' => __DIR__.'/../../..'.'/core/Migrations/Version30000Date20240906095113.php', |
|
| 1514 | + 'OC\\Core\\Migrations\\Version31000Date20240101084401' => __DIR__.'/../../..'.'/core/Migrations/Version31000Date20240101084401.php', |
|
| 1515 | + 'OC\\Core\\Migrations\\Version31000Date20240814184402' => __DIR__.'/../../..'.'/core/Migrations/Version31000Date20240814184402.php', |
|
| 1516 | + 'OC\\Core\\Migrations\\Version31000Date20250213102442' => __DIR__.'/../../..'.'/core/Migrations/Version31000Date20250213102442.php', |
|
| 1517 | + 'OC\\Core\\Migrations\\Version32000Date20250620081925' => __DIR__.'/../../..'.'/core/Migrations/Version32000Date20250620081925.php', |
|
| 1518 | + 'OC\\Core\\Notification\\CoreNotifier' => __DIR__.'/../../..'.'/core/Notification/CoreNotifier.php', |
|
| 1519 | + 'OC\\Core\\ResponseDefinitions' => __DIR__.'/../../..'.'/core/ResponseDefinitions.php', |
|
| 1520 | + 'OC\\Core\\Service\\LoginFlowV2Service' => __DIR__.'/../../..'.'/core/Service/LoginFlowV2Service.php', |
|
| 1521 | + 'OC\\DB\\Adapter' => __DIR__.'/../../..'.'/lib/private/DB/Adapter.php', |
|
| 1522 | + 'OC\\DB\\AdapterMySQL' => __DIR__.'/../../..'.'/lib/private/DB/AdapterMySQL.php', |
|
| 1523 | + 'OC\\DB\\AdapterOCI8' => __DIR__.'/../../..'.'/lib/private/DB/AdapterOCI8.php', |
|
| 1524 | + 'OC\\DB\\AdapterPgSql' => __DIR__.'/../../..'.'/lib/private/DB/AdapterPgSql.php', |
|
| 1525 | + 'OC\\DB\\AdapterSqlite' => __DIR__.'/../../..'.'/lib/private/DB/AdapterSqlite.php', |
|
| 1526 | + 'OC\\DB\\ArrayResult' => __DIR__.'/../../..'.'/lib/private/DB/ArrayResult.php', |
|
| 1527 | + 'OC\\DB\\BacktraceDebugStack' => __DIR__.'/../../..'.'/lib/private/DB/BacktraceDebugStack.php', |
|
| 1528 | + 'OC\\DB\\Connection' => __DIR__.'/../../..'.'/lib/private/DB/Connection.php', |
|
| 1529 | + 'OC\\DB\\ConnectionAdapter' => __DIR__.'/../../..'.'/lib/private/DB/ConnectionAdapter.php', |
|
| 1530 | + 'OC\\DB\\ConnectionFactory' => __DIR__.'/../../..'.'/lib/private/DB/ConnectionFactory.php', |
|
| 1531 | + 'OC\\DB\\DbDataCollector' => __DIR__.'/../../..'.'/lib/private/DB/DbDataCollector.php', |
|
| 1532 | + 'OC\\DB\\Exceptions\\DbalException' => __DIR__.'/../../..'.'/lib/private/DB/Exceptions/DbalException.php', |
|
| 1533 | + 'OC\\DB\\MigrationException' => __DIR__.'/../../..'.'/lib/private/DB/MigrationException.php', |
|
| 1534 | + 'OC\\DB\\MigrationService' => __DIR__.'/../../..'.'/lib/private/DB/MigrationService.php', |
|
| 1535 | + 'OC\\DB\\Migrator' => __DIR__.'/../../..'.'/lib/private/DB/Migrator.php', |
|
| 1536 | + 'OC\\DB\\MigratorExecuteSqlEvent' => __DIR__.'/../../..'.'/lib/private/DB/MigratorExecuteSqlEvent.php', |
|
| 1537 | + 'OC\\DB\\MissingColumnInformation' => __DIR__.'/../../..'.'/lib/private/DB/MissingColumnInformation.php', |
|
| 1538 | + 'OC\\DB\\MissingIndexInformation' => __DIR__.'/../../..'.'/lib/private/DB/MissingIndexInformation.php', |
|
| 1539 | + 'OC\\DB\\MissingPrimaryKeyInformation' => __DIR__.'/../../..'.'/lib/private/DB/MissingPrimaryKeyInformation.php', |
|
| 1540 | + 'OC\\DB\\MySqlTools' => __DIR__.'/../../..'.'/lib/private/DB/MySqlTools.php', |
|
| 1541 | + 'OC\\DB\\OCSqlitePlatform' => __DIR__.'/../../..'.'/lib/private/DB/OCSqlitePlatform.php', |
|
| 1542 | + 'OC\\DB\\ObjectParameter' => __DIR__.'/../../..'.'/lib/private/DB/ObjectParameter.php', |
|
| 1543 | + 'OC\\DB\\OracleConnection' => __DIR__.'/../../..'.'/lib/private/DB/OracleConnection.php', |
|
| 1544 | + 'OC\\DB\\OracleMigrator' => __DIR__.'/../../..'.'/lib/private/DB/OracleMigrator.php', |
|
| 1545 | + 'OC\\DB\\PgSqlTools' => __DIR__.'/../../..'.'/lib/private/DB/PgSqlTools.php', |
|
| 1546 | + 'OC\\DB\\PreparedStatement' => __DIR__.'/../../..'.'/lib/private/DB/PreparedStatement.php', |
|
| 1547 | + 'OC\\DB\\QueryBuilder\\CompositeExpression' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/CompositeExpression.php', |
|
| 1548 | + 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\ExpressionBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php', |
|
| 1549 | + 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\MySqlExpressionBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php', |
|
| 1550 | + 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\OCIExpressionBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php', |
|
| 1551 | + 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\PgSqlExpressionBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php', |
|
| 1552 | + 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\SqliteExpressionBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php', |
|
| 1553 | + 'OC\\DB\\QueryBuilder\\ExtendedQueryBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/ExtendedQueryBuilder.php', |
|
| 1554 | + 'OC\\DB\\QueryBuilder\\FunctionBuilder\\FunctionBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php', |
|
| 1555 | + 'OC\\DB\\QueryBuilder\\FunctionBuilder\\OCIFunctionBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php', |
|
| 1556 | + 'OC\\DB\\QueryBuilder\\FunctionBuilder\\PgSqlFunctionBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/FunctionBuilder/PgSqlFunctionBuilder.php', |
|
| 1557 | + 'OC\\DB\\QueryBuilder\\FunctionBuilder\\SqliteFunctionBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/FunctionBuilder/SqliteFunctionBuilder.php', |
|
| 1558 | + 'OC\\DB\\QueryBuilder\\Literal' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Literal.php', |
|
| 1559 | + 'OC\\DB\\QueryBuilder\\Parameter' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Parameter.php', |
|
| 1560 | + 'OC\\DB\\QueryBuilder\\Partitioned\\InvalidPartitionedQueryException' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Partitioned/InvalidPartitionedQueryException.php', |
|
| 1561 | + 'OC\\DB\\QueryBuilder\\Partitioned\\JoinCondition' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Partitioned/JoinCondition.php', |
|
| 1562 | + 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionQuery' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Partitioned/PartitionQuery.php', |
|
| 1563 | + 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionSplit' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Partitioned/PartitionSplit.php', |
|
| 1564 | + 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionedQueryBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Partitioned/PartitionedQueryBuilder.php', |
|
| 1565 | + 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionedResult' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Partitioned/PartitionedResult.php', |
|
| 1566 | + 'OC\\DB\\QueryBuilder\\QueryBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/QueryBuilder.php', |
|
| 1567 | + 'OC\\DB\\QueryBuilder\\QueryFunction' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/QueryFunction.php', |
|
| 1568 | + 'OC\\DB\\QueryBuilder\\QuoteHelper' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/QuoteHelper.php', |
|
| 1569 | + 'OC\\DB\\QueryBuilder\\Sharded\\AutoIncrementHandler' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Sharded/AutoIncrementHandler.php', |
|
| 1570 | + 'OC\\DB\\QueryBuilder\\Sharded\\CrossShardMoveHelper' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Sharded/CrossShardMoveHelper.php', |
|
| 1571 | + 'OC\\DB\\QueryBuilder\\Sharded\\HashShardMapper' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Sharded/HashShardMapper.php', |
|
| 1572 | + 'OC\\DB\\QueryBuilder\\Sharded\\InvalidShardedQueryException' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Sharded/InvalidShardedQueryException.php', |
|
| 1573 | + 'OC\\DB\\QueryBuilder\\Sharded\\RoundRobinShardMapper' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Sharded/RoundRobinShardMapper.php', |
|
| 1574 | + 'OC\\DB\\QueryBuilder\\Sharded\\ShardConnectionManager' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Sharded/ShardConnectionManager.php', |
|
| 1575 | + 'OC\\DB\\QueryBuilder\\Sharded\\ShardDefinition' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Sharded/ShardDefinition.php', |
|
| 1576 | + 'OC\\DB\\QueryBuilder\\Sharded\\ShardQueryRunner' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Sharded/ShardQueryRunner.php', |
|
| 1577 | + 'OC\\DB\\QueryBuilder\\Sharded\\ShardedQueryBuilder' => __DIR__.'/../../..'.'/lib/private/DB/QueryBuilder/Sharded/ShardedQueryBuilder.php', |
|
| 1578 | + 'OC\\DB\\ResultAdapter' => __DIR__.'/../../..'.'/lib/private/DB/ResultAdapter.php', |
|
| 1579 | + 'OC\\DB\\SQLiteMigrator' => __DIR__.'/../../..'.'/lib/private/DB/SQLiteMigrator.php', |
|
| 1580 | + 'OC\\DB\\SQLiteSessionInit' => __DIR__.'/../../..'.'/lib/private/DB/SQLiteSessionInit.php', |
|
| 1581 | + 'OC\\DB\\SchemaWrapper' => __DIR__.'/../../..'.'/lib/private/DB/SchemaWrapper.php', |
|
| 1582 | + 'OC\\DB\\SetTransactionIsolationLevel' => __DIR__.'/../../..'.'/lib/private/DB/SetTransactionIsolationLevel.php', |
|
| 1583 | + 'OC\\Dashboard\\Manager' => __DIR__.'/../../..'.'/lib/private/Dashboard/Manager.php', |
|
| 1584 | + 'OC\\DatabaseException' => __DIR__.'/../../..'.'/lib/private/DatabaseException.php', |
|
| 1585 | + 'OC\\DatabaseSetupException' => __DIR__.'/../../..'.'/lib/private/DatabaseSetupException.php', |
|
| 1586 | + 'OC\\DateTimeFormatter' => __DIR__.'/../../..'.'/lib/private/DateTimeFormatter.php', |
|
| 1587 | + 'OC\\DateTimeZone' => __DIR__.'/../../..'.'/lib/private/DateTimeZone.php', |
|
| 1588 | + 'OC\\Diagnostics\\Event' => __DIR__.'/../../..'.'/lib/private/Diagnostics/Event.php', |
|
| 1589 | + 'OC\\Diagnostics\\EventLogger' => __DIR__.'/../../..'.'/lib/private/Diagnostics/EventLogger.php', |
|
| 1590 | + 'OC\\Diagnostics\\Query' => __DIR__.'/../../..'.'/lib/private/Diagnostics/Query.php', |
|
| 1591 | + 'OC\\Diagnostics\\QueryLogger' => __DIR__.'/../../..'.'/lib/private/Diagnostics/QueryLogger.php', |
|
| 1592 | + 'OC\\DirectEditing\\Manager' => __DIR__.'/../../..'.'/lib/private/DirectEditing/Manager.php', |
|
| 1593 | + 'OC\\DirectEditing\\Token' => __DIR__.'/../../..'.'/lib/private/DirectEditing/Token.php', |
|
| 1594 | + 'OC\\EmojiHelper' => __DIR__.'/../../..'.'/lib/private/EmojiHelper.php', |
|
| 1595 | + 'OC\\Encryption\\DecryptAll' => __DIR__.'/../../..'.'/lib/private/Encryption/DecryptAll.php', |
|
| 1596 | + 'OC\\Encryption\\EncryptionEventListener' => __DIR__.'/../../..'.'/lib/private/Encryption/EncryptionEventListener.php', |
|
| 1597 | + 'OC\\Encryption\\EncryptionWrapper' => __DIR__.'/../../..'.'/lib/private/Encryption/EncryptionWrapper.php', |
|
| 1598 | + 'OC\\Encryption\\Exceptions\\DecryptionFailedException' => __DIR__.'/../../..'.'/lib/private/Encryption/Exceptions/DecryptionFailedException.php', |
|
| 1599 | + 'OC\\Encryption\\Exceptions\\EmptyEncryptionDataException' => __DIR__.'/../../..'.'/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php', |
|
| 1600 | + 'OC\\Encryption\\Exceptions\\EncryptionFailedException' => __DIR__.'/../../..'.'/lib/private/Encryption/Exceptions/EncryptionFailedException.php', |
|
| 1601 | + 'OC\\Encryption\\Exceptions\\EncryptionHeaderKeyExistsException' => __DIR__.'/../../..'.'/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php', |
|
| 1602 | + 'OC\\Encryption\\Exceptions\\EncryptionHeaderToLargeException' => __DIR__.'/../../..'.'/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php', |
|
| 1603 | + 'OC\\Encryption\\Exceptions\\ModuleAlreadyExistsException' => __DIR__.'/../../..'.'/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php', |
|
| 1604 | + 'OC\\Encryption\\Exceptions\\ModuleDoesNotExistsException' => __DIR__.'/../../..'.'/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php', |
|
| 1605 | + 'OC\\Encryption\\Exceptions\\UnknownCipherException' => __DIR__.'/../../..'.'/lib/private/Encryption/Exceptions/UnknownCipherException.php', |
|
| 1606 | + 'OC\\Encryption\\File' => __DIR__.'/../../..'.'/lib/private/Encryption/File.php', |
|
| 1607 | + 'OC\\Encryption\\Keys\\Storage' => __DIR__.'/../../..'.'/lib/private/Encryption/Keys/Storage.php', |
|
| 1608 | + 'OC\\Encryption\\Manager' => __DIR__.'/../../..'.'/lib/private/Encryption/Manager.php', |
|
| 1609 | + 'OC\\Encryption\\Update' => __DIR__.'/../../..'.'/lib/private/Encryption/Update.php', |
|
| 1610 | + 'OC\\Encryption\\Util' => __DIR__.'/../../..'.'/lib/private/Encryption/Util.php', |
|
| 1611 | + 'OC\\EventDispatcher\\EventDispatcher' => __DIR__.'/../../..'.'/lib/private/EventDispatcher/EventDispatcher.php', |
|
| 1612 | + 'OC\\EventDispatcher\\ServiceEventListener' => __DIR__.'/../../..'.'/lib/private/EventDispatcher/ServiceEventListener.php', |
|
| 1613 | + 'OC\\EventSource' => __DIR__.'/../../..'.'/lib/private/EventSource.php', |
|
| 1614 | + 'OC\\EventSourceFactory' => __DIR__.'/../../..'.'/lib/private/EventSourceFactory.php', |
|
| 1615 | + 'OC\\Federation\\CloudFederationFactory' => __DIR__.'/../../..'.'/lib/private/Federation/CloudFederationFactory.php', |
|
| 1616 | + 'OC\\Federation\\CloudFederationNotification' => __DIR__.'/../../..'.'/lib/private/Federation/CloudFederationNotification.php', |
|
| 1617 | + 'OC\\Federation\\CloudFederationProviderManager' => __DIR__.'/../../..'.'/lib/private/Federation/CloudFederationProviderManager.php', |
|
| 1618 | + 'OC\\Federation\\CloudFederationShare' => __DIR__.'/../../..'.'/lib/private/Federation/CloudFederationShare.php', |
|
| 1619 | + 'OC\\Federation\\CloudId' => __DIR__.'/../../..'.'/lib/private/Federation/CloudId.php', |
|
| 1620 | + 'OC\\Federation\\CloudIdManager' => __DIR__.'/../../..'.'/lib/private/Federation/CloudIdManager.php', |
|
| 1621 | + 'OC\\FilesMetadata\\FilesMetadataManager' => __DIR__.'/../../..'.'/lib/private/FilesMetadata/FilesMetadataManager.php', |
|
| 1622 | + 'OC\\FilesMetadata\\Job\\UpdateSingleMetadata' => __DIR__.'/../../..'.'/lib/private/FilesMetadata/Job/UpdateSingleMetadata.php', |
|
| 1623 | + 'OC\\FilesMetadata\\Listener\\MetadataDelete' => __DIR__.'/../../..'.'/lib/private/FilesMetadata/Listener/MetadataDelete.php', |
|
| 1624 | + 'OC\\FilesMetadata\\Listener\\MetadataUpdate' => __DIR__.'/../../..'.'/lib/private/FilesMetadata/Listener/MetadataUpdate.php', |
|
| 1625 | + 'OC\\FilesMetadata\\MetadataQuery' => __DIR__.'/../../..'.'/lib/private/FilesMetadata/MetadataQuery.php', |
|
| 1626 | + 'OC\\FilesMetadata\\Model\\FilesMetadata' => __DIR__.'/../../..'.'/lib/private/FilesMetadata/Model/FilesMetadata.php', |
|
| 1627 | + 'OC\\FilesMetadata\\Model\\MetadataValueWrapper' => __DIR__.'/../../..'.'/lib/private/FilesMetadata/Model/MetadataValueWrapper.php', |
|
| 1628 | + 'OC\\FilesMetadata\\Service\\IndexRequestService' => __DIR__.'/../../..'.'/lib/private/FilesMetadata/Service/IndexRequestService.php', |
|
| 1629 | + 'OC\\FilesMetadata\\Service\\MetadataRequestService' => __DIR__.'/../../..'.'/lib/private/FilesMetadata/Service/MetadataRequestService.php', |
|
| 1630 | + 'OC\\Files\\AppData\\AppData' => __DIR__.'/../../..'.'/lib/private/Files/AppData/AppData.php', |
|
| 1631 | + 'OC\\Files\\AppData\\Factory' => __DIR__.'/../../..'.'/lib/private/Files/AppData/Factory.php', |
|
| 1632 | + 'OC\\Files\\Cache\\Cache' => __DIR__.'/../../..'.'/lib/private/Files/Cache/Cache.php', |
|
| 1633 | + 'OC\\Files\\Cache\\CacheDependencies' => __DIR__.'/../../..'.'/lib/private/Files/Cache/CacheDependencies.php', |
|
| 1634 | + 'OC\\Files\\Cache\\CacheEntry' => __DIR__.'/../../..'.'/lib/private/Files/Cache/CacheEntry.php', |
|
| 1635 | + 'OC\\Files\\Cache\\CacheQueryBuilder' => __DIR__.'/../../..'.'/lib/private/Files/Cache/CacheQueryBuilder.php', |
|
| 1636 | + 'OC\\Files\\Cache\\FailedCache' => __DIR__.'/../../..'.'/lib/private/Files/Cache/FailedCache.php', |
|
| 1637 | + 'OC\\Files\\Cache\\FileAccess' => __DIR__.'/../../..'.'/lib/private/Files/Cache/FileAccess.php', |
|
| 1638 | + 'OC\\Files\\Cache\\HomeCache' => __DIR__.'/../../..'.'/lib/private/Files/Cache/HomeCache.php', |
|
| 1639 | + 'OC\\Files\\Cache\\HomePropagator' => __DIR__.'/../../..'.'/lib/private/Files/Cache/HomePropagator.php', |
|
| 1640 | + 'OC\\Files\\Cache\\LocalRootScanner' => __DIR__.'/../../..'.'/lib/private/Files/Cache/LocalRootScanner.php', |
|
| 1641 | + 'OC\\Files\\Cache\\MoveFromCacheTrait' => __DIR__.'/../../..'.'/lib/private/Files/Cache/MoveFromCacheTrait.php', |
|
| 1642 | + 'OC\\Files\\Cache\\NullWatcher' => __DIR__.'/../../..'.'/lib/private/Files/Cache/NullWatcher.php', |
|
| 1643 | + 'OC\\Files\\Cache\\Propagator' => __DIR__.'/../../..'.'/lib/private/Files/Cache/Propagator.php', |
|
| 1644 | + 'OC\\Files\\Cache\\QuerySearchHelper' => __DIR__.'/../../..'.'/lib/private/Files/Cache/QuerySearchHelper.php', |
|
| 1645 | + 'OC\\Files\\Cache\\Scanner' => __DIR__.'/../../..'.'/lib/private/Files/Cache/Scanner.php', |
|
| 1646 | + 'OC\\Files\\Cache\\SearchBuilder' => __DIR__.'/../../..'.'/lib/private/Files/Cache/SearchBuilder.php', |
|
| 1647 | + 'OC\\Files\\Cache\\Storage' => __DIR__.'/../../..'.'/lib/private/Files/Cache/Storage.php', |
|
| 1648 | + 'OC\\Files\\Cache\\StorageGlobal' => __DIR__.'/../../..'.'/lib/private/Files/Cache/StorageGlobal.php', |
|
| 1649 | + 'OC\\Files\\Cache\\Updater' => __DIR__.'/../../..'.'/lib/private/Files/Cache/Updater.php', |
|
| 1650 | + 'OC\\Files\\Cache\\Watcher' => __DIR__.'/../../..'.'/lib/private/Files/Cache/Watcher.php', |
|
| 1651 | + 'OC\\Files\\Cache\\Wrapper\\CacheJail' => __DIR__.'/../../..'.'/lib/private/Files/Cache/Wrapper/CacheJail.php', |
|
| 1652 | + 'OC\\Files\\Cache\\Wrapper\\CachePermissionsMask' => __DIR__.'/../../..'.'/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php', |
|
| 1653 | + 'OC\\Files\\Cache\\Wrapper\\CacheWrapper' => __DIR__.'/../../..'.'/lib/private/Files/Cache/Wrapper/CacheWrapper.php', |
|
| 1654 | + 'OC\\Files\\Cache\\Wrapper\\JailPropagator' => __DIR__.'/../../..'.'/lib/private/Files/Cache/Wrapper/JailPropagator.php', |
|
| 1655 | + 'OC\\Files\\Cache\\Wrapper\\JailWatcher' => __DIR__.'/../../..'.'/lib/private/Files/Cache/Wrapper/JailWatcher.php', |
|
| 1656 | + 'OC\\Files\\Config\\CachedMountFileInfo' => __DIR__.'/../../..'.'/lib/private/Files/Config/CachedMountFileInfo.php', |
|
| 1657 | + 'OC\\Files\\Config\\CachedMountInfo' => __DIR__.'/../../..'.'/lib/private/Files/Config/CachedMountInfo.php', |
|
| 1658 | + 'OC\\Files\\Config\\LazyPathCachedMountInfo' => __DIR__.'/../../..'.'/lib/private/Files/Config/LazyPathCachedMountInfo.php', |
|
| 1659 | + 'OC\\Files\\Config\\LazyStorageMountInfo' => __DIR__.'/../../..'.'/lib/private/Files/Config/LazyStorageMountInfo.php', |
|
| 1660 | + 'OC\\Files\\Config\\MountProviderCollection' => __DIR__.'/../../..'.'/lib/private/Files/Config/MountProviderCollection.php', |
|
| 1661 | + 'OC\\Files\\Config\\UserMountCache' => __DIR__.'/../../..'.'/lib/private/Files/Config/UserMountCache.php', |
|
| 1662 | + 'OC\\Files\\Config\\UserMountCacheListener' => __DIR__.'/../../..'.'/lib/private/Files/Config/UserMountCacheListener.php', |
|
| 1663 | + 'OC\\Files\\Conversion\\ConversionManager' => __DIR__.'/../../..'.'/lib/private/Files/Conversion/ConversionManager.php', |
|
| 1664 | + 'OC\\Files\\FileInfo' => __DIR__.'/../../..'.'/lib/private/Files/FileInfo.php', |
|
| 1665 | + 'OC\\Files\\FilenameValidator' => __DIR__.'/../../..'.'/lib/private/Files/FilenameValidator.php', |
|
| 1666 | + 'OC\\Files\\Filesystem' => __DIR__.'/../../..'.'/lib/private/Files/Filesystem.php', |
|
| 1667 | + 'OC\\Files\\Lock\\LockManager' => __DIR__.'/../../..'.'/lib/private/Files/Lock/LockManager.php', |
|
| 1668 | + 'OC\\Files\\Mount\\CacheMountProvider' => __DIR__.'/../../..'.'/lib/private/Files/Mount/CacheMountProvider.php', |
|
| 1669 | + 'OC\\Files\\Mount\\HomeMountPoint' => __DIR__.'/../../..'.'/lib/private/Files/Mount/HomeMountPoint.php', |
|
| 1670 | + 'OC\\Files\\Mount\\LocalHomeMountProvider' => __DIR__.'/../../..'.'/lib/private/Files/Mount/LocalHomeMountProvider.php', |
|
| 1671 | + 'OC\\Files\\Mount\\Manager' => __DIR__.'/../../..'.'/lib/private/Files/Mount/Manager.php', |
|
| 1672 | + 'OC\\Files\\Mount\\MountPoint' => __DIR__.'/../../..'.'/lib/private/Files/Mount/MountPoint.php', |
|
| 1673 | + 'OC\\Files\\Mount\\MoveableMount' => __DIR__.'/../../..'.'/lib/private/Files/Mount/MoveableMount.php', |
|
| 1674 | + 'OC\\Files\\Mount\\ObjectHomeMountProvider' => __DIR__.'/../../..'.'/lib/private/Files/Mount/ObjectHomeMountProvider.php', |
|
| 1675 | + 'OC\\Files\\Mount\\ObjectStorePreviewCacheMountProvider' => __DIR__.'/../../..'.'/lib/private/Files/Mount/ObjectStorePreviewCacheMountProvider.php', |
|
| 1676 | + 'OC\\Files\\Mount\\RootMountProvider' => __DIR__.'/../../..'.'/lib/private/Files/Mount/RootMountProvider.php', |
|
| 1677 | + 'OC\\Files\\Node\\File' => __DIR__.'/../../..'.'/lib/private/Files/Node/File.php', |
|
| 1678 | + 'OC\\Files\\Node\\Folder' => __DIR__.'/../../..'.'/lib/private/Files/Node/Folder.php', |
|
| 1679 | + 'OC\\Files\\Node\\HookConnector' => __DIR__.'/../../..'.'/lib/private/Files/Node/HookConnector.php', |
|
| 1680 | + 'OC\\Files\\Node\\LazyFolder' => __DIR__.'/../../..'.'/lib/private/Files/Node/LazyFolder.php', |
|
| 1681 | + 'OC\\Files\\Node\\LazyRoot' => __DIR__.'/../../..'.'/lib/private/Files/Node/LazyRoot.php', |
|
| 1682 | + 'OC\\Files\\Node\\LazyUserFolder' => __DIR__.'/../../..'.'/lib/private/Files/Node/LazyUserFolder.php', |
|
| 1683 | + 'OC\\Files\\Node\\Node' => __DIR__.'/../../..'.'/lib/private/Files/Node/Node.php', |
|
| 1684 | + 'OC\\Files\\Node\\NonExistingFile' => __DIR__.'/../../..'.'/lib/private/Files/Node/NonExistingFile.php', |
|
| 1685 | + 'OC\\Files\\Node\\NonExistingFolder' => __DIR__.'/../../..'.'/lib/private/Files/Node/NonExistingFolder.php', |
|
| 1686 | + 'OC\\Files\\Node\\Root' => __DIR__.'/../../..'.'/lib/private/Files/Node/Root.php', |
|
| 1687 | + 'OC\\Files\\Notify\\Change' => __DIR__.'/../../..'.'/lib/private/Files/Notify/Change.php', |
|
| 1688 | + 'OC\\Files\\Notify\\RenameChange' => __DIR__.'/../../..'.'/lib/private/Files/Notify/RenameChange.php', |
|
| 1689 | + 'OC\\Files\\ObjectStore\\AppdataPreviewObjectStoreStorage' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/AppdataPreviewObjectStoreStorage.php', |
|
| 1690 | + 'OC\\Files\\ObjectStore\\Azure' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/Azure.php', |
|
| 1691 | + 'OC\\Files\\ObjectStore\\HomeObjectStoreStorage' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php', |
|
| 1692 | + 'OC\\Files\\ObjectStore\\Mapper' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/Mapper.php', |
|
| 1693 | + 'OC\\Files\\ObjectStore\\ObjectStoreScanner' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/ObjectStoreScanner.php', |
|
| 1694 | + 'OC\\Files\\ObjectStore\\ObjectStoreStorage' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/ObjectStoreStorage.php', |
|
| 1695 | + 'OC\\Files\\ObjectStore\\PrimaryObjectStoreConfig' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/PrimaryObjectStoreConfig.php', |
|
| 1696 | + 'OC\\Files\\ObjectStore\\S3' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/S3.php', |
|
| 1697 | + 'OC\\Files\\ObjectStore\\S3ConfigTrait' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/S3ConfigTrait.php', |
|
| 1698 | + 'OC\\Files\\ObjectStore\\S3ConnectionTrait' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/S3ConnectionTrait.php', |
|
| 1699 | + 'OC\\Files\\ObjectStore\\S3ObjectTrait' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/S3ObjectTrait.php', |
|
| 1700 | + 'OC\\Files\\ObjectStore\\S3Signature' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/S3Signature.php', |
|
| 1701 | + 'OC\\Files\\ObjectStore\\StorageObjectStore' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/StorageObjectStore.php', |
|
| 1702 | + 'OC\\Files\\ObjectStore\\Swift' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/Swift.php', |
|
| 1703 | + 'OC\\Files\\ObjectStore\\SwiftFactory' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/SwiftFactory.php', |
|
| 1704 | + 'OC\\Files\\ObjectStore\\SwiftV2CachingAuthService' => __DIR__.'/../../..'.'/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php', |
|
| 1705 | + 'OC\\Files\\Search\\QueryOptimizer\\FlattenNestedBool' => __DIR__.'/../../..'.'/lib/private/Files/Search/QueryOptimizer/FlattenNestedBool.php', |
|
| 1706 | + 'OC\\Files\\Search\\QueryOptimizer\\FlattenSingleArgumentBinaryOperation' => __DIR__.'/../../..'.'/lib/private/Files/Search/QueryOptimizer/FlattenSingleArgumentBinaryOperation.php', |
|
| 1707 | + 'OC\\Files\\Search\\QueryOptimizer\\MergeDistributiveOperations' => __DIR__.'/../../..'.'/lib/private/Files/Search/QueryOptimizer/MergeDistributiveOperations.php', |
|
| 1708 | + 'OC\\Files\\Search\\QueryOptimizer\\OrEqualsToIn' => __DIR__.'/../../..'.'/lib/private/Files/Search/QueryOptimizer/OrEqualsToIn.php', |
|
| 1709 | + 'OC\\Files\\Search\\QueryOptimizer\\PathPrefixOptimizer' => __DIR__.'/../../..'.'/lib/private/Files/Search/QueryOptimizer/PathPrefixOptimizer.php', |
|
| 1710 | + 'OC\\Files\\Search\\QueryOptimizer\\QueryOptimizer' => __DIR__.'/../../..'.'/lib/private/Files/Search/QueryOptimizer/QueryOptimizer.php', |
|
| 1711 | + 'OC\\Files\\Search\\QueryOptimizer\\QueryOptimizerStep' => __DIR__.'/../../..'.'/lib/private/Files/Search/QueryOptimizer/QueryOptimizerStep.php', |
|
| 1712 | + 'OC\\Files\\Search\\QueryOptimizer\\ReplacingOptimizerStep' => __DIR__.'/../../..'.'/lib/private/Files/Search/QueryOptimizer/ReplacingOptimizerStep.php', |
|
| 1713 | + 'OC\\Files\\Search\\QueryOptimizer\\SplitLargeIn' => __DIR__.'/../../..'.'/lib/private/Files/Search/QueryOptimizer/SplitLargeIn.php', |
|
| 1714 | + 'OC\\Files\\Search\\SearchBinaryOperator' => __DIR__.'/../../..'.'/lib/private/Files/Search/SearchBinaryOperator.php', |
|
| 1715 | + 'OC\\Files\\Search\\SearchComparison' => __DIR__.'/../../..'.'/lib/private/Files/Search/SearchComparison.php', |
|
| 1716 | + 'OC\\Files\\Search\\SearchOrder' => __DIR__.'/../../..'.'/lib/private/Files/Search/SearchOrder.php', |
|
| 1717 | + 'OC\\Files\\Search\\SearchQuery' => __DIR__.'/../../..'.'/lib/private/Files/Search/SearchQuery.php', |
|
| 1718 | + 'OC\\Files\\SetupManager' => __DIR__.'/../../..'.'/lib/private/Files/SetupManager.php', |
|
| 1719 | + 'OC\\Files\\SetupManagerFactory' => __DIR__.'/../../..'.'/lib/private/Files/SetupManagerFactory.php', |
|
| 1720 | + 'OC\\Files\\SimpleFS\\NewSimpleFile' => __DIR__.'/../../..'.'/lib/private/Files/SimpleFS/NewSimpleFile.php', |
|
| 1721 | + 'OC\\Files\\SimpleFS\\SimpleFile' => __DIR__.'/../../..'.'/lib/private/Files/SimpleFS/SimpleFile.php', |
|
| 1722 | + 'OC\\Files\\SimpleFS\\SimpleFolder' => __DIR__.'/../../..'.'/lib/private/Files/SimpleFS/SimpleFolder.php', |
|
| 1723 | + 'OC\\Files\\Storage\\Common' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Common.php', |
|
| 1724 | + 'OC\\Files\\Storage\\CommonTest' => __DIR__.'/../../..'.'/lib/private/Files/Storage/CommonTest.php', |
|
| 1725 | + 'OC\\Files\\Storage\\DAV' => __DIR__.'/../../..'.'/lib/private/Files/Storage/DAV.php', |
|
| 1726 | + 'OC\\Files\\Storage\\FailedStorage' => __DIR__.'/../../..'.'/lib/private/Files/Storage/FailedStorage.php', |
|
| 1727 | + 'OC\\Files\\Storage\\Home' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Home.php', |
|
| 1728 | + 'OC\\Files\\Storage\\Local' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Local.php', |
|
| 1729 | + 'OC\\Files\\Storage\\LocalRootStorage' => __DIR__.'/../../..'.'/lib/private/Files/Storage/LocalRootStorage.php', |
|
| 1730 | + 'OC\\Files\\Storage\\LocalTempFileTrait' => __DIR__.'/../../..'.'/lib/private/Files/Storage/LocalTempFileTrait.php', |
|
| 1731 | + 'OC\\Files\\Storage\\PolyFill\\CopyDirectory' => __DIR__.'/../../..'.'/lib/private/Files/Storage/PolyFill/CopyDirectory.php', |
|
| 1732 | + 'OC\\Files\\Storage\\Storage' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Storage.php', |
|
| 1733 | + 'OC\\Files\\Storage\\StorageFactory' => __DIR__.'/../../..'.'/lib/private/Files/Storage/StorageFactory.php', |
|
| 1734 | + 'OC\\Files\\Storage\\Temporary' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Temporary.php', |
|
| 1735 | + 'OC\\Files\\Storage\\Wrapper\\Availability' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Wrapper/Availability.php', |
|
| 1736 | + 'OC\\Files\\Storage\\Wrapper\\Encoding' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Wrapper/Encoding.php', |
|
| 1737 | + 'OC\\Files\\Storage\\Wrapper\\EncodingDirectoryWrapper' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Wrapper/EncodingDirectoryWrapper.php', |
|
| 1738 | + 'OC\\Files\\Storage\\Wrapper\\Encryption' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Wrapper/Encryption.php', |
|
| 1739 | + 'OC\\Files\\Storage\\Wrapper\\Jail' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Wrapper/Jail.php', |
|
| 1740 | + 'OC\\Files\\Storage\\Wrapper\\KnownMtime' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Wrapper/KnownMtime.php', |
|
| 1741 | + 'OC\\Files\\Storage\\Wrapper\\PermissionsMask' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Wrapper/PermissionsMask.php', |
|
| 1742 | + 'OC\\Files\\Storage\\Wrapper\\Quota' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Wrapper/Quota.php', |
|
| 1743 | + 'OC\\Files\\Storage\\Wrapper\\Wrapper' => __DIR__.'/../../..'.'/lib/private/Files/Storage/Wrapper/Wrapper.php', |
|
| 1744 | + 'OC\\Files\\Stream\\Encryption' => __DIR__.'/../../..'.'/lib/private/Files/Stream/Encryption.php', |
|
| 1745 | + 'OC\\Files\\Stream\\HashWrapper' => __DIR__.'/../../..'.'/lib/private/Files/Stream/HashWrapper.php', |
|
| 1746 | + 'OC\\Files\\Stream\\Quota' => __DIR__.'/../../..'.'/lib/private/Files/Stream/Quota.php', |
|
| 1747 | + 'OC\\Files\\Stream\\SeekableHttpStream' => __DIR__.'/../../..'.'/lib/private/Files/Stream/SeekableHttpStream.php', |
|
| 1748 | + 'OC\\Files\\Template\\TemplateManager' => __DIR__.'/../../..'.'/lib/private/Files/Template/TemplateManager.php', |
|
| 1749 | + 'OC\\Files\\Type\\Detection' => __DIR__.'/../../..'.'/lib/private/Files/Type/Detection.php', |
|
| 1750 | + 'OC\\Files\\Type\\Loader' => __DIR__.'/../../..'.'/lib/private/Files/Type/Loader.php', |
|
| 1751 | + 'OC\\Files\\Type\\TemplateManager' => __DIR__.'/../../..'.'/lib/private/Files/Type/TemplateManager.php', |
|
| 1752 | + 'OC\\Files\\Utils\\PathHelper' => __DIR__.'/../../..'.'/lib/private/Files/Utils/PathHelper.php', |
|
| 1753 | + 'OC\\Files\\Utils\\Scanner' => __DIR__.'/../../..'.'/lib/private/Files/Utils/Scanner.php', |
|
| 1754 | + 'OC\\Files\\View' => __DIR__.'/../../..'.'/lib/private/Files/View.php', |
|
| 1755 | + 'OC\\ForbiddenException' => __DIR__.'/../../..'.'/lib/private/ForbiddenException.php', |
|
| 1756 | + 'OC\\FullTextSearch\\FullTextSearchManager' => __DIR__.'/../../..'.'/lib/private/FullTextSearch/FullTextSearchManager.php', |
|
| 1757 | + 'OC\\FullTextSearch\\Model\\DocumentAccess' => __DIR__.'/../../..'.'/lib/private/FullTextSearch/Model/DocumentAccess.php', |
|
| 1758 | + 'OC\\FullTextSearch\\Model\\IndexDocument' => __DIR__.'/../../..'.'/lib/private/FullTextSearch/Model/IndexDocument.php', |
|
| 1759 | + 'OC\\FullTextSearch\\Model\\SearchOption' => __DIR__.'/../../..'.'/lib/private/FullTextSearch/Model/SearchOption.php', |
|
| 1760 | + 'OC\\FullTextSearch\\Model\\SearchRequestSimpleQuery' => __DIR__.'/../../..'.'/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php', |
|
| 1761 | + 'OC\\FullTextSearch\\Model\\SearchTemplate' => __DIR__.'/../../..'.'/lib/private/FullTextSearch/Model/SearchTemplate.php', |
|
| 1762 | + 'OC\\GlobalScale\\Config' => __DIR__.'/../../..'.'/lib/private/GlobalScale/Config.php', |
|
| 1763 | + 'OC\\Group\\Backend' => __DIR__.'/../../..'.'/lib/private/Group/Backend.php', |
|
| 1764 | + 'OC\\Group\\Database' => __DIR__.'/../../..'.'/lib/private/Group/Database.php', |
|
| 1765 | + 'OC\\Group\\DisplayNameCache' => __DIR__.'/../../..'.'/lib/private/Group/DisplayNameCache.php', |
|
| 1766 | + 'OC\\Group\\Group' => __DIR__.'/../../..'.'/lib/private/Group/Group.php', |
|
| 1767 | + 'OC\\Group\\Manager' => __DIR__.'/../../..'.'/lib/private/Group/Manager.php', |
|
| 1768 | + 'OC\\Group\\MetaData' => __DIR__.'/../../..'.'/lib/private/Group/MetaData.php', |
|
| 1769 | + 'OC\\HintException' => __DIR__.'/../../..'.'/lib/private/HintException.php', |
|
| 1770 | + 'OC\\Hooks\\BasicEmitter' => __DIR__.'/../../..'.'/lib/private/Hooks/BasicEmitter.php', |
|
| 1771 | + 'OC\\Hooks\\Emitter' => __DIR__.'/../../..'.'/lib/private/Hooks/Emitter.php', |
|
| 1772 | + 'OC\\Hooks\\EmitterTrait' => __DIR__.'/../../..'.'/lib/private/Hooks/EmitterTrait.php', |
|
| 1773 | + 'OC\\Hooks\\PublicEmitter' => __DIR__.'/../../..'.'/lib/private/Hooks/PublicEmitter.php', |
|
| 1774 | + 'OC\\Http\\Client\\Client' => __DIR__.'/../../..'.'/lib/private/Http/Client/Client.php', |
|
| 1775 | + 'OC\\Http\\Client\\ClientService' => __DIR__.'/../../..'.'/lib/private/Http/Client/ClientService.php', |
|
| 1776 | + 'OC\\Http\\Client\\DnsPinMiddleware' => __DIR__.'/../../..'.'/lib/private/Http/Client/DnsPinMiddleware.php', |
|
| 1777 | + 'OC\\Http\\Client\\GuzzlePromiseAdapter' => __DIR__.'/../../..'.'/lib/private/Http/Client/GuzzlePromiseAdapter.php', |
|
| 1778 | + 'OC\\Http\\Client\\NegativeDnsCache' => __DIR__.'/../../..'.'/lib/private/Http/Client/NegativeDnsCache.php', |
|
| 1779 | + 'OC\\Http\\Client\\Response' => __DIR__.'/../../..'.'/lib/private/Http/Client/Response.php', |
|
| 1780 | + 'OC\\Http\\CookieHelper' => __DIR__.'/../../..'.'/lib/private/Http/CookieHelper.php', |
|
| 1781 | + 'OC\\Http\\WellKnown\\RequestManager' => __DIR__.'/../../..'.'/lib/private/Http/WellKnown/RequestManager.php', |
|
| 1782 | + 'OC\\Image' => __DIR__.'/../../..'.'/lib/private/Image.php', |
|
| 1783 | + 'OC\\InitialStateService' => __DIR__.'/../../..'.'/lib/private/InitialStateService.php', |
|
| 1784 | + 'OC\\Installer' => __DIR__.'/../../..'.'/lib/private/Installer.php', |
|
| 1785 | + 'OC\\IntegrityCheck\\Checker' => __DIR__.'/../../..'.'/lib/private/IntegrityCheck/Checker.php', |
|
| 1786 | + 'OC\\IntegrityCheck\\Exceptions\\InvalidSignatureException' => __DIR__.'/../../..'.'/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php', |
|
| 1787 | + 'OC\\IntegrityCheck\\Helpers\\AppLocator' => __DIR__.'/../../..'.'/lib/private/IntegrityCheck/Helpers/AppLocator.php', |
|
| 1788 | + 'OC\\IntegrityCheck\\Helpers\\EnvironmentHelper' => __DIR__.'/../../..'.'/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php', |
|
| 1789 | + 'OC\\IntegrityCheck\\Helpers\\FileAccessHelper' => __DIR__.'/../../..'.'/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php', |
|
| 1790 | + 'OC\\IntegrityCheck\\Iterator\\ExcludeFileByNameFilterIterator' => __DIR__.'/../../..'.'/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php', |
|
| 1791 | + 'OC\\IntegrityCheck\\Iterator\\ExcludeFoldersByPathFilterIterator' => __DIR__.'/../../..'.'/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php', |
|
| 1792 | + 'OC\\KnownUser\\KnownUser' => __DIR__.'/../../..'.'/lib/private/KnownUser/KnownUser.php', |
|
| 1793 | + 'OC\\KnownUser\\KnownUserMapper' => __DIR__.'/../../..'.'/lib/private/KnownUser/KnownUserMapper.php', |
|
| 1794 | + 'OC\\KnownUser\\KnownUserService' => __DIR__.'/../../..'.'/lib/private/KnownUser/KnownUserService.php', |
|
| 1795 | + 'OC\\L10N\\Factory' => __DIR__.'/../../..'.'/lib/private/L10N/Factory.php', |
|
| 1796 | + 'OC\\L10N\\L10N' => __DIR__.'/../../..'.'/lib/private/L10N/L10N.php', |
|
| 1797 | + 'OC\\L10N\\L10NString' => __DIR__.'/../../..'.'/lib/private/L10N/L10NString.php', |
|
| 1798 | + 'OC\\L10N\\LanguageIterator' => __DIR__.'/../../..'.'/lib/private/L10N/LanguageIterator.php', |
|
| 1799 | + 'OC\\L10N\\LanguageNotFoundException' => __DIR__.'/../../..'.'/lib/private/L10N/LanguageNotFoundException.php', |
|
| 1800 | + 'OC\\L10N\\LazyL10N' => __DIR__.'/../../..'.'/lib/private/L10N/LazyL10N.php', |
|
| 1801 | + 'OC\\LDAP\\NullLDAPProviderFactory' => __DIR__.'/../../..'.'/lib/private/LDAP/NullLDAPProviderFactory.php', |
|
| 1802 | + 'OC\\LargeFileHelper' => __DIR__.'/../../..'.'/lib/private/LargeFileHelper.php', |
|
| 1803 | + 'OC\\Lock\\AbstractLockingProvider' => __DIR__.'/../../..'.'/lib/private/Lock/AbstractLockingProvider.php', |
|
| 1804 | + 'OC\\Lock\\DBLockingProvider' => __DIR__.'/../../..'.'/lib/private/Lock/DBLockingProvider.php', |
|
| 1805 | + 'OC\\Lock\\MemcacheLockingProvider' => __DIR__.'/../../..'.'/lib/private/Lock/MemcacheLockingProvider.php', |
|
| 1806 | + 'OC\\Lock\\NoopLockingProvider' => __DIR__.'/../../..'.'/lib/private/Lock/NoopLockingProvider.php', |
|
| 1807 | + 'OC\\Lockdown\\Filesystem\\NullCache' => __DIR__.'/../../..'.'/lib/private/Lockdown/Filesystem/NullCache.php', |
|
| 1808 | + 'OC\\Lockdown\\Filesystem\\NullStorage' => __DIR__.'/../../..'.'/lib/private/Lockdown/Filesystem/NullStorage.php', |
|
| 1809 | + 'OC\\Lockdown\\LockdownManager' => __DIR__.'/../../..'.'/lib/private/Lockdown/LockdownManager.php', |
|
| 1810 | + 'OC\\Log' => __DIR__.'/../../..'.'/lib/private/Log.php', |
|
| 1811 | + 'OC\\Log\\ErrorHandler' => __DIR__.'/../../..'.'/lib/private/Log/ErrorHandler.php', |
|
| 1812 | + 'OC\\Log\\Errorlog' => __DIR__.'/../../..'.'/lib/private/Log/Errorlog.php', |
|
| 1813 | + 'OC\\Log\\ExceptionSerializer' => __DIR__.'/../../..'.'/lib/private/Log/ExceptionSerializer.php', |
|
| 1814 | + 'OC\\Log\\File' => __DIR__.'/../../..'.'/lib/private/Log/File.php', |
|
| 1815 | + 'OC\\Log\\LogDetails' => __DIR__.'/../../..'.'/lib/private/Log/LogDetails.php', |
|
| 1816 | + 'OC\\Log\\LogFactory' => __DIR__.'/../../..'.'/lib/private/Log/LogFactory.php', |
|
| 1817 | + 'OC\\Log\\PsrLoggerAdapter' => __DIR__.'/../../..'.'/lib/private/Log/PsrLoggerAdapter.php', |
|
| 1818 | + 'OC\\Log\\Rotate' => __DIR__.'/../../..'.'/lib/private/Log/Rotate.php', |
|
| 1819 | + 'OC\\Log\\Syslog' => __DIR__.'/../../..'.'/lib/private/Log/Syslog.php', |
|
| 1820 | + 'OC\\Log\\Systemdlog' => __DIR__.'/../../..'.'/lib/private/Log/Systemdlog.php', |
|
| 1821 | + 'OC\\Mail\\Attachment' => __DIR__.'/../../..'.'/lib/private/Mail/Attachment.php', |
|
| 1822 | + 'OC\\Mail\\EMailTemplate' => __DIR__.'/../../..'.'/lib/private/Mail/EMailTemplate.php', |
|
| 1823 | + 'OC\\Mail\\Mailer' => __DIR__.'/../../..'.'/lib/private/Mail/Mailer.php', |
|
| 1824 | + 'OC\\Mail\\Message' => __DIR__.'/../../..'.'/lib/private/Mail/Message.php', |
|
| 1825 | + 'OC\\Mail\\Provider\\Manager' => __DIR__.'/../../..'.'/lib/private/Mail/Provider/Manager.php', |
|
| 1826 | + 'OC\\Memcache\\APCu' => __DIR__.'/../../..'.'/lib/private/Memcache/APCu.php', |
|
| 1827 | + 'OC\\Memcache\\ArrayCache' => __DIR__.'/../../..'.'/lib/private/Memcache/ArrayCache.php', |
|
| 1828 | + 'OC\\Memcache\\CADTrait' => __DIR__.'/../../..'.'/lib/private/Memcache/CADTrait.php', |
|
| 1829 | + 'OC\\Memcache\\CASTrait' => __DIR__.'/../../..'.'/lib/private/Memcache/CASTrait.php', |
|
| 1830 | + 'OC\\Memcache\\Cache' => __DIR__.'/../../..'.'/lib/private/Memcache/Cache.php', |
|
| 1831 | + 'OC\\Memcache\\Factory' => __DIR__.'/../../..'.'/lib/private/Memcache/Factory.php', |
|
| 1832 | + 'OC\\Memcache\\LoggerWrapperCache' => __DIR__.'/../../..'.'/lib/private/Memcache/LoggerWrapperCache.php', |
|
| 1833 | + 'OC\\Memcache\\Memcached' => __DIR__.'/../../..'.'/lib/private/Memcache/Memcached.php', |
|
| 1834 | + 'OC\\Memcache\\NullCache' => __DIR__.'/../../..'.'/lib/private/Memcache/NullCache.php', |
|
| 1835 | + 'OC\\Memcache\\ProfilerWrapperCache' => __DIR__.'/../../..'.'/lib/private/Memcache/ProfilerWrapperCache.php', |
|
| 1836 | + 'OC\\Memcache\\Redis' => __DIR__.'/../../..'.'/lib/private/Memcache/Redis.php', |
|
| 1837 | + 'OC\\Memcache\\WithLocalCache' => __DIR__.'/../../..'.'/lib/private/Memcache/WithLocalCache.php', |
|
| 1838 | + 'OC\\MemoryInfo' => __DIR__.'/../../..'.'/lib/private/MemoryInfo.php', |
|
| 1839 | + 'OC\\Migration\\BackgroundRepair' => __DIR__.'/../../..'.'/lib/private/Migration/BackgroundRepair.php', |
|
| 1840 | + 'OC\\Migration\\ConsoleOutput' => __DIR__.'/../../..'.'/lib/private/Migration/ConsoleOutput.php', |
|
| 1841 | + 'OC\\Migration\\Exceptions\\AttributeException' => __DIR__.'/../../..'.'/lib/private/Migration/Exceptions/AttributeException.php', |
|
| 1842 | + 'OC\\Migration\\MetadataManager' => __DIR__.'/../../..'.'/lib/private/Migration/MetadataManager.php', |
|
| 1843 | + 'OC\\Migration\\NullOutput' => __DIR__.'/../../..'.'/lib/private/Migration/NullOutput.php', |
|
| 1844 | + 'OC\\Migration\\SimpleOutput' => __DIR__.'/../../..'.'/lib/private/Migration/SimpleOutput.php', |
|
| 1845 | + 'OC\\NaturalSort' => __DIR__.'/../../..'.'/lib/private/NaturalSort.php', |
|
| 1846 | + 'OC\\NaturalSort_DefaultCollator' => __DIR__.'/../../..'.'/lib/private/NaturalSort_DefaultCollator.php', |
|
| 1847 | + 'OC\\NavigationManager' => __DIR__.'/../../..'.'/lib/private/NavigationManager.php', |
|
| 1848 | + 'OC\\NeedsUpdateException' => __DIR__.'/../../..'.'/lib/private/NeedsUpdateException.php', |
|
| 1849 | + 'OC\\Net\\HostnameClassifier' => __DIR__.'/../../..'.'/lib/private/Net/HostnameClassifier.php', |
|
| 1850 | + 'OC\\Net\\IpAddressClassifier' => __DIR__.'/../../..'.'/lib/private/Net/IpAddressClassifier.php', |
|
| 1851 | + 'OC\\NotSquareException' => __DIR__.'/../../..'.'/lib/private/NotSquareException.php', |
|
| 1852 | + 'OC\\Notification\\Action' => __DIR__.'/../../..'.'/lib/private/Notification/Action.php', |
|
| 1853 | + 'OC\\Notification\\Manager' => __DIR__.'/../../..'.'/lib/private/Notification/Manager.php', |
|
| 1854 | + 'OC\\Notification\\Notification' => __DIR__.'/../../..'.'/lib/private/Notification/Notification.php', |
|
| 1855 | + 'OC\\OCM\\Model\\OCMProvider' => __DIR__.'/../../..'.'/lib/private/OCM/Model/OCMProvider.php', |
|
| 1856 | + 'OC\\OCM\\Model\\OCMResource' => __DIR__.'/../../..'.'/lib/private/OCM/Model/OCMResource.php', |
|
| 1857 | + 'OC\\OCM\\OCMDiscoveryService' => __DIR__.'/../../..'.'/lib/private/OCM/OCMDiscoveryService.php', |
|
| 1858 | + 'OC\\OCM\\OCMSignatoryManager' => __DIR__.'/../../..'.'/lib/private/OCM/OCMSignatoryManager.php', |
|
| 1859 | + 'OC\\OCS\\ApiHelper' => __DIR__.'/../../..'.'/lib/private/OCS/ApiHelper.php', |
|
| 1860 | + 'OC\\OCS\\CoreCapabilities' => __DIR__.'/../../..'.'/lib/private/OCS/CoreCapabilities.php', |
|
| 1861 | + 'OC\\OCS\\DiscoveryService' => __DIR__.'/../../..'.'/lib/private/OCS/DiscoveryService.php', |
|
| 1862 | + 'OC\\OCS\\Provider' => __DIR__.'/../../..'.'/lib/private/OCS/Provider.php', |
|
| 1863 | + 'OC\\PhoneNumberUtil' => __DIR__.'/../../..'.'/lib/private/PhoneNumberUtil.php', |
|
| 1864 | + 'OC\\PreviewManager' => __DIR__.'/../../..'.'/lib/private/PreviewManager.php', |
|
| 1865 | + 'OC\\PreviewNotAvailableException' => __DIR__.'/../../..'.'/lib/private/PreviewNotAvailableException.php', |
|
| 1866 | + 'OC\\Preview\\BMP' => __DIR__.'/../../..'.'/lib/private/Preview/BMP.php', |
|
| 1867 | + 'OC\\Preview\\BackgroundCleanupJob' => __DIR__.'/../../..'.'/lib/private/Preview/BackgroundCleanupJob.php', |
|
| 1868 | + 'OC\\Preview\\Bitmap' => __DIR__.'/../../..'.'/lib/private/Preview/Bitmap.php', |
|
| 1869 | + 'OC\\Preview\\Bundled' => __DIR__.'/../../..'.'/lib/private/Preview/Bundled.php', |
|
| 1870 | + 'OC\\Preview\\EMF' => __DIR__.'/../../..'.'/lib/private/Preview/EMF.php', |
|
| 1871 | + 'OC\\Preview\\Font' => __DIR__.'/../../..'.'/lib/private/Preview/Font.php', |
|
| 1872 | + 'OC\\Preview\\GIF' => __DIR__.'/../../..'.'/lib/private/Preview/GIF.php', |
|
| 1873 | + 'OC\\Preview\\Generator' => __DIR__.'/../../..'.'/lib/private/Preview/Generator.php', |
|
| 1874 | + 'OC\\Preview\\GeneratorHelper' => __DIR__.'/../../..'.'/lib/private/Preview/GeneratorHelper.php', |
|
| 1875 | + 'OC\\Preview\\HEIC' => __DIR__.'/../../..'.'/lib/private/Preview/HEIC.php', |
|
| 1876 | + 'OC\\Preview\\IMagickSupport' => __DIR__.'/../../..'.'/lib/private/Preview/IMagickSupport.php', |
|
| 1877 | + 'OC\\Preview\\Illustrator' => __DIR__.'/../../..'.'/lib/private/Preview/Illustrator.php', |
|
| 1878 | + 'OC\\Preview\\Image' => __DIR__.'/../../..'.'/lib/private/Preview/Image.php', |
|
| 1879 | + 'OC\\Preview\\Imaginary' => __DIR__.'/../../..'.'/lib/private/Preview/Imaginary.php', |
|
| 1880 | + 'OC\\Preview\\ImaginaryPDF' => __DIR__.'/../../..'.'/lib/private/Preview/ImaginaryPDF.php', |
|
| 1881 | + 'OC\\Preview\\JPEG' => __DIR__.'/../../..'.'/lib/private/Preview/JPEG.php', |
|
| 1882 | + 'OC\\Preview\\Krita' => __DIR__.'/../../..'.'/lib/private/Preview/Krita.php', |
|
| 1883 | + 'OC\\Preview\\MP3' => __DIR__.'/../../..'.'/lib/private/Preview/MP3.php', |
|
| 1884 | + 'OC\\Preview\\MSOffice2003' => __DIR__.'/../../..'.'/lib/private/Preview/MSOffice2003.php', |
|
| 1885 | + 'OC\\Preview\\MSOffice2007' => __DIR__.'/../../..'.'/lib/private/Preview/MSOffice2007.php', |
|
| 1886 | + 'OC\\Preview\\MSOfficeDoc' => __DIR__.'/../../..'.'/lib/private/Preview/MSOfficeDoc.php', |
|
| 1887 | + 'OC\\Preview\\MarkDown' => __DIR__.'/../../..'.'/lib/private/Preview/MarkDown.php', |
|
| 1888 | + 'OC\\Preview\\MimeIconProvider' => __DIR__.'/../../..'.'/lib/private/Preview/MimeIconProvider.php', |
|
| 1889 | + 'OC\\Preview\\Movie' => __DIR__.'/../../..'.'/lib/private/Preview/Movie.php', |
|
| 1890 | + 'OC\\Preview\\Office' => __DIR__.'/../../..'.'/lib/private/Preview/Office.php', |
|
| 1891 | + 'OC\\Preview\\OpenDocument' => __DIR__.'/../../..'.'/lib/private/Preview/OpenDocument.php', |
|
| 1892 | + 'OC\\Preview\\PDF' => __DIR__.'/../../..'.'/lib/private/Preview/PDF.php', |
|
| 1893 | + 'OC\\Preview\\PNG' => __DIR__.'/../../..'.'/lib/private/Preview/PNG.php', |
|
| 1894 | + 'OC\\Preview\\Photoshop' => __DIR__.'/../../..'.'/lib/private/Preview/Photoshop.php', |
|
| 1895 | + 'OC\\Preview\\Postscript' => __DIR__.'/../../..'.'/lib/private/Preview/Postscript.php', |
|
| 1896 | + 'OC\\Preview\\Provider' => __DIR__.'/../../..'.'/lib/private/Preview/Provider.php', |
|
| 1897 | + 'OC\\Preview\\ProviderV1Adapter' => __DIR__.'/../../..'.'/lib/private/Preview/ProviderV1Adapter.php', |
|
| 1898 | + 'OC\\Preview\\ProviderV2' => __DIR__.'/../../..'.'/lib/private/Preview/ProviderV2.php', |
|
| 1899 | + 'OC\\Preview\\SGI' => __DIR__.'/../../..'.'/lib/private/Preview/SGI.php', |
|
| 1900 | + 'OC\\Preview\\SVG' => __DIR__.'/../../..'.'/lib/private/Preview/SVG.php', |
|
| 1901 | + 'OC\\Preview\\StarOffice' => __DIR__.'/../../..'.'/lib/private/Preview/StarOffice.php', |
|
| 1902 | + 'OC\\Preview\\Storage\\Root' => __DIR__.'/../../..'.'/lib/private/Preview/Storage/Root.php', |
|
| 1903 | + 'OC\\Preview\\TGA' => __DIR__.'/../../..'.'/lib/private/Preview/TGA.php', |
|
| 1904 | + 'OC\\Preview\\TIFF' => __DIR__.'/../../..'.'/lib/private/Preview/TIFF.php', |
|
| 1905 | + 'OC\\Preview\\TXT' => __DIR__.'/../../..'.'/lib/private/Preview/TXT.php', |
|
| 1906 | + 'OC\\Preview\\Watcher' => __DIR__.'/../../..'.'/lib/private/Preview/Watcher.php', |
|
| 1907 | + 'OC\\Preview\\WatcherConnector' => __DIR__.'/../../..'.'/lib/private/Preview/WatcherConnector.php', |
|
| 1908 | + 'OC\\Preview\\WebP' => __DIR__.'/../../..'.'/lib/private/Preview/WebP.php', |
|
| 1909 | + 'OC\\Preview\\XBitmap' => __DIR__.'/../../..'.'/lib/private/Preview/XBitmap.php', |
|
| 1910 | + 'OC\\Profile\\Actions\\EmailAction' => __DIR__.'/../../..'.'/lib/private/Profile/Actions/EmailAction.php', |
|
| 1911 | + 'OC\\Profile\\Actions\\FediverseAction' => __DIR__.'/../../..'.'/lib/private/Profile/Actions/FediverseAction.php', |
|
| 1912 | + 'OC\\Profile\\Actions\\PhoneAction' => __DIR__.'/../../..'.'/lib/private/Profile/Actions/PhoneAction.php', |
|
| 1913 | + 'OC\\Profile\\Actions\\TwitterAction' => __DIR__.'/../../..'.'/lib/private/Profile/Actions/TwitterAction.php', |
|
| 1914 | + 'OC\\Profile\\Actions\\WebsiteAction' => __DIR__.'/../../..'.'/lib/private/Profile/Actions/WebsiteAction.php', |
|
| 1915 | + 'OC\\Profile\\ProfileManager' => __DIR__.'/../../..'.'/lib/private/Profile/ProfileManager.php', |
|
| 1916 | + 'OC\\Profile\\TProfileHelper' => __DIR__.'/../../..'.'/lib/private/Profile/TProfileHelper.php', |
|
| 1917 | + 'OC\\Profiler\\BuiltInProfiler' => __DIR__.'/../../..'.'/lib/private/Profiler/BuiltInProfiler.php', |
|
| 1918 | + 'OC\\Profiler\\FileProfilerStorage' => __DIR__.'/../../..'.'/lib/private/Profiler/FileProfilerStorage.php', |
|
| 1919 | + 'OC\\Profiler\\Profile' => __DIR__.'/../../..'.'/lib/private/Profiler/Profile.php', |
|
| 1920 | + 'OC\\Profiler\\Profiler' => __DIR__.'/../../..'.'/lib/private/Profiler/Profiler.php', |
|
| 1921 | + 'OC\\Profiler\\RoutingDataCollector' => __DIR__.'/../../..'.'/lib/private/Profiler/RoutingDataCollector.php', |
|
| 1922 | + 'OC\\RedisFactory' => __DIR__.'/../../..'.'/lib/private/RedisFactory.php', |
|
| 1923 | + 'OC\\Remote\\Api\\ApiBase' => __DIR__.'/../../..'.'/lib/private/Remote/Api/ApiBase.php', |
|
| 1924 | + 'OC\\Remote\\Api\\ApiCollection' => __DIR__.'/../../..'.'/lib/private/Remote/Api/ApiCollection.php', |
|
| 1925 | + 'OC\\Remote\\Api\\ApiFactory' => __DIR__.'/../../..'.'/lib/private/Remote/Api/ApiFactory.php', |
|
| 1926 | + 'OC\\Remote\\Api\\NotFoundException' => __DIR__.'/../../..'.'/lib/private/Remote/Api/NotFoundException.php', |
|
| 1927 | + 'OC\\Remote\\Api\\OCS' => __DIR__.'/../../..'.'/lib/private/Remote/Api/OCS.php', |
|
| 1928 | + 'OC\\Remote\\Credentials' => __DIR__.'/../../..'.'/lib/private/Remote/Credentials.php', |
|
| 1929 | + 'OC\\Remote\\Instance' => __DIR__.'/../../..'.'/lib/private/Remote/Instance.php', |
|
| 1930 | + 'OC\\Remote\\InstanceFactory' => __DIR__.'/../../..'.'/lib/private/Remote/InstanceFactory.php', |
|
| 1931 | + 'OC\\Remote\\User' => __DIR__.'/../../..'.'/lib/private/Remote/User.php', |
|
| 1932 | + 'OC\\Repair' => __DIR__.'/../../..'.'/lib/private/Repair.php', |
|
| 1933 | + 'OC\\RepairException' => __DIR__.'/../../..'.'/lib/private/RepairException.php', |
|
| 1934 | + 'OC\\Repair\\AddAppConfigLazyMigration' => __DIR__.'/../../..'.'/lib/private/Repair/AddAppConfigLazyMigration.php', |
|
| 1935 | + 'OC\\Repair\\AddBruteForceCleanupJob' => __DIR__.'/../../..'.'/lib/private/Repair/AddBruteForceCleanupJob.php', |
|
| 1936 | + 'OC\\Repair\\AddCleanupDeletedUsersBackgroundJob' => __DIR__.'/../../..'.'/lib/private/Repair/AddCleanupDeletedUsersBackgroundJob.php', |
|
| 1937 | + 'OC\\Repair\\AddCleanupUpdaterBackupsJob' => __DIR__.'/../../..'.'/lib/private/Repair/AddCleanupUpdaterBackupsJob.php', |
|
| 1938 | + 'OC\\Repair\\AddMetadataGenerationJob' => __DIR__.'/../../..'.'/lib/private/Repair/AddMetadataGenerationJob.php', |
|
| 1939 | + 'OC\\Repair\\AddRemoveOldTasksBackgroundJob' => __DIR__.'/../../..'.'/lib/private/Repair/AddRemoveOldTasksBackgroundJob.php', |
|
| 1940 | + 'OC\\Repair\\CleanTags' => __DIR__.'/../../..'.'/lib/private/Repair/CleanTags.php', |
|
| 1941 | + 'OC\\Repair\\CleanUpAbandonedApps' => __DIR__.'/../../..'.'/lib/private/Repair/CleanUpAbandonedApps.php', |
|
| 1942 | + 'OC\\Repair\\ClearFrontendCaches' => __DIR__.'/../../..'.'/lib/private/Repair/ClearFrontendCaches.php', |
|
| 1943 | + 'OC\\Repair\\ClearGeneratedAvatarCache' => __DIR__.'/../../..'.'/lib/private/Repair/ClearGeneratedAvatarCache.php', |
|
| 1944 | + 'OC\\Repair\\ClearGeneratedAvatarCacheJob' => __DIR__.'/../../..'.'/lib/private/Repair/ClearGeneratedAvatarCacheJob.php', |
|
| 1945 | + 'OC\\Repair\\Collation' => __DIR__.'/../../..'.'/lib/private/Repair/Collation.php', |
|
| 1946 | + 'OC\\Repair\\ConfigKeyMigration' => __DIR__.'/../../..'.'/lib/private/Repair/ConfigKeyMigration.php', |
|
| 1947 | + 'OC\\Repair\\Events\\RepairAdvanceEvent' => __DIR__.'/../../..'.'/lib/private/Repair/Events/RepairAdvanceEvent.php', |
|
| 1948 | + 'OC\\Repair\\Events\\RepairErrorEvent' => __DIR__.'/../../..'.'/lib/private/Repair/Events/RepairErrorEvent.php', |
|
| 1949 | + 'OC\\Repair\\Events\\RepairFinishEvent' => __DIR__.'/../../..'.'/lib/private/Repair/Events/RepairFinishEvent.php', |
|
| 1950 | + 'OC\\Repair\\Events\\RepairInfoEvent' => __DIR__.'/../../..'.'/lib/private/Repair/Events/RepairInfoEvent.php', |
|
| 1951 | + 'OC\\Repair\\Events\\RepairStartEvent' => __DIR__.'/../../..'.'/lib/private/Repair/Events/RepairStartEvent.php', |
|
| 1952 | + 'OC\\Repair\\Events\\RepairStepEvent' => __DIR__.'/../../..'.'/lib/private/Repair/Events/RepairStepEvent.php', |
|
| 1953 | + 'OC\\Repair\\Events\\RepairWarningEvent' => __DIR__.'/../../..'.'/lib/private/Repair/Events/RepairWarningEvent.php', |
|
| 1954 | + 'OC\\Repair\\MoveUpdaterStepFile' => __DIR__.'/../../..'.'/lib/private/Repair/MoveUpdaterStepFile.php', |
|
| 1955 | + 'OC\\Repair\\NC13\\AddLogRotateJob' => __DIR__.'/../../..'.'/lib/private/Repair/NC13/AddLogRotateJob.php', |
|
| 1956 | + 'OC\\Repair\\NC14\\AddPreviewBackgroundCleanupJob' => __DIR__.'/../../..'.'/lib/private/Repair/NC14/AddPreviewBackgroundCleanupJob.php', |
|
| 1957 | + 'OC\\Repair\\NC16\\AddClenupLoginFlowV2BackgroundJob' => __DIR__.'/../../..'.'/lib/private/Repair/NC16/AddClenupLoginFlowV2BackgroundJob.php', |
|
| 1958 | + 'OC\\Repair\\NC16\\CleanupCardDAVPhotoCache' => __DIR__.'/../../..'.'/lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php', |
|
| 1959 | + 'OC\\Repair\\NC16\\ClearCollectionsAccessCache' => __DIR__.'/../../..'.'/lib/private/Repair/NC16/ClearCollectionsAccessCache.php', |
|
| 1960 | + 'OC\\Repair\\NC18\\ResetGeneratedAvatarFlag' => __DIR__.'/../../..'.'/lib/private/Repair/NC18/ResetGeneratedAvatarFlag.php', |
|
| 1961 | + 'OC\\Repair\\NC20\\EncryptionLegacyCipher' => __DIR__.'/../../..'.'/lib/private/Repair/NC20/EncryptionLegacyCipher.php', |
|
| 1962 | + 'OC\\Repair\\NC20\\EncryptionMigration' => __DIR__.'/../../..'.'/lib/private/Repair/NC20/EncryptionMigration.php', |
|
| 1963 | + 'OC\\Repair\\NC20\\ShippedDashboardEnable' => __DIR__.'/../../..'.'/lib/private/Repair/NC20/ShippedDashboardEnable.php', |
|
| 1964 | + 'OC\\Repair\\NC21\\AddCheckForUserCertificatesJob' => __DIR__.'/../../..'.'/lib/private/Repair/NC21/AddCheckForUserCertificatesJob.php', |
|
| 1965 | + 'OC\\Repair\\NC22\\LookupServerSendCheck' => __DIR__.'/../../..'.'/lib/private/Repair/NC22/LookupServerSendCheck.php', |
|
| 1966 | + 'OC\\Repair\\NC24\\AddTokenCleanupJob' => __DIR__.'/../../..'.'/lib/private/Repair/NC24/AddTokenCleanupJob.php', |
|
| 1967 | + 'OC\\Repair\\NC25\\AddMissingSecretJob' => __DIR__.'/../../..'.'/lib/private/Repair/NC25/AddMissingSecretJob.php', |
|
| 1968 | + 'OC\\Repair\\NC29\\SanitizeAccountProperties' => __DIR__.'/../../..'.'/lib/private/Repair/NC29/SanitizeAccountProperties.php', |
|
| 1969 | + 'OC\\Repair\\NC29\\SanitizeAccountPropertiesJob' => __DIR__.'/../../..'.'/lib/private/Repair/NC29/SanitizeAccountPropertiesJob.php', |
|
| 1970 | + 'OC\\Repair\\NC30\\RemoveLegacyDatadirFile' => __DIR__.'/../../..'.'/lib/private/Repair/NC30/RemoveLegacyDatadirFile.php', |
|
| 1971 | + 'OC\\Repair\\OldGroupMembershipShares' => __DIR__.'/../../..'.'/lib/private/Repair/OldGroupMembershipShares.php', |
|
| 1972 | + 'OC\\Repair\\Owncloud\\CleanPreviews' => __DIR__.'/../../..'.'/lib/private/Repair/Owncloud/CleanPreviews.php', |
|
| 1973 | + 'OC\\Repair\\Owncloud\\CleanPreviewsBackgroundJob' => __DIR__.'/../../..'.'/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php', |
|
| 1974 | + 'OC\\Repair\\Owncloud\\DropAccountTermsTable' => __DIR__.'/../../..'.'/lib/private/Repair/Owncloud/DropAccountTermsTable.php', |
|
| 1975 | + 'OC\\Repair\\Owncloud\\MigrateOauthTables' => __DIR__.'/../../..'.'/lib/private/Repair/Owncloud/MigrateOauthTables.php', |
|
| 1976 | + 'OC\\Repair\\Owncloud\\MoveAvatars' => __DIR__.'/../../..'.'/lib/private/Repair/Owncloud/MoveAvatars.php', |
|
| 1977 | + 'OC\\Repair\\Owncloud\\MoveAvatarsBackgroundJob' => __DIR__.'/../../..'.'/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php', |
|
| 1978 | + 'OC\\Repair\\Owncloud\\SaveAccountsTableData' => __DIR__.'/../../..'.'/lib/private/Repair/Owncloud/SaveAccountsTableData.php', |
|
| 1979 | + 'OC\\Repair\\Owncloud\\UpdateLanguageCodes' => __DIR__.'/../../..'.'/lib/private/Repair/Owncloud/UpdateLanguageCodes.php', |
|
| 1980 | + 'OC\\Repair\\RemoveBrokenProperties' => __DIR__.'/../../..'.'/lib/private/Repair/RemoveBrokenProperties.php', |
|
| 1981 | + 'OC\\Repair\\RemoveLinkShares' => __DIR__.'/../../..'.'/lib/private/Repair/RemoveLinkShares.php', |
|
| 1982 | + 'OC\\Repair\\RepairDavShares' => __DIR__.'/../../..'.'/lib/private/Repair/RepairDavShares.php', |
|
| 1983 | + 'OC\\Repair\\RepairInvalidShares' => __DIR__.'/../../..'.'/lib/private/Repair/RepairInvalidShares.php', |
|
| 1984 | + 'OC\\Repair\\RepairLogoDimension' => __DIR__.'/../../..'.'/lib/private/Repair/RepairLogoDimension.php', |
|
| 1985 | + 'OC\\Repair\\RepairMimeTypes' => __DIR__.'/../../..'.'/lib/private/Repair/RepairMimeTypes.php', |
|
| 1986 | + 'OC\\RichObjectStrings\\RichTextFormatter' => __DIR__.'/../../..'.'/lib/private/RichObjectStrings/RichTextFormatter.php', |
|
| 1987 | + 'OC\\RichObjectStrings\\Validator' => __DIR__.'/../../..'.'/lib/private/RichObjectStrings/Validator.php', |
|
| 1988 | + 'OC\\Route\\CachingRouter' => __DIR__.'/../../..'.'/lib/private/Route/CachingRouter.php', |
|
| 1989 | + 'OC\\Route\\Route' => __DIR__.'/../../..'.'/lib/private/Route/Route.php', |
|
| 1990 | + 'OC\\Route\\Router' => __DIR__.'/../../..'.'/lib/private/Route/Router.php', |
|
| 1991 | + 'OC\\Search\\FilterCollection' => __DIR__.'/../../..'.'/lib/private/Search/FilterCollection.php', |
|
| 1992 | + 'OC\\Search\\FilterFactory' => __DIR__.'/../../..'.'/lib/private/Search/FilterFactory.php', |
|
| 1993 | + 'OC\\Search\\Filter\\BooleanFilter' => __DIR__.'/../../..'.'/lib/private/Search/Filter/BooleanFilter.php', |
|
| 1994 | + 'OC\\Search\\Filter\\DateTimeFilter' => __DIR__.'/../../..'.'/lib/private/Search/Filter/DateTimeFilter.php', |
|
| 1995 | + 'OC\\Search\\Filter\\FloatFilter' => __DIR__.'/../../..'.'/lib/private/Search/Filter/FloatFilter.php', |
|
| 1996 | + 'OC\\Search\\Filter\\GroupFilter' => __DIR__.'/../../..'.'/lib/private/Search/Filter/GroupFilter.php', |
|
| 1997 | + 'OC\\Search\\Filter\\IntegerFilter' => __DIR__.'/../../..'.'/lib/private/Search/Filter/IntegerFilter.php', |
|
| 1998 | + 'OC\\Search\\Filter\\StringFilter' => __DIR__.'/../../..'.'/lib/private/Search/Filter/StringFilter.php', |
|
| 1999 | + 'OC\\Search\\Filter\\StringsFilter' => __DIR__.'/../../..'.'/lib/private/Search/Filter/StringsFilter.php', |
|
| 2000 | + 'OC\\Search\\Filter\\UserFilter' => __DIR__.'/../../..'.'/lib/private/Search/Filter/UserFilter.php', |
|
| 2001 | + 'OC\\Search\\SearchComposer' => __DIR__.'/../../..'.'/lib/private/Search/SearchComposer.php', |
|
| 2002 | + 'OC\\Search\\SearchQuery' => __DIR__.'/../../..'.'/lib/private/Search/SearchQuery.php', |
|
| 2003 | + 'OC\\Search\\UnsupportedFilter' => __DIR__.'/../../..'.'/lib/private/Search/UnsupportedFilter.php', |
|
| 2004 | + 'OC\\Security\\Bruteforce\\Backend\\DatabaseBackend' => __DIR__.'/../../..'.'/lib/private/Security/Bruteforce/Backend/DatabaseBackend.php', |
|
| 2005 | + 'OC\\Security\\Bruteforce\\Backend\\IBackend' => __DIR__.'/../../..'.'/lib/private/Security/Bruteforce/Backend/IBackend.php', |
|
| 2006 | + 'OC\\Security\\Bruteforce\\Backend\\MemoryCacheBackend' => __DIR__.'/../../..'.'/lib/private/Security/Bruteforce/Backend/MemoryCacheBackend.php', |
|
| 2007 | + 'OC\\Security\\Bruteforce\\Capabilities' => __DIR__.'/../../..'.'/lib/private/Security/Bruteforce/Capabilities.php', |
|
| 2008 | + 'OC\\Security\\Bruteforce\\CleanupJob' => __DIR__.'/../../..'.'/lib/private/Security/Bruteforce/CleanupJob.php', |
|
| 2009 | + 'OC\\Security\\Bruteforce\\Throttler' => __DIR__.'/../../..'.'/lib/private/Security/Bruteforce/Throttler.php', |
|
| 2010 | + 'OC\\Security\\CSP\\ContentSecurityPolicy' => __DIR__.'/../../..'.'/lib/private/Security/CSP/ContentSecurityPolicy.php', |
|
| 2011 | + 'OC\\Security\\CSP\\ContentSecurityPolicyManager' => __DIR__.'/../../..'.'/lib/private/Security/CSP/ContentSecurityPolicyManager.php', |
|
| 2012 | + 'OC\\Security\\CSP\\ContentSecurityPolicyNonceManager' => __DIR__.'/../../..'.'/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php', |
|
| 2013 | + 'OC\\Security\\CSRF\\CsrfToken' => __DIR__.'/../../..'.'/lib/private/Security/CSRF/CsrfToken.php', |
|
| 2014 | + 'OC\\Security\\CSRF\\CsrfTokenGenerator' => __DIR__.'/../../..'.'/lib/private/Security/CSRF/CsrfTokenGenerator.php', |
|
| 2015 | + 'OC\\Security\\CSRF\\CsrfTokenManager' => __DIR__.'/../../..'.'/lib/private/Security/CSRF/CsrfTokenManager.php', |
|
| 2016 | + 'OC\\Security\\CSRF\\TokenStorage\\SessionStorage' => __DIR__.'/../../..'.'/lib/private/Security/CSRF/TokenStorage/SessionStorage.php', |
|
| 2017 | + 'OC\\Security\\Certificate' => __DIR__.'/../../..'.'/lib/private/Security/Certificate.php', |
|
| 2018 | + 'OC\\Security\\CertificateManager' => __DIR__.'/../../..'.'/lib/private/Security/CertificateManager.php', |
|
| 2019 | + 'OC\\Security\\CredentialsManager' => __DIR__.'/../../..'.'/lib/private/Security/CredentialsManager.php', |
|
| 2020 | + 'OC\\Security\\Crypto' => __DIR__.'/../../..'.'/lib/private/Security/Crypto.php', |
|
| 2021 | + 'OC\\Security\\FeaturePolicy\\FeaturePolicy' => __DIR__.'/../../..'.'/lib/private/Security/FeaturePolicy/FeaturePolicy.php', |
|
| 2022 | + 'OC\\Security\\FeaturePolicy\\FeaturePolicyManager' => __DIR__.'/../../..'.'/lib/private/Security/FeaturePolicy/FeaturePolicyManager.php', |
|
| 2023 | + 'OC\\Security\\Hasher' => __DIR__.'/../../..'.'/lib/private/Security/Hasher.php', |
|
| 2024 | + 'OC\\Security\\IdentityProof\\Key' => __DIR__.'/../../..'.'/lib/private/Security/IdentityProof/Key.php', |
|
| 2025 | + 'OC\\Security\\IdentityProof\\Manager' => __DIR__.'/../../..'.'/lib/private/Security/IdentityProof/Manager.php', |
|
| 2026 | + 'OC\\Security\\IdentityProof\\Signer' => __DIR__.'/../../..'.'/lib/private/Security/IdentityProof/Signer.php', |
|
| 2027 | + 'OC\\Security\\Ip\\Address' => __DIR__.'/../../..'.'/lib/private/Security/Ip/Address.php', |
|
| 2028 | + 'OC\\Security\\Ip\\BruteforceAllowList' => __DIR__.'/../../..'.'/lib/private/Security/Ip/BruteforceAllowList.php', |
|
| 2029 | + 'OC\\Security\\Ip\\Factory' => __DIR__.'/../../..'.'/lib/private/Security/Ip/Factory.php', |
|
| 2030 | + 'OC\\Security\\Ip\\Range' => __DIR__.'/../../..'.'/lib/private/Security/Ip/Range.php', |
|
| 2031 | + 'OC\\Security\\Ip\\RemoteAddress' => __DIR__.'/../../..'.'/lib/private/Security/Ip/RemoteAddress.php', |
|
| 2032 | + 'OC\\Security\\Normalizer\\IpAddress' => __DIR__.'/../../..'.'/lib/private/Security/Normalizer/IpAddress.php', |
|
| 2033 | + 'OC\\Security\\RateLimiting\\Backend\\DatabaseBackend' => __DIR__.'/../../..'.'/lib/private/Security/RateLimiting/Backend/DatabaseBackend.php', |
|
| 2034 | + 'OC\\Security\\RateLimiting\\Backend\\IBackend' => __DIR__.'/../../..'.'/lib/private/Security/RateLimiting/Backend/IBackend.php', |
|
| 2035 | + 'OC\\Security\\RateLimiting\\Backend\\MemoryCacheBackend' => __DIR__.'/../../..'.'/lib/private/Security/RateLimiting/Backend/MemoryCacheBackend.php', |
|
| 2036 | + 'OC\\Security\\RateLimiting\\Exception\\RateLimitExceededException' => __DIR__.'/../../..'.'/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php', |
|
| 2037 | + 'OC\\Security\\RateLimiting\\Limiter' => __DIR__.'/../../..'.'/lib/private/Security/RateLimiting/Limiter.php', |
|
| 2038 | + 'OC\\Security\\RemoteHostValidator' => __DIR__.'/../../..'.'/lib/private/Security/RemoteHostValidator.php', |
|
| 2039 | + 'OC\\Security\\SecureRandom' => __DIR__.'/../../..'.'/lib/private/Security/SecureRandom.php', |
|
| 2040 | + 'OC\\Security\\Signature\\Db\\SignatoryMapper' => __DIR__.'/../../..'.'/lib/private/Security/Signature/Db/SignatoryMapper.php', |
|
| 2041 | + 'OC\\Security\\Signature\\Model\\IncomingSignedRequest' => __DIR__.'/../../..'.'/lib/private/Security/Signature/Model/IncomingSignedRequest.php', |
|
| 2042 | + 'OC\\Security\\Signature\\Model\\OutgoingSignedRequest' => __DIR__.'/../../..'.'/lib/private/Security/Signature/Model/OutgoingSignedRequest.php', |
|
| 2043 | + 'OC\\Security\\Signature\\Model\\SignedRequest' => __DIR__.'/../../..'.'/lib/private/Security/Signature/Model/SignedRequest.php', |
|
| 2044 | + 'OC\\Security\\Signature\\SignatureManager' => __DIR__.'/../../..'.'/lib/private/Security/Signature/SignatureManager.php', |
|
| 2045 | + 'OC\\Security\\TrustedDomainHelper' => __DIR__.'/../../..'.'/lib/private/Security/TrustedDomainHelper.php', |
|
| 2046 | + 'OC\\Security\\VerificationToken\\CleanUpJob' => __DIR__.'/../../..'.'/lib/private/Security/VerificationToken/CleanUpJob.php', |
|
| 2047 | + 'OC\\Security\\VerificationToken\\VerificationToken' => __DIR__.'/../../..'.'/lib/private/Security/VerificationToken/VerificationToken.php', |
|
| 2048 | + 'OC\\Server' => __DIR__.'/../../..'.'/lib/private/Server.php', |
|
| 2049 | + 'OC\\ServerContainer' => __DIR__.'/../../..'.'/lib/private/ServerContainer.php', |
|
| 2050 | + 'OC\\ServerNotAvailableException' => __DIR__.'/../../..'.'/lib/private/ServerNotAvailableException.php', |
|
| 2051 | + 'OC\\ServiceUnavailableException' => __DIR__.'/../../..'.'/lib/private/ServiceUnavailableException.php', |
|
| 2052 | + 'OC\\Session\\CryptoSessionData' => __DIR__.'/../../..'.'/lib/private/Session/CryptoSessionData.php', |
|
| 2053 | + 'OC\\Session\\CryptoWrapper' => __DIR__.'/../../..'.'/lib/private/Session/CryptoWrapper.php', |
|
| 2054 | + 'OC\\Session\\Internal' => __DIR__.'/../../..'.'/lib/private/Session/Internal.php', |
|
| 2055 | + 'OC\\Session\\Memory' => __DIR__.'/../../..'.'/lib/private/Session/Memory.php', |
|
| 2056 | + 'OC\\Session\\Session' => __DIR__.'/../../..'.'/lib/private/Session/Session.php', |
|
| 2057 | + 'OC\\Settings\\AuthorizedGroup' => __DIR__.'/../../..'.'/lib/private/Settings/AuthorizedGroup.php', |
|
| 2058 | + 'OC\\Settings\\AuthorizedGroupMapper' => __DIR__.'/../../..'.'/lib/private/Settings/AuthorizedGroupMapper.php', |
|
| 2059 | + 'OC\\Settings\\DeclarativeManager' => __DIR__.'/../../..'.'/lib/private/Settings/DeclarativeManager.php', |
|
| 2060 | + 'OC\\Settings\\Manager' => __DIR__.'/../../..'.'/lib/private/Settings/Manager.php', |
|
| 2061 | + 'OC\\Settings\\Section' => __DIR__.'/../../..'.'/lib/private/Settings/Section.php', |
|
| 2062 | + 'OC\\Setup' => __DIR__.'/../../..'.'/lib/private/Setup.php', |
|
| 2063 | + 'OC\\SetupCheck\\SetupCheckManager' => __DIR__.'/../../..'.'/lib/private/SetupCheck/SetupCheckManager.php', |
|
| 2064 | + 'OC\\Setup\\AbstractDatabase' => __DIR__.'/../../..'.'/lib/private/Setup/AbstractDatabase.php', |
|
| 2065 | + 'OC\\Setup\\MySQL' => __DIR__.'/../../..'.'/lib/private/Setup/MySQL.php', |
|
| 2066 | + 'OC\\Setup\\OCI' => __DIR__.'/../../..'.'/lib/private/Setup/OCI.php', |
|
| 2067 | + 'OC\\Setup\\PostgreSQL' => __DIR__.'/../../..'.'/lib/private/Setup/PostgreSQL.php', |
|
| 2068 | + 'OC\\Setup\\Sqlite' => __DIR__.'/../../..'.'/lib/private/Setup/Sqlite.php', |
|
| 2069 | + 'OC\\Share20\\DefaultShareProvider' => __DIR__.'/../../..'.'/lib/private/Share20/DefaultShareProvider.php', |
|
| 2070 | + 'OC\\Share20\\Exception\\BackendError' => __DIR__.'/../../..'.'/lib/private/Share20/Exception/BackendError.php', |
|
| 2071 | + 'OC\\Share20\\Exception\\InvalidShare' => __DIR__.'/../../..'.'/lib/private/Share20/Exception/InvalidShare.php', |
|
| 2072 | + 'OC\\Share20\\Exception\\ProviderException' => __DIR__.'/../../..'.'/lib/private/Share20/Exception/ProviderException.php', |
|
| 2073 | + 'OC\\Share20\\GroupDeletedListener' => __DIR__.'/../../..'.'/lib/private/Share20/GroupDeletedListener.php', |
|
| 2074 | + 'OC\\Share20\\LegacyHooks' => __DIR__.'/../../..'.'/lib/private/Share20/LegacyHooks.php', |
|
| 2075 | + 'OC\\Share20\\Manager' => __DIR__.'/../../..'.'/lib/private/Share20/Manager.php', |
|
| 2076 | + 'OC\\Share20\\ProviderFactory' => __DIR__.'/../../..'.'/lib/private/Share20/ProviderFactory.php', |
|
| 2077 | + 'OC\\Share20\\PublicShareTemplateFactory' => __DIR__.'/../../..'.'/lib/private/Share20/PublicShareTemplateFactory.php', |
|
| 2078 | + 'OC\\Share20\\Share' => __DIR__.'/../../..'.'/lib/private/Share20/Share.php', |
|
| 2079 | + 'OC\\Share20\\ShareAttributes' => __DIR__.'/../../..'.'/lib/private/Share20/ShareAttributes.php', |
|
| 2080 | + 'OC\\Share20\\ShareDisableChecker' => __DIR__.'/../../..'.'/lib/private/Share20/ShareDisableChecker.php', |
|
| 2081 | + 'OC\\Share20\\ShareHelper' => __DIR__.'/../../..'.'/lib/private/Share20/ShareHelper.php', |
|
| 2082 | + 'OC\\Share20\\UserDeletedListener' => __DIR__.'/../../..'.'/lib/private/Share20/UserDeletedListener.php', |
|
| 2083 | + 'OC\\Share20\\UserRemovedListener' => __DIR__.'/../../..'.'/lib/private/Share20/UserRemovedListener.php', |
|
| 2084 | + 'OC\\Share\\Constants' => __DIR__.'/../../..'.'/lib/private/Share/Constants.php', |
|
| 2085 | + 'OC\\Share\\Helper' => __DIR__.'/../../..'.'/lib/private/Share/Helper.php', |
|
| 2086 | + 'OC\\Share\\Share' => __DIR__.'/../../..'.'/lib/private/Share/Share.php', |
|
| 2087 | + 'OC\\SpeechToText\\SpeechToTextManager' => __DIR__.'/../../..'.'/lib/private/SpeechToText/SpeechToTextManager.php', |
|
| 2088 | + 'OC\\SpeechToText\\TranscriptionJob' => __DIR__.'/../../..'.'/lib/private/SpeechToText/TranscriptionJob.php', |
|
| 2089 | + 'OC\\StreamImage' => __DIR__.'/../../..'.'/lib/private/StreamImage.php', |
|
| 2090 | + 'OC\\Streamer' => __DIR__.'/../../..'.'/lib/private/Streamer.php', |
|
| 2091 | + 'OC\\SubAdmin' => __DIR__.'/../../..'.'/lib/private/SubAdmin.php', |
|
| 2092 | + 'OC\\Support\\CrashReport\\Registry' => __DIR__.'/../../..'.'/lib/private/Support/CrashReport/Registry.php', |
|
| 2093 | + 'OC\\Support\\Subscription\\Assertion' => __DIR__.'/../../..'.'/lib/private/Support/Subscription/Assertion.php', |
|
| 2094 | + 'OC\\Support\\Subscription\\Registry' => __DIR__.'/../../..'.'/lib/private/Support/Subscription/Registry.php', |
|
| 2095 | + 'OC\\SystemConfig' => __DIR__.'/../../..'.'/lib/private/SystemConfig.php', |
|
| 2096 | + 'OC\\SystemTag\\ManagerFactory' => __DIR__.'/../../..'.'/lib/private/SystemTag/ManagerFactory.php', |
|
| 2097 | + 'OC\\SystemTag\\SystemTag' => __DIR__.'/../../..'.'/lib/private/SystemTag/SystemTag.php', |
|
| 2098 | + 'OC\\SystemTag\\SystemTagManager' => __DIR__.'/../../..'.'/lib/private/SystemTag/SystemTagManager.php', |
|
| 2099 | + 'OC\\SystemTag\\SystemTagObjectMapper' => __DIR__.'/../../..'.'/lib/private/SystemTag/SystemTagObjectMapper.php', |
|
| 2100 | + 'OC\\SystemTag\\SystemTagsInFilesDetector' => __DIR__.'/../../..'.'/lib/private/SystemTag/SystemTagsInFilesDetector.php', |
|
| 2101 | + 'OC\\TagManager' => __DIR__.'/../../..'.'/lib/private/TagManager.php', |
|
| 2102 | + 'OC\\Tagging\\Tag' => __DIR__.'/../../..'.'/lib/private/Tagging/Tag.php', |
|
| 2103 | + 'OC\\Tagging\\TagMapper' => __DIR__.'/../../..'.'/lib/private/Tagging/TagMapper.php', |
|
| 2104 | + 'OC\\Tags' => __DIR__.'/../../..'.'/lib/private/Tags.php', |
|
| 2105 | + 'OC\\Talk\\Broker' => __DIR__.'/../../..'.'/lib/private/Talk/Broker.php', |
|
| 2106 | + 'OC\\Talk\\ConversationOptions' => __DIR__.'/../../..'.'/lib/private/Talk/ConversationOptions.php', |
|
| 2107 | + 'OC\\TaskProcessing\\Db\\Task' => __DIR__.'/../../..'.'/lib/private/TaskProcessing/Db/Task.php', |
|
| 2108 | + 'OC\\TaskProcessing\\Db\\TaskMapper' => __DIR__.'/../../..'.'/lib/private/TaskProcessing/Db/TaskMapper.php', |
|
| 2109 | + 'OC\\TaskProcessing\\Manager' => __DIR__.'/../../..'.'/lib/private/TaskProcessing/Manager.php', |
|
| 2110 | + 'OC\\TaskProcessing\\RemoveOldTasksBackgroundJob' => __DIR__.'/../../..'.'/lib/private/TaskProcessing/RemoveOldTasksBackgroundJob.php', |
|
| 2111 | + 'OC\\TaskProcessing\\SynchronousBackgroundJob' => __DIR__.'/../../..'.'/lib/private/TaskProcessing/SynchronousBackgroundJob.php', |
|
| 2112 | + 'OC\\Teams\\TeamManager' => __DIR__.'/../../..'.'/lib/private/Teams/TeamManager.php', |
|
| 2113 | + 'OC\\TempManager' => __DIR__.'/../../..'.'/lib/private/TempManager.php', |
|
| 2114 | + 'OC\\TemplateLayout' => __DIR__.'/../../..'.'/lib/private/TemplateLayout.php', |
|
| 2115 | + 'OC\\Template\\Base' => __DIR__.'/../../..'.'/lib/private/Template/Base.php', |
|
| 2116 | + 'OC\\Template\\CSSResourceLocator' => __DIR__.'/../../..'.'/lib/private/Template/CSSResourceLocator.php', |
|
| 2117 | + 'OC\\Template\\JSCombiner' => __DIR__.'/../../..'.'/lib/private/Template/JSCombiner.php', |
|
| 2118 | + 'OC\\Template\\JSConfigHelper' => __DIR__.'/../../..'.'/lib/private/Template/JSConfigHelper.php', |
|
| 2119 | + 'OC\\Template\\JSResourceLocator' => __DIR__.'/../../..'.'/lib/private/Template/JSResourceLocator.php', |
|
| 2120 | + 'OC\\Template\\ResourceLocator' => __DIR__.'/../../..'.'/lib/private/Template/ResourceLocator.php', |
|
| 2121 | + 'OC\\Template\\ResourceNotFoundException' => __DIR__.'/../../..'.'/lib/private/Template/ResourceNotFoundException.php', |
|
| 2122 | + 'OC\\Template\\Template' => __DIR__.'/../../..'.'/lib/private/Template/Template.php', |
|
| 2123 | + 'OC\\Template\\TemplateFileLocator' => __DIR__.'/../../..'.'/lib/private/Template/TemplateFileLocator.php', |
|
| 2124 | + 'OC\\Template\\TemplateManager' => __DIR__.'/../../..'.'/lib/private/Template/TemplateManager.php', |
|
| 2125 | + 'OC\\TextProcessing\\Db\\Task' => __DIR__.'/../../..'.'/lib/private/TextProcessing/Db/Task.php', |
|
| 2126 | + 'OC\\TextProcessing\\Db\\TaskMapper' => __DIR__.'/../../..'.'/lib/private/TextProcessing/Db/TaskMapper.php', |
|
| 2127 | + 'OC\\TextProcessing\\Manager' => __DIR__.'/../../..'.'/lib/private/TextProcessing/Manager.php', |
|
| 2128 | + 'OC\\TextProcessing\\RemoveOldTasksBackgroundJob' => __DIR__.'/../../..'.'/lib/private/TextProcessing/RemoveOldTasksBackgroundJob.php', |
|
| 2129 | + 'OC\\TextProcessing\\TaskBackgroundJob' => __DIR__.'/../../..'.'/lib/private/TextProcessing/TaskBackgroundJob.php', |
|
| 2130 | + 'OC\\TextToImage\\Db\\Task' => __DIR__.'/../../..'.'/lib/private/TextToImage/Db/Task.php', |
|
| 2131 | + 'OC\\TextToImage\\Db\\TaskMapper' => __DIR__.'/../../..'.'/lib/private/TextToImage/Db/TaskMapper.php', |
|
| 2132 | + 'OC\\TextToImage\\Manager' => __DIR__.'/../../..'.'/lib/private/TextToImage/Manager.php', |
|
| 2133 | + 'OC\\TextToImage\\RemoveOldTasksBackgroundJob' => __DIR__.'/../../..'.'/lib/private/TextToImage/RemoveOldTasksBackgroundJob.php', |
|
| 2134 | + 'OC\\TextToImage\\TaskBackgroundJob' => __DIR__.'/../../..'.'/lib/private/TextToImage/TaskBackgroundJob.php', |
|
| 2135 | + 'OC\\Translation\\TranslationManager' => __DIR__.'/../../..'.'/lib/private/Translation/TranslationManager.php', |
|
| 2136 | + 'OC\\URLGenerator' => __DIR__.'/../../..'.'/lib/private/URLGenerator.php', |
|
| 2137 | + 'OC\\Updater' => __DIR__.'/../../..'.'/lib/private/Updater.php', |
|
| 2138 | + 'OC\\Updater\\Changes' => __DIR__.'/../../..'.'/lib/private/Updater/Changes.php', |
|
| 2139 | + 'OC\\Updater\\ChangesCheck' => __DIR__.'/../../..'.'/lib/private/Updater/ChangesCheck.php', |
|
| 2140 | + 'OC\\Updater\\ChangesMapper' => __DIR__.'/../../..'.'/lib/private/Updater/ChangesMapper.php', |
|
| 2141 | + 'OC\\Updater\\Exceptions\\ReleaseMetadataException' => __DIR__.'/../../..'.'/lib/private/Updater/Exceptions/ReleaseMetadataException.php', |
|
| 2142 | + 'OC\\Updater\\ReleaseMetadata' => __DIR__.'/../../..'.'/lib/private/Updater/ReleaseMetadata.php', |
|
| 2143 | + 'OC\\Updater\\VersionCheck' => __DIR__.'/../../..'.'/lib/private/Updater/VersionCheck.php', |
|
| 2144 | + 'OC\\UserStatus\\ISettableProvider' => __DIR__.'/../../..'.'/lib/private/UserStatus/ISettableProvider.php', |
|
| 2145 | + 'OC\\UserStatus\\Manager' => __DIR__.'/../../..'.'/lib/private/UserStatus/Manager.php', |
|
| 2146 | + 'OC\\User\\AvailabilityCoordinator' => __DIR__.'/../../..'.'/lib/private/User/AvailabilityCoordinator.php', |
|
| 2147 | + 'OC\\User\\Backend' => __DIR__.'/../../..'.'/lib/private/User/Backend.php', |
|
| 2148 | + 'OC\\User\\BackgroundJobs\\CleanupDeletedUsers' => __DIR__.'/../../..'.'/lib/private/User/BackgroundJobs/CleanupDeletedUsers.php', |
|
| 2149 | + 'OC\\User\\Database' => __DIR__.'/../../..'.'/lib/private/User/Database.php', |
|
| 2150 | + 'OC\\User\\DisplayNameCache' => __DIR__.'/../../..'.'/lib/private/User/DisplayNameCache.php', |
|
| 2151 | + 'OC\\User\\LazyUser' => __DIR__.'/../../..'.'/lib/private/User/LazyUser.php', |
|
| 2152 | + 'OC\\User\\Listeners\\BeforeUserDeletedListener' => __DIR__.'/../../..'.'/lib/private/User/Listeners/BeforeUserDeletedListener.php', |
|
| 2153 | + 'OC\\User\\Listeners\\UserChangedListener' => __DIR__.'/../../..'.'/lib/private/User/Listeners/UserChangedListener.php', |
|
| 2154 | + 'OC\\User\\LoginException' => __DIR__.'/../../..'.'/lib/private/User/LoginException.php', |
|
| 2155 | + 'OC\\User\\Manager' => __DIR__.'/../../..'.'/lib/private/User/Manager.php', |
|
| 2156 | + 'OC\\User\\NoUserException' => __DIR__.'/../../..'.'/lib/private/User/NoUserException.php', |
|
| 2157 | + 'OC\\User\\OutOfOfficeData' => __DIR__.'/../../..'.'/lib/private/User/OutOfOfficeData.php', |
|
| 2158 | + 'OC\\User\\PartiallyDeletedUsersBackend' => __DIR__.'/../../..'.'/lib/private/User/PartiallyDeletedUsersBackend.php', |
|
| 2159 | + 'OC\\User\\Session' => __DIR__.'/../../..'.'/lib/private/User/Session.php', |
|
| 2160 | + 'OC\\User\\User' => __DIR__.'/../../..'.'/lib/private/User/User.php', |
|
| 2161 | + 'OC_App' => __DIR__.'/../../..'.'/lib/private/legacy/OC_App.php', |
|
| 2162 | + 'OC_Defaults' => __DIR__.'/../../..'.'/lib/private/legacy/OC_Defaults.php', |
|
| 2163 | + 'OC_Helper' => __DIR__.'/../../..'.'/lib/private/legacy/OC_Helper.php', |
|
| 2164 | + 'OC_Hook' => __DIR__.'/../../..'.'/lib/private/legacy/OC_Hook.php', |
|
| 2165 | + 'OC_JSON' => __DIR__.'/../../..'.'/lib/private/legacy/OC_JSON.php', |
|
| 2166 | + 'OC_Response' => __DIR__.'/../../..'.'/lib/private/legacy/OC_Response.php', |
|
| 2167 | + 'OC_Template' => __DIR__.'/../../..'.'/lib/private/legacy/OC_Template.php', |
|
| 2168 | + 'OC_User' => __DIR__.'/../../..'.'/lib/private/legacy/OC_User.php', |
|
| 2169 | + 'OC_Util' => __DIR__.'/../../..'.'/lib/private/legacy/OC_Util.php', |
|
| 2170 | 2170 | ); |
| 2171 | 2171 | |
| 2172 | 2172 | public static function getInitializer(ClassLoader $loader) |
| 2173 | 2173 | { |
| 2174 | - return \Closure::bind(function () use ($loader) { |
|
| 2174 | + return \Closure::bind(function() use ($loader) { |
|
| 2175 | 2175 | $loader->prefixLengthsPsr4 = ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2::$prefixLengthsPsr4; |
| 2176 | 2176 | $loader->prefixDirsPsr4 = ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2::$prefixDirsPsr4; |
| 2177 | 2177 | $loader->fallbackDirsPsr4 = ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2::$fallbackDirsPsr4; |
@@ -6,2124 +6,2124 @@ |
||
| 6 | 6 | $baseDir = dirname(dirname($vendorDir)); |
| 7 | 7 | |
| 8 | 8 | return array( |
| 9 | - 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
|
| 10 | - 'NCU\\Config\\Exceptions\\IncorrectTypeException' => $baseDir . '/lib/unstable/Config/Exceptions/IncorrectTypeException.php', |
|
| 11 | - 'NCU\\Config\\Exceptions\\TypeConflictException' => $baseDir . '/lib/unstable/Config/Exceptions/TypeConflictException.php', |
|
| 12 | - 'NCU\\Config\\Exceptions\\UnknownKeyException' => $baseDir . '/lib/unstable/Config/Exceptions/UnknownKeyException.php', |
|
| 13 | - 'NCU\\Config\\IUserConfig' => $baseDir . '/lib/unstable/Config/IUserConfig.php', |
|
| 14 | - 'NCU\\Config\\Lexicon\\ConfigLexiconEntry' => $baseDir . '/lib/unstable/Config/Lexicon/ConfigLexiconEntry.php', |
|
| 15 | - 'NCU\\Config\\Lexicon\\ConfigLexiconStrictness' => $baseDir . '/lib/unstable/Config/Lexicon/ConfigLexiconStrictness.php', |
|
| 16 | - 'NCU\\Config\\Lexicon\\IConfigLexicon' => $baseDir . '/lib/unstable/Config/Lexicon/IConfigLexicon.php', |
|
| 17 | - 'NCU\\Config\\ValueType' => $baseDir . '/lib/unstable/Config/ValueType.php', |
|
| 18 | - 'NCU\\Federation\\ISignedCloudFederationProvider' => $baseDir . '/lib/unstable/Federation/ISignedCloudFederationProvider.php', |
|
| 19 | - 'NCU\\Security\\Signature\\Enum\\DigestAlgorithm' => $baseDir . '/lib/unstable/Security/Signature/Enum/DigestAlgorithm.php', |
|
| 20 | - 'NCU\\Security\\Signature\\Enum\\SignatoryStatus' => $baseDir . '/lib/unstable/Security/Signature/Enum/SignatoryStatus.php', |
|
| 21 | - 'NCU\\Security\\Signature\\Enum\\SignatoryType' => $baseDir . '/lib/unstable/Security/Signature/Enum/SignatoryType.php', |
|
| 22 | - 'NCU\\Security\\Signature\\Enum\\SignatureAlgorithm' => $baseDir . '/lib/unstable/Security/Signature/Enum/SignatureAlgorithm.php', |
|
| 23 | - 'NCU\\Security\\Signature\\Exceptions\\IdentityNotFoundException' => $baseDir . '/lib/unstable/Security/Signature/Exceptions/IdentityNotFoundException.php', |
|
| 24 | - 'NCU\\Security\\Signature\\Exceptions\\IncomingRequestException' => $baseDir . '/lib/unstable/Security/Signature/Exceptions/IncomingRequestException.php', |
|
| 25 | - 'NCU\\Security\\Signature\\Exceptions\\InvalidKeyOriginException' => $baseDir . '/lib/unstable/Security/Signature/Exceptions/InvalidKeyOriginException.php', |
|
| 26 | - 'NCU\\Security\\Signature\\Exceptions\\InvalidSignatureException' => $baseDir . '/lib/unstable/Security/Signature/Exceptions/InvalidSignatureException.php', |
|
| 27 | - 'NCU\\Security\\Signature\\Exceptions\\SignatoryConflictException' => $baseDir . '/lib/unstable/Security/Signature/Exceptions/SignatoryConflictException.php', |
|
| 28 | - 'NCU\\Security\\Signature\\Exceptions\\SignatoryException' => $baseDir . '/lib/unstable/Security/Signature/Exceptions/SignatoryException.php', |
|
| 29 | - 'NCU\\Security\\Signature\\Exceptions\\SignatoryNotFoundException' => $baseDir . '/lib/unstable/Security/Signature/Exceptions/SignatoryNotFoundException.php', |
|
| 30 | - 'NCU\\Security\\Signature\\Exceptions\\SignatureElementNotFoundException' => $baseDir . '/lib/unstable/Security/Signature/Exceptions/SignatureElementNotFoundException.php', |
|
| 31 | - 'NCU\\Security\\Signature\\Exceptions\\SignatureException' => $baseDir . '/lib/unstable/Security/Signature/Exceptions/SignatureException.php', |
|
| 32 | - 'NCU\\Security\\Signature\\Exceptions\\SignatureNotFoundException' => $baseDir . '/lib/unstable/Security/Signature/Exceptions/SignatureNotFoundException.php', |
|
| 33 | - 'NCU\\Security\\Signature\\IIncomingSignedRequest' => $baseDir . '/lib/unstable/Security/Signature/IIncomingSignedRequest.php', |
|
| 34 | - 'NCU\\Security\\Signature\\IOutgoingSignedRequest' => $baseDir . '/lib/unstable/Security/Signature/IOutgoingSignedRequest.php', |
|
| 35 | - 'NCU\\Security\\Signature\\ISignatoryManager' => $baseDir . '/lib/unstable/Security/Signature/ISignatoryManager.php', |
|
| 36 | - 'NCU\\Security\\Signature\\ISignatureManager' => $baseDir . '/lib/unstable/Security/Signature/ISignatureManager.php', |
|
| 37 | - 'NCU\\Security\\Signature\\ISignedRequest' => $baseDir . '/lib/unstable/Security/Signature/ISignedRequest.php', |
|
| 38 | - 'NCU\\Security\\Signature\\Model\\Signatory' => $baseDir . '/lib/unstable/Security/Signature/Model/Signatory.php', |
|
| 39 | - 'OCP\\Accounts\\IAccount' => $baseDir . '/lib/public/Accounts/IAccount.php', |
|
| 40 | - 'OCP\\Accounts\\IAccountManager' => $baseDir . '/lib/public/Accounts/IAccountManager.php', |
|
| 41 | - 'OCP\\Accounts\\IAccountProperty' => $baseDir . '/lib/public/Accounts/IAccountProperty.php', |
|
| 42 | - 'OCP\\Accounts\\IAccountPropertyCollection' => $baseDir . '/lib/public/Accounts/IAccountPropertyCollection.php', |
|
| 43 | - 'OCP\\Accounts\\PropertyDoesNotExistException' => $baseDir . '/lib/public/Accounts/PropertyDoesNotExistException.php', |
|
| 44 | - 'OCP\\Accounts\\UserUpdatedEvent' => $baseDir . '/lib/public/Accounts/UserUpdatedEvent.php', |
|
| 45 | - 'OCP\\Activity\\ActivitySettings' => $baseDir . '/lib/public/Activity/ActivitySettings.php', |
|
| 46 | - 'OCP\\Activity\\Exceptions\\FilterNotFoundException' => $baseDir . '/lib/public/Activity/Exceptions/FilterNotFoundException.php', |
|
| 47 | - 'OCP\\Activity\\Exceptions\\IncompleteActivityException' => $baseDir . '/lib/public/Activity/Exceptions/IncompleteActivityException.php', |
|
| 48 | - 'OCP\\Activity\\Exceptions\\InvalidValueException' => $baseDir . '/lib/public/Activity/Exceptions/InvalidValueException.php', |
|
| 49 | - 'OCP\\Activity\\Exceptions\\SettingNotFoundException' => $baseDir . '/lib/public/Activity/Exceptions/SettingNotFoundException.php', |
|
| 50 | - 'OCP\\Activity\\Exceptions\\UnknownActivityException' => $baseDir . '/lib/public/Activity/Exceptions/UnknownActivityException.php', |
|
| 51 | - 'OCP\\Activity\\IConsumer' => $baseDir . '/lib/public/Activity/IConsumer.php', |
|
| 52 | - 'OCP\\Activity\\IEvent' => $baseDir . '/lib/public/Activity/IEvent.php', |
|
| 53 | - 'OCP\\Activity\\IEventMerger' => $baseDir . '/lib/public/Activity/IEventMerger.php', |
|
| 54 | - 'OCP\\Activity\\IExtension' => $baseDir . '/lib/public/Activity/IExtension.php', |
|
| 55 | - 'OCP\\Activity\\IFilter' => $baseDir . '/lib/public/Activity/IFilter.php', |
|
| 56 | - 'OCP\\Activity\\IManager' => $baseDir . '/lib/public/Activity/IManager.php', |
|
| 57 | - 'OCP\\Activity\\IProvider' => $baseDir . '/lib/public/Activity/IProvider.php', |
|
| 58 | - 'OCP\\Activity\\ISetting' => $baseDir . '/lib/public/Activity/ISetting.php', |
|
| 59 | - 'OCP\\AppFramework\\ApiController' => $baseDir . '/lib/public/AppFramework/ApiController.php', |
|
| 60 | - 'OCP\\AppFramework\\App' => $baseDir . '/lib/public/AppFramework/App.php', |
|
| 61 | - 'OCP\\AppFramework\\AuthPublicShareController' => $baseDir . '/lib/public/AppFramework/AuthPublicShareController.php', |
|
| 62 | - 'OCP\\AppFramework\\Bootstrap\\IBootContext' => $baseDir . '/lib/public/AppFramework/Bootstrap/IBootContext.php', |
|
| 63 | - 'OCP\\AppFramework\\Bootstrap\\IBootstrap' => $baseDir . '/lib/public/AppFramework/Bootstrap/IBootstrap.php', |
|
| 64 | - 'OCP\\AppFramework\\Bootstrap\\IRegistrationContext' => $baseDir . '/lib/public/AppFramework/Bootstrap/IRegistrationContext.php', |
|
| 65 | - 'OCP\\AppFramework\\Controller' => $baseDir . '/lib/public/AppFramework/Controller.php', |
|
| 66 | - 'OCP\\AppFramework\\Db\\DoesNotExistException' => $baseDir . '/lib/public/AppFramework/Db/DoesNotExistException.php', |
|
| 67 | - 'OCP\\AppFramework\\Db\\Entity' => $baseDir . '/lib/public/AppFramework/Db/Entity.php', |
|
| 68 | - 'OCP\\AppFramework\\Db\\IMapperException' => $baseDir . '/lib/public/AppFramework/Db/IMapperException.php', |
|
| 69 | - 'OCP\\AppFramework\\Db\\MultipleObjectsReturnedException' => $baseDir . '/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php', |
|
| 70 | - 'OCP\\AppFramework\\Db\\QBMapper' => $baseDir . '/lib/public/AppFramework/Db/QBMapper.php', |
|
| 71 | - 'OCP\\AppFramework\\Db\\TTransactional' => $baseDir . '/lib/public/AppFramework/Db/TTransactional.php', |
|
| 72 | - 'OCP\\AppFramework\\Http' => $baseDir . '/lib/public/AppFramework/Http.php', |
|
| 73 | - 'OCP\\AppFramework\\Http\\Attribute\\ARateLimit' => $baseDir . '/lib/public/AppFramework/Http/Attribute/ARateLimit.php', |
|
| 74 | - 'OCP\\AppFramework\\Http\\Attribute\\AnonRateLimit' => $baseDir . '/lib/public/AppFramework/Http/Attribute/AnonRateLimit.php', |
|
| 75 | - 'OCP\\AppFramework\\Http\\Attribute\\ApiRoute' => $baseDir . '/lib/public/AppFramework/Http/Attribute/ApiRoute.php', |
|
| 76 | - 'OCP\\AppFramework\\Http\\Attribute\\AppApiAdminAccessWithoutUser' => $baseDir . '/lib/public/AppFramework/Http/Attribute/AppApiAdminAccessWithoutUser.php', |
|
| 77 | - 'OCP\\AppFramework\\Http\\Attribute\\AuthorizedAdminSetting' => $baseDir . '/lib/public/AppFramework/Http/Attribute/AuthorizedAdminSetting.php', |
|
| 78 | - 'OCP\\AppFramework\\Http\\Attribute\\BruteForceProtection' => $baseDir . '/lib/public/AppFramework/Http/Attribute/BruteForceProtection.php', |
|
| 79 | - 'OCP\\AppFramework\\Http\\Attribute\\CORS' => $baseDir . '/lib/public/AppFramework/Http/Attribute/CORS.php', |
|
| 80 | - 'OCP\\AppFramework\\Http\\Attribute\\ExAppRequired' => $baseDir . '/lib/public/AppFramework/Http/Attribute/ExAppRequired.php', |
|
| 81 | - 'OCP\\AppFramework\\Http\\Attribute\\FrontpageRoute' => $baseDir . '/lib/public/AppFramework/Http/Attribute/FrontpageRoute.php', |
|
| 82 | - 'OCP\\AppFramework\\Http\\Attribute\\IgnoreOpenAPI' => $baseDir . '/lib/public/AppFramework/Http/Attribute/IgnoreOpenAPI.php', |
|
| 83 | - 'OCP\\AppFramework\\Http\\Attribute\\NoAdminRequired' => $baseDir . '/lib/public/AppFramework/Http/Attribute/NoAdminRequired.php', |
|
| 84 | - 'OCP\\AppFramework\\Http\\Attribute\\NoCSRFRequired' => $baseDir . '/lib/public/AppFramework/Http/Attribute/NoCSRFRequired.php', |
|
| 85 | - 'OCP\\AppFramework\\Http\\Attribute\\OpenAPI' => $baseDir . '/lib/public/AppFramework/Http/Attribute/OpenAPI.php', |
|
| 86 | - 'OCP\\AppFramework\\Http\\Attribute\\PasswordConfirmationRequired' => $baseDir . '/lib/public/AppFramework/Http/Attribute/PasswordConfirmationRequired.php', |
|
| 87 | - 'OCP\\AppFramework\\Http\\Attribute\\PublicPage' => $baseDir . '/lib/public/AppFramework/Http/Attribute/PublicPage.php', |
|
| 88 | - 'OCP\\AppFramework\\Http\\Attribute\\RequestHeader' => $baseDir . '/lib/public/AppFramework/Http/Attribute/RequestHeader.php', |
|
| 89 | - 'OCP\\AppFramework\\Http\\Attribute\\Route' => $baseDir . '/lib/public/AppFramework/Http/Attribute/Route.php', |
|
| 90 | - 'OCP\\AppFramework\\Http\\Attribute\\StrictCookiesRequired' => $baseDir . '/lib/public/AppFramework/Http/Attribute/StrictCookiesRequired.php', |
|
| 91 | - 'OCP\\AppFramework\\Http\\Attribute\\SubAdminRequired' => $baseDir . '/lib/public/AppFramework/Http/Attribute/SubAdminRequired.php', |
|
| 92 | - 'OCP\\AppFramework\\Http\\Attribute\\UseSession' => $baseDir . '/lib/public/AppFramework/Http/Attribute/UseSession.php', |
|
| 93 | - 'OCP\\AppFramework\\Http\\Attribute\\UserRateLimit' => $baseDir . '/lib/public/AppFramework/Http/Attribute/UserRateLimit.php', |
|
| 94 | - 'OCP\\AppFramework\\Http\\ContentSecurityPolicy' => $baseDir . '/lib/public/AppFramework/Http/ContentSecurityPolicy.php', |
|
| 95 | - 'OCP\\AppFramework\\Http\\DataDisplayResponse' => $baseDir . '/lib/public/AppFramework/Http/DataDisplayResponse.php', |
|
| 96 | - 'OCP\\AppFramework\\Http\\DataDownloadResponse' => $baseDir . '/lib/public/AppFramework/Http/DataDownloadResponse.php', |
|
| 97 | - 'OCP\\AppFramework\\Http\\DataResponse' => $baseDir . '/lib/public/AppFramework/Http/DataResponse.php', |
|
| 98 | - 'OCP\\AppFramework\\Http\\DownloadResponse' => $baseDir . '/lib/public/AppFramework/Http/DownloadResponse.php', |
|
| 99 | - 'OCP\\AppFramework\\Http\\EmptyContentSecurityPolicy' => $baseDir . '/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php', |
|
| 100 | - 'OCP\\AppFramework\\Http\\EmptyFeaturePolicy' => $baseDir . '/lib/public/AppFramework/Http/EmptyFeaturePolicy.php', |
|
| 101 | - 'OCP\\AppFramework\\Http\\Events\\BeforeLoginTemplateRenderedEvent' => $baseDir . '/lib/public/AppFramework/Http/Events/BeforeLoginTemplateRenderedEvent.php', |
|
| 102 | - 'OCP\\AppFramework\\Http\\Events\\BeforeTemplateRenderedEvent' => $baseDir . '/lib/public/AppFramework/Http/Events/BeforeTemplateRenderedEvent.php', |
|
| 103 | - 'OCP\\AppFramework\\Http\\FeaturePolicy' => $baseDir . '/lib/public/AppFramework/Http/FeaturePolicy.php', |
|
| 104 | - 'OCP\\AppFramework\\Http\\FileDisplayResponse' => $baseDir . '/lib/public/AppFramework/Http/FileDisplayResponse.php', |
|
| 105 | - 'OCP\\AppFramework\\Http\\ICallbackResponse' => $baseDir . '/lib/public/AppFramework/Http/ICallbackResponse.php', |
|
| 106 | - 'OCP\\AppFramework\\Http\\IOutput' => $baseDir . '/lib/public/AppFramework/Http/IOutput.php', |
|
| 107 | - 'OCP\\AppFramework\\Http\\JSONResponse' => $baseDir . '/lib/public/AppFramework/Http/JSONResponse.php', |
|
| 108 | - 'OCP\\AppFramework\\Http\\NotFoundResponse' => $baseDir . '/lib/public/AppFramework/Http/NotFoundResponse.php', |
|
| 109 | - 'OCP\\AppFramework\\Http\\ParameterOutOfRangeException' => $baseDir . '/lib/public/AppFramework/Http/ParameterOutOfRangeException.php', |
|
| 110 | - 'OCP\\AppFramework\\Http\\RedirectResponse' => $baseDir . '/lib/public/AppFramework/Http/RedirectResponse.php', |
|
| 111 | - 'OCP\\AppFramework\\Http\\RedirectToDefaultAppResponse' => $baseDir . '/lib/public/AppFramework/Http/RedirectToDefaultAppResponse.php', |
|
| 112 | - 'OCP\\AppFramework\\Http\\Response' => $baseDir . '/lib/public/AppFramework/Http/Response.php', |
|
| 113 | - 'OCP\\AppFramework\\Http\\StandaloneTemplateResponse' => $baseDir . '/lib/public/AppFramework/Http/StandaloneTemplateResponse.php', |
|
| 114 | - 'OCP\\AppFramework\\Http\\StreamResponse' => $baseDir . '/lib/public/AppFramework/Http/StreamResponse.php', |
|
| 115 | - 'OCP\\AppFramework\\Http\\StrictContentSecurityPolicy' => $baseDir . '/lib/public/AppFramework/Http/StrictContentSecurityPolicy.php', |
|
| 116 | - 'OCP\\AppFramework\\Http\\StrictEvalContentSecurityPolicy' => $baseDir . '/lib/public/AppFramework/Http/StrictEvalContentSecurityPolicy.php', |
|
| 117 | - 'OCP\\AppFramework\\Http\\StrictInlineContentSecurityPolicy' => $baseDir . '/lib/public/AppFramework/Http/StrictInlineContentSecurityPolicy.php', |
|
| 118 | - 'OCP\\AppFramework\\Http\\TemplateResponse' => $baseDir . '/lib/public/AppFramework/Http/TemplateResponse.php', |
|
| 119 | - 'OCP\\AppFramework\\Http\\Template\\ExternalShareMenuAction' => $baseDir . '/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php', |
|
| 120 | - 'OCP\\AppFramework\\Http\\Template\\IMenuAction' => $baseDir . '/lib/public/AppFramework/Http/Template/IMenuAction.php', |
|
| 121 | - 'OCP\\AppFramework\\Http\\Template\\LinkMenuAction' => $baseDir . '/lib/public/AppFramework/Http/Template/LinkMenuAction.php', |
|
| 122 | - 'OCP\\AppFramework\\Http\\Template\\PublicTemplateResponse' => $baseDir . '/lib/public/AppFramework/Http/Template/PublicTemplateResponse.php', |
|
| 123 | - 'OCP\\AppFramework\\Http\\Template\\SimpleMenuAction' => $baseDir . '/lib/public/AppFramework/Http/Template/SimpleMenuAction.php', |
|
| 124 | - 'OCP\\AppFramework\\Http\\TextPlainResponse' => $baseDir . '/lib/public/AppFramework/Http/TextPlainResponse.php', |
|
| 125 | - 'OCP\\AppFramework\\Http\\TooManyRequestsResponse' => $baseDir . '/lib/public/AppFramework/Http/TooManyRequestsResponse.php', |
|
| 126 | - 'OCP\\AppFramework\\Http\\ZipResponse' => $baseDir . '/lib/public/AppFramework/Http/ZipResponse.php', |
|
| 127 | - 'OCP\\AppFramework\\IAppContainer' => $baseDir . '/lib/public/AppFramework/IAppContainer.php', |
|
| 128 | - 'OCP\\AppFramework\\Middleware' => $baseDir . '/lib/public/AppFramework/Middleware.php', |
|
| 129 | - 'OCP\\AppFramework\\OCSController' => $baseDir . '/lib/public/AppFramework/OCSController.php', |
|
| 130 | - 'OCP\\AppFramework\\OCS\\OCSBadRequestException' => $baseDir . '/lib/public/AppFramework/OCS/OCSBadRequestException.php', |
|
| 131 | - 'OCP\\AppFramework\\OCS\\OCSException' => $baseDir . '/lib/public/AppFramework/OCS/OCSException.php', |
|
| 132 | - 'OCP\\AppFramework\\OCS\\OCSForbiddenException' => $baseDir . '/lib/public/AppFramework/OCS/OCSForbiddenException.php', |
|
| 133 | - 'OCP\\AppFramework\\OCS\\OCSNotFoundException' => $baseDir . '/lib/public/AppFramework/OCS/OCSNotFoundException.php', |
|
| 134 | - 'OCP\\AppFramework\\OCS\\OCSPreconditionFailedException' => $baseDir . '/lib/public/AppFramework/OCS/OCSPreconditionFailedException.php', |
|
| 135 | - 'OCP\\AppFramework\\PublicShareController' => $baseDir . '/lib/public/AppFramework/PublicShareController.php', |
|
| 136 | - 'OCP\\AppFramework\\QueryException' => $baseDir . '/lib/public/AppFramework/QueryException.php', |
|
| 137 | - 'OCP\\AppFramework\\Services\\IAppConfig' => $baseDir . '/lib/public/AppFramework/Services/IAppConfig.php', |
|
| 138 | - 'OCP\\AppFramework\\Services\\IInitialState' => $baseDir . '/lib/public/AppFramework/Services/IInitialState.php', |
|
| 139 | - 'OCP\\AppFramework\\Services\\InitialStateProvider' => $baseDir . '/lib/public/AppFramework/Services/InitialStateProvider.php', |
|
| 140 | - 'OCP\\AppFramework\\Utility\\IControllerMethodReflector' => $baseDir . '/lib/public/AppFramework/Utility/IControllerMethodReflector.php', |
|
| 141 | - 'OCP\\AppFramework\\Utility\\ITimeFactory' => $baseDir . '/lib/public/AppFramework/Utility/ITimeFactory.php', |
|
| 142 | - 'OCP\\App\\AppPathNotFoundException' => $baseDir . '/lib/public/App/AppPathNotFoundException.php', |
|
| 143 | - 'OCP\\App\\Events\\AppDisableEvent' => $baseDir . '/lib/public/App/Events/AppDisableEvent.php', |
|
| 144 | - 'OCP\\App\\Events\\AppEnableEvent' => $baseDir . '/lib/public/App/Events/AppEnableEvent.php', |
|
| 145 | - 'OCP\\App\\Events\\AppUpdateEvent' => $baseDir . '/lib/public/App/Events/AppUpdateEvent.php', |
|
| 146 | - 'OCP\\App\\IAppManager' => $baseDir . '/lib/public/App/IAppManager.php', |
|
| 147 | - 'OCP\\App\\ManagerEvent' => $baseDir . '/lib/public/App/ManagerEvent.php', |
|
| 148 | - 'OCP\\Authentication\\Events\\AnyLoginFailedEvent' => $baseDir . '/lib/public/Authentication/Events/AnyLoginFailedEvent.php', |
|
| 149 | - 'OCP\\Authentication\\Events\\LoginFailedEvent' => $baseDir . '/lib/public/Authentication/Events/LoginFailedEvent.php', |
|
| 150 | - 'OCP\\Authentication\\Exceptions\\CredentialsUnavailableException' => $baseDir . '/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php', |
|
| 151 | - 'OCP\\Authentication\\Exceptions\\ExpiredTokenException' => $baseDir . '/lib/public/Authentication/Exceptions/ExpiredTokenException.php', |
|
| 152 | - 'OCP\\Authentication\\Exceptions\\InvalidTokenException' => $baseDir . '/lib/public/Authentication/Exceptions/InvalidTokenException.php', |
|
| 153 | - 'OCP\\Authentication\\Exceptions\\PasswordUnavailableException' => $baseDir . '/lib/public/Authentication/Exceptions/PasswordUnavailableException.php', |
|
| 154 | - 'OCP\\Authentication\\Exceptions\\WipeTokenException' => $baseDir . '/lib/public/Authentication/Exceptions/WipeTokenException.php', |
|
| 155 | - 'OCP\\Authentication\\IAlternativeLogin' => $baseDir . '/lib/public/Authentication/IAlternativeLogin.php', |
|
| 156 | - 'OCP\\Authentication\\IApacheBackend' => $baseDir . '/lib/public/Authentication/IApacheBackend.php', |
|
| 157 | - 'OCP\\Authentication\\IProvideUserSecretBackend' => $baseDir . '/lib/public/Authentication/IProvideUserSecretBackend.php', |
|
| 158 | - 'OCP\\Authentication\\LoginCredentials\\ICredentials' => $baseDir . '/lib/public/Authentication/LoginCredentials/ICredentials.php', |
|
| 159 | - 'OCP\\Authentication\\LoginCredentials\\IStore' => $baseDir . '/lib/public/Authentication/LoginCredentials/IStore.php', |
|
| 160 | - 'OCP\\Authentication\\Token\\IProvider' => $baseDir . '/lib/public/Authentication/Token/IProvider.php', |
|
| 161 | - 'OCP\\Authentication\\Token\\IToken' => $baseDir . '/lib/public/Authentication/Token/IToken.php', |
|
| 162 | - 'OCP\\Authentication\\TwoFactorAuth\\ALoginSetupController' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/ALoginSetupController.php', |
|
| 163 | - 'OCP\\Authentication\\TwoFactorAuth\\IActivatableAtLogin' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/IActivatableAtLogin.php', |
|
| 164 | - 'OCP\\Authentication\\TwoFactorAuth\\IActivatableByAdmin' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php', |
|
| 165 | - 'OCP\\Authentication\\TwoFactorAuth\\IDeactivatableByAdmin' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php', |
|
| 166 | - 'OCP\\Authentication\\TwoFactorAuth\\ILoginSetupProvider' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/ILoginSetupProvider.php', |
|
| 167 | - 'OCP\\Authentication\\TwoFactorAuth\\IPersonalProviderSettings' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/IPersonalProviderSettings.php', |
|
| 168 | - 'OCP\\Authentication\\TwoFactorAuth\\IProvider' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/IProvider.php', |
|
| 169 | - 'OCP\\Authentication\\TwoFactorAuth\\IProvidesCustomCSP' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php', |
|
| 170 | - 'OCP\\Authentication\\TwoFactorAuth\\IProvidesIcons' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php', |
|
| 171 | - 'OCP\\Authentication\\TwoFactorAuth\\IProvidesPersonalSettings' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/IProvidesPersonalSettings.php', |
|
| 172 | - 'OCP\\Authentication\\TwoFactorAuth\\IRegistry' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/IRegistry.php', |
|
| 173 | - 'OCP\\Authentication\\TwoFactorAuth\\RegistryEvent' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/RegistryEvent.php', |
|
| 174 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorException' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php', |
|
| 175 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengeFailed' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengeFailed.php', |
|
| 176 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengePassed' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengePassed.php', |
|
| 177 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderDisabled' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php', |
|
| 178 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserDisabled' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserDisabled.php', |
|
| 179 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserEnabled' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserEnabled.php', |
|
| 180 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserRegistered' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserRegistered.php', |
|
| 181 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserUnregistered' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserUnregistered.php', |
|
| 182 | - 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderUserDeleted' => $baseDir . '/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderUserDeleted.php', |
|
| 183 | - 'OCP\\AutoloadNotAllowedException' => $baseDir . '/lib/public/AutoloadNotAllowedException.php', |
|
| 184 | - 'OCP\\BackgroundJob\\IJob' => $baseDir . '/lib/public/BackgroundJob/IJob.php', |
|
| 185 | - 'OCP\\BackgroundJob\\IJobList' => $baseDir . '/lib/public/BackgroundJob/IJobList.php', |
|
| 186 | - 'OCP\\BackgroundJob\\IParallelAwareJob' => $baseDir . '/lib/public/BackgroundJob/IParallelAwareJob.php', |
|
| 187 | - 'OCP\\BackgroundJob\\Job' => $baseDir . '/lib/public/BackgroundJob/Job.php', |
|
| 188 | - 'OCP\\BackgroundJob\\QueuedJob' => $baseDir . '/lib/public/BackgroundJob/QueuedJob.php', |
|
| 189 | - 'OCP\\BackgroundJob\\TimedJob' => $baseDir . '/lib/public/BackgroundJob/TimedJob.php', |
|
| 190 | - 'OCP\\BeforeSabrePubliclyLoadedEvent' => $baseDir . '/lib/public/BeforeSabrePubliclyLoadedEvent.php', |
|
| 191 | - 'OCP\\Broadcast\\Events\\IBroadcastEvent' => $baseDir . '/lib/public/Broadcast/Events/IBroadcastEvent.php', |
|
| 192 | - 'OCP\\Cache\\CappedMemoryCache' => $baseDir . '/lib/public/Cache/CappedMemoryCache.php', |
|
| 193 | - 'OCP\\Calendar\\BackendTemporarilyUnavailableException' => $baseDir . '/lib/public/Calendar/BackendTemporarilyUnavailableException.php', |
|
| 194 | - 'OCP\\Calendar\\CalendarEventStatus' => $baseDir . '/lib/public/Calendar/CalendarEventStatus.php', |
|
| 195 | - 'OCP\\Calendar\\CalendarExportOptions' => $baseDir . '/lib/public/Calendar/CalendarExportOptions.php', |
|
| 196 | - 'OCP\\Calendar\\Events\\AbstractCalendarObjectEvent' => $baseDir . '/lib/public/Calendar/Events/AbstractCalendarObjectEvent.php', |
|
| 197 | - 'OCP\\Calendar\\Events\\CalendarObjectCreatedEvent' => $baseDir . '/lib/public/Calendar/Events/CalendarObjectCreatedEvent.php', |
|
| 198 | - 'OCP\\Calendar\\Events\\CalendarObjectDeletedEvent' => $baseDir . '/lib/public/Calendar/Events/CalendarObjectDeletedEvent.php', |
|
| 199 | - 'OCP\\Calendar\\Events\\CalendarObjectMovedEvent' => $baseDir . '/lib/public/Calendar/Events/CalendarObjectMovedEvent.php', |
|
| 200 | - 'OCP\\Calendar\\Events\\CalendarObjectMovedToTrashEvent' => $baseDir . '/lib/public/Calendar/Events/CalendarObjectMovedToTrashEvent.php', |
|
| 201 | - 'OCP\\Calendar\\Events\\CalendarObjectRestoredEvent' => $baseDir . '/lib/public/Calendar/Events/CalendarObjectRestoredEvent.php', |
|
| 202 | - 'OCP\\Calendar\\Events\\CalendarObjectUpdatedEvent' => $baseDir . '/lib/public/Calendar/Events/CalendarObjectUpdatedEvent.php', |
|
| 203 | - 'OCP\\Calendar\\Exceptions\\CalendarException' => $baseDir . '/lib/public/Calendar/Exceptions/CalendarException.php', |
|
| 204 | - 'OCP\\Calendar\\IAvailabilityResult' => $baseDir . '/lib/public/Calendar/IAvailabilityResult.php', |
|
| 205 | - 'OCP\\Calendar\\ICalendar' => $baseDir . '/lib/public/Calendar/ICalendar.php', |
|
| 206 | - 'OCP\\Calendar\\ICalendarEventBuilder' => $baseDir . '/lib/public/Calendar/ICalendarEventBuilder.php', |
|
| 207 | - 'OCP\\Calendar\\ICalendarExport' => $baseDir . '/lib/public/Calendar/ICalendarExport.php', |
|
| 208 | - 'OCP\\Calendar\\ICalendarIsEnabled' => $baseDir . '/lib/public/Calendar/ICalendarIsEnabled.php', |
|
| 209 | - 'OCP\\Calendar\\ICalendarIsShared' => $baseDir . '/lib/public/Calendar/ICalendarIsShared.php', |
|
| 210 | - 'OCP\\Calendar\\ICalendarIsWritable' => $baseDir . '/lib/public/Calendar/ICalendarIsWritable.php', |
|
| 211 | - 'OCP\\Calendar\\ICalendarProvider' => $baseDir . '/lib/public/Calendar/ICalendarProvider.php', |
|
| 212 | - 'OCP\\Calendar\\ICalendarQuery' => $baseDir . '/lib/public/Calendar/ICalendarQuery.php', |
|
| 213 | - 'OCP\\Calendar\\ICreateFromString' => $baseDir . '/lib/public/Calendar/ICreateFromString.php', |
|
| 214 | - 'OCP\\Calendar\\IHandleImipMessage' => $baseDir . '/lib/public/Calendar/IHandleImipMessage.php', |
|
| 215 | - 'OCP\\Calendar\\IManager' => $baseDir . '/lib/public/Calendar/IManager.php', |
|
| 216 | - 'OCP\\Calendar\\IMetadataProvider' => $baseDir . '/lib/public/Calendar/IMetadataProvider.php', |
|
| 217 | - 'OCP\\Calendar\\Resource\\IBackend' => $baseDir . '/lib/public/Calendar/Resource/IBackend.php', |
|
| 218 | - 'OCP\\Calendar\\Resource\\IManager' => $baseDir . '/lib/public/Calendar/Resource/IManager.php', |
|
| 219 | - 'OCP\\Calendar\\Resource\\IResource' => $baseDir . '/lib/public/Calendar/Resource/IResource.php', |
|
| 220 | - 'OCP\\Calendar\\Resource\\IResourceMetadata' => $baseDir . '/lib/public/Calendar/Resource/IResourceMetadata.php', |
|
| 221 | - 'OCP\\Calendar\\Room\\IBackend' => $baseDir . '/lib/public/Calendar/Room/IBackend.php', |
|
| 222 | - 'OCP\\Calendar\\Room\\IManager' => $baseDir . '/lib/public/Calendar/Room/IManager.php', |
|
| 223 | - 'OCP\\Calendar\\Room\\IRoom' => $baseDir . '/lib/public/Calendar/Room/IRoom.php', |
|
| 224 | - 'OCP\\Calendar\\Room\\IRoomMetadata' => $baseDir . '/lib/public/Calendar/Room/IRoomMetadata.php', |
|
| 225 | - 'OCP\\Capabilities\\ICapability' => $baseDir . '/lib/public/Capabilities/ICapability.php', |
|
| 226 | - 'OCP\\Capabilities\\IInitialStateExcludedCapability' => $baseDir . '/lib/public/Capabilities/IInitialStateExcludedCapability.php', |
|
| 227 | - 'OCP\\Capabilities\\IPublicCapability' => $baseDir . '/lib/public/Capabilities/IPublicCapability.php', |
|
| 228 | - 'OCP\\Collaboration\\AutoComplete\\AutoCompleteEvent' => $baseDir . '/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php', |
|
| 229 | - 'OCP\\Collaboration\\AutoComplete\\AutoCompleteFilterEvent' => $baseDir . '/lib/public/Collaboration/AutoComplete/AutoCompleteFilterEvent.php', |
|
| 230 | - 'OCP\\Collaboration\\AutoComplete\\IManager' => $baseDir . '/lib/public/Collaboration/AutoComplete/IManager.php', |
|
| 231 | - 'OCP\\Collaboration\\AutoComplete\\ISorter' => $baseDir . '/lib/public/Collaboration/AutoComplete/ISorter.php', |
|
| 232 | - 'OCP\\Collaboration\\Collaborators\\ISearch' => $baseDir . '/lib/public/Collaboration/Collaborators/ISearch.php', |
|
| 233 | - 'OCP\\Collaboration\\Collaborators\\ISearchPlugin' => $baseDir . '/lib/public/Collaboration/Collaborators/ISearchPlugin.php', |
|
| 234 | - 'OCP\\Collaboration\\Collaborators\\ISearchResult' => $baseDir . '/lib/public/Collaboration/Collaborators/ISearchResult.php', |
|
| 235 | - 'OCP\\Collaboration\\Collaborators\\SearchResultType' => $baseDir . '/lib/public/Collaboration/Collaborators/SearchResultType.php', |
|
| 236 | - 'OCP\\Collaboration\\Reference\\ADiscoverableReferenceProvider' => $baseDir . '/lib/public/Collaboration/Reference/ADiscoverableReferenceProvider.php', |
|
| 237 | - 'OCP\\Collaboration\\Reference\\IDiscoverableReferenceProvider' => $baseDir . '/lib/public/Collaboration/Reference/IDiscoverableReferenceProvider.php', |
|
| 238 | - 'OCP\\Collaboration\\Reference\\IPublicReferenceProvider' => $baseDir . '/lib/public/Collaboration/Reference/IPublicReferenceProvider.php', |
|
| 239 | - 'OCP\\Collaboration\\Reference\\IReference' => $baseDir . '/lib/public/Collaboration/Reference/IReference.php', |
|
| 240 | - 'OCP\\Collaboration\\Reference\\IReferenceManager' => $baseDir . '/lib/public/Collaboration/Reference/IReferenceManager.php', |
|
| 241 | - 'OCP\\Collaboration\\Reference\\IReferenceProvider' => $baseDir . '/lib/public/Collaboration/Reference/IReferenceProvider.php', |
|
| 242 | - 'OCP\\Collaboration\\Reference\\ISearchableReferenceProvider' => $baseDir . '/lib/public/Collaboration/Reference/ISearchableReferenceProvider.php', |
|
| 243 | - 'OCP\\Collaboration\\Reference\\LinkReferenceProvider' => $baseDir . '/lib/public/Collaboration/Reference/LinkReferenceProvider.php', |
|
| 244 | - 'OCP\\Collaboration\\Reference\\Reference' => $baseDir . '/lib/public/Collaboration/Reference/Reference.php', |
|
| 245 | - 'OCP\\Collaboration\\Reference\\RenderReferenceEvent' => $baseDir . '/lib/public/Collaboration/Reference/RenderReferenceEvent.php', |
|
| 246 | - 'OCP\\Collaboration\\Resources\\CollectionException' => $baseDir . '/lib/public/Collaboration/Resources/CollectionException.php', |
|
| 247 | - 'OCP\\Collaboration\\Resources\\ICollection' => $baseDir . '/lib/public/Collaboration/Resources/ICollection.php', |
|
| 248 | - 'OCP\\Collaboration\\Resources\\IManager' => $baseDir . '/lib/public/Collaboration/Resources/IManager.php', |
|
| 249 | - 'OCP\\Collaboration\\Resources\\IProvider' => $baseDir . '/lib/public/Collaboration/Resources/IProvider.php', |
|
| 250 | - 'OCP\\Collaboration\\Resources\\IProviderManager' => $baseDir . '/lib/public/Collaboration/Resources/IProviderManager.php', |
|
| 251 | - 'OCP\\Collaboration\\Resources\\IResource' => $baseDir . '/lib/public/Collaboration/Resources/IResource.php', |
|
| 252 | - 'OCP\\Collaboration\\Resources\\LoadAdditionalScriptsEvent' => $baseDir . '/lib/public/Collaboration/Resources/LoadAdditionalScriptsEvent.php', |
|
| 253 | - 'OCP\\Collaboration\\Resources\\ResourceException' => $baseDir . '/lib/public/Collaboration/Resources/ResourceException.php', |
|
| 254 | - 'OCP\\Color' => $baseDir . '/lib/public/Color.php', |
|
| 255 | - 'OCP\\Command\\IBus' => $baseDir . '/lib/public/Command/IBus.php', |
|
| 256 | - 'OCP\\Command\\ICommand' => $baseDir . '/lib/public/Command/ICommand.php', |
|
| 257 | - 'OCP\\Comments\\CommentsEntityEvent' => $baseDir . '/lib/public/Comments/CommentsEntityEvent.php', |
|
| 258 | - 'OCP\\Comments\\CommentsEvent' => $baseDir . '/lib/public/Comments/CommentsEvent.php', |
|
| 259 | - 'OCP\\Comments\\IComment' => $baseDir . '/lib/public/Comments/IComment.php', |
|
| 260 | - 'OCP\\Comments\\ICommentsEventHandler' => $baseDir . '/lib/public/Comments/ICommentsEventHandler.php', |
|
| 261 | - 'OCP\\Comments\\ICommentsManager' => $baseDir . '/lib/public/Comments/ICommentsManager.php', |
|
| 262 | - 'OCP\\Comments\\ICommentsManagerFactory' => $baseDir . '/lib/public/Comments/ICommentsManagerFactory.php', |
|
| 263 | - 'OCP\\Comments\\IllegalIDChangeException' => $baseDir . '/lib/public/Comments/IllegalIDChangeException.php', |
|
| 264 | - 'OCP\\Comments\\MessageTooLongException' => $baseDir . '/lib/public/Comments/MessageTooLongException.php', |
|
| 265 | - 'OCP\\Comments\\NotFoundException' => $baseDir . '/lib/public/Comments/NotFoundException.php', |
|
| 266 | - 'OCP\\Common\\Exception\\NotFoundException' => $baseDir . '/lib/public/Common/Exception/NotFoundException.php', |
|
| 267 | - 'OCP\\Config\\BeforePreferenceDeletedEvent' => $baseDir . '/lib/public/Config/BeforePreferenceDeletedEvent.php', |
|
| 268 | - 'OCP\\Config\\BeforePreferenceSetEvent' => $baseDir . '/lib/public/Config/BeforePreferenceSetEvent.php', |
|
| 269 | - 'OCP\\Console\\ConsoleEvent' => $baseDir . '/lib/public/Console/ConsoleEvent.php', |
|
| 270 | - 'OCP\\Console\\ReservedOptions' => $baseDir . '/lib/public/Console/ReservedOptions.php', |
|
| 271 | - 'OCP\\Constants' => $baseDir . '/lib/public/Constants.php', |
|
| 272 | - 'OCP\\Contacts\\ContactsMenu\\IAction' => $baseDir . '/lib/public/Contacts/ContactsMenu/IAction.php', |
|
| 273 | - 'OCP\\Contacts\\ContactsMenu\\IActionFactory' => $baseDir . '/lib/public/Contacts/ContactsMenu/IActionFactory.php', |
|
| 274 | - 'OCP\\Contacts\\ContactsMenu\\IBulkProvider' => $baseDir . '/lib/public/Contacts/ContactsMenu/IBulkProvider.php', |
|
| 275 | - 'OCP\\Contacts\\ContactsMenu\\IContactsStore' => $baseDir . '/lib/public/Contacts/ContactsMenu/IContactsStore.php', |
|
| 276 | - 'OCP\\Contacts\\ContactsMenu\\IEntry' => $baseDir . '/lib/public/Contacts/ContactsMenu/IEntry.php', |
|
| 277 | - 'OCP\\Contacts\\ContactsMenu\\ILinkAction' => $baseDir . '/lib/public/Contacts/ContactsMenu/ILinkAction.php', |
|
| 278 | - 'OCP\\Contacts\\ContactsMenu\\IProvider' => $baseDir . '/lib/public/Contacts/ContactsMenu/IProvider.php', |
|
| 279 | - 'OCP\\Contacts\\Events\\ContactInteractedWithEvent' => $baseDir . '/lib/public/Contacts/Events/ContactInteractedWithEvent.php', |
|
| 280 | - 'OCP\\Contacts\\IManager' => $baseDir . '/lib/public/Contacts/IManager.php', |
|
| 281 | - 'OCP\\DB\\Events\\AddMissingColumnsEvent' => $baseDir . '/lib/public/DB/Events/AddMissingColumnsEvent.php', |
|
| 282 | - 'OCP\\DB\\Events\\AddMissingIndicesEvent' => $baseDir . '/lib/public/DB/Events/AddMissingIndicesEvent.php', |
|
| 283 | - 'OCP\\DB\\Events\\AddMissingPrimaryKeyEvent' => $baseDir . '/lib/public/DB/Events/AddMissingPrimaryKeyEvent.php', |
|
| 284 | - 'OCP\\DB\\Exception' => $baseDir . '/lib/public/DB/Exception.php', |
|
| 285 | - 'OCP\\DB\\IPreparedStatement' => $baseDir . '/lib/public/DB/IPreparedStatement.php', |
|
| 286 | - 'OCP\\DB\\IResult' => $baseDir . '/lib/public/DB/IResult.php', |
|
| 287 | - 'OCP\\DB\\ISchemaWrapper' => $baseDir . '/lib/public/DB/ISchemaWrapper.php', |
|
| 288 | - 'OCP\\DB\\QueryBuilder\\ICompositeExpression' => $baseDir . '/lib/public/DB/QueryBuilder/ICompositeExpression.php', |
|
| 289 | - 'OCP\\DB\\QueryBuilder\\IExpressionBuilder' => $baseDir . '/lib/public/DB/QueryBuilder/IExpressionBuilder.php', |
|
| 290 | - 'OCP\\DB\\QueryBuilder\\IFunctionBuilder' => $baseDir . '/lib/public/DB/QueryBuilder/IFunctionBuilder.php', |
|
| 291 | - 'OCP\\DB\\QueryBuilder\\ILiteral' => $baseDir . '/lib/public/DB/QueryBuilder/ILiteral.php', |
|
| 292 | - 'OCP\\DB\\QueryBuilder\\IParameter' => $baseDir . '/lib/public/DB/QueryBuilder/IParameter.php', |
|
| 293 | - 'OCP\\DB\\QueryBuilder\\IQueryBuilder' => $baseDir . '/lib/public/DB/QueryBuilder/IQueryBuilder.php', |
|
| 294 | - 'OCP\\DB\\QueryBuilder\\IQueryFunction' => $baseDir . '/lib/public/DB/QueryBuilder/IQueryFunction.php', |
|
| 295 | - 'OCP\\DB\\QueryBuilder\\Sharded\\IShardMapper' => $baseDir . '/lib/public/DB/QueryBuilder/Sharded/IShardMapper.php', |
|
| 296 | - 'OCP\\DB\\Types' => $baseDir . '/lib/public/DB/Types.php', |
|
| 297 | - 'OCP\\Dashboard\\IAPIWidget' => $baseDir . '/lib/public/Dashboard/IAPIWidget.php', |
|
| 298 | - 'OCP\\Dashboard\\IAPIWidgetV2' => $baseDir . '/lib/public/Dashboard/IAPIWidgetV2.php', |
|
| 299 | - 'OCP\\Dashboard\\IButtonWidget' => $baseDir . '/lib/public/Dashboard/IButtonWidget.php', |
|
| 300 | - 'OCP\\Dashboard\\IConditionalWidget' => $baseDir . '/lib/public/Dashboard/IConditionalWidget.php', |
|
| 301 | - 'OCP\\Dashboard\\IIconWidget' => $baseDir . '/lib/public/Dashboard/IIconWidget.php', |
|
| 302 | - 'OCP\\Dashboard\\IManager' => $baseDir . '/lib/public/Dashboard/IManager.php', |
|
| 303 | - 'OCP\\Dashboard\\IOptionWidget' => $baseDir . '/lib/public/Dashboard/IOptionWidget.php', |
|
| 304 | - 'OCP\\Dashboard\\IReloadableWidget' => $baseDir . '/lib/public/Dashboard/IReloadableWidget.php', |
|
| 305 | - 'OCP\\Dashboard\\IWidget' => $baseDir . '/lib/public/Dashboard/IWidget.php', |
|
| 306 | - 'OCP\\Dashboard\\Model\\WidgetButton' => $baseDir . '/lib/public/Dashboard/Model/WidgetButton.php', |
|
| 307 | - 'OCP\\Dashboard\\Model\\WidgetItem' => $baseDir . '/lib/public/Dashboard/Model/WidgetItem.php', |
|
| 308 | - 'OCP\\Dashboard\\Model\\WidgetItems' => $baseDir . '/lib/public/Dashboard/Model/WidgetItems.php', |
|
| 309 | - 'OCP\\Dashboard\\Model\\WidgetOptions' => $baseDir . '/lib/public/Dashboard/Model/WidgetOptions.php', |
|
| 310 | - 'OCP\\DataCollector\\AbstractDataCollector' => $baseDir . '/lib/public/DataCollector/AbstractDataCollector.php', |
|
| 311 | - 'OCP\\DataCollector\\IDataCollector' => $baseDir . '/lib/public/DataCollector/IDataCollector.php', |
|
| 312 | - 'OCP\\Defaults' => $baseDir . '/lib/public/Defaults.php', |
|
| 313 | - 'OCP\\Diagnostics\\IEvent' => $baseDir . '/lib/public/Diagnostics/IEvent.php', |
|
| 314 | - 'OCP\\Diagnostics\\IEventLogger' => $baseDir . '/lib/public/Diagnostics/IEventLogger.php', |
|
| 315 | - 'OCP\\Diagnostics\\IQuery' => $baseDir . '/lib/public/Diagnostics/IQuery.php', |
|
| 316 | - 'OCP\\Diagnostics\\IQueryLogger' => $baseDir . '/lib/public/Diagnostics/IQueryLogger.php', |
|
| 317 | - 'OCP\\DirectEditing\\ACreateEmpty' => $baseDir . '/lib/public/DirectEditing/ACreateEmpty.php', |
|
| 318 | - 'OCP\\DirectEditing\\ACreateFromTemplate' => $baseDir . '/lib/public/DirectEditing/ACreateFromTemplate.php', |
|
| 319 | - 'OCP\\DirectEditing\\ATemplate' => $baseDir . '/lib/public/DirectEditing/ATemplate.php', |
|
| 320 | - 'OCP\\DirectEditing\\IEditor' => $baseDir . '/lib/public/DirectEditing/IEditor.php', |
|
| 321 | - 'OCP\\DirectEditing\\IManager' => $baseDir . '/lib/public/DirectEditing/IManager.php', |
|
| 322 | - 'OCP\\DirectEditing\\IToken' => $baseDir . '/lib/public/DirectEditing/IToken.php', |
|
| 323 | - 'OCP\\DirectEditing\\RegisterDirectEditorEvent' => $baseDir . '/lib/public/DirectEditing/RegisterDirectEditorEvent.php', |
|
| 324 | - 'OCP\\Encryption\\Exceptions\\GenericEncryptionException' => $baseDir . '/lib/public/Encryption/Exceptions/GenericEncryptionException.php', |
|
| 325 | - 'OCP\\Encryption\\Exceptions\\InvalidHeaderException' => $baseDir . '/lib/public/Encryption/Exceptions/InvalidHeaderException.php', |
|
| 326 | - 'OCP\\Encryption\\IEncryptionModule' => $baseDir . '/lib/public/Encryption/IEncryptionModule.php', |
|
| 327 | - 'OCP\\Encryption\\IFile' => $baseDir . '/lib/public/Encryption/IFile.php', |
|
| 328 | - 'OCP\\Encryption\\IManager' => $baseDir . '/lib/public/Encryption/IManager.php', |
|
| 329 | - 'OCP\\Encryption\\Keys\\IStorage' => $baseDir . '/lib/public/Encryption/Keys/IStorage.php', |
|
| 330 | - 'OCP\\EventDispatcher\\ABroadcastedEvent' => $baseDir . '/lib/public/EventDispatcher/ABroadcastedEvent.php', |
|
| 331 | - 'OCP\\EventDispatcher\\Event' => $baseDir . '/lib/public/EventDispatcher/Event.php', |
|
| 332 | - 'OCP\\EventDispatcher\\GenericEvent' => $baseDir . '/lib/public/EventDispatcher/GenericEvent.php', |
|
| 333 | - 'OCP\\EventDispatcher\\IEventDispatcher' => $baseDir . '/lib/public/EventDispatcher/IEventDispatcher.php', |
|
| 334 | - 'OCP\\EventDispatcher\\IEventListener' => $baseDir . '/lib/public/EventDispatcher/IEventListener.php', |
|
| 335 | - 'OCP\\EventDispatcher\\IWebhookCompatibleEvent' => $baseDir . '/lib/public/EventDispatcher/IWebhookCompatibleEvent.php', |
|
| 336 | - 'OCP\\EventDispatcher\\JsonSerializer' => $baseDir . '/lib/public/EventDispatcher/JsonSerializer.php', |
|
| 337 | - 'OCP\\Exceptions\\AbortedEventException' => $baseDir . '/lib/public/Exceptions/AbortedEventException.php', |
|
| 338 | - 'OCP\\Exceptions\\AppConfigException' => $baseDir . '/lib/public/Exceptions/AppConfigException.php', |
|
| 339 | - 'OCP\\Exceptions\\AppConfigIncorrectTypeException' => $baseDir . '/lib/public/Exceptions/AppConfigIncorrectTypeException.php', |
|
| 340 | - 'OCP\\Exceptions\\AppConfigTypeConflictException' => $baseDir . '/lib/public/Exceptions/AppConfigTypeConflictException.php', |
|
| 341 | - 'OCP\\Exceptions\\AppConfigUnknownKeyException' => $baseDir . '/lib/public/Exceptions/AppConfigUnknownKeyException.php', |
|
| 342 | - 'OCP\\Federation\\Events\\TrustedServerRemovedEvent' => $baseDir . '/lib/public/Federation/Events/TrustedServerRemovedEvent.php', |
|
| 343 | - 'OCP\\Federation\\Exceptions\\ActionNotSupportedException' => $baseDir . '/lib/public/Federation/Exceptions/ActionNotSupportedException.php', |
|
| 344 | - 'OCP\\Federation\\Exceptions\\AuthenticationFailedException' => $baseDir . '/lib/public/Federation/Exceptions/AuthenticationFailedException.php', |
|
| 345 | - 'OCP\\Federation\\Exceptions\\BadRequestException' => $baseDir . '/lib/public/Federation/Exceptions/BadRequestException.php', |
|
| 346 | - 'OCP\\Federation\\Exceptions\\ProviderAlreadyExistsException' => $baseDir . '/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php', |
|
| 347 | - 'OCP\\Federation\\Exceptions\\ProviderCouldNotAddShareException' => $baseDir . '/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php', |
|
| 348 | - 'OCP\\Federation\\Exceptions\\ProviderDoesNotExistsException' => $baseDir . '/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php', |
|
| 349 | - 'OCP\\Federation\\ICloudFederationFactory' => $baseDir . '/lib/public/Federation/ICloudFederationFactory.php', |
|
| 350 | - 'OCP\\Federation\\ICloudFederationNotification' => $baseDir . '/lib/public/Federation/ICloudFederationNotification.php', |
|
| 351 | - 'OCP\\Federation\\ICloudFederationProvider' => $baseDir . '/lib/public/Federation/ICloudFederationProvider.php', |
|
| 352 | - 'OCP\\Federation\\ICloudFederationProviderManager' => $baseDir . '/lib/public/Federation/ICloudFederationProviderManager.php', |
|
| 353 | - 'OCP\\Federation\\ICloudFederationShare' => $baseDir . '/lib/public/Federation/ICloudFederationShare.php', |
|
| 354 | - 'OCP\\Federation\\ICloudId' => $baseDir . '/lib/public/Federation/ICloudId.php', |
|
| 355 | - 'OCP\\Federation\\ICloudIdManager' => $baseDir . '/lib/public/Federation/ICloudIdManager.php', |
|
| 356 | - 'OCP\\Files' => $baseDir . '/lib/public/Files.php', |
|
| 357 | - 'OCP\\FilesMetadata\\AMetadataEvent' => $baseDir . '/lib/public/FilesMetadata/AMetadataEvent.php', |
|
| 358 | - 'OCP\\FilesMetadata\\Event\\MetadataBackgroundEvent' => $baseDir . '/lib/public/FilesMetadata/Event/MetadataBackgroundEvent.php', |
|
| 359 | - 'OCP\\FilesMetadata\\Event\\MetadataLiveEvent' => $baseDir . '/lib/public/FilesMetadata/Event/MetadataLiveEvent.php', |
|
| 360 | - 'OCP\\FilesMetadata\\Event\\MetadataNamedEvent' => $baseDir . '/lib/public/FilesMetadata/Event/MetadataNamedEvent.php', |
|
| 361 | - 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataException' => $baseDir . '/lib/public/FilesMetadata/Exceptions/FilesMetadataException.php', |
|
| 362 | - 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataKeyFormatException' => $baseDir . '/lib/public/FilesMetadata/Exceptions/FilesMetadataKeyFormatException.php', |
|
| 363 | - 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataNotFoundException' => $baseDir . '/lib/public/FilesMetadata/Exceptions/FilesMetadataNotFoundException.php', |
|
| 364 | - 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataTypeException' => $baseDir . '/lib/public/FilesMetadata/Exceptions/FilesMetadataTypeException.php', |
|
| 365 | - 'OCP\\FilesMetadata\\IFilesMetadataManager' => $baseDir . '/lib/public/FilesMetadata/IFilesMetadataManager.php', |
|
| 366 | - 'OCP\\FilesMetadata\\IMetadataQuery' => $baseDir . '/lib/public/FilesMetadata/IMetadataQuery.php', |
|
| 367 | - 'OCP\\FilesMetadata\\Model\\IFilesMetadata' => $baseDir . '/lib/public/FilesMetadata/Model/IFilesMetadata.php', |
|
| 368 | - 'OCP\\FilesMetadata\\Model\\IMetadataValueWrapper' => $baseDir . '/lib/public/FilesMetadata/Model/IMetadataValueWrapper.php', |
|
| 369 | - 'OCP\\Files\\AlreadyExistsException' => $baseDir . '/lib/public/Files/AlreadyExistsException.php', |
|
| 370 | - 'OCP\\Files\\AppData\\IAppDataFactory' => $baseDir . '/lib/public/Files/AppData/IAppDataFactory.php', |
|
| 371 | - 'OCP\\Files\\Cache\\AbstractCacheEvent' => $baseDir . '/lib/public/Files/Cache/AbstractCacheEvent.php', |
|
| 372 | - 'OCP\\Files\\Cache\\CacheEntryInsertedEvent' => $baseDir . '/lib/public/Files/Cache/CacheEntryInsertedEvent.php', |
|
| 373 | - 'OCP\\Files\\Cache\\CacheEntryRemovedEvent' => $baseDir . '/lib/public/Files/Cache/CacheEntryRemovedEvent.php', |
|
| 374 | - 'OCP\\Files\\Cache\\CacheEntryUpdatedEvent' => $baseDir . '/lib/public/Files/Cache/CacheEntryUpdatedEvent.php', |
|
| 375 | - 'OCP\\Files\\Cache\\CacheInsertEvent' => $baseDir . '/lib/public/Files/Cache/CacheInsertEvent.php', |
|
| 376 | - 'OCP\\Files\\Cache\\CacheUpdateEvent' => $baseDir . '/lib/public/Files/Cache/CacheUpdateEvent.php', |
|
| 377 | - 'OCP\\Files\\Cache\\ICache' => $baseDir . '/lib/public/Files/Cache/ICache.php', |
|
| 378 | - 'OCP\\Files\\Cache\\ICacheEntry' => $baseDir . '/lib/public/Files/Cache/ICacheEntry.php', |
|
| 379 | - 'OCP\\Files\\Cache\\ICacheEvent' => $baseDir . '/lib/public/Files/Cache/ICacheEvent.php', |
|
| 380 | - 'OCP\\Files\\Cache\\IFileAccess' => $baseDir . '/lib/public/Files/Cache/IFileAccess.php', |
|
| 381 | - 'OCP\\Files\\Cache\\IPropagator' => $baseDir . '/lib/public/Files/Cache/IPropagator.php', |
|
| 382 | - 'OCP\\Files\\Cache\\IScanner' => $baseDir . '/lib/public/Files/Cache/IScanner.php', |
|
| 383 | - 'OCP\\Files\\Cache\\IUpdater' => $baseDir . '/lib/public/Files/Cache/IUpdater.php', |
|
| 384 | - 'OCP\\Files\\Cache\\IWatcher' => $baseDir . '/lib/public/Files/Cache/IWatcher.php', |
|
| 385 | - 'OCP\\Files\\Config\\Event\\UserMountAddedEvent' => $baseDir . '/lib/public/Files/Config/Event/UserMountAddedEvent.php', |
|
| 386 | - 'OCP\\Files\\Config\\Event\\UserMountRemovedEvent' => $baseDir . '/lib/public/Files/Config/Event/UserMountRemovedEvent.php', |
|
| 387 | - 'OCP\\Files\\Config\\Event\\UserMountUpdatedEvent' => $baseDir . '/lib/public/Files/Config/Event/UserMountUpdatedEvent.php', |
|
| 388 | - 'OCP\\Files\\Config\\ICachedMountFileInfo' => $baseDir . '/lib/public/Files/Config/ICachedMountFileInfo.php', |
|
| 389 | - 'OCP\\Files\\Config\\ICachedMountInfo' => $baseDir . '/lib/public/Files/Config/ICachedMountInfo.php', |
|
| 390 | - 'OCP\\Files\\Config\\IHomeMountProvider' => $baseDir . '/lib/public/Files/Config/IHomeMountProvider.php', |
|
| 391 | - 'OCP\\Files\\Config\\IMountProvider' => $baseDir . '/lib/public/Files/Config/IMountProvider.php', |
|
| 392 | - 'OCP\\Files\\Config\\IMountProviderCollection' => $baseDir . '/lib/public/Files/Config/IMountProviderCollection.php', |
|
| 393 | - 'OCP\\Files\\Config\\IRootMountProvider' => $baseDir . '/lib/public/Files/Config/IRootMountProvider.php', |
|
| 394 | - 'OCP\\Files\\Config\\IUserMountCache' => $baseDir . '/lib/public/Files/Config/IUserMountCache.php', |
|
| 395 | - 'OCP\\Files\\ConnectionLostException' => $baseDir . '/lib/public/Files/ConnectionLostException.php', |
|
| 396 | - 'OCP\\Files\\Conversion\\ConversionMimeProvider' => $baseDir . '/lib/public/Files/Conversion/ConversionMimeProvider.php', |
|
| 397 | - 'OCP\\Files\\Conversion\\IConversionManager' => $baseDir . '/lib/public/Files/Conversion/IConversionManager.php', |
|
| 398 | - 'OCP\\Files\\Conversion\\IConversionProvider' => $baseDir . '/lib/public/Files/Conversion/IConversionProvider.php', |
|
| 399 | - 'OCP\\Files\\DavUtil' => $baseDir . '/lib/public/Files/DavUtil.php', |
|
| 400 | - 'OCP\\Files\\EmptyFileNameException' => $baseDir . '/lib/public/Files/EmptyFileNameException.php', |
|
| 401 | - 'OCP\\Files\\EntityTooLargeException' => $baseDir . '/lib/public/Files/EntityTooLargeException.php', |
|
| 402 | - 'OCP\\Files\\Events\\BeforeDirectFileDownloadEvent' => $baseDir . '/lib/public/Files/Events/BeforeDirectFileDownloadEvent.php', |
|
| 403 | - 'OCP\\Files\\Events\\BeforeFileScannedEvent' => $baseDir . '/lib/public/Files/Events/BeforeFileScannedEvent.php', |
|
| 404 | - 'OCP\\Files\\Events\\BeforeFileSystemSetupEvent' => $baseDir . '/lib/public/Files/Events/BeforeFileSystemSetupEvent.php', |
|
| 405 | - 'OCP\\Files\\Events\\BeforeFolderScannedEvent' => $baseDir . '/lib/public/Files/Events/BeforeFolderScannedEvent.php', |
|
| 406 | - 'OCP\\Files\\Events\\BeforeZipCreatedEvent' => $baseDir . '/lib/public/Files/Events/BeforeZipCreatedEvent.php', |
|
| 407 | - 'OCP\\Files\\Events\\FileCacheUpdated' => $baseDir . '/lib/public/Files/Events/FileCacheUpdated.php', |
|
| 408 | - 'OCP\\Files\\Events\\FileScannedEvent' => $baseDir . '/lib/public/Files/Events/FileScannedEvent.php', |
|
| 409 | - 'OCP\\Files\\Events\\FolderScannedEvent' => $baseDir . '/lib/public/Files/Events/FolderScannedEvent.php', |
|
| 410 | - 'OCP\\Files\\Events\\InvalidateMountCacheEvent' => $baseDir . '/lib/public/Files/Events/InvalidateMountCacheEvent.php', |
|
| 411 | - 'OCP\\Files\\Events\\NodeAddedToCache' => $baseDir . '/lib/public/Files/Events/NodeAddedToCache.php', |
|
| 412 | - 'OCP\\Files\\Events\\NodeAddedToFavorite' => $baseDir . '/lib/public/Files/Events/NodeAddedToFavorite.php', |
|
| 413 | - 'OCP\\Files\\Events\\NodeRemovedFromCache' => $baseDir . '/lib/public/Files/Events/NodeRemovedFromCache.php', |
|
| 414 | - 'OCP\\Files\\Events\\NodeRemovedFromFavorite' => $baseDir . '/lib/public/Files/Events/NodeRemovedFromFavorite.php', |
|
| 415 | - 'OCP\\Files\\Events\\Node\\AbstractNodeEvent' => $baseDir . '/lib/public/Files/Events/Node/AbstractNodeEvent.php', |
|
| 416 | - 'OCP\\Files\\Events\\Node\\AbstractNodesEvent' => $baseDir . '/lib/public/Files/Events/Node/AbstractNodesEvent.php', |
|
| 417 | - 'OCP\\Files\\Events\\Node\\BeforeNodeCopiedEvent' => $baseDir . '/lib/public/Files/Events/Node/BeforeNodeCopiedEvent.php', |
|
| 418 | - 'OCP\\Files\\Events\\Node\\BeforeNodeCreatedEvent' => $baseDir . '/lib/public/Files/Events/Node/BeforeNodeCreatedEvent.php', |
|
| 419 | - 'OCP\\Files\\Events\\Node\\BeforeNodeDeletedEvent' => $baseDir . '/lib/public/Files/Events/Node/BeforeNodeDeletedEvent.php', |
|
| 420 | - 'OCP\\Files\\Events\\Node\\BeforeNodeReadEvent' => $baseDir . '/lib/public/Files/Events/Node/BeforeNodeReadEvent.php', |
|
| 421 | - 'OCP\\Files\\Events\\Node\\BeforeNodeRenamedEvent' => $baseDir . '/lib/public/Files/Events/Node/BeforeNodeRenamedEvent.php', |
|
| 422 | - 'OCP\\Files\\Events\\Node\\BeforeNodeTouchedEvent' => $baseDir . '/lib/public/Files/Events/Node/BeforeNodeTouchedEvent.php', |
|
| 423 | - 'OCP\\Files\\Events\\Node\\BeforeNodeWrittenEvent' => $baseDir . '/lib/public/Files/Events/Node/BeforeNodeWrittenEvent.php', |
|
| 424 | - 'OCP\\Files\\Events\\Node\\FilesystemTornDownEvent' => $baseDir . '/lib/public/Files/Events/Node/FilesystemTornDownEvent.php', |
|
| 425 | - 'OCP\\Files\\Events\\Node\\NodeCopiedEvent' => $baseDir . '/lib/public/Files/Events/Node/NodeCopiedEvent.php', |
|
| 426 | - 'OCP\\Files\\Events\\Node\\NodeCreatedEvent' => $baseDir . '/lib/public/Files/Events/Node/NodeCreatedEvent.php', |
|
| 427 | - 'OCP\\Files\\Events\\Node\\NodeDeletedEvent' => $baseDir . '/lib/public/Files/Events/Node/NodeDeletedEvent.php', |
|
| 428 | - 'OCP\\Files\\Events\\Node\\NodeRenamedEvent' => $baseDir . '/lib/public/Files/Events/Node/NodeRenamedEvent.php', |
|
| 429 | - 'OCP\\Files\\Events\\Node\\NodeTouchedEvent' => $baseDir . '/lib/public/Files/Events/Node/NodeTouchedEvent.php', |
|
| 430 | - 'OCP\\Files\\Events\\Node\\NodeWrittenEvent' => $baseDir . '/lib/public/Files/Events/Node/NodeWrittenEvent.php', |
|
| 431 | - 'OCP\\Files\\File' => $baseDir . '/lib/public/Files/File.php', |
|
| 432 | - 'OCP\\Files\\FileInfo' => $baseDir . '/lib/public/Files/FileInfo.php', |
|
| 433 | - 'OCP\\Files\\FileNameTooLongException' => $baseDir . '/lib/public/Files/FileNameTooLongException.php', |
|
| 434 | - 'OCP\\Files\\Folder' => $baseDir . '/lib/public/Files/Folder.php', |
|
| 435 | - 'OCP\\Files\\ForbiddenException' => $baseDir . '/lib/public/Files/ForbiddenException.php', |
|
| 436 | - 'OCP\\Files\\GenericFileException' => $baseDir . '/lib/public/Files/GenericFileException.php', |
|
| 437 | - 'OCP\\Files\\IAppData' => $baseDir . '/lib/public/Files/IAppData.php', |
|
| 438 | - 'OCP\\Files\\IFilenameValidator' => $baseDir . '/lib/public/Files/IFilenameValidator.php', |
|
| 439 | - 'OCP\\Files\\IHomeStorage' => $baseDir . '/lib/public/Files/IHomeStorage.php', |
|
| 440 | - 'OCP\\Files\\IMimeTypeDetector' => $baseDir . '/lib/public/Files/IMimeTypeDetector.php', |
|
| 441 | - 'OCP\\Files\\IMimeTypeLoader' => $baseDir . '/lib/public/Files/IMimeTypeLoader.php', |
|
| 442 | - 'OCP\\Files\\IRootFolder' => $baseDir . '/lib/public/Files/IRootFolder.php', |
|
| 443 | - 'OCP\\Files\\InvalidCharacterInPathException' => $baseDir . '/lib/public/Files/InvalidCharacterInPathException.php', |
|
| 444 | - 'OCP\\Files\\InvalidContentException' => $baseDir . '/lib/public/Files/InvalidContentException.php', |
|
| 445 | - 'OCP\\Files\\InvalidDirectoryException' => $baseDir . '/lib/public/Files/InvalidDirectoryException.php', |
|
| 446 | - 'OCP\\Files\\InvalidPathException' => $baseDir . '/lib/public/Files/InvalidPathException.php', |
|
| 447 | - 'OCP\\Files\\LockNotAcquiredException' => $baseDir . '/lib/public/Files/LockNotAcquiredException.php', |
|
| 448 | - 'OCP\\Files\\Lock\\ILock' => $baseDir . '/lib/public/Files/Lock/ILock.php', |
|
| 449 | - 'OCP\\Files\\Lock\\ILockManager' => $baseDir . '/lib/public/Files/Lock/ILockManager.php', |
|
| 450 | - 'OCP\\Files\\Lock\\ILockProvider' => $baseDir . '/lib/public/Files/Lock/ILockProvider.php', |
|
| 451 | - 'OCP\\Files\\Lock\\LockContext' => $baseDir . '/lib/public/Files/Lock/LockContext.php', |
|
| 452 | - 'OCP\\Files\\Lock\\NoLockProviderException' => $baseDir . '/lib/public/Files/Lock/NoLockProviderException.php', |
|
| 453 | - 'OCP\\Files\\Lock\\OwnerLockedException' => $baseDir . '/lib/public/Files/Lock/OwnerLockedException.php', |
|
| 454 | - 'OCP\\Files\\Mount\\IMountManager' => $baseDir . '/lib/public/Files/Mount/IMountManager.php', |
|
| 455 | - 'OCP\\Files\\Mount\\IMountPoint' => $baseDir . '/lib/public/Files/Mount/IMountPoint.php', |
|
| 456 | - 'OCP\\Files\\Mount\\IMovableMount' => $baseDir . '/lib/public/Files/Mount/IMovableMount.php', |
|
| 457 | - 'OCP\\Files\\Mount\\IShareOwnerlessMount' => $baseDir . '/lib/public/Files/Mount/IShareOwnerlessMount.php', |
|
| 458 | - 'OCP\\Files\\Mount\\ISystemMountPoint' => $baseDir . '/lib/public/Files/Mount/ISystemMountPoint.php', |
|
| 459 | - 'OCP\\Files\\Node' => $baseDir . '/lib/public/Files/Node.php', |
|
| 460 | - 'OCP\\Files\\NotEnoughSpaceException' => $baseDir . '/lib/public/Files/NotEnoughSpaceException.php', |
|
| 461 | - 'OCP\\Files\\NotFoundException' => $baseDir . '/lib/public/Files/NotFoundException.php', |
|
| 462 | - 'OCP\\Files\\NotPermittedException' => $baseDir . '/lib/public/Files/NotPermittedException.php', |
|
| 463 | - 'OCP\\Files\\Notify\\IChange' => $baseDir . '/lib/public/Files/Notify/IChange.php', |
|
| 464 | - 'OCP\\Files\\Notify\\INotifyHandler' => $baseDir . '/lib/public/Files/Notify/INotifyHandler.php', |
|
| 465 | - 'OCP\\Files\\Notify\\IRenameChange' => $baseDir . '/lib/public/Files/Notify/IRenameChange.php', |
|
| 466 | - 'OCP\\Files\\ObjectStore\\IObjectStore' => $baseDir . '/lib/public/Files/ObjectStore/IObjectStore.php', |
|
| 467 | - 'OCP\\Files\\ObjectStore\\IObjectStoreMetaData' => $baseDir . '/lib/public/Files/ObjectStore/IObjectStoreMetaData.php', |
|
| 468 | - 'OCP\\Files\\ObjectStore\\IObjectStoreMultiPartUpload' => $baseDir . '/lib/public/Files/ObjectStore/IObjectStoreMultiPartUpload.php', |
|
| 469 | - 'OCP\\Files\\ReservedWordException' => $baseDir . '/lib/public/Files/ReservedWordException.php', |
|
| 470 | - 'OCP\\Files\\Search\\ISearchBinaryOperator' => $baseDir . '/lib/public/Files/Search/ISearchBinaryOperator.php', |
|
| 471 | - 'OCP\\Files\\Search\\ISearchComparison' => $baseDir . '/lib/public/Files/Search/ISearchComparison.php', |
|
| 472 | - 'OCP\\Files\\Search\\ISearchOperator' => $baseDir . '/lib/public/Files/Search/ISearchOperator.php', |
|
| 473 | - 'OCP\\Files\\Search\\ISearchOrder' => $baseDir . '/lib/public/Files/Search/ISearchOrder.php', |
|
| 474 | - 'OCP\\Files\\Search\\ISearchQuery' => $baseDir . '/lib/public/Files/Search/ISearchQuery.php', |
|
| 475 | - 'OCP\\Files\\SimpleFS\\ISimpleFile' => $baseDir . '/lib/public/Files/SimpleFS/ISimpleFile.php', |
|
| 476 | - 'OCP\\Files\\SimpleFS\\ISimpleFolder' => $baseDir . '/lib/public/Files/SimpleFS/ISimpleFolder.php', |
|
| 477 | - 'OCP\\Files\\SimpleFS\\ISimpleRoot' => $baseDir . '/lib/public/Files/SimpleFS/ISimpleRoot.php', |
|
| 478 | - 'OCP\\Files\\SimpleFS\\InMemoryFile' => $baseDir . '/lib/public/Files/SimpleFS/InMemoryFile.php', |
|
| 479 | - 'OCP\\Files\\StorageAuthException' => $baseDir . '/lib/public/Files/StorageAuthException.php', |
|
| 480 | - 'OCP\\Files\\StorageBadConfigException' => $baseDir . '/lib/public/Files/StorageBadConfigException.php', |
|
| 481 | - 'OCP\\Files\\StorageConnectionException' => $baseDir . '/lib/public/Files/StorageConnectionException.php', |
|
| 482 | - 'OCP\\Files\\StorageInvalidException' => $baseDir . '/lib/public/Files/StorageInvalidException.php', |
|
| 483 | - 'OCP\\Files\\StorageNotAvailableException' => $baseDir . '/lib/public/Files/StorageNotAvailableException.php', |
|
| 484 | - 'OCP\\Files\\StorageTimeoutException' => $baseDir . '/lib/public/Files/StorageTimeoutException.php', |
|
| 485 | - 'OCP\\Files\\Storage\\IChunkedFileWrite' => $baseDir . '/lib/public/Files/Storage/IChunkedFileWrite.php', |
|
| 486 | - 'OCP\\Files\\Storage\\IConstructableStorage' => $baseDir . '/lib/public/Files/Storage/IConstructableStorage.php', |
|
| 487 | - 'OCP\\Files\\Storage\\IDisableEncryptionStorage' => $baseDir . '/lib/public/Files/Storage/IDisableEncryptionStorage.php', |
|
| 488 | - 'OCP\\Files\\Storage\\ILockingStorage' => $baseDir . '/lib/public/Files/Storage/ILockingStorage.php', |
|
| 489 | - 'OCP\\Files\\Storage\\INotifyStorage' => $baseDir . '/lib/public/Files/Storage/INotifyStorage.php', |
|
| 490 | - 'OCP\\Files\\Storage\\IReliableEtagStorage' => $baseDir . '/lib/public/Files/Storage/IReliableEtagStorage.php', |
|
| 491 | - 'OCP\\Files\\Storage\\ISharedStorage' => $baseDir . '/lib/public/Files/Storage/ISharedStorage.php', |
|
| 492 | - 'OCP\\Files\\Storage\\IStorage' => $baseDir . '/lib/public/Files/Storage/IStorage.php', |
|
| 493 | - 'OCP\\Files\\Storage\\IStorageFactory' => $baseDir . '/lib/public/Files/Storage/IStorageFactory.php', |
|
| 494 | - 'OCP\\Files\\Storage\\IWriteStreamStorage' => $baseDir . '/lib/public/Files/Storage/IWriteStreamStorage.php', |
|
| 495 | - 'OCP\\Files\\Template\\BeforeGetTemplatesEvent' => $baseDir . '/lib/public/Files/Template/BeforeGetTemplatesEvent.php', |
|
| 496 | - 'OCP\\Files\\Template\\Field' => $baseDir . '/lib/public/Files/Template/Field.php', |
|
| 497 | - 'OCP\\Files\\Template\\FieldFactory' => $baseDir . '/lib/public/Files/Template/FieldFactory.php', |
|
| 498 | - 'OCP\\Files\\Template\\FieldType' => $baseDir . '/lib/public/Files/Template/FieldType.php', |
|
| 499 | - 'OCP\\Files\\Template\\Fields\\CheckBoxField' => $baseDir . '/lib/public/Files/Template/Fields/CheckBoxField.php', |
|
| 500 | - 'OCP\\Files\\Template\\Fields\\RichTextField' => $baseDir . '/lib/public/Files/Template/Fields/RichTextField.php', |
|
| 501 | - 'OCP\\Files\\Template\\FileCreatedFromTemplateEvent' => $baseDir . '/lib/public/Files/Template/FileCreatedFromTemplateEvent.php', |
|
| 502 | - 'OCP\\Files\\Template\\ICustomTemplateProvider' => $baseDir . '/lib/public/Files/Template/ICustomTemplateProvider.php', |
|
| 503 | - 'OCP\\Files\\Template\\ITemplateManager' => $baseDir . '/lib/public/Files/Template/ITemplateManager.php', |
|
| 504 | - 'OCP\\Files\\Template\\InvalidFieldTypeException' => $baseDir . '/lib/public/Files/Template/InvalidFieldTypeException.php', |
|
| 505 | - 'OCP\\Files\\Template\\RegisterTemplateCreatorEvent' => $baseDir . '/lib/public/Files/Template/RegisterTemplateCreatorEvent.php', |
|
| 506 | - 'OCP\\Files\\Template\\Template' => $baseDir . '/lib/public/Files/Template/Template.php', |
|
| 507 | - 'OCP\\Files\\Template\\TemplateFileCreator' => $baseDir . '/lib/public/Files/Template/TemplateFileCreator.php', |
|
| 508 | - 'OCP\\Files\\UnseekableException' => $baseDir . '/lib/public/Files/UnseekableException.php', |
|
| 509 | - 'OCP\\Files_FullTextSearch\\Model\\AFilesDocument' => $baseDir . '/lib/public/Files_FullTextSearch/Model/AFilesDocument.php', |
|
| 510 | - 'OCP\\FullTextSearch\\Exceptions\\FullTextSearchAppNotAvailableException' => $baseDir . '/lib/public/FullTextSearch/Exceptions/FullTextSearchAppNotAvailableException.php', |
|
| 511 | - 'OCP\\FullTextSearch\\Exceptions\\FullTextSearchIndexNotAvailableException' => $baseDir . '/lib/public/FullTextSearch/Exceptions/FullTextSearchIndexNotAvailableException.php', |
|
| 512 | - 'OCP\\FullTextSearch\\IFullTextSearchManager' => $baseDir . '/lib/public/FullTextSearch/IFullTextSearchManager.php', |
|
| 513 | - 'OCP\\FullTextSearch\\IFullTextSearchPlatform' => $baseDir . '/lib/public/FullTextSearch/IFullTextSearchPlatform.php', |
|
| 514 | - 'OCP\\FullTextSearch\\IFullTextSearchProvider' => $baseDir . '/lib/public/FullTextSearch/IFullTextSearchProvider.php', |
|
| 515 | - 'OCP\\FullTextSearch\\Model\\IDocumentAccess' => $baseDir . '/lib/public/FullTextSearch/Model/IDocumentAccess.php', |
|
| 516 | - 'OCP\\FullTextSearch\\Model\\IIndex' => $baseDir . '/lib/public/FullTextSearch/Model/IIndex.php', |
|
| 517 | - 'OCP\\FullTextSearch\\Model\\IIndexDocument' => $baseDir . '/lib/public/FullTextSearch/Model/IIndexDocument.php', |
|
| 518 | - 'OCP\\FullTextSearch\\Model\\IIndexOptions' => $baseDir . '/lib/public/FullTextSearch/Model/IIndexOptions.php', |
|
| 519 | - 'OCP\\FullTextSearch\\Model\\IRunner' => $baseDir . '/lib/public/FullTextSearch/Model/IRunner.php', |
|
| 520 | - 'OCP\\FullTextSearch\\Model\\ISearchOption' => $baseDir . '/lib/public/FullTextSearch/Model/ISearchOption.php', |
|
| 521 | - 'OCP\\FullTextSearch\\Model\\ISearchRequest' => $baseDir . '/lib/public/FullTextSearch/Model/ISearchRequest.php', |
|
| 522 | - 'OCP\\FullTextSearch\\Model\\ISearchRequestSimpleQuery' => $baseDir . '/lib/public/FullTextSearch/Model/ISearchRequestSimpleQuery.php', |
|
| 523 | - 'OCP\\FullTextSearch\\Model\\ISearchResult' => $baseDir . '/lib/public/FullTextSearch/Model/ISearchResult.php', |
|
| 524 | - 'OCP\\FullTextSearch\\Model\\ISearchTemplate' => $baseDir . '/lib/public/FullTextSearch/Model/ISearchTemplate.php', |
|
| 525 | - 'OCP\\FullTextSearch\\Service\\IIndexService' => $baseDir . '/lib/public/FullTextSearch/Service/IIndexService.php', |
|
| 526 | - 'OCP\\FullTextSearch\\Service\\IProviderService' => $baseDir . '/lib/public/FullTextSearch/Service/IProviderService.php', |
|
| 527 | - 'OCP\\FullTextSearch\\Service\\ISearchService' => $baseDir . '/lib/public/FullTextSearch/Service/ISearchService.php', |
|
| 528 | - 'OCP\\GlobalScale\\IConfig' => $baseDir . '/lib/public/GlobalScale/IConfig.php', |
|
| 529 | - 'OCP\\GroupInterface' => $baseDir . '/lib/public/GroupInterface.php', |
|
| 530 | - 'OCP\\Group\\Backend\\ABackend' => $baseDir . '/lib/public/Group/Backend/ABackend.php', |
|
| 531 | - 'OCP\\Group\\Backend\\IAddToGroupBackend' => $baseDir . '/lib/public/Group/Backend/IAddToGroupBackend.php', |
|
| 532 | - 'OCP\\Group\\Backend\\IBatchMethodsBackend' => $baseDir . '/lib/public/Group/Backend/IBatchMethodsBackend.php', |
|
| 533 | - 'OCP\\Group\\Backend\\ICountDisabledInGroup' => $baseDir . '/lib/public/Group/Backend/ICountDisabledInGroup.php', |
|
| 534 | - 'OCP\\Group\\Backend\\ICountUsersBackend' => $baseDir . '/lib/public/Group/Backend/ICountUsersBackend.php', |
|
| 535 | - 'OCP\\Group\\Backend\\ICreateGroupBackend' => $baseDir . '/lib/public/Group/Backend/ICreateGroupBackend.php', |
|
| 536 | - 'OCP\\Group\\Backend\\ICreateNamedGroupBackend' => $baseDir . '/lib/public/Group/Backend/ICreateNamedGroupBackend.php', |
|
| 537 | - 'OCP\\Group\\Backend\\IDeleteGroupBackend' => $baseDir . '/lib/public/Group/Backend/IDeleteGroupBackend.php', |
|
| 538 | - 'OCP\\Group\\Backend\\IGetDisplayNameBackend' => $baseDir . '/lib/public/Group/Backend/IGetDisplayNameBackend.php', |
|
| 539 | - 'OCP\\Group\\Backend\\IGroupDetailsBackend' => $baseDir . '/lib/public/Group/Backend/IGroupDetailsBackend.php', |
|
| 540 | - 'OCP\\Group\\Backend\\IHideFromCollaborationBackend' => $baseDir . '/lib/public/Group/Backend/IHideFromCollaborationBackend.php', |
|
| 541 | - 'OCP\\Group\\Backend\\IIsAdminBackend' => $baseDir . '/lib/public/Group/Backend/IIsAdminBackend.php', |
|
| 542 | - 'OCP\\Group\\Backend\\INamedBackend' => $baseDir . '/lib/public/Group/Backend/INamedBackend.php', |
|
| 543 | - 'OCP\\Group\\Backend\\IRemoveFromGroupBackend' => $baseDir . '/lib/public/Group/Backend/IRemoveFromGroupBackend.php', |
|
| 544 | - 'OCP\\Group\\Backend\\ISearchableGroupBackend' => $baseDir . '/lib/public/Group/Backend/ISearchableGroupBackend.php', |
|
| 545 | - 'OCP\\Group\\Backend\\ISetDisplayNameBackend' => $baseDir . '/lib/public/Group/Backend/ISetDisplayNameBackend.php', |
|
| 546 | - 'OCP\\Group\\Events\\BeforeGroupChangedEvent' => $baseDir . '/lib/public/Group/Events/BeforeGroupChangedEvent.php', |
|
| 547 | - 'OCP\\Group\\Events\\BeforeGroupCreatedEvent' => $baseDir . '/lib/public/Group/Events/BeforeGroupCreatedEvent.php', |
|
| 548 | - 'OCP\\Group\\Events\\BeforeGroupDeletedEvent' => $baseDir . '/lib/public/Group/Events/BeforeGroupDeletedEvent.php', |
|
| 549 | - 'OCP\\Group\\Events\\BeforeUserAddedEvent' => $baseDir . '/lib/public/Group/Events/BeforeUserAddedEvent.php', |
|
| 550 | - 'OCP\\Group\\Events\\BeforeUserRemovedEvent' => $baseDir . '/lib/public/Group/Events/BeforeUserRemovedEvent.php', |
|
| 551 | - 'OCP\\Group\\Events\\GroupChangedEvent' => $baseDir . '/lib/public/Group/Events/GroupChangedEvent.php', |
|
| 552 | - 'OCP\\Group\\Events\\GroupCreatedEvent' => $baseDir . '/lib/public/Group/Events/GroupCreatedEvent.php', |
|
| 553 | - 'OCP\\Group\\Events\\GroupDeletedEvent' => $baseDir . '/lib/public/Group/Events/GroupDeletedEvent.php', |
|
| 554 | - 'OCP\\Group\\Events\\SubAdminAddedEvent' => $baseDir . '/lib/public/Group/Events/SubAdminAddedEvent.php', |
|
| 555 | - 'OCP\\Group\\Events\\SubAdminRemovedEvent' => $baseDir . '/lib/public/Group/Events/SubAdminRemovedEvent.php', |
|
| 556 | - 'OCP\\Group\\Events\\UserAddedEvent' => $baseDir . '/lib/public/Group/Events/UserAddedEvent.php', |
|
| 557 | - 'OCP\\Group\\Events\\UserRemovedEvent' => $baseDir . '/lib/public/Group/Events/UserRemovedEvent.php', |
|
| 558 | - 'OCP\\Group\\ISubAdmin' => $baseDir . '/lib/public/Group/ISubAdmin.php', |
|
| 559 | - 'OCP\\HintException' => $baseDir . '/lib/public/HintException.php', |
|
| 560 | - 'OCP\\Http\\Client\\IClient' => $baseDir . '/lib/public/Http/Client/IClient.php', |
|
| 561 | - 'OCP\\Http\\Client\\IClientService' => $baseDir . '/lib/public/Http/Client/IClientService.php', |
|
| 562 | - 'OCP\\Http\\Client\\IPromise' => $baseDir . '/lib/public/Http/Client/IPromise.php', |
|
| 563 | - 'OCP\\Http\\Client\\IResponse' => $baseDir . '/lib/public/Http/Client/IResponse.php', |
|
| 564 | - 'OCP\\Http\\Client\\LocalServerException' => $baseDir . '/lib/public/Http/Client/LocalServerException.php', |
|
| 565 | - 'OCP\\Http\\WellKnown\\GenericResponse' => $baseDir . '/lib/public/Http/WellKnown/GenericResponse.php', |
|
| 566 | - 'OCP\\Http\\WellKnown\\IHandler' => $baseDir . '/lib/public/Http/WellKnown/IHandler.php', |
|
| 567 | - 'OCP\\Http\\WellKnown\\IRequestContext' => $baseDir . '/lib/public/Http/WellKnown/IRequestContext.php', |
|
| 568 | - 'OCP\\Http\\WellKnown\\IResponse' => $baseDir . '/lib/public/Http/WellKnown/IResponse.php', |
|
| 569 | - 'OCP\\Http\\WellKnown\\JrdResponse' => $baseDir . '/lib/public/Http/WellKnown/JrdResponse.php', |
|
| 570 | - 'OCP\\IAddressBook' => $baseDir . '/lib/public/IAddressBook.php', |
|
| 571 | - 'OCP\\IAddressBookEnabled' => $baseDir . '/lib/public/IAddressBookEnabled.php', |
|
| 572 | - 'OCP\\IAppConfig' => $baseDir . '/lib/public/IAppConfig.php', |
|
| 573 | - 'OCP\\IAvatar' => $baseDir . '/lib/public/IAvatar.php', |
|
| 574 | - 'OCP\\IAvatarManager' => $baseDir . '/lib/public/IAvatarManager.php', |
|
| 575 | - 'OCP\\IBinaryFinder' => $baseDir . '/lib/public/IBinaryFinder.php', |
|
| 576 | - 'OCP\\ICache' => $baseDir . '/lib/public/ICache.php', |
|
| 577 | - 'OCP\\ICacheFactory' => $baseDir . '/lib/public/ICacheFactory.php', |
|
| 578 | - 'OCP\\ICertificate' => $baseDir . '/lib/public/ICertificate.php', |
|
| 579 | - 'OCP\\ICertificateManager' => $baseDir . '/lib/public/ICertificateManager.php', |
|
| 580 | - 'OCP\\IConfig' => $baseDir . '/lib/public/IConfig.php', |
|
| 581 | - 'OCP\\IContainer' => $baseDir . '/lib/public/IContainer.php', |
|
| 582 | - 'OCP\\IDBConnection' => $baseDir . '/lib/public/IDBConnection.php', |
|
| 583 | - 'OCP\\IDateTimeFormatter' => $baseDir . '/lib/public/IDateTimeFormatter.php', |
|
| 584 | - 'OCP\\IDateTimeZone' => $baseDir . '/lib/public/IDateTimeZone.php', |
|
| 585 | - 'OCP\\IEmojiHelper' => $baseDir . '/lib/public/IEmojiHelper.php', |
|
| 586 | - 'OCP\\IEventSource' => $baseDir . '/lib/public/IEventSource.php', |
|
| 587 | - 'OCP\\IEventSourceFactory' => $baseDir . '/lib/public/IEventSourceFactory.php', |
|
| 588 | - 'OCP\\IGroup' => $baseDir . '/lib/public/IGroup.php', |
|
| 589 | - 'OCP\\IGroupManager' => $baseDir . '/lib/public/IGroupManager.php', |
|
| 590 | - 'OCP\\IImage' => $baseDir . '/lib/public/IImage.php', |
|
| 591 | - 'OCP\\IInitialStateService' => $baseDir . '/lib/public/IInitialStateService.php', |
|
| 592 | - 'OCP\\IL10N' => $baseDir . '/lib/public/IL10N.php', |
|
| 593 | - 'OCP\\ILogger' => $baseDir . '/lib/public/ILogger.php', |
|
| 594 | - 'OCP\\IMemcache' => $baseDir . '/lib/public/IMemcache.php', |
|
| 595 | - 'OCP\\IMemcacheTTL' => $baseDir . '/lib/public/IMemcacheTTL.php', |
|
| 596 | - 'OCP\\INavigationManager' => $baseDir . '/lib/public/INavigationManager.php', |
|
| 597 | - 'OCP\\IPhoneNumberUtil' => $baseDir . '/lib/public/IPhoneNumberUtil.php', |
|
| 598 | - 'OCP\\IPreview' => $baseDir . '/lib/public/IPreview.php', |
|
| 599 | - 'OCP\\IRequest' => $baseDir . '/lib/public/IRequest.php', |
|
| 600 | - 'OCP\\IRequestId' => $baseDir . '/lib/public/IRequestId.php', |
|
| 601 | - 'OCP\\IServerContainer' => $baseDir . '/lib/public/IServerContainer.php', |
|
| 602 | - 'OCP\\ISession' => $baseDir . '/lib/public/ISession.php', |
|
| 603 | - 'OCP\\IStreamImage' => $baseDir . '/lib/public/IStreamImage.php', |
|
| 604 | - 'OCP\\ITagManager' => $baseDir . '/lib/public/ITagManager.php', |
|
| 605 | - 'OCP\\ITags' => $baseDir . '/lib/public/ITags.php', |
|
| 606 | - 'OCP\\ITempManager' => $baseDir . '/lib/public/ITempManager.php', |
|
| 607 | - 'OCP\\IURLGenerator' => $baseDir . '/lib/public/IURLGenerator.php', |
|
| 608 | - 'OCP\\IUser' => $baseDir . '/lib/public/IUser.php', |
|
| 609 | - 'OCP\\IUserBackend' => $baseDir . '/lib/public/IUserBackend.php', |
|
| 610 | - 'OCP\\IUserManager' => $baseDir . '/lib/public/IUserManager.php', |
|
| 611 | - 'OCP\\IUserSession' => $baseDir . '/lib/public/IUserSession.php', |
|
| 612 | - 'OCP\\Image' => $baseDir . '/lib/public/Image.php', |
|
| 613 | - 'OCP\\L10N\\IFactory' => $baseDir . '/lib/public/L10N/IFactory.php', |
|
| 614 | - 'OCP\\L10N\\ILanguageIterator' => $baseDir . '/lib/public/L10N/ILanguageIterator.php', |
|
| 615 | - 'OCP\\LDAP\\IDeletionFlagSupport' => $baseDir . '/lib/public/LDAP/IDeletionFlagSupport.php', |
|
| 616 | - 'OCP\\LDAP\\ILDAPProvider' => $baseDir . '/lib/public/LDAP/ILDAPProvider.php', |
|
| 617 | - 'OCP\\LDAP\\ILDAPProviderFactory' => $baseDir . '/lib/public/LDAP/ILDAPProviderFactory.php', |
|
| 618 | - 'OCP\\Lock\\ILockingProvider' => $baseDir . '/lib/public/Lock/ILockingProvider.php', |
|
| 619 | - 'OCP\\Lock\\LockedException' => $baseDir . '/lib/public/Lock/LockedException.php', |
|
| 620 | - 'OCP\\Lock\\ManuallyLockedException' => $baseDir . '/lib/public/Lock/ManuallyLockedException.php', |
|
| 621 | - 'OCP\\Lockdown\\ILockdownManager' => $baseDir . '/lib/public/Lockdown/ILockdownManager.php', |
|
| 622 | - 'OCP\\Log\\Audit\\CriticalActionPerformedEvent' => $baseDir . '/lib/public/Log/Audit/CriticalActionPerformedEvent.php', |
|
| 623 | - 'OCP\\Log\\BeforeMessageLoggedEvent' => $baseDir . '/lib/public/Log/BeforeMessageLoggedEvent.php', |
|
| 624 | - 'OCP\\Log\\IDataLogger' => $baseDir . '/lib/public/Log/IDataLogger.php', |
|
| 625 | - 'OCP\\Log\\IFileBased' => $baseDir . '/lib/public/Log/IFileBased.php', |
|
| 626 | - 'OCP\\Log\\ILogFactory' => $baseDir . '/lib/public/Log/ILogFactory.php', |
|
| 627 | - 'OCP\\Log\\IWriter' => $baseDir . '/lib/public/Log/IWriter.php', |
|
| 628 | - 'OCP\\Log\\RotationTrait' => $baseDir . '/lib/public/Log/RotationTrait.php', |
|
| 629 | - 'OCP\\Mail\\Events\\BeforeMessageSent' => $baseDir . '/lib/public/Mail/Events/BeforeMessageSent.php', |
|
| 630 | - 'OCP\\Mail\\Headers\\AutoSubmitted' => $baseDir . '/lib/public/Mail/Headers/AutoSubmitted.php', |
|
| 631 | - 'OCP\\Mail\\IAttachment' => $baseDir . '/lib/public/Mail/IAttachment.php', |
|
| 632 | - 'OCP\\Mail\\IEMailTemplate' => $baseDir . '/lib/public/Mail/IEMailTemplate.php', |
|
| 633 | - 'OCP\\Mail\\IMailer' => $baseDir . '/lib/public/Mail/IMailer.php', |
|
| 634 | - 'OCP\\Mail\\IMessage' => $baseDir . '/lib/public/Mail/IMessage.php', |
|
| 635 | - 'OCP\\Mail\\Provider\\Address' => $baseDir . '/lib/public/Mail/Provider/Address.php', |
|
| 636 | - 'OCP\\Mail\\Provider\\Attachment' => $baseDir . '/lib/public/Mail/Provider/Attachment.php', |
|
| 637 | - 'OCP\\Mail\\Provider\\Exception\\Exception' => $baseDir . '/lib/public/Mail/Provider/Exception/Exception.php', |
|
| 638 | - 'OCP\\Mail\\Provider\\Exception\\SendException' => $baseDir . '/lib/public/Mail/Provider/Exception/SendException.php', |
|
| 639 | - 'OCP\\Mail\\Provider\\IAddress' => $baseDir . '/lib/public/Mail/Provider/IAddress.php', |
|
| 640 | - 'OCP\\Mail\\Provider\\IAttachment' => $baseDir . '/lib/public/Mail/Provider/IAttachment.php', |
|
| 641 | - 'OCP\\Mail\\Provider\\IManager' => $baseDir . '/lib/public/Mail/Provider/IManager.php', |
|
| 642 | - 'OCP\\Mail\\Provider\\IMessage' => $baseDir . '/lib/public/Mail/Provider/IMessage.php', |
|
| 643 | - 'OCP\\Mail\\Provider\\IMessageSend' => $baseDir . '/lib/public/Mail/Provider/IMessageSend.php', |
|
| 644 | - 'OCP\\Mail\\Provider\\IProvider' => $baseDir . '/lib/public/Mail/Provider/IProvider.php', |
|
| 645 | - 'OCP\\Mail\\Provider\\IService' => $baseDir . '/lib/public/Mail/Provider/IService.php', |
|
| 646 | - 'OCP\\Mail\\Provider\\Message' => $baseDir . '/lib/public/Mail/Provider/Message.php', |
|
| 647 | - 'OCP\\Migration\\Attributes\\AddColumn' => $baseDir . '/lib/public/Migration/Attributes/AddColumn.php', |
|
| 648 | - 'OCP\\Migration\\Attributes\\AddIndex' => $baseDir . '/lib/public/Migration/Attributes/AddIndex.php', |
|
| 649 | - 'OCP\\Migration\\Attributes\\ColumnMigrationAttribute' => $baseDir . '/lib/public/Migration/Attributes/ColumnMigrationAttribute.php', |
|
| 650 | - 'OCP\\Migration\\Attributes\\ColumnType' => $baseDir . '/lib/public/Migration/Attributes/ColumnType.php', |
|
| 651 | - 'OCP\\Migration\\Attributes\\CreateTable' => $baseDir . '/lib/public/Migration/Attributes/CreateTable.php', |
|
| 652 | - 'OCP\\Migration\\Attributes\\DropColumn' => $baseDir . '/lib/public/Migration/Attributes/DropColumn.php', |
|
| 653 | - 'OCP\\Migration\\Attributes\\DropIndex' => $baseDir . '/lib/public/Migration/Attributes/DropIndex.php', |
|
| 654 | - 'OCP\\Migration\\Attributes\\DropTable' => $baseDir . '/lib/public/Migration/Attributes/DropTable.php', |
|
| 655 | - 'OCP\\Migration\\Attributes\\GenericMigrationAttribute' => $baseDir . '/lib/public/Migration/Attributes/GenericMigrationAttribute.php', |
|
| 656 | - 'OCP\\Migration\\Attributes\\IndexMigrationAttribute' => $baseDir . '/lib/public/Migration/Attributes/IndexMigrationAttribute.php', |
|
| 657 | - 'OCP\\Migration\\Attributes\\IndexType' => $baseDir . '/lib/public/Migration/Attributes/IndexType.php', |
|
| 658 | - 'OCP\\Migration\\Attributes\\MigrationAttribute' => $baseDir . '/lib/public/Migration/Attributes/MigrationAttribute.php', |
|
| 659 | - 'OCP\\Migration\\Attributes\\ModifyColumn' => $baseDir . '/lib/public/Migration/Attributes/ModifyColumn.php', |
|
| 660 | - 'OCP\\Migration\\Attributes\\TableMigrationAttribute' => $baseDir . '/lib/public/Migration/Attributes/TableMigrationAttribute.php', |
|
| 661 | - 'OCP\\Migration\\BigIntMigration' => $baseDir . '/lib/public/Migration/BigIntMigration.php', |
|
| 662 | - 'OCP\\Migration\\IMigrationStep' => $baseDir . '/lib/public/Migration/IMigrationStep.php', |
|
| 663 | - 'OCP\\Migration\\IOutput' => $baseDir . '/lib/public/Migration/IOutput.php', |
|
| 664 | - 'OCP\\Migration\\IRepairStep' => $baseDir . '/lib/public/Migration/IRepairStep.php', |
|
| 665 | - 'OCP\\Migration\\SimpleMigrationStep' => $baseDir . '/lib/public/Migration/SimpleMigrationStep.php', |
|
| 666 | - 'OCP\\Navigation\\Events\\LoadAdditionalEntriesEvent' => $baseDir . '/lib/public/Navigation/Events/LoadAdditionalEntriesEvent.php', |
|
| 667 | - 'OCP\\Notification\\AlreadyProcessedException' => $baseDir . '/lib/public/Notification/AlreadyProcessedException.php', |
|
| 668 | - 'OCP\\Notification\\IAction' => $baseDir . '/lib/public/Notification/IAction.php', |
|
| 669 | - 'OCP\\Notification\\IApp' => $baseDir . '/lib/public/Notification/IApp.php', |
|
| 670 | - 'OCP\\Notification\\IDeferrableApp' => $baseDir . '/lib/public/Notification/IDeferrableApp.php', |
|
| 671 | - 'OCP\\Notification\\IDismissableNotifier' => $baseDir . '/lib/public/Notification/IDismissableNotifier.php', |
|
| 672 | - 'OCP\\Notification\\IManager' => $baseDir . '/lib/public/Notification/IManager.php', |
|
| 673 | - 'OCP\\Notification\\INotification' => $baseDir . '/lib/public/Notification/INotification.php', |
|
| 674 | - 'OCP\\Notification\\INotifier' => $baseDir . '/lib/public/Notification/INotifier.php', |
|
| 675 | - 'OCP\\Notification\\IncompleteNotificationException' => $baseDir . '/lib/public/Notification/IncompleteNotificationException.php', |
|
| 676 | - 'OCP\\Notification\\IncompleteParsedNotificationException' => $baseDir . '/lib/public/Notification/IncompleteParsedNotificationException.php', |
|
| 677 | - 'OCP\\Notification\\InvalidValueException' => $baseDir . '/lib/public/Notification/InvalidValueException.php', |
|
| 678 | - 'OCP\\Notification\\UnknownNotificationException' => $baseDir . '/lib/public/Notification/UnknownNotificationException.php', |
|
| 679 | - 'OCP\\OCM\\Events\\ResourceTypeRegisterEvent' => $baseDir . '/lib/public/OCM/Events/ResourceTypeRegisterEvent.php', |
|
| 680 | - 'OCP\\OCM\\Exceptions\\OCMArgumentException' => $baseDir . '/lib/public/OCM/Exceptions/OCMArgumentException.php', |
|
| 681 | - 'OCP\\OCM\\Exceptions\\OCMProviderException' => $baseDir . '/lib/public/OCM/Exceptions/OCMProviderException.php', |
|
| 682 | - 'OCP\\OCM\\ICapabilityAwareOCMProvider' => $baseDir . '/lib/public/OCM/ICapabilityAwareOCMProvider.php', |
|
| 683 | - 'OCP\\OCM\\IOCMDiscoveryService' => $baseDir . '/lib/public/OCM/IOCMDiscoveryService.php', |
|
| 684 | - 'OCP\\OCM\\IOCMProvider' => $baseDir . '/lib/public/OCM/IOCMProvider.php', |
|
| 685 | - 'OCP\\OCM\\IOCMResource' => $baseDir . '/lib/public/OCM/IOCMResource.php', |
|
| 686 | - 'OCP\\OCS\\IDiscoveryService' => $baseDir . '/lib/public/OCS/IDiscoveryService.php', |
|
| 687 | - 'OCP\\PreConditionNotMetException' => $baseDir . '/lib/public/PreConditionNotMetException.php', |
|
| 688 | - 'OCP\\Preview\\BeforePreviewFetchedEvent' => $baseDir . '/lib/public/Preview/BeforePreviewFetchedEvent.php', |
|
| 689 | - 'OCP\\Preview\\IMimeIconProvider' => $baseDir . '/lib/public/Preview/IMimeIconProvider.php', |
|
| 690 | - 'OCP\\Preview\\IProvider' => $baseDir . '/lib/public/Preview/IProvider.php', |
|
| 691 | - 'OCP\\Preview\\IProviderV2' => $baseDir . '/lib/public/Preview/IProviderV2.php', |
|
| 692 | - 'OCP\\Preview\\IVersionedPreviewFile' => $baseDir . '/lib/public/Preview/IVersionedPreviewFile.php', |
|
| 693 | - 'OCP\\Profile\\BeforeTemplateRenderedEvent' => $baseDir . '/lib/public/Profile/BeforeTemplateRenderedEvent.php', |
|
| 694 | - 'OCP\\Profile\\ILinkAction' => $baseDir . '/lib/public/Profile/ILinkAction.php', |
|
| 695 | - 'OCP\\Profile\\IProfileManager' => $baseDir . '/lib/public/Profile/IProfileManager.php', |
|
| 696 | - 'OCP\\Profile\\ParameterDoesNotExistException' => $baseDir . '/lib/public/Profile/ParameterDoesNotExistException.php', |
|
| 697 | - 'OCP\\Profiler\\IProfile' => $baseDir . '/lib/public/Profiler/IProfile.php', |
|
| 698 | - 'OCP\\Profiler\\IProfiler' => $baseDir . '/lib/public/Profiler/IProfiler.php', |
|
| 699 | - 'OCP\\Remote\\Api\\IApiCollection' => $baseDir . '/lib/public/Remote/Api/IApiCollection.php', |
|
| 700 | - 'OCP\\Remote\\Api\\IApiFactory' => $baseDir . '/lib/public/Remote/Api/IApiFactory.php', |
|
| 701 | - 'OCP\\Remote\\Api\\ICapabilitiesApi' => $baseDir . '/lib/public/Remote/Api/ICapabilitiesApi.php', |
|
| 702 | - 'OCP\\Remote\\Api\\IUserApi' => $baseDir . '/lib/public/Remote/Api/IUserApi.php', |
|
| 703 | - 'OCP\\Remote\\ICredentials' => $baseDir . '/lib/public/Remote/ICredentials.php', |
|
| 704 | - 'OCP\\Remote\\IInstance' => $baseDir . '/lib/public/Remote/IInstance.php', |
|
| 705 | - 'OCP\\Remote\\IInstanceFactory' => $baseDir . '/lib/public/Remote/IInstanceFactory.php', |
|
| 706 | - 'OCP\\Remote\\IUser' => $baseDir . '/lib/public/Remote/IUser.php', |
|
| 707 | - 'OCP\\RichObjectStrings\\Definitions' => $baseDir . '/lib/public/RichObjectStrings/Definitions.php', |
|
| 708 | - 'OCP\\RichObjectStrings\\IRichTextFormatter' => $baseDir . '/lib/public/RichObjectStrings/IRichTextFormatter.php', |
|
| 709 | - 'OCP\\RichObjectStrings\\IValidator' => $baseDir . '/lib/public/RichObjectStrings/IValidator.php', |
|
| 710 | - 'OCP\\RichObjectStrings\\InvalidObjectExeption' => $baseDir . '/lib/public/RichObjectStrings/InvalidObjectExeption.php', |
|
| 711 | - 'OCP\\Route\\IRoute' => $baseDir . '/lib/public/Route/IRoute.php', |
|
| 712 | - 'OCP\\Route\\IRouter' => $baseDir . '/lib/public/Route/IRouter.php', |
|
| 713 | - 'OCP\\SabrePluginEvent' => $baseDir . '/lib/public/SabrePluginEvent.php', |
|
| 714 | - 'OCP\\SabrePluginException' => $baseDir . '/lib/public/SabrePluginException.php', |
|
| 715 | - 'OCP\\Search\\FilterDefinition' => $baseDir . '/lib/public/Search/FilterDefinition.php', |
|
| 716 | - 'OCP\\Search\\IFilter' => $baseDir . '/lib/public/Search/IFilter.php', |
|
| 717 | - 'OCP\\Search\\IFilterCollection' => $baseDir . '/lib/public/Search/IFilterCollection.php', |
|
| 718 | - 'OCP\\Search\\IFilteringProvider' => $baseDir . '/lib/public/Search/IFilteringProvider.php', |
|
| 719 | - 'OCP\\Search\\IInAppSearch' => $baseDir . '/lib/public/Search/IInAppSearch.php', |
|
| 720 | - 'OCP\\Search\\IProvider' => $baseDir . '/lib/public/Search/IProvider.php', |
|
| 721 | - 'OCP\\Search\\ISearchQuery' => $baseDir . '/lib/public/Search/ISearchQuery.php', |
|
| 722 | - 'OCP\\Search\\PagedProvider' => $baseDir . '/lib/public/Search/PagedProvider.php', |
|
| 723 | - 'OCP\\Search\\Provider' => $baseDir . '/lib/public/Search/Provider.php', |
|
| 724 | - 'OCP\\Search\\Result' => $baseDir . '/lib/public/Search/Result.php', |
|
| 725 | - 'OCP\\Search\\SearchResult' => $baseDir . '/lib/public/Search/SearchResult.php', |
|
| 726 | - 'OCP\\Search\\SearchResultEntry' => $baseDir . '/lib/public/Search/SearchResultEntry.php', |
|
| 727 | - 'OCP\\Security\\Bruteforce\\IThrottler' => $baseDir . '/lib/public/Security/Bruteforce/IThrottler.php', |
|
| 728 | - 'OCP\\Security\\Bruteforce\\MaxDelayReached' => $baseDir . '/lib/public/Security/Bruteforce/MaxDelayReached.php', |
|
| 729 | - 'OCP\\Security\\CSP\\AddContentSecurityPolicyEvent' => $baseDir . '/lib/public/Security/CSP/AddContentSecurityPolicyEvent.php', |
|
| 730 | - 'OCP\\Security\\Events\\GenerateSecurePasswordEvent' => $baseDir . '/lib/public/Security/Events/GenerateSecurePasswordEvent.php', |
|
| 731 | - 'OCP\\Security\\Events\\ValidatePasswordPolicyEvent' => $baseDir . '/lib/public/Security/Events/ValidatePasswordPolicyEvent.php', |
|
| 732 | - 'OCP\\Security\\FeaturePolicy\\AddFeaturePolicyEvent' => $baseDir . '/lib/public/Security/FeaturePolicy/AddFeaturePolicyEvent.php', |
|
| 733 | - 'OCP\\Security\\IContentSecurityPolicyManager' => $baseDir . '/lib/public/Security/IContentSecurityPolicyManager.php', |
|
| 734 | - 'OCP\\Security\\ICredentialsManager' => $baseDir . '/lib/public/Security/ICredentialsManager.php', |
|
| 735 | - 'OCP\\Security\\ICrypto' => $baseDir . '/lib/public/Security/ICrypto.php', |
|
| 736 | - 'OCP\\Security\\IHasher' => $baseDir . '/lib/public/Security/IHasher.php', |
|
| 737 | - 'OCP\\Security\\IRemoteHostValidator' => $baseDir . '/lib/public/Security/IRemoteHostValidator.php', |
|
| 738 | - 'OCP\\Security\\ISecureRandom' => $baseDir . '/lib/public/Security/ISecureRandom.php', |
|
| 739 | - 'OCP\\Security\\ITrustedDomainHelper' => $baseDir . '/lib/public/Security/ITrustedDomainHelper.php', |
|
| 740 | - 'OCP\\Security\\Ip\\IAddress' => $baseDir . '/lib/public/Security/Ip/IAddress.php', |
|
| 741 | - 'OCP\\Security\\Ip\\IFactory' => $baseDir . '/lib/public/Security/Ip/IFactory.php', |
|
| 742 | - 'OCP\\Security\\Ip\\IRange' => $baseDir . '/lib/public/Security/Ip/IRange.php', |
|
| 743 | - 'OCP\\Security\\Ip\\IRemoteAddress' => $baseDir . '/lib/public/Security/Ip/IRemoteAddress.php', |
|
| 744 | - 'OCP\\Security\\PasswordContext' => $baseDir . '/lib/public/Security/PasswordContext.php', |
|
| 745 | - 'OCP\\Security\\RateLimiting\\ILimiter' => $baseDir . '/lib/public/Security/RateLimiting/ILimiter.php', |
|
| 746 | - 'OCP\\Security\\RateLimiting\\IRateLimitExceededException' => $baseDir . '/lib/public/Security/RateLimiting/IRateLimitExceededException.php', |
|
| 747 | - 'OCP\\Security\\VerificationToken\\IVerificationToken' => $baseDir . '/lib/public/Security/VerificationToken/IVerificationToken.php', |
|
| 748 | - 'OCP\\Security\\VerificationToken\\InvalidTokenException' => $baseDir . '/lib/public/Security/VerificationToken/InvalidTokenException.php', |
|
| 749 | - 'OCP\\Server' => $baseDir . '/lib/public/Server.php', |
|
| 750 | - 'OCP\\ServerVersion' => $baseDir . '/lib/public/ServerVersion.php', |
|
| 751 | - 'OCP\\Session\\Exceptions\\SessionNotAvailableException' => $baseDir . '/lib/public/Session/Exceptions/SessionNotAvailableException.php', |
|
| 752 | - 'OCP\\Settings\\DeclarativeSettingsTypes' => $baseDir . '/lib/public/Settings/DeclarativeSettingsTypes.php', |
|
| 753 | - 'OCP\\Settings\\Events\\DeclarativeSettingsGetValueEvent' => $baseDir . '/lib/public/Settings/Events/DeclarativeSettingsGetValueEvent.php', |
|
| 754 | - 'OCP\\Settings\\Events\\DeclarativeSettingsRegisterFormEvent' => $baseDir . '/lib/public/Settings/Events/DeclarativeSettingsRegisterFormEvent.php', |
|
| 755 | - 'OCP\\Settings\\Events\\DeclarativeSettingsSetValueEvent' => $baseDir . '/lib/public/Settings/Events/DeclarativeSettingsSetValueEvent.php', |
|
| 756 | - 'OCP\\Settings\\IDeclarativeManager' => $baseDir . '/lib/public/Settings/IDeclarativeManager.php', |
|
| 757 | - 'OCP\\Settings\\IDeclarativeSettingsForm' => $baseDir . '/lib/public/Settings/IDeclarativeSettingsForm.php', |
|
| 758 | - 'OCP\\Settings\\IDeclarativeSettingsFormWithHandlers' => $baseDir . '/lib/public/Settings/IDeclarativeSettingsFormWithHandlers.php', |
|
| 759 | - 'OCP\\Settings\\IDelegatedSettings' => $baseDir . '/lib/public/Settings/IDelegatedSettings.php', |
|
| 760 | - 'OCP\\Settings\\IIconSection' => $baseDir . '/lib/public/Settings/IIconSection.php', |
|
| 761 | - 'OCP\\Settings\\IManager' => $baseDir . '/lib/public/Settings/IManager.php', |
|
| 762 | - 'OCP\\Settings\\ISettings' => $baseDir . '/lib/public/Settings/ISettings.php', |
|
| 763 | - 'OCP\\Settings\\ISubAdminSettings' => $baseDir . '/lib/public/Settings/ISubAdminSettings.php', |
|
| 764 | - 'OCP\\SetupCheck\\CheckServerResponseTrait' => $baseDir . '/lib/public/SetupCheck/CheckServerResponseTrait.php', |
|
| 765 | - 'OCP\\SetupCheck\\ISetupCheck' => $baseDir . '/lib/public/SetupCheck/ISetupCheck.php', |
|
| 766 | - 'OCP\\SetupCheck\\ISetupCheckManager' => $baseDir . '/lib/public/SetupCheck/ISetupCheckManager.php', |
|
| 767 | - 'OCP\\SetupCheck\\SetupResult' => $baseDir . '/lib/public/SetupCheck/SetupResult.php', |
|
| 768 | - 'OCP\\Share' => $baseDir . '/lib/public/Share.php', |
|
| 769 | - 'OCP\\Share\\Events\\BeforeShareCreatedEvent' => $baseDir . '/lib/public/Share/Events/BeforeShareCreatedEvent.php', |
|
| 770 | - 'OCP\\Share\\Events\\BeforeShareDeletedEvent' => $baseDir . '/lib/public/Share/Events/BeforeShareDeletedEvent.php', |
|
| 771 | - 'OCP\\Share\\Events\\ShareAcceptedEvent' => $baseDir . '/lib/public/Share/Events/ShareAcceptedEvent.php', |
|
| 772 | - 'OCP\\Share\\Events\\ShareCreatedEvent' => $baseDir . '/lib/public/Share/Events/ShareCreatedEvent.php', |
|
| 773 | - 'OCP\\Share\\Events\\ShareDeletedEvent' => $baseDir . '/lib/public/Share/Events/ShareDeletedEvent.php', |
|
| 774 | - 'OCP\\Share\\Events\\ShareDeletedFromSelfEvent' => $baseDir . '/lib/public/Share/Events/ShareDeletedFromSelfEvent.php', |
|
| 775 | - 'OCP\\Share\\Events\\VerifyMountPointEvent' => $baseDir . '/lib/public/Share/Events/VerifyMountPointEvent.php', |
|
| 776 | - 'OCP\\Share\\Exceptions\\AlreadySharedException' => $baseDir . '/lib/public/Share/Exceptions/AlreadySharedException.php', |
|
| 777 | - 'OCP\\Share\\Exceptions\\GenericShareException' => $baseDir . '/lib/public/Share/Exceptions/GenericShareException.php', |
|
| 778 | - 'OCP\\Share\\Exceptions\\IllegalIDChangeException' => $baseDir . '/lib/public/Share/Exceptions/IllegalIDChangeException.php', |
|
| 779 | - 'OCP\\Share\\Exceptions\\ShareNotFound' => $baseDir . '/lib/public/Share/Exceptions/ShareNotFound.php', |
|
| 780 | - 'OCP\\Share\\Exceptions\\ShareTokenException' => $baseDir . '/lib/public/Share/Exceptions/ShareTokenException.php', |
|
| 781 | - 'OCP\\Share\\IAttributes' => $baseDir . '/lib/public/Share/IAttributes.php', |
|
| 782 | - 'OCP\\Share\\IManager' => $baseDir . '/lib/public/Share/IManager.php', |
|
| 783 | - 'OCP\\Share\\IProviderFactory' => $baseDir . '/lib/public/Share/IProviderFactory.php', |
|
| 784 | - 'OCP\\Share\\IPublicShareTemplateFactory' => $baseDir . '/lib/public/Share/IPublicShareTemplateFactory.php', |
|
| 785 | - 'OCP\\Share\\IPublicShareTemplateProvider' => $baseDir . '/lib/public/Share/IPublicShareTemplateProvider.php', |
|
| 786 | - 'OCP\\Share\\IShare' => $baseDir . '/lib/public/Share/IShare.php', |
|
| 787 | - 'OCP\\Share\\IShareHelper' => $baseDir . '/lib/public/Share/IShareHelper.php', |
|
| 788 | - 'OCP\\Share\\IShareProvider' => $baseDir . '/lib/public/Share/IShareProvider.php', |
|
| 789 | - 'OCP\\Share\\IShareProviderSupportsAccept' => $baseDir . '/lib/public/Share/IShareProviderSupportsAccept.php', |
|
| 790 | - 'OCP\\Share\\IShareProviderSupportsAllSharesInFolder' => $baseDir . '/lib/public/Share/IShareProviderSupportsAllSharesInFolder.php', |
|
| 791 | - 'OCP\\Share\\IShareProviderWithNotification' => $baseDir . '/lib/public/Share/IShareProviderWithNotification.php', |
|
| 792 | - 'OCP\\Share_Backend' => $baseDir . '/lib/public/Share_Backend.php', |
|
| 793 | - 'OCP\\Share_Backend_Collection' => $baseDir . '/lib/public/Share_Backend_Collection.php', |
|
| 794 | - 'OCP\\Share_Backend_File_Dependent' => $baseDir . '/lib/public/Share_Backend_File_Dependent.php', |
|
| 795 | - 'OCP\\SpeechToText\\Events\\AbstractTranscriptionEvent' => $baseDir . '/lib/public/SpeechToText/Events/AbstractTranscriptionEvent.php', |
|
| 796 | - 'OCP\\SpeechToText\\Events\\TranscriptionFailedEvent' => $baseDir . '/lib/public/SpeechToText/Events/TranscriptionFailedEvent.php', |
|
| 797 | - 'OCP\\SpeechToText\\Events\\TranscriptionSuccessfulEvent' => $baseDir . '/lib/public/SpeechToText/Events/TranscriptionSuccessfulEvent.php', |
|
| 798 | - 'OCP\\SpeechToText\\ISpeechToTextManager' => $baseDir . '/lib/public/SpeechToText/ISpeechToTextManager.php', |
|
| 799 | - 'OCP\\SpeechToText\\ISpeechToTextProvider' => $baseDir . '/lib/public/SpeechToText/ISpeechToTextProvider.php', |
|
| 800 | - 'OCP\\SpeechToText\\ISpeechToTextProviderWithId' => $baseDir . '/lib/public/SpeechToText/ISpeechToTextProviderWithId.php', |
|
| 801 | - 'OCP\\SpeechToText\\ISpeechToTextProviderWithUserId' => $baseDir . '/lib/public/SpeechToText/ISpeechToTextProviderWithUserId.php', |
|
| 802 | - 'OCP\\Support\\CrashReport\\ICollectBreadcrumbs' => $baseDir . '/lib/public/Support/CrashReport/ICollectBreadcrumbs.php', |
|
| 803 | - 'OCP\\Support\\CrashReport\\IMessageReporter' => $baseDir . '/lib/public/Support/CrashReport/IMessageReporter.php', |
|
| 804 | - 'OCP\\Support\\CrashReport\\IRegistry' => $baseDir . '/lib/public/Support/CrashReport/IRegistry.php', |
|
| 805 | - 'OCP\\Support\\CrashReport\\IReporter' => $baseDir . '/lib/public/Support/CrashReport/IReporter.php', |
|
| 806 | - 'OCP\\Support\\Subscription\\Exception\\AlreadyRegisteredException' => $baseDir . '/lib/public/Support/Subscription/Exception/AlreadyRegisteredException.php', |
|
| 807 | - 'OCP\\Support\\Subscription\\IAssertion' => $baseDir . '/lib/public/Support/Subscription/IAssertion.php', |
|
| 808 | - 'OCP\\Support\\Subscription\\IRegistry' => $baseDir . '/lib/public/Support/Subscription/IRegistry.php', |
|
| 809 | - 'OCP\\Support\\Subscription\\ISubscription' => $baseDir . '/lib/public/Support/Subscription/ISubscription.php', |
|
| 810 | - 'OCP\\Support\\Subscription\\ISupportedApps' => $baseDir . '/lib/public/Support/Subscription/ISupportedApps.php', |
|
| 811 | - 'OCP\\SystemTag\\ISystemTag' => $baseDir . '/lib/public/SystemTag/ISystemTag.php', |
|
| 812 | - 'OCP\\SystemTag\\ISystemTagManager' => $baseDir . '/lib/public/SystemTag/ISystemTagManager.php', |
|
| 813 | - 'OCP\\SystemTag\\ISystemTagManagerFactory' => $baseDir . '/lib/public/SystemTag/ISystemTagManagerFactory.php', |
|
| 814 | - 'OCP\\SystemTag\\ISystemTagObjectMapper' => $baseDir . '/lib/public/SystemTag/ISystemTagObjectMapper.php', |
|
| 815 | - 'OCP\\SystemTag\\ManagerEvent' => $baseDir . '/lib/public/SystemTag/ManagerEvent.php', |
|
| 816 | - 'OCP\\SystemTag\\MapperEvent' => $baseDir . '/lib/public/SystemTag/MapperEvent.php', |
|
| 817 | - 'OCP\\SystemTag\\SystemTagsEntityEvent' => $baseDir . '/lib/public/SystemTag/SystemTagsEntityEvent.php', |
|
| 818 | - 'OCP\\SystemTag\\TagAlreadyExistsException' => $baseDir . '/lib/public/SystemTag/TagAlreadyExistsException.php', |
|
| 819 | - 'OCP\\SystemTag\\TagCreationForbiddenException' => $baseDir . '/lib/public/SystemTag/TagCreationForbiddenException.php', |
|
| 820 | - 'OCP\\SystemTag\\TagNotFoundException' => $baseDir . '/lib/public/SystemTag/TagNotFoundException.php', |
|
| 821 | - 'OCP\\SystemTag\\TagUpdateForbiddenException' => $baseDir . '/lib/public/SystemTag/TagUpdateForbiddenException.php', |
|
| 822 | - 'OCP\\Talk\\Exceptions\\NoBackendException' => $baseDir . '/lib/public/Talk/Exceptions/NoBackendException.php', |
|
| 823 | - 'OCP\\Talk\\IBroker' => $baseDir . '/lib/public/Talk/IBroker.php', |
|
| 824 | - 'OCP\\Talk\\IConversation' => $baseDir . '/lib/public/Talk/IConversation.php', |
|
| 825 | - 'OCP\\Talk\\IConversationOptions' => $baseDir . '/lib/public/Talk/IConversationOptions.php', |
|
| 826 | - 'OCP\\Talk\\ITalkBackend' => $baseDir . '/lib/public/Talk/ITalkBackend.php', |
|
| 827 | - 'OCP\\TaskProcessing\\EShapeType' => $baseDir . '/lib/public/TaskProcessing/EShapeType.php', |
|
| 828 | - 'OCP\\TaskProcessing\\Events\\AbstractTaskProcessingEvent' => $baseDir . '/lib/public/TaskProcessing/Events/AbstractTaskProcessingEvent.php', |
|
| 829 | - 'OCP\\TaskProcessing\\Events\\GetTaskProcessingProvidersEvent' => $baseDir . '/lib/public/TaskProcessing/Events/GetTaskProcessingProvidersEvent.php', |
|
| 830 | - 'OCP\\TaskProcessing\\Events\\TaskFailedEvent' => $baseDir . '/lib/public/TaskProcessing/Events/TaskFailedEvent.php', |
|
| 831 | - 'OCP\\TaskProcessing\\Events\\TaskSuccessfulEvent' => $baseDir . '/lib/public/TaskProcessing/Events/TaskSuccessfulEvent.php', |
|
| 832 | - 'OCP\\TaskProcessing\\Exception\\Exception' => $baseDir . '/lib/public/TaskProcessing/Exception/Exception.php', |
|
| 833 | - 'OCP\\TaskProcessing\\Exception\\NotFoundException' => $baseDir . '/lib/public/TaskProcessing/Exception/NotFoundException.php', |
|
| 834 | - 'OCP\\TaskProcessing\\Exception\\PreConditionNotMetException' => $baseDir . '/lib/public/TaskProcessing/Exception/PreConditionNotMetException.php', |
|
| 835 | - 'OCP\\TaskProcessing\\Exception\\ProcessingException' => $baseDir . '/lib/public/TaskProcessing/Exception/ProcessingException.php', |
|
| 836 | - 'OCP\\TaskProcessing\\Exception\\UnauthorizedException' => $baseDir . '/lib/public/TaskProcessing/Exception/UnauthorizedException.php', |
|
| 837 | - 'OCP\\TaskProcessing\\Exception\\ValidationException' => $baseDir . '/lib/public/TaskProcessing/Exception/ValidationException.php', |
|
| 838 | - 'OCP\\TaskProcessing\\IManager' => $baseDir . '/lib/public/TaskProcessing/IManager.php', |
|
| 839 | - 'OCP\\TaskProcessing\\IProvider' => $baseDir . '/lib/public/TaskProcessing/IProvider.php', |
|
| 840 | - 'OCP\\TaskProcessing\\ISynchronousProvider' => $baseDir . '/lib/public/TaskProcessing/ISynchronousProvider.php', |
|
| 841 | - 'OCP\\TaskProcessing\\ITaskType' => $baseDir . '/lib/public/TaskProcessing/ITaskType.php', |
|
| 842 | - 'OCP\\TaskProcessing\\ShapeDescriptor' => $baseDir . '/lib/public/TaskProcessing/ShapeDescriptor.php', |
|
| 843 | - 'OCP\\TaskProcessing\\ShapeEnumValue' => $baseDir . '/lib/public/TaskProcessing/ShapeEnumValue.php', |
|
| 844 | - 'OCP\\TaskProcessing\\Task' => $baseDir . '/lib/public/TaskProcessing/Task.php', |
|
| 845 | - 'OCP\\TaskProcessing\\TaskTypes\\AudioToText' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/AudioToText.php', |
|
| 846 | - 'OCP\\TaskProcessing\\TaskTypes\\ContextAgentInteraction' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/ContextAgentInteraction.php', |
|
| 847 | - 'OCP\\TaskProcessing\\TaskTypes\\ContextWrite' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/ContextWrite.php', |
|
| 848 | - 'OCP\\TaskProcessing\\TaskTypes\\GenerateEmoji' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/GenerateEmoji.php', |
|
| 849 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToImage' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToImage.php', |
|
| 850 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToSpeech' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToSpeech.php', |
|
| 851 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToText' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToText.php', |
|
| 852 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextChangeTone' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToTextChangeTone.php', |
|
| 853 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextChat' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToTextChat.php', |
|
| 854 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextChatWithTools' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToTextChatWithTools.php', |
|
| 855 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextFormalization' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToTextFormalization.php', |
|
| 856 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextHeadline' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToTextHeadline.php', |
|
| 857 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextProofread' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToTextProofread.php', |
|
| 858 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextReformulation' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToTextReformulation.php', |
|
| 859 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextSimplification' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToTextSimplification.php', |
|
| 860 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextSummary' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToTextSummary.php', |
|
| 861 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextTopics' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToTextTopics.php', |
|
| 862 | - 'OCP\\TaskProcessing\\TaskTypes\\TextToTextTranslate' => $baseDir . '/lib/public/TaskProcessing/TaskTypes/TextToTextTranslate.php', |
|
| 863 | - 'OCP\\Teams\\ITeamManager' => $baseDir . '/lib/public/Teams/ITeamManager.php', |
|
| 864 | - 'OCP\\Teams\\ITeamResourceProvider' => $baseDir . '/lib/public/Teams/ITeamResourceProvider.php', |
|
| 865 | - 'OCP\\Teams\\Team' => $baseDir . '/lib/public/Teams/Team.php', |
|
| 866 | - 'OCP\\Teams\\TeamResource' => $baseDir . '/lib/public/Teams/TeamResource.php', |
|
| 867 | - 'OCP\\Template' => $baseDir . '/lib/public/Template.php', |
|
| 868 | - 'OCP\\Template\\ITemplate' => $baseDir . '/lib/public/Template/ITemplate.php', |
|
| 869 | - 'OCP\\Template\\ITemplateManager' => $baseDir . '/lib/public/Template/ITemplateManager.php', |
|
| 870 | - 'OCP\\Template\\TemplateNotFoundException' => $baseDir . '/lib/public/Template/TemplateNotFoundException.php', |
|
| 871 | - 'OCP\\TextProcessing\\Events\\AbstractTextProcessingEvent' => $baseDir . '/lib/public/TextProcessing/Events/AbstractTextProcessingEvent.php', |
|
| 872 | - 'OCP\\TextProcessing\\Events\\TaskFailedEvent' => $baseDir . '/lib/public/TextProcessing/Events/TaskFailedEvent.php', |
|
| 873 | - 'OCP\\TextProcessing\\Events\\TaskSuccessfulEvent' => $baseDir . '/lib/public/TextProcessing/Events/TaskSuccessfulEvent.php', |
|
| 874 | - 'OCP\\TextProcessing\\Exception\\TaskFailureException' => $baseDir . '/lib/public/TextProcessing/Exception/TaskFailureException.php', |
|
| 875 | - 'OCP\\TextProcessing\\FreePromptTaskType' => $baseDir . '/lib/public/TextProcessing/FreePromptTaskType.php', |
|
| 876 | - 'OCP\\TextProcessing\\HeadlineTaskType' => $baseDir . '/lib/public/TextProcessing/HeadlineTaskType.php', |
|
| 877 | - 'OCP\\TextProcessing\\IManager' => $baseDir . '/lib/public/TextProcessing/IManager.php', |
|
| 878 | - 'OCP\\TextProcessing\\IProvider' => $baseDir . '/lib/public/TextProcessing/IProvider.php', |
|
| 879 | - 'OCP\\TextProcessing\\IProviderWithExpectedRuntime' => $baseDir . '/lib/public/TextProcessing/IProviderWithExpectedRuntime.php', |
|
| 880 | - 'OCP\\TextProcessing\\IProviderWithId' => $baseDir . '/lib/public/TextProcessing/IProviderWithId.php', |
|
| 881 | - 'OCP\\TextProcessing\\IProviderWithUserId' => $baseDir . '/lib/public/TextProcessing/IProviderWithUserId.php', |
|
| 882 | - 'OCP\\TextProcessing\\ITaskType' => $baseDir . '/lib/public/TextProcessing/ITaskType.php', |
|
| 883 | - 'OCP\\TextProcessing\\SummaryTaskType' => $baseDir . '/lib/public/TextProcessing/SummaryTaskType.php', |
|
| 884 | - 'OCP\\TextProcessing\\Task' => $baseDir . '/lib/public/TextProcessing/Task.php', |
|
| 885 | - 'OCP\\TextProcessing\\TopicsTaskType' => $baseDir . '/lib/public/TextProcessing/TopicsTaskType.php', |
|
| 886 | - 'OCP\\TextToImage\\Events\\AbstractTextToImageEvent' => $baseDir . '/lib/public/TextToImage/Events/AbstractTextToImageEvent.php', |
|
| 887 | - 'OCP\\TextToImage\\Events\\TaskFailedEvent' => $baseDir . '/lib/public/TextToImage/Events/TaskFailedEvent.php', |
|
| 888 | - 'OCP\\TextToImage\\Events\\TaskSuccessfulEvent' => $baseDir . '/lib/public/TextToImage/Events/TaskSuccessfulEvent.php', |
|
| 889 | - 'OCP\\TextToImage\\Exception\\TaskFailureException' => $baseDir . '/lib/public/TextToImage/Exception/TaskFailureException.php', |
|
| 890 | - 'OCP\\TextToImage\\Exception\\TaskNotFoundException' => $baseDir . '/lib/public/TextToImage/Exception/TaskNotFoundException.php', |
|
| 891 | - 'OCP\\TextToImage\\Exception\\TextToImageException' => $baseDir . '/lib/public/TextToImage/Exception/TextToImageException.php', |
|
| 892 | - 'OCP\\TextToImage\\IManager' => $baseDir . '/lib/public/TextToImage/IManager.php', |
|
| 893 | - 'OCP\\TextToImage\\IProvider' => $baseDir . '/lib/public/TextToImage/IProvider.php', |
|
| 894 | - 'OCP\\TextToImage\\IProviderWithUserId' => $baseDir . '/lib/public/TextToImage/IProviderWithUserId.php', |
|
| 895 | - 'OCP\\TextToImage\\Task' => $baseDir . '/lib/public/TextToImage/Task.php', |
|
| 896 | - 'OCP\\Translation\\CouldNotTranslateException' => $baseDir . '/lib/public/Translation/CouldNotTranslateException.php', |
|
| 897 | - 'OCP\\Translation\\IDetectLanguageProvider' => $baseDir . '/lib/public/Translation/IDetectLanguageProvider.php', |
|
| 898 | - 'OCP\\Translation\\ITranslationManager' => $baseDir . '/lib/public/Translation/ITranslationManager.php', |
|
| 899 | - 'OCP\\Translation\\ITranslationProvider' => $baseDir . '/lib/public/Translation/ITranslationProvider.php', |
|
| 900 | - 'OCP\\Translation\\ITranslationProviderWithId' => $baseDir . '/lib/public/Translation/ITranslationProviderWithId.php', |
|
| 901 | - 'OCP\\Translation\\ITranslationProviderWithUserId' => $baseDir . '/lib/public/Translation/ITranslationProviderWithUserId.php', |
|
| 902 | - 'OCP\\Translation\\LanguageTuple' => $baseDir . '/lib/public/Translation/LanguageTuple.php', |
|
| 903 | - 'OCP\\UserInterface' => $baseDir . '/lib/public/UserInterface.php', |
|
| 904 | - 'OCP\\UserMigration\\IExportDestination' => $baseDir . '/lib/public/UserMigration/IExportDestination.php', |
|
| 905 | - 'OCP\\UserMigration\\IImportSource' => $baseDir . '/lib/public/UserMigration/IImportSource.php', |
|
| 906 | - 'OCP\\UserMigration\\IMigrator' => $baseDir . '/lib/public/UserMigration/IMigrator.php', |
|
| 907 | - 'OCP\\UserMigration\\ISizeEstimationMigrator' => $baseDir . '/lib/public/UserMigration/ISizeEstimationMigrator.php', |
|
| 908 | - 'OCP\\UserMigration\\TMigratorBasicVersionHandling' => $baseDir . '/lib/public/UserMigration/TMigratorBasicVersionHandling.php', |
|
| 909 | - 'OCP\\UserMigration\\UserMigrationException' => $baseDir . '/lib/public/UserMigration/UserMigrationException.php', |
|
| 910 | - 'OCP\\UserStatus\\IManager' => $baseDir . '/lib/public/UserStatus/IManager.php', |
|
| 911 | - 'OCP\\UserStatus\\IProvider' => $baseDir . '/lib/public/UserStatus/IProvider.php', |
|
| 912 | - 'OCP\\UserStatus\\IUserStatus' => $baseDir . '/lib/public/UserStatus/IUserStatus.php', |
|
| 913 | - 'OCP\\User\\Backend\\ABackend' => $baseDir . '/lib/public/User/Backend/ABackend.php', |
|
| 914 | - 'OCP\\User\\Backend\\ICheckPasswordBackend' => $baseDir . '/lib/public/User/Backend/ICheckPasswordBackend.php', |
|
| 915 | - 'OCP\\User\\Backend\\ICountMappedUsersBackend' => $baseDir . '/lib/public/User/Backend/ICountMappedUsersBackend.php', |
|
| 916 | - 'OCP\\User\\Backend\\ICountUsersBackend' => $baseDir . '/lib/public/User/Backend/ICountUsersBackend.php', |
|
| 917 | - 'OCP\\User\\Backend\\ICreateUserBackend' => $baseDir . '/lib/public/User/Backend/ICreateUserBackend.php', |
|
| 918 | - 'OCP\\User\\Backend\\ICustomLogout' => $baseDir . '/lib/public/User/Backend/ICustomLogout.php', |
|
| 919 | - 'OCP\\User\\Backend\\IGetDisplayNameBackend' => $baseDir . '/lib/public/User/Backend/IGetDisplayNameBackend.php', |
|
| 920 | - 'OCP\\User\\Backend\\IGetHomeBackend' => $baseDir . '/lib/public/User/Backend/IGetHomeBackend.php', |
|
| 921 | - 'OCP\\User\\Backend\\IGetRealUIDBackend' => $baseDir . '/lib/public/User/Backend/IGetRealUIDBackend.php', |
|
| 922 | - 'OCP\\User\\Backend\\ILimitAwareCountUsersBackend' => $baseDir . '/lib/public/User/Backend/ILimitAwareCountUsersBackend.php', |
|
| 923 | - 'OCP\\User\\Backend\\IPasswordConfirmationBackend' => $baseDir . '/lib/public/User/Backend/IPasswordConfirmationBackend.php', |
|
| 924 | - 'OCP\\User\\Backend\\IPasswordHashBackend' => $baseDir . '/lib/public/User/Backend/IPasswordHashBackend.php', |
|
| 925 | - 'OCP\\User\\Backend\\IProvideAvatarBackend' => $baseDir . '/lib/public/User/Backend/IProvideAvatarBackend.php', |
|
| 926 | - 'OCP\\User\\Backend\\IProvideEnabledStateBackend' => $baseDir . '/lib/public/User/Backend/IProvideEnabledStateBackend.php', |
|
| 927 | - 'OCP\\User\\Backend\\ISearchKnownUsersBackend' => $baseDir . '/lib/public/User/Backend/ISearchKnownUsersBackend.php', |
|
| 928 | - 'OCP\\User\\Backend\\ISetDisplayNameBackend' => $baseDir . '/lib/public/User/Backend/ISetDisplayNameBackend.php', |
|
| 929 | - 'OCP\\User\\Backend\\ISetPasswordBackend' => $baseDir . '/lib/public/User/Backend/ISetPasswordBackend.php', |
|
| 930 | - 'OCP\\User\\Events\\BeforePasswordUpdatedEvent' => $baseDir . '/lib/public/User/Events/BeforePasswordUpdatedEvent.php', |
|
| 931 | - 'OCP\\User\\Events\\BeforeUserCreatedEvent' => $baseDir . '/lib/public/User/Events/BeforeUserCreatedEvent.php', |
|
| 932 | - 'OCP\\User\\Events\\BeforeUserDeletedEvent' => $baseDir . '/lib/public/User/Events/BeforeUserDeletedEvent.php', |
|
| 933 | - 'OCP\\User\\Events\\BeforeUserIdUnassignedEvent' => $baseDir . '/lib/public/User/Events/BeforeUserIdUnassignedEvent.php', |
|
| 934 | - 'OCP\\User\\Events\\BeforeUserLoggedInEvent' => $baseDir . '/lib/public/User/Events/BeforeUserLoggedInEvent.php', |
|
| 935 | - 'OCP\\User\\Events\\BeforeUserLoggedInWithCookieEvent' => $baseDir . '/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php', |
|
| 936 | - 'OCP\\User\\Events\\BeforeUserLoggedOutEvent' => $baseDir . '/lib/public/User/Events/BeforeUserLoggedOutEvent.php', |
|
| 937 | - 'OCP\\User\\Events\\OutOfOfficeChangedEvent' => $baseDir . '/lib/public/User/Events/OutOfOfficeChangedEvent.php', |
|
| 938 | - 'OCP\\User\\Events\\OutOfOfficeClearedEvent' => $baseDir . '/lib/public/User/Events/OutOfOfficeClearedEvent.php', |
|
| 939 | - 'OCP\\User\\Events\\OutOfOfficeEndedEvent' => $baseDir . '/lib/public/User/Events/OutOfOfficeEndedEvent.php', |
|
| 940 | - 'OCP\\User\\Events\\OutOfOfficeScheduledEvent' => $baseDir . '/lib/public/User/Events/OutOfOfficeScheduledEvent.php', |
|
| 941 | - 'OCP\\User\\Events\\OutOfOfficeStartedEvent' => $baseDir . '/lib/public/User/Events/OutOfOfficeStartedEvent.php', |
|
| 942 | - 'OCP\\User\\Events\\PasswordUpdatedEvent' => $baseDir . '/lib/public/User/Events/PasswordUpdatedEvent.php', |
|
| 943 | - 'OCP\\User\\Events\\PostLoginEvent' => $baseDir . '/lib/public/User/Events/PostLoginEvent.php', |
|
| 944 | - 'OCP\\User\\Events\\UserChangedEvent' => $baseDir . '/lib/public/User/Events/UserChangedEvent.php', |
|
| 945 | - 'OCP\\User\\Events\\UserCreatedEvent' => $baseDir . '/lib/public/User/Events/UserCreatedEvent.php', |
|
| 946 | - 'OCP\\User\\Events\\UserDeletedEvent' => $baseDir . '/lib/public/User/Events/UserDeletedEvent.php', |
|
| 947 | - 'OCP\\User\\Events\\UserFirstTimeLoggedInEvent' => $baseDir . '/lib/public/User/Events/UserFirstTimeLoggedInEvent.php', |
|
| 948 | - 'OCP\\User\\Events\\UserIdAssignedEvent' => $baseDir . '/lib/public/User/Events/UserIdAssignedEvent.php', |
|
| 949 | - 'OCP\\User\\Events\\UserIdUnassignedEvent' => $baseDir . '/lib/public/User/Events/UserIdUnassignedEvent.php', |
|
| 950 | - 'OCP\\User\\Events\\UserLiveStatusEvent' => $baseDir . '/lib/public/User/Events/UserLiveStatusEvent.php', |
|
| 951 | - 'OCP\\User\\Events\\UserLoggedInEvent' => $baseDir . '/lib/public/User/Events/UserLoggedInEvent.php', |
|
| 952 | - 'OCP\\User\\Events\\UserLoggedInWithCookieEvent' => $baseDir . '/lib/public/User/Events/UserLoggedInWithCookieEvent.php', |
|
| 953 | - 'OCP\\User\\Events\\UserLoggedOutEvent' => $baseDir . '/lib/public/User/Events/UserLoggedOutEvent.php', |
|
| 954 | - 'OCP\\User\\GetQuotaEvent' => $baseDir . '/lib/public/User/GetQuotaEvent.php', |
|
| 955 | - 'OCP\\User\\IAvailabilityCoordinator' => $baseDir . '/lib/public/User/IAvailabilityCoordinator.php', |
|
| 956 | - 'OCP\\User\\IOutOfOfficeData' => $baseDir . '/lib/public/User/IOutOfOfficeData.php', |
|
| 957 | - 'OCP\\Util' => $baseDir . '/lib/public/Util.php', |
|
| 958 | - 'OCP\\WorkflowEngine\\EntityContext\\IContextPortation' => $baseDir . '/lib/public/WorkflowEngine/EntityContext/IContextPortation.php', |
|
| 959 | - 'OCP\\WorkflowEngine\\EntityContext\\IDisplayName' => $baseDir . '/lib/public/WorkflowEngine/EntityContext/IDisplayName.php', |
|
| 960 | - 'OCP\\WorkflowEngine\\EntityContext\\IDisplayText' => $baseDir . '/lib/public/WorkflowEngine/EntityContext/IDisplayText.php', |
|
| 961 | - 'OCP\\WorkflowEngine\\EntityContext\\IIcon' => $baseDir . '/lib/public/WorkflowEngine/EntityContext/IIcon.php', |
|
| 962 | - 'OCP\\WorkflowEngine\\EntityContext\\IUrl' => $baseDir . '/lib/public/WorkflowEngine/EntityContext/IUrl.php', |
|
| 963 | - 'OCP\\WorkflowEngine\\Events\\LoadSettingsScriptsEvent' => $baseDir . '/lib/public/WorkflowEngine/Events/LoadSettingsScriptsEvent.php', |
|
| 964 | - 'OCP\\WorkflowEngine\\Events\\RegisterChecksEvent' => $baseDir . '/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php', |
|
| 965 | - 'OCP\\WorkflowEngine\\Events\\RegisterEntitiesEvent' => $baseDir . '/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php', |
|
| 966 | - 'OCP\\WorkflowEngine\\Events\\RegisterOperationsEvent' => $baseDir . '/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php', |
|
| 967 | - 'OCP\\WorkflowEngine\\GenericEntityEvent' => $baseDir . '/lib/public/WorkflowEngine/GenericEntityEvent.php', |
|
| 968 | - 'OCP\\WorkflowEngine\\ICheck' => $baseDir . '/lib/public/WorkflowEngine/ICheck.php', |
|
| 969 | - 'OCP\\WorkflowEngine\\IComplexOperation' => $baseDir . '/lib/public/WorkflowEngine/IComplexOperation.php', |
|
| 970 | - 'OCP\\WorkflowEngine\\IEntity' => $baseDir . '/lib/public/WorkflowEngine/IEntity.php', |
|
| 971 | - 'OCP\\WorkflowEngine\\IEntityCheck' => $baseDir . '/lib/public/WorkflowEngine/IEntityCheck.php', |
|
| 972 | - 'OCP\\WorkflowEngine\\IEntityEvent' => $baseDir . '/lib/public/WorkflowEngine/IEntityEvent.php', |
|
| 973 | - 'OCP\\WorkflowEngine\\IFileCheck' => $baseDir . '/lib/public/WorkflowEngine/IFileCheck.php', |
|
| 974 | - 'OCP\\WorkflowEngine\\IManager' => $baseDir . '/lib/public/WorkflowEngine/IManager.php', |
|
| 975 | - 'OCP\\WorkflowEngine\\IOperation' => $baseDir . '/lib/public/WorkflowEngine/IOperation.php', |
|
| 976 | - 'OCP\\WorkflowEngine\\IRuleMatcher' => $baseDir . '/lib/public/WorkflowEngine/IRuleMatcher.php', |
|
| 977 | - 'OCP\\WorkflowEngine\\ISpecificOperation' => $baseDir . '/lib/public/WorkflowEngine/ISpecificOperation.php', |
|
| 978 | - 'OC\\Accounts\\Account' => $baseDir . '/lib/private/Accounts/Account.php', |
|
| 979 | - 'OC\\Accounts\\AccountManager' => $baseDir . '/lib/private/Accounts/AccountManager.php', |
|
| 980 | - 'OC\\Accounts\\AccountProperty' => $baseDir . '/lib/private/Accounts/AccountProperty.php', |
|
| 981 | - 'OC\\Accounts\\AccountPropertyCollection' => $baseDir . '/lib/private/Accounts/AccountPropertyCollection.php', |
|
| 982 | - 'OC\\Accounts\\Hooks' => $baseDir . '/lib/private/Accounts/Hooks.php', |
|
| 983 | - 'OC\\Accounts\\TAccountsHelper' => $baseDir . '/lib/private/Accounts/TAccountsHelper.php', |
|
| 984 | - 'OC\\Activity\\ActivitySettingsAdapter' => $baseDir . '/lib/private/Activity/ActivitySettingsAdapter.php', |
|
| 985 | - 'OC\\Activity\\Event' => $baseDir . '/lib/private/Activity/Event.php', |
|
| 986 | - 'OC\\Activity\\EventMerger' => $baseDir . '/lib/private/Activity/EventMerger.php', |
|
| 987 | - 'OC\\Activity\\Manager' => $baseDir . '/lib/private/Activity/Manager.php', |
|
| 988 | - 'OC\\AllConfig' => $baseDir . '/lib/private/AllConfig.php', |
|
| 989 | - 'OC\\AppConfig' => $baseDir . '/lib/private/AppConfig.php', |
|
| 990 | - 'OC\\AppFramework\\App' => $baseDir . '/lib/private/AppFramework/App.php', |
|
| 991 | - 'OC\\AppFramework\\Bootstrap\\ARegistration' => $baseDir . '/lib/private/AppFramework/Bootstrap/ARegistration.php', |
|
| 992 | - 'OC\\AppFramework\\Bootstrap\\BootContext' => $baseDir . '/lib/private/AppFramework/Bootstrap/BootContext.php', |
|
| 993 | - 'OC\\AppFramework\\Bootstrap\\Coordinator' => $baseDir . '/lib/private/AppFramework/Bootstrap/Coordinator.php', |
|
| 994 | - 'OC\\AppFramework\\Bootstrap\\EventListenerRegistration' => $baseDir . '/lib/private/AppFramework/Bootstrap/EventListenerRegistration.php', |
|
| 995 | - 'OC\\AppFramework\\Bootstrap\\FunctionInjector' => $baseDir . '/lib/private/AppFramework/Bootstrap/FunctionInjector.php', |
|
| 996 | - 'OC\\AppFramework\\Bootstrap\\MiddlewareRegistration' => $baseDir . '/lib/private/AppFramework/Bootstrap/MiddlewareRegistration.php', |
|
| 997 | - 'OC\\AppFramework\\Bootstrap\\ParameterRegistration' => $baseDir . '/lib/private/AppFramework/Bootstrap/ParameterRegistration.php', |
|
| 998 | - 'OC\\AppFramework\\Bootstrap\\PreviewProviderRegistration' => $baseDir . '/lib/private/AppFramework/Bootstrap/PreviewProviderRegistration.php', |
|
| 999 | - 'OC\\AppFramework\\Bootstrap\\RegistrationContext' => $baseDir . '/lib/private/AppFramework/Bootstrap/RegistrationContext.php', |
|
| 1000 | - 'OC\\AppFramework\\Bootstrap\\ServiceAliasRegistration' => $baseDir . '/lib/private/AppFramework/Bootstrap/ServiceAliasRegistration.php', |
|
| 1001 | - 'OC\\AppFramework\\Bootstrap\\ServiceFactoryRegistration' => $baseDir . '/lib/private/AppFramework/Bootstrap/ServiceFactoryRegistration.php', |
|
| 1002 | - 'OC\\AppFramework\\Bootstrap\\ServiceRegistration' => $baseDir . '/lib/private/AppFramework/Bootstrap/ServiceRegistration.php', |
|
| 1003 | - 'OC\\AppFramework\\DependencyInjection\\DIContainer' => $baseDir . '/lib/private/AppFramework/DependencyInjection/DIContainer.php', |
|
| 1004 | - 'OC\\AppFramework\\Http' => $baseDir . '/lib/private/AppFramework/Http.php', |
|
| 1005 | - 'OC\\AppFramework\\Http\\Dispatcher' => $baseDir . '/lib/private/AppFramework/Http/Dispatcher.php', |
|
| 1006 | - 'OC\\AppFramework\\Http\\Output' => $baseDir . '/lib/private/AppFramework/Http/Output.php', |
|
| 1007 | - 'OC\\AppFramework\\Http\\Request' => $baseDir . '/lib/private/AppFramework/Http/Request.php', |
|
| 1008 | - 'OC\\AppFramework\\Http\\RequestId' => $baseDir . '/lib/private/AppFramework/Http/RequestId.php', |
|
| 1009 | - 'OC\\AppFramework\\Middleware\\AdditionalScriptsMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/AdditionalScriptsMiddleware.php', |
|
| 1010 | - 'OC\\AppFramework\\Middleware\\CompressionMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/CompressionMiddleware.php', |
|
| 1011 | - 'OC\\AppFramework\\Middleware\\FlowV2EphemeralSessionsMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/FlowV2EphemeralSessionsMiddleware.php', |
|
| 1012 | - 'OC\\AppFramework\\Middleware\\MiddlewareDispatcher' => $baseDir . '/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php', |
|
| 1013 | - 'OC\\AppFramework\\Middleware\\NotModifiedMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/NotModifiedMiddleware.php', |
|
| 1014 | - 'OC\\AppFramework\\Middleware\\OCSMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/OCSMiddleware.php', |
|
| 1015 | - 'OC\\AppFramework\\Middleware\\PublicShare\\Exceptions\\NeedAuthenticationException' => $baseDir . '/lib/private/AppFramework/Middleware/PublicShare/Exceptions/NeedAuthenticationException.php', |
|
| 1016 | - 'OC\\AppFramework\\Middleware\\PublicShare\\PublicShareMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/PublicShare/PublicShareMiddleware.php', |
|
| 1017 | - 'OC\\AppFramework\\Middleware\\Security\\BruteForceMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php', |
|
| 1018 | - 'OC\\AppFramework\\Middleware\\Security\\CORSMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php', |
|
| 1019 | - 'OC\\AppFramework\\Middleware\\Security\\CSPMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/Security/CSPMiddleware.php', |
|
| 1020 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\AdminIpNotAllowedException' => $baseDir . '/lib/private/AppFramework/Middleware/Security/Exceptions/AdminIpNotAllowedException.php', |
|
| 1021 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\AppNotEnabledException' => $baseDir . '/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php', |
|
| 1022 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\CrossSiteRequestForgeryException' => $baseDir . '/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php', |
|
| 1023 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\ExAppRequiredException' => $baseDir . '/lib/private/AppFramework/Middleware/Security/Exceptions/ExAppRequiredException.php', |
|
| 1024 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\LaxSameSiteCookieFailedException' => $baseDir . '/lib/private/AppFramework/Middleware/Security/Exceptions/LaxSameSiteCookieFailedException.php', |
|
| 1025 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException' => $baseDir . '/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php', |
|
| 1026 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotConfirmedException' => $baseDir . '/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php', |
|
| 1027 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotLoggedInException' => $baseDir . '/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php', |
|
| 1028 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\ReloadExecutionException' => $baseDir . '/lib/private/AppFramework/Middleware/Security/Exceptions/ReloadExecutionException.php', |
|
| 1029 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\SecurityException' => $baseDir . '/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php', |
|
| 1030 | - 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\StrictCookieMissingException' => $baseDir . '/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php', |
|
| 1031 | - 'OC\\AppFramework\\Middleware\\Security\\FeaturePolicyMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/Security/FeaturePolicyMiddleware.php', |
|
| 1032 | - 'OC\\AppFramework\\Middleware\\Security\\PasswordConfirmationMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/Security/PasswordConfirmationMiddleware.php', |
|
| 1033 | - 'OC\\AppFramework\\Middleware\\Security\\RateLimitingMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php', |
|
| 1034 | - 'OC\\AppFramework\\Middleware\\Security\\ReloadExecutionMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/Security/ReloadExecutionMiddleware.php', |
|
| 1035 | - 'OC\\AppFramework\\Middleware\\Security\\SameSiteCookieMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php', |
|
| 1036 | - 'OC\\AppFramework\\Middleware\\Security\\SecurityMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php', |
|
| 1037 | - 'OC\\AppFramework\\Middleware\\SessionMiddleware' => $baseDir . '/lib/private/AppFramework/Middleware/SessionMiddleware.php', |
|
| 1038 | - 'OC\\AppFramework\\OCS\\BaseResponse' => $baseDir . '/lib/private/AppFramework/OCS/BaseResponse.php', |
|
| 1039 | - 'OC\\AppFramework\\OCS\\V1Response' => $baseDir . '/lib/private/AppFramework/OCS/V1Response.php', |
|
| 1040 | - 'OC\\AppFramework\\OCS\\V2Response' => $baseDir . '/lib/private/AppFramework/OCS/V2Response.php', |
|
| 1041 | - 'OC\\AppFramework\\Routing\\RouteActionHandler' => $baseDir . '/lib/private/AppFramework/Routing/RouteActionHandler.php', |
|
| 1042 | - 'OC\\AppFramework\\Routing\\RouteParser' => $baseDir . '/lib/private/AppFramework/Routing/RouteParser.php', |
|
| 1043 | - 'OC\\AppFramework\\ScopedPsrLogger' => $baseDir . '/lib/private/AppFramework/ScopedPsrLogger.php', |
|
| 1044 | - 'OC\\AppFramework\\Services\\AppConfig' => $baseDir . '/lib/private/AppFramework/Services/AppConfig.php', |
|
| 1045 | - 'OC\\AppFramework\\Services\\InitialState' => $baseDir . '/lib/private/AppFramework/Services/InitialState.php', |
|
| 1046 | - 'OC\\AppFramework\\Utility\\ControllerMethodReflector' => $baseDir . '/lib/private/AppFramework/Utility/ControllerMethodReflector.php', |
|
| 1047 | - 'OC\\AppFramework\\Utility\\QueryNotFoundException' => $baseDir . '/lib/private/AppFramework/Utility/QueryNotFoundException.php', |
|
| 1048 | - 'OC\\AppFramework\\Utility\\SimpleContainer' => $baseDir . '/lib/private/AppFramework/Utility/SimpleContainer.php', |
|
| 1049 | - 'OC\\AppFramework\\Utility\\TimeFactory' => $baseDir . '/lib/private/AppFramework/Utility/TimeFactory.php', |
|
| 1050 | - 'OC\\AppScriptDependency' => $baseDir . '/lib/private/AppScriptDependency.php', |
|
| 1051 | - 'OC\\AppScriptSort' => $baseDir . '/lib/private/AppScriptSort.php', |
|
| 1052 | - 'OC\\App\\AppManager' => $baseDir . '/lib/private/App/AppManager.php', |
|
| 1053 | - 'OC\\App\\AppStore\\AppNotFoundException' => $baseDir . '/lib/private/App/AppStore/AppNotFoundException.php', |
|
| 1054 | - 'OC\\App\\AppStore\\Bundles\\Bundle' => $baseDir . '/lib/private/App/AppStore/Bundles/Bundle.php', |
|
| 1055 | - 'OC\\App\\AppStore\\Bundles\\BundleFetcher' => $baseDir . '/lib/private/App/AppStore/Bundles/BundleFetcher.php', |
|
| 1056 | - 'OC\\App\\AppStore\\Bundles\\EducationBundle' => $baseDir . '/lib/private/App/AppStore/Bundles/EducationBundle.php', |
|
| 1057 | - 'OC\\App\\AppStore\\Bundles\\EnterpriseBundle' => $baseDir . '/lib/private/App/AppStore/Bundles/EnterpriseBundle.php', |
|
| 1058 | - 'OC\\App\\AppStore\\Bundles\\GroupwareBundle' => $baseDir . '/lib/private/App/AppStore/Bundles/GroupwareBundle.php', |
|
| 1059 | - 'OC\\App\\AppStore\\Bundles\\HubBundle' => $baseDir . '/lib/private/App/AppStore/Bundles/HubBundle.php', |
|
| 1060 | - 'OC\\App\\AppStore\\Bundles\\PublicSectorBundle' => $baseDir . '/lib/private/App/AppStore/Bundles/PublicSectorBundle.php', |
|
| 1061 | - 'OC\\App\\AppStore\\Bundles\\SocialSharingBundle' => $baseDir . '/lib/private/App/AppStore/Bundles/SocialSharingBundle.php', |
|
| 1062 | - 'OC\\App\\AppStore\\Fetcher\\AppDiscoverFetcher' => $baseDir . '/lib/private/App/AppStore/Fetcher/AppDiscoverFetcher.php', |
|
| 1063 | - 'OC\\App\\AppStore\\Fetcher\\AppFetcher' => $baseDir . '/lib/private/App/AppStore/Fetcher/AppFetcher.php', |
|
| 1064 | - 'OC\\App\\AppStore\\Fetcher\\CategoryFetcher' => $baseDir . '/lib/private/App/AppStore/Fetcher/CategoryFetcher.php', |
|
| 1065 | - 'OC\\App\\AppStore\\Fetcher\\Fetcher' => $baseDir . '/lib/private/App/AppStore/Fetcher/Fetcher.php', |
|
| 1066 | - 'OC\\App\\AppStore\\Version\\Version' => $baseDir . '/lib/private/App/AppStore/Version/Version.php', |
|
| 1067 | - 'OC\\App\\AppStore\\Version\\VersionParser' => $baseDir . '/lib/private/App/AppStore/Version/VersionParser.php', |
|
| 1068 | - 'OC\\App\\CompareVersion' => $baseDir . '/lib/private/App/CompareVersion.php', |
|
| 1069 | - 'OC\\App\\DependencyAnalyzer' => $baseDir . '/lib/private/App/DependencyAnalyzer.php', |
|
| 1070 | - 'OC\\App\\InfoParser' => $baseDir . '/lib/private/App/InfoParser.php', |
|
| 1071 | - 'OC\\App\\Platform' => $baseDir . '/lib/private/App/Platform.php', |
|
| 1072 | - 'OC\\App\\PlatformRepository' => $baseDir . '/lib/private/App/PlatformRepository.php', |
|
| 1073 | - 'OC\\Archive\\Archive' => $baseDir . '/lib/private/Archive/Archive.php', |
|
| 1074 | - 'OC\\Archive\\TAR' => $baseDir . '/lib/private/Archive/TAR.php', |
|
| 1075 | - 'OC\\Archive\\ZIP' => $baseDir . '/lib/private/Archive/ZIP.php', |
|
| 1076 | - 'OC\\Authentication\\Events\\ARemoteWipeEvent' => $baseDir . '/lib/private/Authentication/Events/ARemoteWipeEvent.php', |
|
| 1077 | - 'OC\\Authentication\\Events\\AppPasswordCreatedEvent' => $baseDir . '/lib/private/Authentication/Events/AppPasswordCreatedEvent.php', |
|
| 1078 | - 'OC\\Authentication\\Events\\LoginFailed' => $baseDir . '/lib/private/Authentication/Events/LoginFailed.php', |
|
| 1079 | - 'OC\\Authentication\\Events\\RemoteWipeFinished' => $baseDir . '/lib/private/Authentication/Events/RemoteWipeFinished.php', |
|
| 1080 | - 'OC\\Authentication\\Events\\RemoteWipeStarted' => $baseDir . '/lib/private/Authentication/Events/RemoteWipeStarted.php', |
|
| 1081 | - 'OC\\Authentication\\Exceptions\\ExpiredTokenException' => $baseDir . '/lib/private/Authentication/Exceptions/ExpiredTokenException.php', |
|
| 1082 | - 'OC\\Authentication\\Exceptions\\InvalidProviderException' => $baseDir . '/lib/private/Authentication/Exceptions/InvalidProviderException.php', |
|
| 1083 | - 'OC\\Authentication\\Exceptions\\InvalidTokenException' => $baseDir . '/lib/private/Authentication/Exceptions/InvalidTokenException.php', |
|
| 1084 | - 'OC\\Authentication\\Exceptions\\LoginRequiredException' => $baseDir . '/lib/private/Authentication/Exceptions/LoginRequiredException.php', |
|
| 1085 | - 'OC\\Authentication\\Exceptions\\PasswordLoginForbiddenException' => $baseDir . '/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php', |
|
| 1086 | - 'OC\\Authentication\\Exceptions\\PasswordlessTokenException' => $baseDir . '/lib/private/Authentication/Exceptions/PasswordlessTokenException.php', |
|
| 1087 | - 'OC\\Authentication\\Exceptions\\TokenPasswordExpiredException' => $baseDir . '/lib/private/Authentication/Exceptions/TokenPasswordExpiredException.php', |
|
| 1088 | - 'OC\\Authentication\\Exceptions\\TwoFactorAuthRequiredException' => $baseDir . '/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php', |
|
| 1089 | - 'OC\\Authentication\\Exceptions\\UserAlreadyLoggedInException' => $baseDir . '/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php', |
|
| 1090 | - 'OC\\Authentication\\Exceptions\\WipeTokenException' => $baseDir . '/lib/private/Authentication/Exceptions/WipeTokenException.php', |
|
| 1091 | - 'OC\\Authentication\\Listeners\\LoginFailedListener' => $baseDir . '/lib/private/Authentication/Listeners/LoginFailedListener.php', |
|
| 1092 | - 'OC\\Authentication\\Listeners\\RemoteWipeActivityListener' => $baseDir . '/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php', |
|
| 1093 | - 'OC\\Authentication\\Listeners\\RemoteWipeEmailListener' => $baseDir . '/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php', |
|
| 1094 | - 'OC\\Authentication\\Listeners\\RemoteWipeNotificationsListener' => $baseDir . '/lib/private/Authentication/Listeners/RemoteWipeNotificationsListener.php', |
|
| 1095 | - 'OC\\Authentication\\Listeners\\UserDeletedFilesCleanupListener' => $baseDir . '/lib/private/Authentication/Listeners/UserDeletedFilesCleanupListener.php', |
|
| 1096 | - 'OC\\Authentication\\Listeners\\UserDeletedStoreCleanupListener' => $baseDir . '/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php', |
|
| 1097 | - 'OC\\Authentication\\Listeners\\UserDeletedTokenCleanupListener' => $baseDir . '/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php', |
|
| 1098 | - 'OC\\Authentication\\Listeners\\UserDeletedWebAuthnCleanupListener' => $baseDir . '/lib/private/Authentication/Listeners/UserDeletedWebAuthnCleanupListener.php', |
|
| 1099 | - 'OC\\Authentication\\Listeners\\UserLoggedInListener' => $baseDir . '/lib/private/Authentication/Listeners/UserLoggedInListener.php', |
|
| 1100 | - 'OC\\Authentication\\LoginCredentials\\Credentials' => $baseDir . '/lib/private/Authentication/LoginCredentials/Credentials.php', |
|
| 1101 | - 'OC\\Authentication\\LoginCredentials\\Store' => $baseDir . '/lib/private/Authentication/LoginCredentials/Store.php', |
|
| 1102 | - 'OC\\Authentication\\Login\\ALoginCommand' => $baseDir . '/lib/private/Authentication/Login/ALoginCommand.php', |
|
| 1103 | - 'OC\\Authentication\\Login\\Chain' => $baseDir . '/lib/private/Authentication/Login/Chain.php', |
|
| 1104 | - 'OC\\Authentication\\Login\\ClearLostPasswordTokensCommand' => $baseDir . '/lib/private/Authentication/Login/ClearLostPasswordTokensCommand.php', |
|
| 1105 | - 'OC\\Authentication\\Login\\CompleteLoginCommand' => $baseDir . '/lib/private/Authentication/Login/CompleteLoginCommand.php', |
|
| 1106 | - 'OC\\Authentication\\Login\\CreateSessionTokenCommand' => $baseDir . '/lib/private/Authentication/Login/CreateSessionTokenCommand.php', |
|
| 1107 | - 'OC\\Authentication\\Login\\FinishRememberedLoginCommand' => $baseDir . '/lib/private/Authentication/Login/FinishRememberedLoginCommand.php', |
|
| 1108 | - 'OC\\Authentication\\Login\\FlowV2EphemeralSessionsCommand' => $baseDir . '/lib/private/Authentication/Login/FlowV2EphemeralSessionsCommand.php', |
|
| 1109 | - 'OC\\Authentication\\Login\\LoggedInCheckCommand' => $baseDir . '/lib/private/Authentication/Login/LoggedInCheckCommand.php', |
|
| 1110 | - 'OC\\Authentication\\Login\\LoginData' => $baseDir . '/lib/private/Authentication/Login/LoginData.php', |
|
| 1111 | - 'OC\\Authentication\\Login\\LoginResult' => $baseDir . '/lib/private/Authentication/Login/LoginResult.php', |
|
| 1112 | - 'OC\\Authentication\\Login\\PreLoginHookCommand' => $baseDir . '/lib/private/Authentication/Login/PreLoginHookCommand.php', |
|
| 1113 | - 'OC\\Authentication\\Login\\SetUserTimezoneCommand' => $baseDir . '/lib/private/Authentication/Login/SetUserTimezoneCommand.php', |
|
| 1114 | - 'OC\\Authentication\\Login\\TwoFactorCommand' => $baseDir . '/lib/private/Authentication/Login/TwoFactorCommand.php', |
|
| 1115 | - 'OC\\Authentication\\Login\\UidLoginCommand' => $baseDir . '/lib/private/Authentication/Login/UidLoginCommand.php', |
|
| 1116 | - 'OC\\Authentication\\Login\\UpdateLastPasswordConfirmCommand' => $baseDir . '/lib/private/Authentication/Login/UpdateLastPasswordConfirmCommand.php', |
|
| 1117 | - 'OC\\Authentication\\Login\\UserDisabledCheckCommand' => $baseDir . '/lib/private/Authentication/Login/UserDisabledCheckCommand.php', |
|
| 1118 | - 'OC\\Authentication\\Login\\WebAuthnChain' => $baseDir . '/lib/private/Authentication/Login/WebAuthnChain.php', |
|
| 1119 | - 'OC\\Authentication\\Login\\WebAuthnLoginCommand' => $baseDir . '/lib/private/Authentication/Login/WebAuthnLoginCommand.php', |
|
| 1120 | - 'OC\\Authentication\\Notifications\\Notifier' => $baseDir . '/lib/private/Authentication/Notifications/Notifier.php', |
|
| 1121 | - 'OC\\Authentication\\Token\\INamedToken' => $baseDir . '/lib/private/Authentication/Token/INamedToken.php', |
|
| 1122 | - 'OC\\Authentication\\Token\\IProvider' => $baseDir . '/lib/private/Authentication/Token/IProvider.php', |
|
| 1123 | - 'OC\\Authentication\\Token\\IToken' => $baseDir . '/lib/private/Authentication/Token/IToken.php', |
|
| 1124 | - 'OC\\Authentication\\Token\\IWipeableToken' => $baseDir . '/lib/private/Authentication/Token/IWipeableToken.php', |
|
| 1125 | - 'OC\\Authentication\\Token\\Manager' => $baseDir . '/lib/private/Authentication/Token/Manager.php', |
|
| 1126 | - 'OC\\Authentication\\Token\\PublicKeyToken' => $baseDir . '/lib/private/Authentication/Token/PublicKeyToken.php', |
|
| 1127 | - 'OC\\Authentication\\Token\\PublicKeyTokenMapper' => $baseDir . '/lib/private/Authentication/Token/PublicKeyTokenMapper.php', |
|
| 1128 | - 'OC\\Authentication\\Token\\PublicKeyTokenProvider' => $baseDir . '/lib/private/Authentication/Token/PublicKeyTokenProvider.php', |
|
| 1129 | - 'OC\\Authentication\\Token\\RemoteWipe' => $baseDir . '/lib/private/Authentication/Token/RemoteWipe.php', |
|
| 1130 | - 'OC\\Authentication\\Token\\TokenCleanupJob' => $baseDir . '/lib/private/Authentication/Token/TokenCleanupJob.php', |
|
| 1131 | - 'OC\\Authentication\\TwoFactorAuth\\Db\\ProviderUserAssignmentDao' => $baseDir . '/lib/private/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDao.php', |
|
| 1132 | - 'OC\\Authentication\\TwoFactorAuth\\EnforcementState' => $baseDir . '/lib/private/Authentication/TwoFactorAuth/EnforcementState.php', |
|
| 1133 | - 'OC\\Authentication\\TwoFactorAuth\\Manager' => $baseDir . '/lib/private/Authentication/TwoFactorAuth/Manager.php', |
|
| 1134 | - 'OC\\Authentication\\TwoFactorAuth\\MandatoryTwoFactor' => $baseDir . '/lib/private/Authentication/TwoFactorAuth/MandatoryTwoFactor.php', |
|
| 1135 | - 'OC\\Authentication\\TwoFactorAuth\\ProviderLoader' => $baseDir . '/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php', |
|
| 1136 | - 'OC\\Authentication\\TwoFactorAuth\\ProviderManager' => $baseDir . '/lib/private/Authentication/TwoFactorAuth/ProviderManager.php', |
|
| 1137 | - 'OC\\Authentication\\TwoFactorAuth\\ProviderSet' => $baseDir . '/lib/private/Authentication/TwoFactorAuth/ProviderSet.php', |
|
| 1138 | - 'OC\\Authentication\\TwoFactorAuth\\Registry' => $baseDir . '/lib/private/Authentication/TwoFactorAuth/Registry.php', |
|
| 1139 | - 'OC\\Authentication\\WebAuthn\\CredentialRepository' => $baseDir . '/lib/private/Authentication/WebAuthn/CredentialRepository.php', |
|
| 1140 | - 'OC\\Authentication\\WebAuthn\\Db\\PublicKeyCredentialEntity' => $baseDir . '/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php', |
|
| 1141 | - 'OC\\Authentication\\WebAuthn\\Db\\PublicKeyCredentialMapper' => $baseDir . '/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php', |
|
| 1142 | - 'OC\\Authentication\\WebAuthn\\Manager' => $baseDir . '/lib/private/Authentication/WebAuthn/Manager.php', |
|
| 1143 | - 'OC\\Avatar\\Avatar' => $baseDir . '/lib/private/Avatar/Avatar.php', |
|
| 1144 | - 'OC\\Avatar\\AvatarManager' => $baseDir . '/lib/private/Avatar/AvatarManager.php', |
|
| 1145 | - 'OC\\Avatar\\GuestAvatar' => $baseDir . '/lib/private/Avatar/GuestAvatar.php', |
|
| 1146 | - 'OC\\Avatar\\PlaceholderAvatar' => $baseDir . '/lib/private/Avatar/PlaceholderAvatar.php', |
|
| 1147 | - 'OC\\Avatar\\UserAvatar' => $baseDir . '/lib/private/Avatar/UserAvatar.php', |
|
| 1148 | - 'OC\\BackgroundJob\\JobList' => $baseDir . '/lib/private/BackgroundJob/JobList.php', |
|
| 1149 | - 'OC\\BinaryFinder' => $baseDir . '/lib/private/BinaryFinder.php', |
|
| 1150 | - 'OC\\Blurhash\\Listener\\GenerateBlurhashMetadata' => $baseDir . '/lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php', |
|
| 1151 | - 'OC\\Broadcast\\Events\\BroadcastEvent' => $baseDir . '/lib/private/Broadcast/Events/BroadcastEvent.php', |
|
| 1152 | - 'OC\\Cache\\CappedMemoryCache' => $baseDir . '/lib/private/Cache/CappedMemoryCache.php', |
|
| 1153 | - 'OC\\Cache\\File' => $baseDir . '/lib/private/Cache/File.php', |
|
| 1154 | - 'OC\\Calendar\\AvailabilityResult' => $baseDir . '/lib/private/Calendar/AvailabilityResult.php', |
|
| 1155 | - 'OC\\Calendar\\CalendarEventBuilder' => $baseDir . '/lib/private/Calendar/CalendarEventBuilder.php', |
|
| 1156 | - 'OC\\Calendar\\CalendarQuery' => $baseDir . '/lib/private/Calendar/CalendarQuery.php', |
|
| 1157 | - 'OC\\Calendar\\Manager' => $baseDir . '/lib/private/Calendar/Manager.php', |
|
| 1158 | - 'OC\\Calendar\\Resource\\Manager' => $baseDir . '/lib/private/Calendar/Resource/Manager.php', |
|
| 1159 | - 'OC\\Calendar\\ResourcesRoomsUpdater' => $baseDir . '/lib/private/Calendar/ResourcesRoomsUpdater.php', |
|
| 1160 | - 'OC\\Calendar\\Room\\Manager' => $baseDir . '/lib/private/Calendar/Room/Manager.php', |
|
| 1161 | - 'OC\\CapabilitiesManager' => $baseDir . '/lib/private/CapabilitiesManager.php', |
|
| 1162 | - 'OC\\Collaboration\\AutoComplete\\Manager' => $baseDir . '/lib/private/Collaboration/AutoComplete/Manager.php', |
|
| 1163 | - 'OC\\Collaboration\\Collaborators\\GroupPlugin' => $baseDir . '/lib/private/Collaboration/Collaborators/GroupPlugin.php', |
|
| 1164 | - 'OC\\Collaboration\\Collaborators\\LookupPlugin' => $baseDir . '/lib/private/Collaboration/Collaborators/LookupPlugin.php', |
|
| 1165 | - 'OC\\Collaboration\\Collaborators\\MailPlugin' => $baseDir . '/lib/private/Collaboration/Collaborators/MailPlugin.php', |
|
| 1166 | - 'OC\\Collaboration\\Collaborators\\RemoteGroupPlugin' => $baseDir . '/lib/private/Collaboration/Collaborators/RemoteGroupPlugin.php', |
|
| 1167 | - 'OC\\Collaboration\\Collaborators\\RemotePlugin' => $baseDir . '/lib/private/Collaboration/Collaborators/RemotePlugin.php', |
|
| 1168 | - 'OC\\Collaboration\\Collaborators\\Search' => $baseDir . '/lib/private/Collaboration/Collaborators/Search.php', |
|
| 1169 | - 'OC\\Collaboration\\Collaborators\\SearchResult' => $baseDir . '/lib/private/Collaboration/Collaborators/SearchResult.php', |
|
| 1170 | - 'OC\\Collaboration\\Collaborators\\UserPlugin' => $baseDir . '/lib/private/Collaboration/Collaborators/UserPlugin.php', |
|
| 1171 | - 'OC\\Collaboration\\Reference\\File\\FileReferenceEventListener' => $baseDir . '/lib/private/Collaboration/Reference/File/FileReferenceEventListener.php', |
|
| 1172 | - 'OC\\Collaboration\\Reference\\File\\FileReferenceProvider' => $baseDir . '/lib/private/Collaboration/Reference/File/FileReferenceProvider.php', |
|
| 1173 | - 'OC\\Collaboration\\Reference\\LinkReferenceProvider' => $baseDir . '/lib/private/Collaboration/Reference/LinkReferenceProvider.php', |
|
| 1174 | - 'OC\\Collaboration\\Reference\\ReferenceManager' => $baseDir . '/lib/private/Collaboration/Reference/ReferenceManager.php', |
|
| 1175 | - 'OC\\Collaboration\\Reference\\RenderReferenceEventListener' => $baseDir . '/lib/private/Collaboration/Reference/RenderReferenceEventListener.php', |
|
| 1176 | - 'OC\\Collaboration\\Resources\\Collection' => $baseDir . '/lib/private/Collaboration/Resources/Collection.php', |
|
| 1177 | - 'OC\\Collaboration\\Resources\\Listener' => $baseDir . '/lib/private/Collaboration/Resources/Listener.php', |
|
| 1178 | - 'OC\\Collaboration\\Resources\\Manager' => $baseDir . '/lib/private/Collaboration/Resources/Manager.php', |
|
| 1179 | - 'OC\\Collaboration\\Resources\\ProviderManager' => $baseDir . '/lib/private/Collaboration/Resources/ProviderManager.php', |
|
| 1180 | - 'OC\\Collaboration\\Resources\\Resource' => $baseDir . '/lib/private/Collaboration/Resources/Resource.php', |
|
| 1181 | - 'OC\\Color' => $baseDir . '/lib/private/Color.php', |
|
| 1182 | - 'OC\\Command\\AsyncBus' => $baseDir . '/lib/private/Command/AsyncBus.php', |
|
| 1183 | - 'OC\\Command\\CallableJob' => $baseDir . '/lib/private/Command/CallableJob.php', |
|
| 1184 | - 'OC\\Command\\ClosureJob' => $baseDir . '/lib/private/Command/ClosureJob.php', |
|
| 1185 | - 'OC\\Command\\CommandJob' => $baseDir . '/lib/private/Command/CommandJob.php', |
|
| 1186 | - 'OC\\Command\\CronBus' => $baseDir . '/lib/private/Command/CronBus.php', |
|
| 1187 | - 'OC\\Command\\FileAccess' => $baseDir . '/lib/private/Command/FileAccess.php', |
|
| 1188 | - 'OC\\Command\\QueueBus' => $baseDir . '/lib/private/Command/QueueBus.php', |
|
| 1189 | - 'OC\\Comments\\Comment' => $baseDir . '/lib/private/Comments/Comment.php', |
|
| 1190 | - 'OC\\Comments\\Manager' => $baseDir . '/lib/private/Comments/Manager.php', |
|
| 1191 | - 'OC\\Comments\\ManagerFactory' => $baseDir . '/lib/private/Comments/ManagerFactory.php', |
|
| 1192 | - 'OC\\Config' => $baseDir . '/lib/private/Config.php', |
|
| 1193 | - 'OC\\Config\\ConfigManager' => $baseDir . '/lib/private/Config/ConfigManager.php', |
|
| 1194 | - 'OC\\Config\\Lexicon\\CoreConfigLexicon' => $baseDir . '/lib/private/Config/Lexicon/CoreConfigLexicon.php', |
|
| 1195 | - 'OC\\Config\\UserConfig' => $baseDir . '/lib/private/Config/UserConfig.php', |
|
| 1196 | - 'OC\\Console\\Application' => $baseDir . '/lib/private/Console/Application.php', |
|
| 1197 | - 'OC\\Console\\TimestampFormatter' => $baseDir . '/lib/private/Console/TimestampFormatter.php', |
|
| 1198 | - 'OC\\ContactsManager' => $baseDir . '/lib/private/ContactsManager.php', |
|
| 1199 | - 'OC\\Contacts\\ContactsMenu\\ActionFactory' => $baseDir . '/lib/private/Contacts/ContactsMenu/ActionFactory.php', |
|
| 1200 | - 'OC\\Contacts\\ContactsMenu\\ActionProviderStore' => $baseDir . '/lib/private/Contacts/ContactsMenu/ActionProviderStore.php', |
|
| 1201 | - 'OC\\Contacts\\ContactsMenu\\Actions\\LinkAction' => $baseDir . '/lib/private/Contacts/ContactsMenu/Actions/LinkAction.php', |
|
| 1202 | - 'OC\\Contacts\\ContactsMenu\\ContactsStore' => $baseDir . '/lib/private/Contacts/ContactsMenu/ContactsStore.php', |
|
| 1203 | - 'OC\\Contacts\\ContactsMenu\\Entry' => $baseDir . '/lib/private/Contacts/ContactsMenu/Entry.php', |
|
| 1204 | - 'OC\\Contacts\\ContactsMenu\\Manager' => $baseDir . '/lib/private/Contacts/ContactsMenu/Manager.php', |
|
| 1205 | - 'OC\\Contacts\\ContactsMenu\\Providers\\EMailProvider' => $baseDir . '/lib/private/Contacts/ContactsMenu/Providers/EMailProvider.php', |
|
| 1206 | - 'OC\\Contacts\\ContactsMenu\\Providers\\LocalTimeProvider' => $baseDir . '/lib/private/Contacts/ContactsMenu/Providers/LocalTimeProvider.php', |
|
| 1207 | - 'OC\\Contacts\\ContactsMenu\\Providers\\ProfileProvider' => $baseDir . '/lib/private/Contacts/ContactsMenu/Providers/ProfileProvider.php', |
|
| 1208 | - 'OC\\Core\\AppInfo\\Application' => $baseDir . '/core/AppInfo/Application.php', |
|
| 1209 | - 'OC\\Core\\BackgroundJobs\\BackgroundCleanupUpdaterBackupsJob' => $baseDir . '/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php', |
|
| 1210 | - 'OC\\Core\\BackgroundJobs\\CheckForUserCertificates' => $baseDir . '/core/BackgroundJobs/CheckForUserCertificates.php', |
|
| 1211 | - 'OC\\Core\\BackgroundJobs\\CleanupLoginFlowV2' => $baseDir . '/core/BackgroundJobs/CleanupLoginFlowV2.php', |
|
| 1212 | - 'OC\\Core\\BackgroundJobs\\GenerateMetadataJob' => $baseDir . '/core/BackgroundJobs/GenerateMetadataJob.php', |
|
| 1213 | - 'OC\\Core\\BackgroundJobs\\LookupServerSendCheckBackgroundJob' => $baseDir . '/core/BackgroundJobs/LookupServerSendCheckBackgroundJob.php', |
|
| 1214 | - 'OC\\Core\\Command\\App\\Disable' => $baseDir . '/core/Command/App/Disable.php', |
|
| 1215 | - 'OC\\Core\\Command\\App\\Enable' => $baseDir . '/core/Command/App/Enable.php', |
|
| 1216 | - 'OC\\Core\\Command\\App\\GetPath' => $baseDir . '/core/Command/App/GetPath.php', |
|
| 1217 | - 'OC\\Core\\Command\\App\\Install' => $baseDir . '/core/Command/App/Install.php', |
|
| 1218 | - 'OC\\Core\\Command\\App\\ListApps' => $baseDir . '/core/Command/App/ListApps.php', |
|
| 1219 | - 'OC\\Core\\Command\\App\\Remove' => $baseDir . '/core/Command/App/Remove.php', |
|
| 1220 | - 'OC\\Core\\Command\\App\\Update' => $baseDir . '/core/Command/App/Update.php', |
|
| 1221 | - 'OC\\Core\\Command\\Background\\Delete' => $baseDir . '/core/Command/Background/Delete.php', |
|
| 1222 | - 'OC\\Core\\Command\\Background\\Job' => $baseDir . '/core/Command/Background/Job.php', |
|
| 1223 | - 'OC\\Core\\Command\\Background\\JobBase' => $baseDir . '/core/Command/Background/JobBase.php', |
|
| 1224 | - 'OC\\Core\\Command\\Background\\JobWorker' => $baseDir . '/core/Command/Background/JobWorker.php', |
|
| 1225 | - 'OC\\Core\\Command\\Background\\ListCommand' => $baseDir . '/core/Command/Background/ListCommand.php', |
|
| 1226 | - 'OC\\Core\\Command\\Background\\Mode' => $baseDir . '/core/Command/Background/Mode.php', |
|
| 1227 | - 'OC\\Core\\Command\\Base' => $baseDir . '/core/Command/Base.php', |
|
| 1228 | - 'OC\\Core\\Command\\Broadcast\\Test' => $baseDir . '/core/Command/Broadcast/Test.php', |
|
| 1229 | - 'OC\\Core\\Command\\Check' => $baseDir . '/core/Command/Check.php', |
|
| 1230 | - 'OC\\Core\\Command\\Config\\App\\Base' => $baseDir . '/core/Command/Config/App/Base.php', |
|
| 1231 | - 'OC\\Core\\Command\\Config\\App\\DeleteConfig' => $baseDir . '/core/Command/Config/App/DeleteConfig.php', |
|
| 1232 | - 'OC\\Core\\Command\\Config\\App\\GetConfig' => $baseDir . '/core/Command/Config/App/GetConfig.php', |
|
| 1233 | - 'OC\\Core\\Command\\Config\\App\\SetConfig' => $baseDir . '/core/Command/Config/App/SetConfig.php', |
|
| 1234 | - 'OC\\Core\\Command\\Config\\Import' => $baseDir . '/core/Command/Config/Import.php', |
|
| 1235 | - 'OC\\Core\\Command\\Config\\ListConfigs' => $baseDir . '/core/Command/Config/ListConfigs.php', |
|
| 1236 | - 'OC\\Core\\Command\\Config\\System\\Base' => $baseDir . '/core/Command/Config/System/Base.php', |
|
| 1237 | - 'OC\\Core\\Command\\Config\\System\\DeleteConfig' => $baseDir . '/core/Command/Config/System/DeleteConfig.php', |
|
| 1238 | - 'OC\\Core\\Command\\Config\\System\\GetConfig' => $baseDir . '/core/Command/Config/System/GetConfig.php', |
|
| 1239 | - 'OC\\Core\\Command\\Config\\System\\SetConfig' => $baseDir . '/core/Command/Config/System/SetConfig.php', |
|
| 1240 | - 'OC\\Core\\Command\\Db\\AddMissingColumns' => $baseDir . '/core/Command/Db/AddMissingColumns.php', |
|
| 1241 | - 'OC\\Core\\Command\\Db\\AddMissingIndices' => $baseDir . '/core/Command/Db/AddMissingIndices.php', |
|
| 1242 | - 'OC\\Core\\Command\\Db\\AddMissingPrimaryKeys' => $baseDir . '/core/Command/Db/AddMissingPrimaryKeys.php', |
|
| 1243 | - 'OC\\Core\\Command\\Db\\ConvertFilecacheBigInt' => $baseDir . '/core/Command/Db/ConvertFilecacheBigInt.php', |
|
| 1244 | - 'OC\\Core\\Command\\Db\\ConvertMysqlToMB4' => $baseDir . '/core/Command/Db/ConvertMysqlToMB4.php', |
|
| 1245 | - 'OC\\Core\\Command\\Db\\ConvertType' => $baseDir . '/core/Command/Db/ConvertType.php', |
|
| 1246 | - 'OC\\Core\\Command\\Db\\ExpectedSchema' => $baseDir . '/core/Command/Db/ExpectedSchema.php', |
|
| 1247 | - 'OC\\Core\\Command\\Db\\ExportSchema' => $baseDir . '/core/Command/Db/ExportSchema.php', |
|
| 1248 | - 'OC\\Core\\Command\\Db\\Migrations\\ExecuteCommand' => $baseDir . '/core/Command/Db/Migrations/ExecuteCommand.php', |
|
| 1249 | - 'OC\\Core\\Command\\Db\\Migrations\\GenerateCommand' => $baseDir . '/core/Command/Db/Migrations/GenerateCommand.php', |
|
| 1250 | - 'OC\\Core\\Command\\Db\\Migrations\\GenerateMetadataCommand' => $baseDir . '/core/Command/Db/Migrations/GenerateMetadataCommand.php', |
|
| 1251 | - 'OC\\Core\\Command\\Db\\Migrations\\MigrateCommand' => $baseDir . '/core/Command/Db/Migrations/MigrateCommand.php', |
|
| 1252 | - 'OC\\Core\\Command\\Db\\Migrations\\PreviewCommand' => $baseDir . '/core/Command/Db/Migrations/PreviewCommand.php', |
|
| 1253 | - 'OC\\Core\\Command\\Db\\Migrations\\StatusCommand' => $baseDir . '/core/Command/Db/Migrations/StatusCommand.php', |
|
| 1254 | - 'OC\\Core\\Command\\Db\\SchemaEncoder' => $baseDir . '/core/Command/Db/SchemaEncoder.php', |
|
| 1255 | - 'OC\\Core\\Command\\Encryption\\ChangeKeyStorageRoot' => $baseDir . '/core/Command/Encryption/ChangeKeyStorageRoot.php', |
|
| 1256 | - 'OC\\Core\\Command\\Encryption\\DecryptAll' => $baseDir . '/core/Command/Encryption/DecryptAll.php', |
|
| 1257 | - 'OC\\Core\\Command\\Encryption\\Disable' => $baseDir . '/core/Command/Encryption/Disable.php', |
|
| 1258 | - 'OC\\Core\\Command\\Encryption\\Enable' => $baseDir . '/core/Command/Encryption/Enable.php', |
|
| 1259 | - 'OC\\Core\\Command\\Encryption\\EncryptAll' => $baseDir . '/core/Command/Encryption/EncryptAll.php', |
|
| 1260 | - 'OC\\Core\\Command\\Encryption\\ListModules' => $baseDir . '/core/Command/Encryption/ListModules.php', |
|
| 1261 | - 'OC\\Core\\Command\\Encryption\\MigrateKeyStorage' => $baseDir . '/core/Command/Encryption/MigrateKeyStorage.php', |
|
| 1262 | - 'OC\\Core\\Command\\Encryption\\SetDefaultModule' => $baseDir . '/core/Command/Encryption/SetDefaultModule.php', |
|
| 1263 | - 'OC\\Core\\Command\\Encryption\\ShowKeyStorageRoot' => $baseDir . '/core/Command/Encryption/ShowKeyStorageRoot.php', |
|
| 1264 | - 'OC\\Core\\Command\\Encryption\\Status' => $baseDir . '/core/Command/Encryption/Status.php', |
|
| 1265 | - 'OC\\Core\\Command\\FilesMetadata\\Get' => $baseDir . '/core/Command/FilesMetadata/Get.php', |
|
| 1266 | - 'OC\\Core\\Command\\Group\\Add' => $baseDir . '/core/Command/Group/Add.php', |
|
| 1267 | - 'OC\\Core\\Command\\Group\\AddUser' => $baseDir . '/core/Command/Group/AddUser.php', |
|
| 1268 | - 'OC\\Core\\Command\\Group\\Delete' => $baseDir . '/core/Command/Group/Delete.php', |
|
| 1269 | - 'OC\\Core\\Command\\Group\\Info' => $baseDir . '/core/Command/Group/Info.php', |
|
| 1270 | - 'OC\\Core\\Command\\Group\\ListCommand' => $baseDir . '/core/Command/Group/ListCommand.php', |
|
| 1271 | - 'OC\\Core\\Command\\Group\\RemoveUser' => $baseDir . '/core/Command/Group/RemoveUser.php', |
|
| 1272 | - 'OC\\Core\\Command\\Info\\File' => $baseDir . '/core/Command/Info/File.php', |
|
| 1273 | - 'OC\\Core\\Command\\Info\\FileUtils' => $baseDir . '/core/Command/Info/FileUtils.php', |
|
| 1274 | - 'OC\\Core\\Command\\Info\\Space' => $baseDir . '/core/Command/Info/Space.php', |
|
| 1275 | - 'OC\\Core\\Command\\Info\\Storage' => $baseDir . '/core/Command/Info/Storage.php', |
|
| 1276 | - 'OC\\Core\\Command\\Info\\Storages' => $baseDir . '/core/Command/Info/Storages.php', |
|
| 1277 | - 'OC\\Core\\Command\\Integrity\\CheckApp' => $baseDir . '/core/Command/Integrity/CheckApp.php', |
|
| 1278 | - 'OC\\Core\\Command\\Integrity\\CheckCore' => $baseDir . '/core/Command/Integrity/CheckCore.php', |
|
| 1279 | - 'OC\\Core\\Command\\Integrity\\SignApp' => $baseDir . '/core/Command/Integrity/SignApp.php', |
|
| 1280 | - 'OC\\Core\\Command\\Integrity\\SignCore' => $baseDir . '/core/Command/Integrity/SignCore.php', |
|
| 1281 | - 'OC\\Core\\Command\\InterruptedException' => $baseDir . '/core/Command/InterruptedException.php', |
|
| 1282 | - 'OC\\Core\\Command\\L10n\\CreateJs' => $baseDir . '/core/Command/L10n/CreateJs.php', |
|
| 1283 | - 'OC\\Core\\Command\\Log\\File' => $baseDir . '/core/Command/Log/File.php', |
|
| 1284 | - 'OC\\Core\\Command\\Log\\Manage' => $baseDir . '/core/Command/Log/Manage.php', |
|
| 1285 | - 'OC\\Core\\Command\\Maintenance\\DataFingerprint' => $baseDir . '/core/Command/Maintenance/DataFingerprint.php', |
|
| 1286 | - 'OC\\Core\\Command\\Maintenance\\Install' => $baseDir . '/core/Command/Maintenance/Install.php', |
|
| 1287 | - 'OC\\Core\\Command\\Maintenance\\Mimetype\\GenerateMimetypeFileBuilder' => $baseDir . '/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php', |
|
| 1288 | - 'OC\\Core\\Command\\Maintenance\\Mimetype\\UpdateDB' => $baseDir . '/core/Command/Maintenance/Mimetype/UpdateDB.php', |
|
| 1289 | - 'OC\\Core\\Command\\Maintenance\\Mimetype\\UpdateJS' => $baseDir . '/core/Command/Maintenance/Mimetype/UpdateJS.php', |
|
| 1290 | - 'OC\\Core\\Command\\Maintenance\\Mode' => $baseDir . '/core/Command/Maintenance/Mode.php', |
|
| 1291 | - 'OC\\Core\\Command\\Maintenance\\Repair' => $baseDir . '/core/Command/Maintenance/Repair.php', |
|
| 1292 | - 'OC\\Core\\Command\\Maintenance\\RepairShareOwnership' => $baseDir . '/core/Command/Maintenance/RepairShareOwnership.php', |
|
| 1293 | - 'OC\\Core\\Command\\Maintenance\\UpdateHtaccess' => $baseDir . '/core/Command/Maintenance/UpdateHtaccess.php', |
|
| 1294 | - 'OC\\Core\\Command\\Maintenance\\UpdateTheme' => $baseDir . '/core/Command/Maintenance/UpdateTheme.php', |
|
| 1295 | - 'OC\\Core\\Command\\Memcache\\RedisCommand' => $baseDir . '/core/Command/Memcache/RedisCommand.php', |
|
| 1296 | - 'OC\\Core\\Command\\Preview\\Cleanup' => $baseDir . '/core/Command/Preview/Cleanup.php', |
|
| 1297 | - 'OC\\Core\\Command\\Preview\\Generate' => $baseDir . '/core/Command/Preview/Generate.php', |
|
| 1298 | - 'OC\\Core\\Command\\Preview\\Repair' => $baseDir . '/core/Command/Preview/Repair.php', |
|
| 1299 | - 'OC\\Core\\Command\\Preview\\ResetRenderedTexts' => $baseDir . '/core/Command/Preview/ResetRenderedTexts.php', |
|
| 1300 | - 'OC\\Core\\Command\\Security\\BruteforceAttempts' => $baseDir . '/core/Command/Security/BruteforceAttempts.php', |
|
| 1301 | - 'OC\\Core\\Command\\Security\\BruteforceResetAttempts' => $baseDir . '/core/Command/Security/BruteforceResetAttempts.php', |
|
| 1302 | - 'OC\\Core\\Command\\Security\\ExportCertificates' => $baseDir . '/core/Command/Security/ExportCertificates.php', |
|
| 1303 | - 'OC\\Core\\Command\\Security\\ImportCertificate' => $baseDir . '/core/Command/Security/ImportCertificate.php', |
|
| 1304 | - 'OC\\Core\\Command\\Security\\ListCertificates' => $baseDir . '/core/Command/Security/ListCertificates.php', |
|
| 1305 | - 'OC\\Core\\Command\\Security\\RemoveCertificate' => $baseDir . '/core/Command/Security/RemoveCertificate.php', |
|
| 1306 | - 'OC\\Core\\Command\\SetupChecks' => $baseDir . '/core/Command/SetupChecks.php', |
|
| 1307 | - 'OC\\Core\\Command\\Status' => $baseDir . '/core/Command/Status.php', |
|
| 1308 | - 'OC\\Core\\Command\\SystemTag\\Add' => $baseDir . '/core/Command/SystemTag/Add.php', |
|
| 1309 | - 'OC\\Core\\Command\\SystemTag\\Delete' => $baseDir . '/core/Command/SystemTag/Delete.php', |
|
| 1310 | - 'OC\\Core\\Command\\SystemTag\\Edit' => $baseDir . '/core/Command/SystemTag/Edit.php', |
|
| 1311 | - 'OC\\Core\\Command\\SystemTag\\ListCommand' => $baseDir . '/core/Command/SystemTag/ListCommand.php', |
|
| 1312 | - 'OC\\Core\\Command\\TaskProcessing\\EnabledCommand' => $baseDir . '/core/Command/TaskProcessing/EnabledCommand.php', |
|
| 1313 | - 'OC\\Core\\Command\\TaskProcessing\\GetCommand' => $baseDir . '/core/Command/TaskProcessing/GetCommand.php', |
|
| 1314 | - 'OC\\Core\\Command\\TaskProcessing\\ListCommand' => $baseDir . '/core/Command/TaskProcessing/ListCommand.php', |
|
| 1315 | - 'OC\\Core\\Command\\TaskProcessing\\Statistics' => $baseDir . '/core/Command/TaskProcessing/Statistics.php', |
|
| 1316 | - 'OC\\Core\\Command\\TwoFactorAuth\\Base' => $baseDir . '/core/Command/TwoFactorAuth/Base.php', |
|
| 1317 | - 'OC\\Core\\Command\\TwoFactorAuth\\Cleanup' => $baseDir . '/core/Command/TwoFactorAuth/Cleanup.php', |
|
| 1318 | - 'OC\\Core\\Command\\TwoFactorAuth\\Disable' => $baseDir . '/core/Command/TwoFactorAuth/Disable.php', |
|
| 1319 | - 'OC\\Core\\Command\\TwoFactorAuth\\Enable' => $baseDir . '/core/Command/TwoFactorAuth/Enable.php', |
|
| 1320 | - 'OC\\Core\\Command\\TwoFactorAuth\\Enforce' => $baseDir . '/core/Command/TwoFactorAuth/Enforce.php', |
|
| 1321 | - 'OC\\Core\\Command\\TwoFactorAuth\\State' => $baseDir . '/core/Command/TwoFactorAuth/State.php', |
|
| 1322 | - 'OC\\Core\\Command\\Upgrade' => $baseDir . '/core/Command/Upgrade.php', |
|
| 1323 | - 'OC\\Core\\Command\\User\\Add' => $baseDir . '/core/Command/User/Add.php', |
|
| 1324 | - 'OC\\Core\\Command\\User\\AuthTokens\\Add' => $baseDir . '/core/Command/User/AuthTokens/Add.php', |
|
| 1325 | - 'OC\\Core\\Command\\User\\AuthTokens\\Delete' => $baseDir . '/core/Command/User/AuthTokens/Delete.php', |
|
| 1326 | - 'OC\\Core\\Command\\User\\AuthTokens\\ListCommand' => $baseDir . '/core/Command/User/AuthTokens/ListCommand.php', |
|
| 1327 | - 'OC\\Core\\Command\\User\\ClearGeneratedAvatarCacheCommand' => $baseDir . '/core/Command/User/ClearGeneratedAvatarCacheCommand.php', |
|
| 1328 | - 'OC\\Core\\Command\\User\\Delete' => $baseDir . '/core/Command/User/Delete.php', |
|
| 1329 | - 'OC\\Core\\Command\\User\\Disable' => $baseDir . '/core/Command/User/Disable.php', |
|
| 1330 | - 'OC\\Core\\Command\\User\\Enable' => $baseDir . '/core/Command/User/Enable.php', |
|
| 1331 | - 'OC\\Core\\Command\\User\\Info' => $baseDir . '/core/Command/User/Info.php', |
|
| 1332 | - 'OC\\Core\\Command\\User\\Keys\\Verify' => $baseDir . '/core/Command/User/Keys/Verify.php', |
|
| 1333 | - 'OC\\Core\\Command\\User\\LastSeen' => $baseDir . '/core/Command/User/LastSeen.php', |
|
| 1334 | - 'OC\\Core\\Command\\User\\ListCommand' => $baseDir . '/core/Command/User/ListCommand.php', |
|
| 1335 | - 'OC\\Core\\Command\\User\\Profile' => $baseDir . '/core/Command/User/Profile.php', |
|
| 1336 | - 'OC\\Core\\Command\\User\\Report' => $baseDir . '/core/Command/User/Report.php', |
|
| 1337 | - 'OC\\Core\\Command\\User\\ResetPassword' => $baseDir . '/core/Command/User/ResetPassword.php', |
|
| 1338 | - 'OC\\Core\\Command\\User\\Setting' => $baseDir . '/core/Command/User/Setting.php', |
|
| 1339 | - 'OC\\Core\\Command\\User\\SyncAccountDataCommand' => $baseDir . '/core/Command/User/SyncAccountDataCommand.php', |
|
| 1340 | - 'OC\\Core\\Command\\User\\Welcome' => $baseDir . '/core/Command/User/Welcome.php', |
|
| 1341 | - 'OC\\Core\\Controller\\AppPasswordController' => $baseDir . '/core/Controller/AppPasswordController.php', |
|
| 1342 | - 'OC\\Core\\Controller\\AutoCompleteController' => $baseDir . '/core/Controller/AutoCompleteController.php', |
|
| 1343 | - 'OC\\Core\\Controller\\AvatarController' => $baseDir . '/core/Controller/AvatarController.php', |
|
| 1344 | - 'OC\\Core\\Controller\\CSRFTokenController' => $baseDir . '/core/Controller/CSRFTokenController.php', |
|
| 1345 | - 'OC\\Core\\Controller\\ClientFlowLoginController' => $baseDir . '/core/Controller/ClientFlowLoginController.php', |
|
| 1346 | - 'OC\\Core\\Controller\\ClientFlowLoginV2Controller' => $baseDir . '/core/Controller/ClientFlowLoginV2Controller.php', |
|
| 1347 | - 'OC\\Core\\Controller\\CollaborationResourcesController' => $baseDir . '/core/Controller/CollaborationResourcesController.php', |
|
| 1348 | - 'OC\\Core\\Controller\\ContactsMenuController' => $baseDir . '/core/Controller/ContactsMenuController.php', |
|
| 1349 | - 'OC\\Core\\Controller\\CssController' => $baseDir . '/core/Controller/CssController.php', |
|
| 1350 | - 'OC\\Core\\Controller\\ErrorController' => $baseDir . '/core/Controller/ErrorController.php', |
|
| 1351 | - 'OC\\Core\\Controller\\GuestAvatarController' => $baseDir . '/core/Controller/GuestAvatarController.php', |
|
| 1352 | - 'OC\\Core\\Controller\\HoverCardController' => $baseDir . '/core/Controller/HoverCardController.php', |
|
| 1353 | - 'OC\\Core\\Controller\\JsController' => $baseDir . '/core/Controller/JsController.php', |
|
| 1354 | - 'OC\\Core\\Controller\\LoginController' => $baseDir . '/core/Controller/LoginController.php', |
|
| 1355 | - 'OC\\Core\\Controller\\LostController' => $baseDir . '/core/Controller/LostController.php', |
|
| 1356 | - 'OC\\Core\\Controller\\NavigationController' => $baseDir . '/core/Controller/NavigationController.php', |
|
| 1357 | - 'OC\\Core\\Controller\\OCJSController' => $baseDir . '/core/Controller/OCJSController.php', |
|
| 1358 | - 'OC\\Core\\Controller\\OCMController' => $baseDir . '/core/Controller/OCMController.php', |
|
| 1359 | - 'OC\\Core\\Controller\\OCSController' => $baseDir . '/core/Controller/OCSController.php', |
|
| 1360 | - 'OC\\Core\\Controller\\PreviewController' => $baseDir . '/core/Controller/PreviewController.php', |
|
| 1361 | - 'OC\\Core\\Controller\\ProfileApiController' => $baseDir . '/core/Controller/ProfileApiController.php', |
|
| 1362 | - 'OC\\Core\\Controller\\RecommendedAppsController' => $baseDir . '/core/Controller/RecommendedAppsController.php', |
|
| 1363 | - 'OC\\Core\\Controller\\ReferenceApiController' => $baseDir . '/core/Controller/ReferenceApiController.php', |
|
| 1364 | - 'OC\\Core\\Controller\\ReferenceController' => $baseDir . '/core/Controller/ReferenceController.php', |
|
| 1365 | - 'OC\\Core\\Controller\\SetupController' => $baseDir . '/core/Controller/SetupController.php', |
|
| 1366 | - 'OC\\Core\\Controller\\TaskProcessingApiController' => $baseDir . '/core/Controller/TaskProcessingApiController.php', |
|
| 1367 | - 'OC\\Core\\Controller\\TeamsApiController' => $baseDir . '/core/Controller/TeamsApiController.php', |
|
| 1368 | - 'OC\\Core\\Controller\\TextProcessingApiController' => $baseDir . '/core/Controller/TextProcessingApiController.php', |
|
| 1369 | - 'OC\\Core\\Controller\\TextToImageApiController' => $baseDir . '/core/Controller/TextToImageApiController.php', |
|
| 1370 | - 'OC\\Core\\Controller\\TranslationApiController' => $baseDir . '/core/Controller/TranslationApiController.php', |
|
| 1371 | - 'OC\\Core\\Controller\\TwoFactorApiController' => $baseDir . '/core/Controller/TwoFactorApiController.php', |
|
| 1372 | - 'OC\\Core\\Controller\\TwoFactorChallengeController' => $baseDir . '/core/Controller/TwoFactorChallengeController.php', |
|
| 1373 | - 'OC\\Core\\Controller\\UnifiedSearchController' => $baseDir . '/core/Controller/UnifiedSearchController.php', |
|
| 1374 | - 'OC\\Core\\Controller\\UnsupportedBrowserController' => $baseDir . '/core/Controller/UnsupportedBrowserController.php', |
|
| 1375 | - 'OC\\Core\\Controller\\UserController' => $baseDir . '/core/Controller/UserController.php', |
|
| 1376 | - 'OC\\Core\\Controller\\WalledGardenController' => $baseDir . '/core/Controller/WalledGardenController.php', |
|
| 1377 | - 'OC\\Core\\Controller\\WebAuthnController' => $baseDir . '/core/Controller/WebAuthnController.php', |
|
| 1378 | - 'OC\\Core\\Controller\\WellKnownController' => $baseDir . '/core/Controller/WellKnownController.php', |
|
| 1379 | - 'OC\\Core\\Controller\\WhatsNewController' => $baseDir . '/core/Controller/WhatsNewController.php', |
|
| 1380 | - 'OC\\Core\\Controller\\WipeController' => $baseDir . '/core/Controller/WipeController.php', |
|
| 1381 | - 'OC\\Core\\Data\\LoginFlowV2Credentials' => $baseDir . '/core/Data/LoginFlowV2Credentials.php', |
|
| 1382 | - 'OC\\Core\\Data\\LoginFlowV2Tokens' => $baseDir . '/core/Data/LoginFlowV2Tokens.php', |
|
| 1383 | - 'OC\\Core\\Db\\LoginFlowV2' => $baseDir . '/core/Db/LoginFlowV2.php', |
|
| 1384 | - 'OC\\Core\\Db\\LoginFlowV2Mapper' => $baseDir . '/core/Db/LoginFlowV2Mapper.php', |
|
| 1385 | - 'OC\\Core\\Db\\ProfileConfig' => $baseDir . '/core/Db/ProfileConfig.php', |
|
| 1386 | - 'OC\\Core\\Db\\ProfileConfigMapper' => $baseDir . '/core/Db/ProfileConfigMapper.php', |
|
| 1387 | - 'OC\\Core\\Events\\BeforePasswordResetEvent' => $baseDir . '/core/Events/BeforePasswordResetEvent.php', |
|
| 1388 | - 'OC\\Core\\Events\\PasswordResetEvent' => $baseDir . '/core/Events/PasswordResetEvent.php', |
|
| 1389 | - 'OC\\Core\\Exception\\LoginFlowV2ClientForbiddenException' => $baseDir . '/core/Exception/LoginFlowV2ClientForbiddenException.php', |
|
| 1390 | - 'OC\\Core\\Exception\\LoginFlowV2NotFoundException' => $baseDir . '/core/Exception/LoginFlowV2NotFoundException.php', |
|
| 1391 | - 'OC\\Core\\Exception\\ResetPasswordException' => $baseDir . '/core/Exception/ResetPasswordException.php', |
|
| 1392 | - 'OC\\Core\\Listener\\AddMissingIndicesListener' => $baseDir . '/core/Listener/AddMissingIndicesListener.php', |
|
| 1393 | - 'OC\\Core\\Listener\\AddMissingPrimaryKeyListener' => $baseDir . '/core/Listener/AddMissingPrimaryKeyListener.php', |
|
| 1394 | - 'OC\\Core\\Listener\\BeforeMessageLoggedEventListener' => $baseDir . '/core/Listener/BeforeMessageLoggedEventListener.php', |
|
| 1395 | - 'OC\\Core\\Listener\\BeforeTemplateRenderedListener' => $baseDir . '/core/Listener/BeforeTemplateRenderedListener.php', |
|
| 1396 | - 'OC\\Core\\Listener\\FeedBackHandler' => $baseDir . '/core/Listener/FeedBackHandler.php', |
|
| 1397 | - 'OC\\Core\\Middleware\\TwoFactorMiddleware' => $baseDir . '/core/Middleware/TwoFactorMiddleware.php', |
|
| 1398 | - 'OC\\Core\\Migrations\\Version13000Date20170705121758' => $baseDir . '/core/Migrations/Version13000Date20170705121758.php', |
|
| 1399 | - 'OC\\Core\\Migrations\\Version13000Date20170718121200' => $baseDir . '/core/Migrations/Version13000Date20170718121200.php', |
|
| 1400 | - 'OC\\Core\\Migrations\\Version13000Date20170814074715' => $baseDir . '/core/Migrations/Version13000Date20170814074715.php', |
|
| 1401 | - 'OC\\Core\\Migrations\\Version13000Date20170919121250' => $baseDir . '/core/Migrations/Version13000Date20170919121250.php', |
|
| 1402 | - 'OC\\Core\\Migrations\\Version13000Date20170926101637' => $baseDir . '/core/Migrations/Version13000Date20170926101637.php', |
|
| 1403 | - 'OC\\Core\\Migrations\\Version14000Date20180129121024' => $baseDir . '/core/Migrations/Version14000Date20180129121024.php', |
|
| 1404 | - 'OC\\Core\\Migrations\\Version14000Date20180404140050' => $baseDir . '/core/Migrations/Version14000Date20180404140050.php', |
|
| 1405 | - 'OC\\Core\\Migrations\\Version14000Date20180516101403' => $baseDir . '/core/Migrations/Version14000Date20180516101403.php', |
|
| 1406 | - 'OC\\Core\\Migrations\\Version14000Date20180518120534' => $baseDir . '/core/Migrations/Version14000Date20180518120534.php', |
|
| 1407 | - 'OC\\Core\\Migrations\\Version14000Date20180522074438' => $baseDir . '/core/Migrations/Version14000Date20180522074438.php', |
|
| 1408 | - 'OC\\Core\\Migrations\\Version14000Date20180626223656' => $baseDir . '/core/Migrations/Version14000Date20180626223656.php', |
|
| 1409 | - 'OC\\Core\\Migrations\\Version14000Date20180710092004' => $baseDir . '/core/Migrations/Version14000Date20180710092004.php', |
|
| 1410 | - 'OC\\Core\\Migrations\\Version14000Date20180712153140' => $baseDir . '/core/Migrations/Version14000Date20180712153140.php', |
|
| 1411 | - 'OC\\Core\\Migrations\\Version15000Date20180926101451' => $baseDir . '/core/Migrations/Version15000Date20180926101451.php', |
|
| 1412 | - 'OC\\Core\\Migrations\\Version15000Date20181015062942' => $baseDir . '/core/Migrations/Version15000Date20181015062942.php', |
|
| 1413 | - 'OC\\Core\\Migrations\\Version15000Date20181029084625' => $baseDir . '/core/Migrations/Version15000Date20181029084625.php', |
|
| 1414 | - 'OC\\Core\\Migrations\\Version16000Date20190207141427' => $baseDir . '/core/Migrations/Version16000Date20190207141427.php', |
|
| 1415 | - 'OC\\Core\\Migrations\\Version16000Date20190212081545' => $baseDir . '/core/Migrations/Version16000Date20190212081545.php', |
|
| 1416 | - 'OC\\Core\\Migrations\\Version16000Date20190427105638' => $baseDir . '/core/Migrations/Version16000Date20190427105638.php', |
|
| 1417 | - 'OC\\Core\\Migrations\\Version16000Date20190428150708' => $baseDir . '/core/Migrations/Version16000Date20190428150708.php', |
|
| 1418 | - 'OC\\Core\\Migrations\\Version17000Date20190514105811' => $baseDir . '/core/Migrations/Version17000Date20190514105811.php', |
|
| 1419 | - 'OC\\Core\\Migrations\\Version18000Date20190920085628' => $baseDir . '/core/Migrations/Version18000Date20190920085628.php', |
|
| 1420 | - 'OC\\Core\\Migrations\\Version18000Date20191014105105' => $baseDir . '/core/Migrations/Version18000Date20191014105105.php', |
|
| 1421 | - 'OC\\Core\\Migrations\\Version18000Date20191204114856' => $baseDir . '/core/Migrations/Version18000Date20191204114856.php', |
|
| 1422 | - 'OC\\Core\\Migrations\\Version19000Date20200211083441' => $baseDir . '/core/Migrations/Version19000Date20200211083441.php', |
|
| 1423 | - 'OC\\Core\\Migrations\\Version20000Date20201109081915' => $baseDir . '/core/Migrations/Version20000Date20201109081915.php', |
|
| 1424 | - 'OC\\Core\\Migrations\\Version20000Date20201109081918' => $baseDir . '/core/Migrations/Version20000Date20201109081918.php', |
|
| 1425 | - 'OC\\Core\\Migrations\\Version20000Date20201109081919' => $baseDir . '/core/Migrations/Version20000Date20201109081919.php', |
|
| 1426 | - 'OC\\Core\\Migrations\\Version20000Date20201111081915' => $baseDir . '/core/Migrations/Version20000Date20201111081915.php', |
|
| 1427 | - 'OC\\Core\\Migrations\\Version21000Date20201120141228' => $baseDir . '/core/Migrations/Version21000Date20201120141228.php', |
|
| 1428 | - 'OC\\Core\\Migrations\\Version21000Date20201202095923' => $baseDir . '/core/Migrations/Version21000Date20201202095923.php', |
|
| 1429 | - 'OC\\Core\\Migrations\\Version21000Date20210119195004' => $baseDir . '/core/Migrations/Version21000Date20210119195004.php', |
|
| 1430 | - 'OC\\Core\\Migrations\\Version21000Date20210309185126' => $baseDir . '/core/Migrations/Version21000Date20210309185126.php', |
|
| 1431 | - 'OC\\Core\\Migrations\\Version21000Date20210309185127' => $baseDir . '/core/Migrations/Version21000Date20210309185127.php', |
|
| 1432 | - 'OC\\Core\\Migrations\\Version22000Date20210216080825' => $baseDir . '/core/Migrations/Version22000Date20210216080825.php', |
|
| 1433 | - 'OC\\Core\\Migrations\\Version23000Date20210721100600' => $baseDir . '/core/Migrations/Version23000Date20210721100600.php', |
|
| 1434 | - 'OC\\Core\\Migrations\\Version23000Date20210906132259' => $baseDir . '/core/Migrations/Version23000Date20210906132259.php', |
|
| 1435 | - 'OC\\Core\\Migrations\\Version23000Date20210930122352' => $baseDir . '/core/Migrations/Version23000Date20210930122352.php', |
|
| 1436 | - 'OC\\Core\\Migrations\\Version23000Date20211203110726' => $baseDir . '/core/Migrations/Version23000Date20211203110726.php', |
|
| 1437 | - 'OC\\Core\\Migrations\\Version23000Date20211213203940' => $baseDir . '/core/Migrations/Version23000Date20211213203940.php', |
|
| 1438 | - 'OC\\Core\\Migrations\\Version24000Date20211210141942' => $baseDir . '/core/Migrations/Version24000Date20211210141942.php', |
|
| 1439 | - 'OC\\Core\\Migrations\\Version24000Date20211213081506' => $baseDir . '/core/Migrations/Version24000Date20211213081506.php', |
|
| 1440 | - 'OC\\Core\\Migrations\\Version24000Date20211213081604' => $baseDir . '/core/Migrations/Version24000Date20211213081604.php', |
|
| 1441 | - 'OC\\Core\\Migrations\\Version24000Date20211222112246' => $baseDir . '/core/Migrations/Version24000Date20211222112246.php', |
|
| 1442 | - 'OC\\Core\\Migrations\\Version24000Date20211230140012' => $baseDir . '/core/Migrations/Version24000Date20211230140012.php', |
|
| 1443 | - 'OC\\Core\\Migrations\\Version24000Date20220131153041' => $baseDir . '/core/Migrations/Version24000Date20220131153041.php', |
|
| 1444 | - 'OC\\Core\\Migrations\\Version24000Date20220202150027' => $baseDir . '/core/Migrations/Version24000Date20220202150027.php', |
|
| 1445 | - 'OC\\Core\\Migrations\\Version24000Date20220404230027' => $baseDir . '/core/Migrations/Version24000Date20220404230027.php', |
|
| 1446 | - 'OC\\Core\\Migrations\\Version24000Date20220425072957' => $baseDir . '/core/Migrations/Version24000Date20220425072957.php', |
|
| 1447 | - 'OC\\Core\\Migrations\\Version25000Date20220515204012' => $baseDir . '/core/Migrations/Version25000Date20220515204012.php', |
|
| 1448 | - 'OC\\Core\\Migrations\\Version25000Date20220602190540' => $baseDir . '/core/Migrations/Version25000Date20220602190540.php', |
|
| 1449 | - 'OC\\Core\\Migrations\\Version25000Date20220905140840' => $baseDir . '/core/Migrations/Version25000Date20220905140840.php', |
|
| 1450 | - 'OC\\Core\\Migrations\\Version25000Date20221007010957' => $baseDir . '/core/Migrations/Version25000Date20221007010957.php', |
|
| 1451 | - 'OC\\Core\\Migrations\\Version27000Date20220613163520' => $baseDir . '/core/Migrations/Version27000Date20220613163520.php', |
|
| 1452 | - 'OC\\Core\\Migrations\\Version27000Date20230309104325' => $baseDir . '/core/Migrations/Version27000Date20230309104325.php', |
|
| 1453 | - 'OC\\Core\\Migrations\\Version27000Date20230309104802' => $baseDir . '/core/Migrations/Version27000Date20230309104802.php', |
|
| 1454 | - 'OC\\Core\\Migrations\\Version28000Date20230616104802' => $baseDir . '/core/Migrations/Version28000Date20230616104802.php', |
|
| 1455 | - 'OC\\Core\\Migrations\\Version28000Date20230728104802' => $baseDir . '/core/Migrations/Version28000Date20230728104802.php', |
|
| 1456 | - 'OC\\Core\\Migrations\\Version28000Date20230803221055' => $baseDir . '/core/Migrations/Version28000Date20230803221055.php', |
|
| 1457 | - 'OC\\Core\\Migrations\\Version28000Date20230906104802' => $baseDir . '/core/Migrations/Version28000Date20230906104802.php', |
|
| 1458 | - 'OC\\Core\\Migrations\\Version28000Date20231004103301' => $baseDir . '/core/Migrations/Version28000Date20231004103301.php', |
|
| 1459 | - 'OC\\Core\\Migrations\\Version28000Date20231103104802' => $baseDir . '/core/Migrations/Version28000Date20231103104802.php', |
|
| 1460 | - 'OC\\Core\\Migrations\\Version28000Date20231126110901' => $baseDir . '/core/Migrations/Version28000Date20231126110901.php', |
|
| 1461 | - 'OC\\Core\\Migrations\\Version28000Date20240828142927' => $baseDir . '/core/Migrations/Version28000Date20240828142927.php', |
|
| 1462 | - 'OC\\Core\\Migrations\\Version29000Date20231126110901' => $baseDir . '/core/Migrations/Version29000Date20231126110901.php', |
|
| 1463 | - 'OC\\Core\\Migrations\\Version29000Date20231213104850' => $baseDir . '/core/Migrations/Version29000Date20231213104850.php', |
|
| 1464 | - 'OC\\Core\\Migrations\\Version29000Date20240124132201' => $baseDir . '/core/Migrations/Version29000Date20240124132201.php', |
|
| 1465 | - 'OC\\Core\\Migrations\\Version29000Date20240124132202' => $baseDir . '/core/Migrations/Version29000Date20240124132202.php', |
|
| 1466 | - 'OC\\Core\\Migrations\\Version29000Date20240131122720' => $baseDir . '/core/Migrations/Version29000Date20240131122720.php', |
|
| 1467 | - 'OC\\Core\\Migrations\\Version30000Date20240429122720' => $baseDir . '/core/Migrations/Version30000Date20240429122720.php', |
|
| 1468 | - 'OC\\Core\\Migrations\\Version30000Date20240708160048' => $baseDir . '/core/Migrations/Version30000Date20240708160048.php', |
|
| 1469 | - 'OC\\Core\\Migrations\\Version30000Date20240717111406' => $baseDir . '/core/Migrations/Version30000Date20240717111406.php', |
|
| 1470 | - 'OC\\Core\\Migrations\\Version30000Date20240814180800' => $baseDir . '/core/Migrations/Version30000Date20240814180800.php', |
|
| 1471 | - 'OC\\Core\\Migrations\\Version30000Date20240815080800' => $baseDir . '/core/Migrations/Version30000Date20240815080800.php', |
|
| 1472 | - 'OC\\Core\\Migrations\\Version30000Date20240906095113' => $baseDir . '/core/Migrations/Version30000Date20240906095113.php', |
|
| 1473 | - 'OC\\Core\\Migrations\\Version31000Date20240101084401' => $baseDir . '/core/Migrations/Version31000Date20240101084401.php', |
|
| 1474 | - 'OC\\Core\\Migrations\\Version31000Date20240814184402' => $baseDir . '/core/Migrations/Version31000Date20240814184402.php', |
|
| 1475 | - 'OC\\Core\\Migrations\\Version31000Date20250213102442' => $baseDir . '/core/Migrations/Version31000Date20250213102442.php', |
|
| 1476 | - 'OC\\Core\\Migrations\\Version32000Date20250620081925' => $baseDir . '/core/Migrations/Version32000Date20250620081925.php', |
|
| 1477 | - 'OC\\Core\\Notification\\CoreNotifier' => $baseDir . '/core/Notification/CoreNotifier.php', |
|
| 1478 | - 'OC\\Core\\ResponseDefinitions' => $baseDir . '/core/ResponseDefinitions.php', |
|
| 1479 | - 'OC\\Core\\Service\\LoginFlowV2Service' => $baseDir . '/core/Service/LoginFlowV2Service.php', |
|
| 1480 | - 'OC\\DB\\Adapter' => $baseDir . '/lib/private/DB/Adapter.php', |
|
| 1481 | - 'OC\\DB\\AdapterMySQL' => $baseDir . '/lib/private/DB/AdapterMySQL.php', |
|
| 1482 | - 'OC\\DB\\AdapterOCI8' => $baseDir . '/lib/private/DB/AdapterOCI8.php', |
|
| 1483 | - 'OC\\DB\\AdapterPgSql' => $baseDir . '/lib/private/DB/AdapterPgSql.php', |
|
| 1484 | - 'OC\\DB\\AdapterSqlite' => $baseDir . '/lib/private/DB/AdapterSqlite.php', |
|
| 1485 | - 'OC\\DB\\ArrayResult' => $baseDir . '/lib/private/DB/ArrayResult.php', |
|
| 1486 | - 'OC\\DB\\BacktraceDebugStack' => $baseDir . '/lib/private/DB/BacktraceDebugStack.php', |
|
| 1487 | - 'OC\\DB\\Connection' => $baseDir . '/lib/private/DB/Connection.php', |
|
| 1488 | - 'OC\\DB\\ConnectionAdapter' => $baseDir . '/lib/private/DB/ConnectionAdapter.php', |
|
| 1489 | - 'OC\\DB\\ConnectionFactory' => $baseDir . '/lib/private/DB/ConnectionFactory.php', |
|
| 1490 | - 'OC\\DB\\DbDataCollector' => $baseDir . '/lib/private/DB/DbDataCollector.php', |
|
| 1491 | - 'OC\\DB\\Exceptions\\DbalException' => $baseDir . '/lib/private/DB/Exceptions/DbalException.php', |
|
| 1492 | - 'OC\\DB\\MigrationException' => $baseDir . '/lib/private/DB/MigrationException.php', |
|
| 1493 | - 'OC\\DB\\MigrationService' => $baseDir . '/lib/private/DB/MigrationService.php', |
|
| 1494 | - 'OC\\DB\\Migrator' => $baseDir . '/lib/private/DB/Migrator.php', |
|
| 1495 | - 'OC\\DB\\MigratorExecuteSqlEvent' => $baseDir . '/lib/private/DB/MigratorExecuteSqlEvent.php', |
|
| 1496 | - 'OC\\DB\\MissingColumnInformation' => $baseDir . '/lib/private/DB/MissingColumnInformation.php', |
|
| 1497 | - 'OC\\DB\\MissingIndexInformation' => $baseDir . '/lib/private/DB/MissingIndexInformation.php', |
|
| 1498 | - 'OC\\DB\\MissingPrimaryKeyInformation' => $baseDir . '/lib/private/DB/MissingPrimaryKeyInformation.php', |
|
| 1499 | - 'OC\\DB\\MySqlTools' => $baseDir . '/lib/private/DB/MySqlTools.php', |
|
| 1500 | - 'OC\\DB\\OCSqlitePlatform' => $baseDir . '/lib/private/DB/OCSqlitePlatform.php', |
|
| 1501 | - 'OC\\DB\\ObjectParameter' => $baseDir . '/lib/private/DB/ObjectParameter.php', |
|
| 1502 | - 'OC\\DB\\OracleConnection' => $baseDir . '/lib/private/DB/OracleConnection.php', |
|
| 1503 | - 'OC\\DB\\OracleMigrator' => $baseDir . '/lib/private/DB/OracleMigrator.php', |
|
| 1504 | - 'OC\\DB\\PgSqlTools' => $baseDir . '/lib/private/DB/PgSqlTools.php', |
|
| 1505 | - 'OC\\DB\\PreparedStatement' => $baseDir . '/lib/private/DB/PreparedStatement.php', |
|
| 1506 | - 'OC\\DB\\QueryBuilder\\CompositeExpression' => $baseDir . '/lib/private/DB/QueryBuilder/CompositeExpression.php', |
|
| 1507 | - 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\ExpressionBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php', |
|
| 1508 | - 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\MySqlExpressionBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php', |
|
| 1509 | - 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\OCIExpressionBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php', |
|
| 1510 | - 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\PgSqlExpressionBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php', |
|
| 1511 | - 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\SqliteExpressionBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php', |
|
| 1512 | - 'OC\\DB\\QueryBuilder\\ExtendedQueryBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/ExtendedQueryBuilder.php', |
|
| 1513 | - 'OC\\DB\\QueryBuilder\\FunctionBuilder\\FunctionBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php', |
|
| 1514 | - 'OC\\DB\\QueryBuilder\\FunctionBuilder\\OCIFunctionBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php', |
|
| 1515 | - 'OC\\DB\\QueryBuilder\\FunctionBuilder\\PgSqlFunctionBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/FunctionBuilder/PgSqlFunctionBuilder.php', |
|
| 1516 | - 'OC\\DB\\QueryBuilder\\FunctionBuilder\\SqliteFunctionBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/FunctionBuilder/SqliteFunctionBuilder.php', |
|
| 1517 | - 'OC\\DB\\QueryBuilder\\Literal' => $baseDir . '/lib/private/DB/QueryBuilder/Literal.php', |
|
| 1518 | - 'OC\\DB\\QueryBuilder\\Parameter' => $baseDir . '/lib/private/DB/QueryBuilder/Parameter.php', |
|
| 1519 | - 'OC\\DB\\QueryBuilder\\Partitioned\\InvalidPartitionedQueryException' => $baseDir . '/lib/private/DB/QueryBuilder/Partitioned/InvalidPartitionedQueryException.php', |
|
| 1520 | - 'OC\\DB\\QueryBuilder\\Partitioned\\JoinCondition' => $baseDir . '/lib/private/DB/QueryBuilder/Partitioned/JoinCondition.php', |
|
| 1521 | - 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionQuery' => $baseDir . '/lib/private/DB/QueryBuilder/Partitioned/PartitionQuery.php', |
|
| 1522 | - 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionSplit' => $baseDir . '/lib/private/DB/QueryBuilder/Partitioned/PartitionSplit.php', |
|
| 1523 | - 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionedQueryBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/Partitioned/PartitionedQueryBuilder.php', |
|
| 1524 | - 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionedResult' => $baseDir . '/lib/private/DB/QueryBuilder/Partitioned/PartitionedResult.php', |
|
| 1525 | - 'OC\\DB\\QueryBuilder\\QueryBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/QueryBuilder.php', |
|
| 1526 | - 'OC\\DB\\QueryBuilder\\QueryFunction' => $baseDir . '/lib/private/DB/QueryBuilder/QueryFunction.php', |
|
| 1527 | - 'OC\\DB\\QueryBuilder\\QuoteHelper' => $baseDir . '/lib/private/DB/QueryBuilder/QuoteHelper.php', |
|
| 1528 | - 'OC\\DB\\QueryBuilder\\Sharded\\AutoIncrementHandler' => $baseDir . '/lib/private/DB/QueryBuilder/Sharded/AutoIncrementHandler.php', |
|
| 1529 | - 'OC\\DB\\QueryBuilder\\Sharded\\CrossShardMoveHelper' => $baseDir . '/lib/private/DB/QueryBuilder/Sharded/CrossShardMoveHelper.php', |
|
| 1530 | - 'OC\\DB\\QueryBuilder\\Sharded\\HashShardMapper' => $baseDir . '/lib/private/DB/QueryBuilder/Sharded/HashShardMapper.php', |
|
| 1531 | - 'OC\\DB\\QueryBuilder\\Sharded\\InvalidShardedQueryException' => $baseDir . '/lib/private/DB/QueryBuilder/Sharded/InvalidShardedQueryException.php', |
|
| 1532 | - 'OC\\DB\\QueryBuilder\\Sharded\\RoundRobinShardMapper' => $baseDir . '/lib/private/DB/QueryBuilder/Sharded/RoundRobinShardMapper.php', |
|
| 1533 | - 'OC\\DB\\QueryBuilder\\Sharded\\ShardConnectionManager' => $baseDir . '/lib/private/DB/QueryBuilder/Sharded/ShardConnectionManager.php', |
|
| 1534 | - 'OC\\DB\\QueryBuilder\\Sharded\\ShardDefinition' => $baseDir . '/lib/private/DB/QueryBuilder/Sharded/ShardDefinition.php', |
|
| 1535 | - 'OC\\DB\\QueryBuilder\\Sharded\\ShardQueryRunner' => $baseDir . '/lib/private/DB/QueryBuilder/Sharded/ShardQueryRunner.php', |
|
| 1536 | - 'OC\\DB\\QueryBuilder\\Sharded\\ShardedQueryBuilder' => $baseDir . '/lib/private/DB/QueryBuilder/Sharded/ShardedQueryBuilder.php', |
|
| 1537 | - 'OC\\DB\\ResultAdapter' => $baseDir . '/lib/private/DB/ResultAdapter.php', |
|
| 1538 | - 'OC\\DB\\SQLiteMigrator' => $baseDir . '/lib/private/DB/SQLiteMigrator.php', |
|
| 1539 | - 'OC\\DB\\SQLiteSessionInit' => $baseDir . '/lib/private/DB/SQLiteSessionInit.php', |
|
| 1540 | - 'OC\\DB\\SchemaWrapper' => $baseDir . '/lib/private/DB/SchemaWrapper.php', |
|
| 1541 | - 'OC\\DB\\SetTransactionIsolationLevel' => $baseDir . '/lib/private/DB/SetTransactionIsolationLevel.php', |
|
| 1542 | - 'OC\\Dashboard\\Manager' => $baseDir . '/lib/private/Dashboard/Manager.php', |
|
| 1543 | - 'OC\\DatabaseException' => $baseDir . '/lib/private/DatabaseException.php', |
|
| 1544 | - 'OC\\DatabaseSetupException' => $baseDir . '/lib/private/DatabaseSetupException.php', |
|
| 1545 | - 'OC\\DateTimeFormatter' => $baseDir . '/lib/private/DateTimeFormatter.php', |
|
| 1546 | - 'OC\\DateTimeZone' => $baseDir . '/lib/private/DateTimeZone.php', |
|
| 1547 | - 'OC\\Diagnostics\\Event' => $baseDir . '/lib/private/Diagnostics/Event.php', |
|
| 1548 | - 'OC\\Diagnostics\\EventLogger' => $baseDir . '/lib/private/Diagnostics/EventLogger.php', |
|
| 1549 | - 'OC\\Diagnostics\\Query' => $baseDir . '/lib/private/Diagnostics/Query.php', |
|
| 1550 | - 'OC\\Diagnostics\\QueryLogger' => $baseDir . '/lib/private/Diagnostics/QueryLogger.php', |
|
| 1551 | - 'OC\\DirectEditing\\Manager' => $baseDir . '/lib/private/DirectEditing/Manager.php', |
|
| 1552 | - 'OC\\DirectEditing\\Token' => $baseDir . '/lib/private/DirectEditing/Token.php', |
|
| 1553 | - 'OC\\EmojiHelper' => $baseDir . '/lib/private/EmojiHelper.php', |
|
| 1554 | - 'OC\\Encryption\\DecryptAll' => $baseDir . '/lib/private/Encryption/DecryptAll.php', |
|
| 1555 | - 'OC\\Encryption\\EncryptionEventListener' => $baseDir . '/lib/private/Encryption/EncryptionEventListener.php', |
|
| 1556 | - 'OC\\Encryption\\EncryptionWrapper' => $baseDir . '/lib/private/Encryption/EncryptionWrapper.php', |
|
| 1557 | - 'OC\\Encryption\\Exceptions\\DecryptionFailedException' => $baseDir . '/lib/private/Encryption/Exceptions/DecryptionFailedException.php', |
|
| 1558 | - 'OC\\Encryption\\Exceptions\\EmptyEncryptionDataException' => $baseDir . '/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php', |
|
| 1559 | - 'OC\\Encryption\\Exceptions\\EncryptionFailedException' => $baseDir . '/lib/private/Encryption/Exceptions/EncryptionFailedException.php', |
|
| 1560 | - 'OC\\Encryption\\Exceptions\\EncryptionHeaderKeyExistsException' => $baseDir . '/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php', |
|
| 1561 | - 'OC\\Encryption\\Exceptions\\EncryptionHeaderToLargeException' => $baseDir . '/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php', |
|
| 1562 | - 'OC\\Encryption\\Exceptions\\ModuleAlreadyExistsException' => $baseDir . '/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php', |
|
| 1563 | - 'OC\\Encryption\\Exceptions\\ModuleDoesNotExistsException' => $baseDir . '/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php', |
|
| 1564 | - 'OC\\Encryption\\Exceptions\\UnknownCipherException' => $baseDir . '/lib/private/Encryption/Exceptions/UnknownCipherException.php', |
|
| 1565 | - 'OC\\Encryption\\File' => $baseDir . '/lib/private/Encryption/File.php', |
|
| 1566 | - 'OC\\Encryption\\Keys\\Storage' => $baseDir . '/lib/private/Encryption/Keys/Storage.php', |
|
| 1567 | - 'OC\\Encryption\\Manager' => $baseDir . '/lib/private/Encryption/Manager.php', |
|
| 1568 | - 'OC\\Encryption\\Update' => $baseDir . '/lib/private/Encryption/Update.php', |
|
| 1569 | - 'OC\\Encryption\\Util' => $baseDir . '/lib/private/Encryption/Util.php', |
|
| 1570 | - 'OC\\EventDispatcher\\EventDispatcher' => $baseDir . '/lib/private/EventDispatcher/EventDispatcher.php', |
|
| 1571 | - 'OC\\EventDispatcher\\ServiceEventListener' => $baseDir . '/lib/private/EventDispatcher/ServiceEventListener.php', |
|
| 1572 | - 'OC\\EventSource' => $baseDir . '/lib/private/EventSource.php', |
|
| 1573 | - 'OC\\EventSourceFactory' => $baseDir . '/lib/private/EventSourceFactory.php', |
|
| 1574 | - 'OC\\Federation\\CloudFederationFactory' => $baseDir . '/lib/private/Federation/CloudFederationFactory.php', |
|
| 1575 | - 'OC\\Federation\\CloudFederationNotification' => $baseDir . '/lib/private/Federation/CloudFederationNotification.php', |
|
| 1576 | - 'OC\\Federation\\CloudFederationProviderManager' => $baseDir . '/lib/private/Federation/CloudFederationProviderManager.php', |
|
| 1577 | - 'OC\\Federation\\CloudFederationShare' => $baseDir . '/lib/private/Federation/CloudFederationShare.php', |
|
| 1578 | - 'OC\\Federation\\CloudId' => $baseDir . '/lib/private/Federation/CloudId.php', |
|
| 1579 | - 'OC\\Federation\\CloudIdManager' => $baseDir . '/lib/private/Federation/CloudIdManager.php', |
|
| 1580 | - 'OC\\FilesMetadata\\FilesMetadataManager' => $baseDir . '/lib/private/FilesMetadata/FilesMetadataManager.php', |
|
| 1581 | - 'OC\\FilesMetadata\\Job\\UpdateSingleMetadata' => $baseDir . '/lib/private/FilesMetadata/Job/UpdateSingleMetadata.php', |
|
| 1582 | - 'OC\\FilesMetadata\\Listener\\MetadataDelete' => $baseDir . '/lib/private/FilesMetadata/Listener/MetadataDelete.php', |
|
| 1583 | - 'OC\\FilesMetadata\\Listener\\MetadataUpdate' => $baseDir . '/lib/private/FilesMetadata/Listener/MetadataUpdate.php', |
|
| 1584 | - 'OC\\FilesMetadata\\MetadataQuery' => $baseDir . '/lib/private/FilesMetadata/MetadataQuery.php', |
|
| 1585 | - 'OC\\FilesMetadata\\Model\\FilesMetadata' => $baseDir . '/lib/private/FilesMetadata/Model/FilesMetadata.php', |
|
| 1586 | - 'OC\\FilesMetadata\\Model\\MetadataValueWrapper' => $baseDir . '/lib/private/FilesMetadata/Model/MetadataValueWrapper.php', |
|
| 1587 | - 'OC\\FilesMetadata\\Service\\IndexRequestService' => $baseDir . '/lib/private/FilesMetadata/Service/IndexRequestService.php', |
|
| 1588 | - 'OC\\FilesMetadata\\Service\\MetadataRequestService' => $baseDir . '/lib/private/FilesMetadata/Service/MetadataRequestService.php', |
|
| 1589 | - 'OC\\Files\\AppData\\AppData' => $baseDir . '/lib/private/Files/AppData/AppData.php', |
|
| 1590 | - 'OC\\Files\\AppData\\Factory' => $baseDir . '/lib/private/Files/AppData/Factory.php', |
|
| 1591 | - 'OC\\Files\\Cache\\Cache' => $baseDir . '/lib/private/Files/Cache/Cache.php', |
|
| 1592 | - 'OC\\Files\\Cache\\CacheDependencies' => $baseDir . '/lib/private/Files/Cache/CacheDependencies.php', |
|
| 1593 | - 'OC\\Files\\Cache\\CacheEntry' => $baseDir . '/lib/private/Files/Cache/CacheEntry.php', |
|
| 1594 | - 'OC\\Files\\Cache\\CacheQueryBuilder' => $baseDir . '/lib/private/Files/Cache/CacheQueryBuilder.php', |
|
| 1595 | - 'OC\\Files\\Cache\\FailedCache' => $baseDir . '/lib/private/Files/Cache/FailedCache.php', |
|
| 1596 | - 'OC\\Files\\Cache\\FileAccess' => $baseDir . '/lib/private/Files/Cache/FileAccess.php', |
|
| 1597 | - 'OC\\Files\\Cache\\HomeCache' => $baseDir . '/lib/private/Files/Cache/HomeCache.php', |
|
| 1598 | - 'OC\\Files\\Cache\\HomePropagator' => $baseDir . '/lib/private/Files/Cache/HomePropagator.php', |
|
| 1599 | - 'OC\\Files\\Cache\\LocalRootScanner' => $baseDir . '/lib/private/Files/Cache/LocalRootScanner.php', |
|
| 1600 | - 'OC\\Files\\Cache\\MoveFromCacheTrait' => $baseDir . '/lib/private/Files/Cache/MoveFromCacheTrait.php', |
|
| 1601 | - 'OC\\Files\\Cache\\NullWatcher' => $baseDir . '/lib/private/Files/Cache/NullWatcher.php', |
|
| 1602 | - 'OC\\Files\\Cache\\Propagator' => $baseDir . '/lib/private/Files/Cache/Propagator.php', |
|
| 1603 | - 'OC\\Files\\Cache\\QuerySearchHelper' => $baseDir . '/lib/private/Files/Cache/QuerySearchHelper.php', |
|
| 1604 | - 'OC\\Files\\Cache\\Scanner' => $baseDir . '/lib/private/Files/Cache/Scanner.php', |
|
| 1605 | - 'OC\\Files\\Cache\\SearchBuilder' => $baseDir . '/lib/private/Files/Cache/SearchBuilder.php', |
|
| 1606 | - 'OC\\Files\\Cache\\Storage' => $baseDir . '/lib/private/Files/Cache/Storage.php', |
|
| 1607 | - 'OC\\Files\\Cache\\StorageGlobal' => $baseDir . '/lib/private/Files/Cache/StorageGlobal.php', |
|
| 1608 | - 'OC\\Files\\Cache\\Updater' => $baseDir . '/lib/private/Files/Cache/Updater.php', |
|
| 1609 | - 'OC\\Files\\Cache\\Watcher' => $baseDir . '/lib/private/Files/Cache/Watcher.php', |
|
| 1610 | - 'OC\\Files\\Cache\\Wrapper\\CacheJail' => $baseDir . '/lib/private/Files/Cache/Wrapper/CacheJail.php', |
|
| 1611 | - 'OC\\Files\\Cache\\Wrapper\\CachePermissionsMask' => $baseDir . '/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php', |
|
| 1612 | - 'OC\\Files\\Cache\\Wrapper\\CacheWrapper' => $baseDir . '/lib/private/Files/Cache/Wrapper/CacheWrapper.php', |
|
| 1613 | - 'OC\\Files\\Cache\\Wrapper\\JailPropagator' => $baseDir . '/lib/private/Files/Cache/Wrapper/JailPropagator.php', |
|
| 1614 | - 'OC\\Files\\Cache\\Wrapper\\JailWatcher' => $baseDir . '/lib/private/Files/Cache/Wrapper/JailWatcher.php', |
|
| 1615 | - 'OC\\Files\\Config\\CachedMountFileInfo' => $baseDir . '/lib/private/Files/Config/CachedMountFileInfo.php', |
|
| 1616 | - 'OC\\Files\\Config\\CachedMountInfo' => $baseDir . '/lib/private/Files/Config/CachedMountInfo.php', |
|
| 1617 | - 'OC\\Files\\Config\\LazyPathCachedMountInfo' => $baseDir . '/lib/private/Files/Config/LazyPathCachedMountInfo.php', |
|
| 1618 | - 'OC\\Files\\Config\\LazyStorageMountInfo' => $baseDir . '/lib/private/Files/Config/LazyStorageMountInfo.php', |
|
| 1619 | - 'OC\\Files\\Config\\MountProviderCollection' => $baseDir . '/lib/private/Files/Config/MountProviderCollection.php', |
|
| 1620 | - 'OC\\Files\\Config\\UserMountCache' => $baseDir . '/lib/private/Files/Config/UserMountCache.php', |
|
| 1621 | - 'OC\\Files\\Config\\UserMountCacheListener' => $baseDir . '/lib/private/Files/Config/UserMountCacheListener.php', |
|
| 1622 | - 'OC\\Files\\Conversion\\ConversionManager' => $baseDir . '/lib/private/Files/Conversion/ConversionManager.php', |
|
| 1623 | - 'OC\\Files\\FileInfo' => $baseDir . '/lib/private/Files/FileInfo.php', |
|
| 1624 | - 'OC\\Files\\FilenameValidator' => $baseDir . '/lib/private/Files/FilenameValidator.php', |
|
| 1625 | - 'OC\\Files\\Filesystem' => $baseDir . '/lib/private/Files/Filesystem.php', |
|
| 1626 | - 'OC\\Files\\Lock\\LockManager' => $baseDir . '/lib/private/Files/Lock/LockManager.php', |
|
| 1627 | - 'OC\\Files\\Mount\\CacheMountProvider' => $baseDir . '/lib/private/Files/Mount/CacheMountProvider.php', |
|
| 1628 | - 'OC\\Files\\Mount\\HomeMountPoint' => $baseDir . '/lib/private/Files/Mount/HomeMountPoint.php', |
|
| 1629 | - 'OC\\Files\\Mount\\LocalHomeMountProvider' => $baseDir . '/lib/private/Files/Mount/LocalHomeMountProvider.php', |
|
| 1630 | - 'OC\\Files\\Mount\\Manager' => $baseDir . '/lib/private/Files/Mount/Manager.php', |
|
| 1631 | - 'OC\\Files\\Mount\\MountPoint' => $baseDir . '/lib/private/Files/Mount/MountPoint.php', |
|
| 1632 | - 'OC\\Files\\Mount\\MoveableMount' => $baseDir . '/lib/private/Files/Mount/MoveableMount.php', |
|
| 1633 | - 'OC\\Files\\Mount\\ObjectHomeMountProvider' => $baseDir . '/lib/private/Files/Mount/ObjectHomeMountProvider.php', |
|
| 1634 | - 'OC\\Files\\Mount\\ObjectStorePreviewCacheMountProvider' => $baseDir . '/lib/private/Files/Mount/ObjectStorePreviewCacheMountProvider.php', |
|
| 1635 | - 'OC\\Files\\Mount\\RootMountProvider' => $baseDir . '/lib/private/Files/Mount/RootMountProvider.php', |
|
| 1636 | - 'OC\\Files\\Node\\File' => $baseDir . '/lib/private/Files/Node/File.php', |
|
| 1637 | - 'OC\\Files\\Node\\Folder' => $baseDir . '/lib/private/Files/Node/Folder.php', |
|
| 1638 | - 'OC\\Files\\Node\\HookConnector' => $baseDir . '/lib/private/Files/Node/HookConnector.php', |
|
| 1639 | - 'OC\\Files\\Node\\LazyFolder' => $baseDir . '/lib/private/Files/Node/LazyFolder.php', |
|
| 1640 | - 'OC\\Files\\Node\\LazyRoot' => $baseDir . '/lib/private/Files/Node/LazyRoot.php', |
|
| 1641 | - 'OC\\Files\\Node\\LazyUserFolder' => $baseDir . '/lib/private/Files/Node/LazyUserFolder.php', |
|
| 1642 | - 'OC\\Files\\Node\\Node' => $baseDir . '/lib/private/Files/Node/Node.php', |
|
| 1643 | - 'OC\\Files\\Node\\NonExistingFile' => $baseDir . '/lib/private/Files/Node/NonExistingFile.php', |
|
| 1644 | - 'OC\\Files\\Node\\NonExistingFolder' => $baseDir . '/lib/private/Files/Node/NonExistingFolder.php', |
|
| 1645 | - 'OC\\Files\\Node\\Root' => $baseDir . '/lib/private/Files/Node/Root.php', |
|
| 1646 | - 'OC\\Files\\Notify\\Change' => $baseDir . '/lib/private/Files/Notify/Change.php', |
|
| 1647 | - 'OC\\Files\\Notify\\RenameChange' => $baseDir . '/lib/private/Files/Notify/RenameChange.php', |
|
| 1648 | - 'OC\\Files\\ObjectStore\\AppdataPreviewObjectStoreStorage' => $baseDir . '/lib/private/Files/ObjectStore/AppdataPreviewObjectStoreStorage.php', |
|
| 1649 | - 'OC\\Files\\ObjectStore\\Azure' => $baseDir . '/lib/private/Files/ObjectStore/Azure.php', |
|
| 1650 | - 'OC\\Files\\ObjectStore\\HomeObjectStoreStorage' => $baseDir . '/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php', |
|
| 1651 | - 'OC\\Files\\ObjectStore\\Mapper' => $baseDir . '/lib/private/Files/ObjectStore/Mapper.php', |
|
| 1652 | - 'OC\\Files\\ObjectStore\\ObjectStoreScanner' => $baseDir . '/lib/private/Files/ObjectStore/ObjectStoreScanner.php', |
|
| 1653 | - 'OC\\Files\\ObjectStore\\ObjectStoreStorage' => $baseDir . '/lib/private/Files/ObjectStore/ObjectStoreStorage.php', |
|
| 1654 | - 'OC\\Files\\ObjectStore\\PrimaryObjectStoreConfig' => $baseDir . '/lib/private/Files/ObjectStore/PrimaryObjectStoreConfig.php', |
|
| 1655 | - 'OC\\Files\\ObjectStore\\S3' => $baseDir . '/lib/private/Files/ObjectStore/S3.php', |
|
| 1656 | - 'OC\\Files\\ObjectStore\\S3ConfigTrait' => $baseDir . '/lib/private/Files/ObjectStore/S3ConfigTrait.php', |
|
| 1657 | - 'OC\\Files\\ObjectStore\\S3ConnectionTrait' => $baseDir . '/lib/private/Files/ObjectStore/S3ConnectionTrait.php', |
|
| 1658 | - 'OC\\Files\\ObjectStore\\S3ObjectTrait' => $baseDir . '/lib/private/Files/ObjectStore/S3ObjectTrait.php', |
|
| 1659 | - 'OC\\Files\\ObjectStore\\S3Signature' => $baseDir . '/lib/private/Files/ObjectStore/S3Signature.php', |
|
| 1660 | - 'OC\\Files\\ObjectStore\\StorageObjectStore' => $baseDir . '/lib/private/Files/ObjectStore/StorageObjectStore.php', |
|
| 1661 | - 'OC\\Files\\ObjectStore\\Swift' => $baseDir . '/lib/private/Files/ObjectStore/Swift.php', |
|
| 1662 | - 'OC\\Files\\ObjectStore\\SwiftFactory' => $baseDir . '/lib/private/Files/ObjectStore/SwiftFactory.php', |
|
| 1663 | - 'OC\\Files\\ObjectStore\\SwiftV2CachingAuthService' => $baseDir . '/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php', |
|
| 1664 | - 'OC\\Files\\Search\\QueryOptimizer\\FlattenNestedBool' => $baseDir . '/lib/private/Files/Search/QueryOptimizer/FlattenNestedBool.php', |
|
| 1665 | - 'OC\\Files\\Search\\QueryOptimizer\\FlattenSingleArgumentBinaryOperation' => $baseDir . '/lib/private/Files/Search/QueryOptimizer/FlattenSingleArgumentBinaryOperation.php', |
|
| 1666 | - 'OC\\Files\\Search\\QueryOptimizer\\MergeDistributiveOperations' => $baseDir . '/lib/private/Files/Search/QueryOptimizer/MergeDistributiveOperations.php', |
|
| 1667 | - 'OC\\Files\\Search\\QueryOptimizer\\OrEqualsToIn' => $baseDir . '/lib/private/Files/Search/QueryOptimizer/OrEqualsToIn.php', |
|
| 1668 | - 'OC\\Files\\Search\\QueryOptimizer\\PathPrefixOptimizer' => $baseDir . '/lib/private/Files/Search/QueryOptimizer/PathPrefixOptimizer.php', |
|
| 1669 | - 'OC\\Files\\Search\\QueryOptimizer\\QueryOptimizer' => $baseDir . '/lib/private/Files/Search/QueryOptimizer/QueryOptimizer.php', |
|
| 1670 | - 'OC\\Files\\Search\\QueryOptimizer\\QueryOptimizerStep' => $baseDir . '/lib/private/Files/Search/QueryOptimizer/QueryOptimizerStep.php', |
|
| 1671 | - 'OC\\Files\\Search\\QueryOptimizer\\ReplacingOptimizerStep' => $baseDir . '/lib/private/Files/Search/QueryOptimizer/ReplacingOptimizerStep.php', |
|
| 1672 | - 'OC\\Files\\Search\\QueryOptimizer\\SplitLargeIn' => $baseDir . '/lib/private/Files/Search/QueryOptimizer/SplitLargeIn.php', |
|
| 1673 | - 'OC\\Files\\Search\\SearchBinaryOperator' => $baseDir . '/lib/private/Files/Search/SearchBinaryOperator.php', |
|
| 1674 | - 'OC\\Files\\Search\\SearchComparison' => $baseDir . '/lib/private/Files/Search/SearchComparison.php', |
|
| 1675 | - 'OC\\Files\\Search\\SearchOrder' => $baseDir . '/lib/private/Files/Search/SearchOrder.php', |
|
| 1676 | - 'OC\\Files\\Search\\SearchQuery' => $baseDir . '/lib/private/Files/Search/SearchQuery.php', |
|
| 1677 | - 'OC\\Files\\SetupManager' => $baseDir . '/lib/private/Files/SetupManager.php', |
|
| 1678 | - 'OC\\Files\\SetupManagerFactory' => $baseDir . '/lib/private/Files/SetupManagerFactory.php', |
|
| 1679 | - 'OC\\Files\\SimpleFS\\NewSimpleFile' => $baseDir . '/lib/private/Files/SimpleFS/NewSimpleFile.php', |
|
| 1680 | - 'OC\\Files\\SimpleFS\\SimpleFile' => $baseDir . '/lib/private/Files/SimpleFS/SimpleFile.php', |
|
| 1681 | - 'OC\\Files\\SimpleFS\\SimpleFolder' => $baseDir . '/lib/private/Files/SimpleFS/SimpleFolder.php', |
|
| 1682 | - 'OC\\Files\\Storage\\Common' => $baseDir . '/lib/private/Files/Storage/Common.php', |
|
| 1683 | - 'OC\\Files\\Storage\\CommonTest' => $baseDir . '/lib/private/Files/Storage/CommonTest.php', |
|
| 1684 | - 'OC\\Files\\Storage\\DAV' => $baseDir . '/lib/private/Files/Storage/DAV.php', |
|
| 1685 | - 'OC\\Files\\Storage\\FailedStorage' => $baseDir . '/lib/private/Files/Storage/FailedStorage.php', |
|
| 1686 | - 'OC\\Files\\Storage\\Home' => $baseDir . '/lib/private/Files/Storage/Home.php', |
|
| 1687 | - 'OC\\Files\\Storage\\Local' => $baseDir . '/lib/private/Files/Storage/Local.php', |
|
| 1688 | - 'OC\\Files\\Storage\\LocalRootStorage' => $baseDir . '/lib/private/Files/Storage/LocalRootStorage.php', |
|
| 1689 | - 'OC\\Files\\Storage\\LocalTempFileTrait' => $baseDir . '/lib/private/Files/Storage/LocalTempFileTrait.php', |
|
| 1690 | - 'OC\\Files\\Storage\\PolyFill\\CopyDirectory' => $baseDir . '/lib/private/Files/Storage/PolyFill/CopyDirectory.php', |
|
| 1691 | - 'OC\\Files\\Storage\\Storage' => $baseDir . '/lib/private/Files/Storage/Storage.php', |
|
| 1692 | - 'OC\\Files\\Storage\\StorageFactory' => $baseDir . '/lib/private/Files/Storage/StorageFactory.php', |
|
| 1693 | - 'OC\\Files\\Storage\\Temporary' => $baseDir . '/lib/private/Files/Storage/Temporary.php', |
|
| 1694 | - 'OC\\Files\\Storage\\Wrapper\\Availability' => $baseDir . '/lib/private/Files/Storage/Wrapper/Availability.php', |
|
| 1695 | - 'OC\\Files\\Storage\\Wrapper\\Encoding' => $baseDir . '/lib/private/Files/Storage/Wrapper/Encoding.php', |
|
| 1696 | - 'OC\\Files\\Storage\\Wrapper\\EncodingDirectoryWrapper' => $baseDir . '/lib/private/Files/Storage/Wrapper/EncodingDirectoryWrapper.php', |
|
| 1697 | - 'OC\\Files\\Storage\\Wrapper\\Encryption' => $baseDir . '/lib/private/Files/Storage/Wrapper/Encryption.php', |
|
| 1698 | - 'OC\\Files\\Storage\\Wrapper\\Jail' => $baseDir . '/lib/private/Files/Storage/Wrapper/Jail.php', |
|
| 1699 | - 'OC\\Files\\Storage\\Wrapper\\KnownMtime' => $baseDir . '/lib/private/Files/Storage/Wrapper/KnownMtime.php', |
|
| 1700 | - 'OC\\Files\\Storage\\Wrapper\\PermissionsMask' => $baseDir . '/lib/private/Files/Storage/Wrapper/PermissionsMask.php', |
|
| 1701 | - 'OC\\Files\\Storage\\Wrapper\\Quota' => $baseDir . '/lib/private/Files/Storage/Wrapper/Quota.php', |
|
| 1702 | - 'OC\\Files\\Storage\\Wrapper\\Wrapper' => $baseDir . '/lib/private/Files/Storage/Wrapper/Wrapper.php', |
|
| 1703 | - 'OC\\Files\\Stream\\Encryption' => $baseDir . '/lib/private/Files/Stream/Encryption.php', |
|
| 1704 | - 'OC\\Files\\Stream\\HashWrapper' => $baseDir . '/lib/private/Files/Stream/HashWrapper.php', |
|
| 1705 | - 'OC\\Files\\Stream\\Quota' => $baseDir . '/lib/private/Files/Stream/Quota.php', |
|
| 1706 | - 'OC\\Files\\Stream\\SeekableHttpStream' => $baseDir . '/lib/private/Files/Stream/SeekableHttpStream.php', |
|
| 1707 | - 'OC\\Files\\Template\\TemplateManager' => $baseDir . '/lib/private/Files/Template/TemplateManager.php', |
|
| 1708 | - 'OC\\Files\\Type\\Detection' => $baseDir . '/lib/private/Files/Type/Detection.php', |
|
| 1709 | - 'OC\\Files\\Type\\Loader' => $baseDir . '/lib/private/Files/Type/Loader.php', |
|
| 1710 | - 'OC\\Files\\Type\\TemplateManager' => $baseDir . '/lib/private/Files/Type/TemplateManager.php', |
|
| 1711 | - 'OC\\Files\\Utils\\PathHelper' => $baseDir . '/lib/private/Files/Utils/PathHelper.php', |
|
| 1712 | - 'OC\\Files\\Utils\\Scanner' => $baseDir . '/lib/private/Files/Utils/Scanner.php', |
|
| 1713 | - 'OC\\Files\\View' => $baseDir . '/lib/private/Files/View.php', |
|
| 1714 | - 'OC\\ForbiddenException' => $baseDir . '/lib/private/ForbiddenException.php', |
|
| 1715 | - 'OC\\FullTextSearch\\FullTextSearchManager' => $baseDir . '/lib/private/FullTextSearch/FullTextSearchManager.php', |
|
| 1716 | - 'OC\\FullTextSearch\\Model\\DocumentAccess' => $baseDir . '/lib/private/FullTextSearch/Model/DocumentAccess.php', |
|
| 1717 | - 'OC\\FullTextSearch\\Model\\IndexDocument' => $baseDir . '/lib/private/FullTextSearch/Model/IndexDocument.php', |
|
| 1718 | - 'OC\\FullTextSearch\\Model\\SearchOption' => $baseDir . '/lib/private/FullTextSearch/Model/SearchOption.php', |
|
| 1719 | - 'OC\\FullTextSearch\\Model\\SearchRequestSimpleQuery' => $baseDir . '/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php', |
|
| 1720 | - 'OC\\FullTextSearch\\Model\\SearchTemplate' => $baseDir . '/lib/private/FullTextSearch/Model/SearchTemplate.php', |
|
| 1721 | - 'OC\\GlobalScale\\Config' => $baseDir . '/lib/private/GlobalScale/Config.php', |
|
| 1722 | - 'OC\\Group\\Backend' => $baseDir . '/lib/private/Group/Backend.php', |
|
| 1723 | - 'OC\\Group\\Database' => $baseDir . '/lib/private/Group/Database.php', |
|
| 1724 | - 'OC\\Group\\DisplayNameCache' => $baseDir . '/lib/private/Group/DisplayNameCache.php', |
|
| 1725 | - 'OC\\Group\\Group' => $baseDir . '/lib/private/Group/Group.php', |
|
| 1726 | - 'OC\\Group\\Manager' => $baseDir . '/lib/private/Group/Manager.php', |
|
| 1727 | - 'OC\\Group\\MetaData' => $baseDir . '/lib/private/Group/MetaData.php', |
|
| 1728 | - 'OC\\HintException' => $baseDir . '/lib/private/HintException.php', |
|
| 1729 | - 'OC\\Hooks\\BasicEmitter' => $baseDir . '/lib/private/Hooks/BasicEmitter.php', |
|
| 1730 | - 'OC\\Hooks\\Emitter' => $baseDir . '/lib/private/Hooks/Emitter.php', |
|
| 1731 | - 'OC\\Hooks\\EmitterTrait' => $baseDir . '/lib/private/Hooks/EmitterTrait.php', |
|
| 1732 | - 'OC\\Hooks\\PublicEmitter' => $baseDir . '/lib/private/Hooks/PublicEmitter.php', |
|
| 1733 | - 'OC\\Http\\Client\\Client' => $baseDir . '/lib/private/Http/Client/Client.php', |
|
| 1734 | - 'OC\\Http\\Client\\ClientService' => $baseDir . '/lib/private/Http/Client/ClientService.php', |
|
| 1735 | - 'OC\\Http\\Client\\DnsPinMiddleware' => $baseDir . '/lib/private/Http/Client/DnsPinMiddleware.php', |
|
| 1736 | - 'OC\\Http\\Client\\GuzzlePromiseAdapter' => $baseDir . '/lib/private/Http/Client/GuzzlePromiseAdapter.php', |
|
| 1737 | - 'OC\\Http\\Client\\NegativeDnsCache' => $baseDir . '/lib/private/Http/Client/NegativeDnsCache.php', |
|
| 1738 | - 'OC\\Http\\Client\\Response' => $baseDir . '/lib/private/Http/Client/Response.php', |
|
| 1739 | - 'OC\\Http\\CookieHelper' => $baseDir . '/lib/private/Http/CookieHelper.php', |
|
| 1740 | - 'OC\\Http\\WellKnown\\RequestManager' => $baseDir . '/lib/private/Http/WellKnown/RequestManager.php', |
|
| 1741 | - 'OC\\Image' => $baseDir . '/lib/private/Image.php', |
|
| 1742 | - 'OC\\InitialStateService' => $baseDir . '/lib/private/InitialStateService.php', |
|
| 1743 | - 'OC\\Installer' => $baseDir . '/lib/private/Installer.php', |
|
| 1744 | - 'OC\\IntegrityCheck\\Checker' => $baseDir . '/lib/private/IntegrityCheck/Checker.php', |
|
| 1745 | - 'OC\\IntegrityCheck\\Exceptions\\InvalidSignatureException' => $baseDir . '/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php', |
|
| 1746 | - 'OC\\IntegrityCheck\\Helpers\\AppLocator' => $baseDir . '/lib/private/IntegrityCheck/Helpers/AppLocator.php', |
|
| 1747 | - 'OC\\IntegrityCheck\\Helpers\\EnvironmentHelper' => $baseDir . '/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php', |
|
| 1748 | - 'OC\\IntegrityCheck\\Helpers\\FileAccessHelper' => $baseDir . '/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php', |
|
| 1749 | - 'OC\\IntegrityCheck\\Iterator\\ExcludeFileByNameFilterIterator' => $baseDir . '/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php', |
|
| 1750 | - 'OC\\IntegrityCheck\\Iterator\\ExcludeFoldersByPathFilterIterator' => $baseDir . '/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php', |
|
| 1751 | - 'OC\\KnownUser\\KnownUser' => $baseDir . '/lib/private/KnownUser/KnownUser.php', |
|
| 1752 | - 'OC\\KnownUser\\KnownUserMapper' => $baseDir . '/lib/private/KnownUser/KnownUserMapper.php', |
|
| 1753 | - 'OC\\KnownUser\\KnownUserService' => $baseDir . '/lib/private/KnownUser/KnownUserService.php', |
|
| 1754 | - 'OC\\L10N\\Factory' => $baseDir . '/lib/private/L10N/Factory.php', |
|
| 1755 | - 'OC\\L10N\\L10N' => $baseDir . '/lib/private/L10N/L10N.php', |
|
| 1756 | - 'OC\\L10N\\L10NString' => $baseDir . '/lib/private/L10N/L10NString.php', |
|
| 1757 | - 'OC\\L10N\\LanguageIterator' => $baseDir . '/lib/private/L10N/LanguageIterator.php', |
|
| 1758 | - 'OC\\L10N\\LanguageNotFoundException' => $baseDir . '/lib/private/L10N/LanguageNotFoundException.php', |
|
| 1759 | - 'OC\\L10N\\LazyL10N' => $baseDir . '/lib/private/L10N/LazyL10N.php', |
|
| 1760 | - 'OC\\LDAP\\NullLDAPProviderFactory' => $baseDir . '/lib/private/LDAP/NullLDAPProviderFactory.php', |
|
| 1761 | - 'OC\\LargeFileHelper' => $baseDir . '/lib/private/LargeFileHelper.php', |
|
| 1762 | - 'OC\\Lock\\AbstractLockingProvider' => $baseDir . '/lib/private/Lock/AbstractLockingProvider.php', |
|
| 1763 | - 'OC\\Lock\\DBLockingProvider' => $baseDir . '/lib/private/Lock/DBLockingProvider.php', |
|
| 1764 | - 'OC\\Lock\\MemcacheLockingProvider' => $baseDir . '/lib/private/Lock/MemcacheLockingProvider.php', |
|
| 1765 | - 'OC\\Lock\\NoopLockingProvider' => $baseDir . '/lib/private/Lock/NoopLockingProvider.php', |
|
| 1766 | - 'OC\\Lockdown\\Filesystem\\NullCache' => $baseDir . '/lib/private/Lockdown/Filesystem/NullCache.php', |
|
| 1767 | - 'OC\\Lockdown\\Filesystem\\NullStorage' => $baseDir . '/lib/private/Lockdown/Filesystem/NullStorage.php', |
|
| 1768 | - 'OC\\Lockdown\\LockdownManager' => $baseDir . '/lib/private/Lockdown/LockdownManager.php', |
|
| 1769 | - 'OC\\Log' => $baseDir . '/lib/private/Log.php', |
|
| 1770 | - 'OC\\Log\\ErrorHandler' => $baseDir . '/lib/private/Log/ErrorHandler.php', |
|
| 1771 | - 'OC\\Log\\Errorlog' => $baseDir . '/lib/private/Log/Errorlog.php', |
|
| 1772 | - 'OC\\Log\\ExceptionSerializer' => $baseDir . '/lib/private/Log/ExceptionSerializer.php', |
|
| 1773 | - 'OC\\Log\\File' => $baseDir . '/lib/private/Log/File.php', |
|
| 1774 | - 'OC\\Log\\LogDetails' => $baseDir . '/lib/private/Log/LogDetails.php', |
|
| 1775 | - 'OC\\Log\\LogFactory' => $baseDir . '/lib/private/Log/LogFactory.php', |
|
| 1776 | - 'OC\\Log\\PsrLoggerAdapter' => $baseDir . '/lib/private/Log/PsrLoggerAdapter.php', |
|
| 1777 | - 'OC\\Log\\Rotate' => $baseDir . '/lib/private/Log/Rotate.php', |
|
| 1778 | - 'OC\\Log\\Syslog' => $baseDir . '/lib/private/Log/Syslog.php', |
|
| 1779 | - 'OC\\Log\\Systemdlog' => $baseDir . '/lib/private/Log/Systemdlog.php', |
|
| 1780 | - 'OC\\Mail\\Attachment' => $baseDir . '/lib/private/Mail/Attachment.php', |
|
| 1781 | - 'OC\\Mail\\EMailTemplate' => $baseDir . '/lib/private/Mail/EMailTemplate.php', |
|
| 1782 | - 'OC\\Mail\\Mailer' => $baseDir . '/lib/private/Mail/Mailer.php', |
|
| 1783 | - 'OC\\Mail\\Message' => $baseDir . '/lib/private/Mail/Message.php', |
|
| 1784 | - 'OC\\Mail\\Provider\\Manager' => $baseDir . '/lib/private/Mail/Provider/Manager.php', |
|
| 1785 | - 'OC\\Memcache\\APCu' => $baseDir . '/lib/private/Memcache/APCu.php', |
|
| 1786 | - 'OC\\Memcache\\ArrayCache' => $baseDir . '/lib/private/Memcache/ArrayCache.php', |
|
| 1787 | - 'OC\\Memcache\\CADTrait' => $baseDir . '/lib/private/Memcache/CADTrait.php', |
|
| 1788 | - 'OC\\Memcache\\CASTrait' => $baseDir . '/lib/private/Memcache/CASTrait.php', |
|
| 1789 | - 'OC\\Memcache\\Cache' => $baseDir . '/lib/private/Memcache/Cache.php', |
|
| 1790 | - 'OC\\Memcache\\Factory' => $baseDir . '/lib/private/Memcache/Factory.php', |
|
| 1791 | - 'OC\\Memcache\\LoggerWrapperCache' => $baseDir . '/lib/private/Memcache/LoggerWrapperCache.php', |
|
| 1792 | - 'OC\\Memcache\\Memcached' => $baseDir . '/lib/private/Memcache/Memcached.php', |
|
| 1793 | - 'OC\\Memcache\\NullCache' => $baseDir . '/lib/private/Memcache/NullCache.php', |
|
| 1794 | - 'OC\\Memcache\\ProfilerWrapperCache' => $baseDir . '/lib/private/Memcache/ProfilerWrapperCache.php', |
|
| 1795 | - 'OC\\Memcache\\Redis' => $baseDir . '/lib/private/Memcache/Redis.php', |
|
| 1796 | - 'OC\\Memcache\\WithLocalCache' => $baseDir . '/lib/private/Memcache/WithLocalCache.php', |
|
| 1797 | - 'OC\\MemoryInfo' => $baseDir . '/lib/private/MemoryInfo.php', |
|
| 1798 | - 'OC\\Migration\\BackgroundRepair' => $baseDir . '/lib/private/Migration/BackgroundRepair.php', |
|
| 1799 | - 'OC\\Migration\\ConsoleOutput' => $baseDir . '/lib/private/Migration/ConsoleOutput.php', |
|
| 1800 | - 'OC\\Migration\\Exceptions\\AttributeException' => $baseDir . '/lib/private/Migration/Exceptions/AttributeException.php', |
|
| 1801 | - 'OC\\Migration\\MetadataManager' => $baseDir . '/lib/private/Migration/MetadataManager.php', |
|
| 1802 | - 'OC\\Migration\\NullOutput' => $baseDir . '/lib/private/Migration/NullOutput.php', |
|
| 1803 | - 'OC\\Migration\\SimpleOutput' => $baseDir . '/lib/private/Migration/SimpleOutput.php', |
|
| 1804 | - 'OC\\NaturalSort' => $baseDir . '/lib/private/NaturalSort.php', |
|
| 1805 | - 'OC\\NaturalSort_DefaultCollator' => $baseDir . '/lib/private/NaturalSort_DefaultCollator.php', |
|
| 1806 | - 'OC\\NavigationManager' => $baseDir . '/lib/private/NavigationManager.php', |
|
| 1807 | - 'OC\\NeedsUpdateException' => $baseDir . '/lib/private/NeedsUpdateException.php', |
|
| 1808 | - 'OC\\Net\\HostnameClassifier' => $baseDir . '/lib/private/Net/HostnameClassifier.php', |
|
| 1809 | - 'OC\\Net\\IpAddressClassifier' => $baseDir . '/lib/private/Net/IpAddressClassifier.php', |
|
| 1810 | - 'OC\\NotSquareException' => $baseDir . '/lib/private/NotSquareException.php', |
|
| 1811 | - 'OC\\Notification\\Action' => $baseDir . '/lib/private/Notification/Action.php', |
|
| 1812 | - 'OC\\Notification\\Manager' => $baseDir . '/lib/private/Notification/Manager.php', |
|
| 1813 | - 'OC\\Notification\\Notification' => $baseDir . '/lib/private/Notification/Notification.php', |
|
| 1814 | - 'OC\\OCM\\Model\\OCMProvider' => $baseDir . '/lib/private/OCM/Model/OCMProvider.php', |
|
| 1815 | - 'OC\\OCM\\Model\\OCMResource' => $baseDir . '/lib/private/OCM/Model/OCMResource.php', |
|
| 1816 | - 'OC\\OCM\\OCMDiscoveryService' => $baseDir . '/lib/private/OCM/OCMDiscoveryService.php', |
|
| 1817 | - 'OC\\OCM\\OCMSignatoryManager' => $baseDir . '/lib/private/OCM/OCMSignatoryManager.php', |
|
| 1818 | - 'OC\\OCS\\ApiHelper' => $baseDir . '/lib/private/OCS/ApiHelper.php', |
|
| 1819 | - 'OC\\OCS\\CoreCapabilities' => $baseDir . '/lib/private/OCS/CoreCapabilities.php', |
|
| 1820 | - 'OC\\OCS\\DiscoveryService' => $baseDir . '/lib/private/OCS/DiscoveryService.php', |
|
| 1821 | - 'OC\\OCS\\Provider' => $baseDir . '/lib/private/OCS/Provider.php', |
|
| 1822 | - 'OC\\PhoneNumberUtil' => $baseDir . '/lib/private/PhoneNumberUtil.php', |
|
| 1823 | - 'OC\\PreviewManager' => $baseDir . '/lib/private/PreviewManager.php', |
|
| 1824 | - 'OC\\PreviewNotAvailableException' => $baseDir . '/lib/private/PreviewNotAvailableException.php', |
|
| 1825 | - 'OC\\Preview\\BMP' => $baseDir . '/lib/private/Preview/BMP.php', |
|
| 1826 | - 'OC\\Preview\\BackgroundCleanupJob' => $baseDir . '/lib/private/Preview/BackgroundCleanupJob.php', |
|
| 1827 | - 'OC\\Preview\\Bitmap' => $baseDir . '/lib/private/Preview/Bitmap.php', |
|
| 1828 | - 'OC\\Preview\\Bundled' => $baseDir . '/lib/private/Preview/Bundled.php', |
|
| 1829 | - 'OC\\Preview\\EMF' => $baseDir . '/lib/private/Preview/EMF.php', |
|
| 1830 | - 'OC\\Preview\\Font' => $baseDir . '/lib/private/Preview/Font.php', |
|
| 1831 | - 'OC\\Preview\\GIF' => $baseDir . '/lib/private/Preview/GIF.php', |
|
| 1832 | - 'OC\\Preview\\Generator' => $baseDir . '/lib/private/Preview/Generator.php', |
|
| 1833 | - 'OC\\Preview\\GeneratorHelper' => $baseDir . '/lib/private/Preview/GeneratorHelper.php', |
|
| 1834 | - 'OC\\Preview\\HEIC' => $baseDir . '/lib/private/Preview/HEIC.php', |
|
| 1835 | - 'OC\\Preview\\IMagickSupport' => $baseDir . '/lib/private/Preview/IMagickSupport.php', |
|
| 1836 | - 'OC\\Preview\\Illustrator' => $baseDir . '/lib/private/Preview/Illustrator.php', |
|
| 1837 | - 'OC\\Preview\\Image' => $baseDir . '/lib/private/Preview/Image.php', |
|
| 1838 | - 'OC\\Preview\\Imaginary' => $baseDir . '/lib/private/Preview/Imaginary.php', |
|
| 1839 | - 'OC\\Preview\\ImaginaryPDF' => $baseDir . '/lib/private/Preview/ImaginaryPDF.php', |
|
| 1840 | - 'OC\\Preview\\JPEG' => $baseDir . '/lib/private/Preview/JPEG.php', |
|
| 1841 | - 'OC\\Preview\\Krita' => $baseDir . '/lib/private/Preview/Krita.php', |
|
| 1842 | - 'OC\\Preview\\MP3' => $baseDir . '/lib/private/Preview/MP3.php', |
|
| 1843 | - 'OC\\Preview\\MSOffice2003' => $baseDir . '/lib/private/Preview/MSOffice2003.php', |
|
| 1844 | - 'OC\\Preview\\MSOffice2007' => $baseDir . '/lib/private/Preview/MSOffice2007.php', |
|
| 1845 | - 'OC\\Preview\\MSOfficeDoc' => $baseDir . '/lib/private/Preview/MSOfficeDoc.php', |
|
| 1846 | - 'OC\\Preview\\MarkDown' => $baseDir . '/lib/private/Preview/MarkDown.php', |
|
| 1847 | - 'OC\\Preview\\MimeIconProvider' => $baseDir . '/lib/private/Preview/MimeIconProvider.php', |
|
| 1848 | - 'OC\\Preview\\Movie' => $baseDir . '/lib/private/Preview/Movie.php', |
|
| 1849 | - 'OC\\Preview\\Office' => $baseDir . '/lib/private/Preview/Office.php', |
|
| 1850 | - 'OC\\Preview\\OpenDocument' => $baseDir . '/lib/private/Preview/OpenDocument.php', |
|
| 1851 | - 'OC\\Preview\\PDF' => $baseDir . '/lib/private/Preview/PDF.php', |
|
| 1852 | - 'OC\\Preview\\PNG' => $baseDir . '/lib/private/Preview/PNG.php', |
|
| 1853 | - 'OC\\Preview\\Photoshop' => $baseDir . '/lib/private/Preview/Photoshop.php', |
|
| 1854 | - 'OC\\Preview\\Postscript' => $baseDir . '/lib/private/Preview/Postscript.php', |
|
| 1855 | - 'OC\\Preview\\Provider' => $baseDir . '/lib/private/Preview/Provider.php', |
|
| 1856 | - 'OC\\Preview\\ProviderV1Adapter' => $baseDir . '/lib/private/Preview/ProviderV1Adapter.php', |
|
| 1857 | - 'OC\\Preview\\ProviderV2' => $baseDir . '/lib/private/Preview/ProviderV2.php', |
|
| 1858 | - 'OC\\Preview\\SGI' => $baseDir . '/lib/private/Preview/SGI.php', |
|
| 1859 | - 'OC\\Preview\\SVG' => $baseDir . '/lib/private/Preview/SVG.php', |
|
| 1860 | - 'OC\\Preview\\StarOffice' => $baseDir . '/lib/private/Preview/StarOffice.php', |
|
| 1861 | - 'OC\\Preview\\Storage\\Root' => $baseDir . '/lib/private/Preview/Storage/Root.php', |
|
| 1862 | - 'OC\\Preview\\TGA' => $baseDir . '/lib/private/Preview/TGA.php', |
|
| 1863 | - 'OC\\Preview\\TIFF' => $baseDir . '/lib/private/Preview/TIFF.php', |
|
| 1864 | - 'OC\\Preview\\TXT' => $baseDir . '/lib/private/Preview/TXT.php', |
|
| 1865 | - 'OC\\Preview\\Watcher' => $baseDir . '/lib/private/Preview/Watcher.php', |
|
| 1866 | - 'OC\\Preview\\WatcherConnector' => $baseDir . '/lib/private/Preview/WatcherConnector.php', |
|
| 1867 | - 'OC\\Preview\\WebP' => $baseDir . '/lib/private/Preview/WebP.php', |
|
| 1868 | - 'OC\\Preview\\XBitmap' => $baseDir . '/lib/private/Preview/XBitmap.php', |
|
| 1869 | - 'OC\\Profile\\Actions\\EmailAction' => $baseDir . '/lib/private/Profile/Actions/EmailAction.php', |
|
| 1870 | - 'OC\\Profile\\Actions\\FediverseAction' => $baseDir . '/lib/private/Profile/Actions/FediverseAction.php', |
|
| 1871 | - 'OC\\Profile\\Actions\\PhoneAction' => $baseDir . '/lib/private/Profile/Actions/PhoneAction.php', |
|
| 1872 | - 'OC\\Profile\\Actions\\TwitterAction' => $baseDir . '/lib/private/Profile/Actions/TwitterAction.php', |
|
| 1873 | - 'OC\\Profile\\Actions\\WebsiteAction' => $baseDir . '/lib/private/Profile/Actions/WebsiteAction.php', |
|
| 1874 | - 'OC\\Profile\\ProfileManager' => $baseDir . '/lib/private/Profile/ProfileManager.php', |
|
| 1875 | - 'OC\\Profile\\TProfileHelper' => $baseDir . '/lib/private/Profile/TProfileHelper.php', |
|
| 1876 | - 'OC\\Profiler\\BuiltInProfiler' => $baseDir . '/lib/private/Profiler/BuiltInProfiler.php', |
|
| 1877 | - 'OC\\Profiler\\FileProfilerStorage' => $baseDir . '/lib/private/Profiler/FileProfilerStorage.php', |
|
| 1878 | - 'OC\\Profiler\\Profile' => $baseDir . '/lib/private/Profiler/Profile.php', |
|
| 1879 | - 'OC\\Profiler\\Profiler' => $baseDir . '/lib/private/Profiler/Profiler.php', |
|
| 1880 | - 'OC\\Profiler\\RoutingDataCollector' => $baseDir . '/lib/private/Profiler/RoutingDataCollector.php', |
|
| 1881 | - 'OC\\RedisFactory' => $baseDir . '/lib/private/RedisFactory.php', |
|
| 1882 | - 'OC\\Remote\\Api\\ApiBase' => $baseDir . '/lib/private/Remote/Api/ApiBase.php', |
|
| 1883 | - 'OC\\Remote\\Api\\ApiCollection' => $baseDir . '/lib/private/Remote/Api/ApiCollection.php', |
|
| 1884 | - 'OC\\Remote\\Api\\ApiFactory' => $baseDir . '/lib/private/Remote/Api/ApiFactory.php', |
|
| 1885 | - 'OC\\Remote\\Api\\NotFoundException' => $baseDir . '/lib/private/Remote/Api/NotFoundException.php', |
|
| 1886 | - 'OC\\Remote\\Api\\OCS' => $baseDir . '/lib/private/Remote/Api/OCS.php', |
|
| 1887 | - 'OC\\Remote\\Credentials' => $baseDir . '/lib/private/Remote/Credentials.php', |
|
| 1888 | - 'OC\\Remote\\Instance' => $baseDir . '/lib/private/Remote/Instance.php', |
|
| 1889 | - 'OC\\Remote\\InstanceFactory' => $baseDir . '/lib/private/Remote/InstanceFactory.php', |
|
| 1890 | - 'OC\\Remote\\User' => $baseDir . '/lib/private/Remote/User.php', |
|
| 1891 | - 'OC\\Repair' => $baseDir . '/lib/private/Repair.php', |
|
| 1892 | - 'OC\\RepairException' => $baseDir . '/lib/private/RepairException.php', |
|
| 1893 | - 'OC\\Repair\\AddAppConfigLazyMigration' => $baseDir . '/lib/private/Repair/AddAppConfigLazyMigration.php', |
|
| 1894 | - 'OC\\Repair\\AddBruteForceCleanupJob' => $baseDir . '/lib/private/Repair/AddBruteForceCleanupJob.php', |
|
| 1895 | - 'OC\\Repair\\AddCleanupDeletedUsersBackgroundJob' => $baseDir . '/lib/private/Repair/AddCleanupDeletedUsersBackgroundJob.php', |
|
| 1896 | - 'OC\\Repair\\AddCleanupUpdaterBackupsJob' => $baseDir . '/lib/private/Repair/AddCleanupUpdaterBackupsJob.php', |
|
| 1897 | - 'OC\\Repair\\AddMetadataGenerationJob' => $baseDir . '/lib/private/Repair/AddMetadataGenerationJob.php', |
|
| 1898 | - 'OC\\Repair\\AddRemoveOldTasksBackgroundJob' => $baseDir . '/lib/private/Repair/AddRemoveOldTasksBackgroundJob.php', |
|
| 1899 | - 'OC\\Repair\\CleanTags' => $baseDir . '/lib/private/Repair/CleanTags.php', |
|
| 1900 | - 'OC\\Repair\\CleanUpAbandonedApps' => $baseDir . '/lib/private/Repair/CleanUpAbandonedApps.php', |
|
| 1901 | - 'OC\\Repair\\ClearFrontendCaches' => $baseDir . '/lib/private/Repair/ClearFrontendCaches.php', |
|
| 1902 | - 'OC\\Repair\\ClearGeneratedAvatarCache' => $baseDir . '/lib/private/Repair/ClearGeneratedAvatarCache.php', |
|
| 1903 | - 'OC\\Repair\\ClearGeneratedAvatarCacheJob' => $baseDir . '/lib/private/Repair/ClearGeneratedAvatarCacheJob.php', |
|
| 1904 | - 'OC\\Repair\\Collation' => $baseDir . '/lib/private/Repair/Collation.php', |
|
| 1905 | - 'OC\\Repair\\ConfigKeyMigration' => $baseDir . '/lib/private/Repair/ConfigKeyMigration.php', |
|
| 1906 | - 'OC\\Repair\\Events\\RepairAdvanceEvent' => $baseDir . '/lib/private/Repair/Events/RepairAdvanceEvent.php', |
|
| 1907 | - 'OC\\Repair\\Events\\RepairErrorEvent' => $baseDir . '/lib/private/Repair/Events/RepairErrorEvent.php', |
|
| 1908 | - 'OC\\Repair\\Events\\RepairFinishEvent' => $baseDir . '/lib/private/Repair/Events/RepairFinishEvent.php', |
|
| 1909 | - 'OC\\Repair\\Events\\RepairInfoEvent' => $baseDir . '/lib/private/Repair/Events/RepairInfoEvent.php', |
|
| 1910 | - 'OC\\Repair\\Events\\RepairStartEvent' => $baseDir . '/lib/private/Repair/Events/RepairStartEvent.php', |
|
| 1911 | - 'OC\\Repair\\Events\\RepairStepEvent' => $baseDir . '/lib/private/Repair/Events/RepairStepEvent.php', |
|
| 1912 | - 'OC\\Repair\\Events\\RepairWarningEvent' => $baseDir . '/lib/private/Repair/Events/RepairWarningEvent.php', |
|
| 1913 | - 'OC\\Repair\\MoveUpdaterStepFile' => $baseDir . '/lib/private/Repair/MoveUpdaterStepFile.php', |
|
| 1914 | - 'OC\\Repair\\NC13\\AddLogRotateJob' => $baseDir . '/lib/private/Repair/NC13/AddLogRotateJob.php', |
|
| 1915 | - 'OC\\Repair\\NC14\\AddPreviewBackgroundCleanupJob' => $baseDir . '/lib/private/Repair/NC14/AddPreviewBackgroundCleanupJob.php', |
|
| 1916 | - 'OC\\Repair\\NC16\\AddClenupLoginFlowV2BackgroundJob' => $baseDir . '/lib/private/Repair/NC16/AddClenupLoginFlowV2BackgroundJob.php', |
|
| 1917 | - 'OC\\Repair\\NC16\\CleanupCardDAVPhotoCache' => $baseDir . '/lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php', |
|
| 1918 | - 'OC\\Repair\\NC16\\ClearCollectionsAccessCache' => $baseDir . '/lib/private/Repair/NC16/ClearCollectionsAccessCache.php', |
|
| 1919 | - 'OC\\Repair\\NC18\\ResetGeneratedAvatarFlag' => $baseDir . '/lib/private/Repair/NC18/ResetGeneratedAvatarFlag.php', |
|
| 1920 | - 'OC\\Repair\\NC20\\EncryptionLegacyCipher' => $baseDir . '/lib/private/Repair/NC20/EncryptionLegacyCipher.php', |
|
| 1921 | - 'OC\\Repair\\NC20\\EncryptionMigration' => $baseDir . '/lib/private/Repair/NC20/EncryptionMigration.php', |
|
| 1922 | - 'OC\\Repair\\NC20\\ShippedDashboardEnable' => $baseDir . '/lib/private/Repair/NC20/ShippedDashboardEnable.php', |
|
| 1923 | - 'OC\\Repair\\NC21\\AddCheckForUserCertificatesJob' => $baseDir . '/lib/private/Repair/NC21/AddCheckForUserCertificatesJob.php', |
|
| 1924 | - 'OC\\Repair\\NC22\\LookupServerSendCheck' => $baseDir . '/lib/private/Repair/NC22/LookupServerSendCheck.php', |
|
| 1925 | - 'OC\\Repair\\NC24\\AddTokenCleanupJob' => $baseDir . '/lib/private/Repair/NC24/AddTokenCleanupJob.php', |
|
| 1926 | - 'OC\\Repair\\NC25\\AddMissingSecretJob' => $baseDir . '/lib/private/Repair/NC25/AddMissingSecretJob.php', |
|
| 1927 | - 'OC\\Repair\\NC29\\SanitizeAccountProperties' => $baseDir . '/lib/private/Repair/NC29/SanitizeAccountProperties.php', |
|
| 1928 | - 'OC\\Repair\\NC29\\SanitizeAccountPropertiesJob' => $baseDir . '/lib/private/Repair/NC29/SanitizeAccountPropertiesJob.php', |
|
| 1929 | - 'OC\\Repair\\NC30\\RemoveLegacyDatadirFile' => $baseDir . '/lib/private/Repair/NC30/RemoveLegacyDatadirFile.php', |
|
| 1930 | - 'OC\\Repair\\OldGroupMembershipShares' => $baseDir . '/lib/private/Repair/OldGroupMembershipShares.php', |
|
| 1931 | - 'OC\\Repair\\Owncloud\\CleanPreviews' => $baseDir . '/lib/private/Repair/Owncloud/CleanPreviews.php', |
|
| 1932 | - 'OC\\Repair\\Owncloud\\CleanPreviewsBackgroundJob' => $baseDir . '/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php', |
|
| 1933 | - 'OC\\Repair\\Owncloud\\DropAccountTermsTable' => $baseDir . '/lib/private/Repair/Owncloud/DropAccountTermsTable.php', |
|
| 1934 | - 'OC\\Repair\\Owncloud\\MigrateOauthTables' => $baseDir . '/lib/private/Repair/Owncloud/MigrateOauthTables.php', |
|
| 1935 | - 'OC\\Repair\\Owncloud\\MoveAvatars' => $baseDir . '/lib/private/Repair/Owncloud/MoveAvatars.php', |
|
| 1936 | - 'OC\\Repair\\Owncloud\\MoveAvatarsBackgroundJob' => $baseDir . '/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php', |
|
| 1937 | - 'OC\\Repair\\Owncloud\\SaveAccountsTableData' => $baseDir . '/lib/private/Repair/Owncloud/SaveAccountsTableData.php', |
|
| 1938 | - 'OC\\Repair\\Owncloud\\UpdateLanguageCodes' => $baseDir . '/lib/private/Repair/Owncloud/UpdateLanguageCodes.php', |
|
| 1939 | - 'OC\\Repair\\RemoveBrokenProperties' => $baseDir . '/lib/private/Repair/RemoveBrokenProperties.php', |
|
| 1940 | - 'OC\\Repair\\RemoveLinkShares' => $baseDir . '/lib/private/Repair/RemoveLinkShares.php', |
|
| 1941 | - 'OC\\Repair\\RepairDavShares' => $baseDir . '/lib/private/Repair/RepairDavShares.php', |
|
| 1942 | - 'OC\\Repair\\RepairInvalidShares' => $baseDir . '/lib/private/Repair/RepairInvalidShares.php', |
|
| 1943 | - 'OC\\Repair\\RepairLogoDimension' => $baseDir . '/lib/private/Repair/RepairLogoDimension.php', |
|
| 1944 | - 'OC\\Repair\\RepairMimeTypes' => $baseDir . '/lib/private/Repair/RepairMimeTypes.php', |
|
| 1945 | - 'OC\\RichObjectStrings\\RichTextFormatter' => $baseDir . '/lib/private/RichObjectStrings/RichTextFormatter.php', |
|
| 1946 | - 'OC\\RichObjectStrings\\Validator' => $baseDir . '/lib/private/RichObjectStrings/Validator.php', |
|
| 1947 | - 'OC\\Route\\CachingRouter' => $baseDir . '/lib/private/Route/CachingRouter.php', |
|
| 1948 | - 'OC\\Route\\Route' => $baseDir . '/lib/private/Route/Route.php', |
|
| 1949 | - 'OC\\Route\\Router' => $baseDir . '/lib/private/Route/Router.php', |
|
| 1950 | - 'OC\\Search\\FilterCollection' => $baseDir . '/lib/private/Search/FilterCollection.php', |
|
| 1951 | - 'OC\\Search\\FilterFactory' => $baseDir . '/lib/private/Search/FilterFactory.php', |
|
| 1952 | - 'OC\\Search\\Filter\\BooleanFilter' => $baseDir . '/lib/private/Search/Filter/BooleanFilter.php', |
|
| 1953 | - 'OC\\Search\\Filter\\DateTimeFilter' => $baseDir . '/lib/private/Search/Filter/DateTimeFilter.php', |
|
| 1954 | - 'OC\\Search\\Filter\\FloatFilter' => $baseDir . '/lib/private/Search/Filter/FloatFilter.php', |
|
| 1955 | - 'OC\\Search\\Filter\\GroupFilter' => $baseDir . '/lib/private/Search/Filter/GroupFilter.php', |
|
| 1956 | - 'OC\\Search\\Filter\\IntegerFilter' => $baseDir . '/lib/private/Search/Filter/IntegerFilter.php', |
|
| 1957 | - 'OC\\Search\\Filter\\StringFilter' => $baseDir . '/lib/private/Search/Filter/StringFilter.php', |
|
| 1958 | - 'OC\\Search\\Filter\\StringsFilter' => $baseDir . '/lib/private/Search/Filter/StringsFilter.php', |
|
| 1959 | - 'OC\\Search\\Filter\\UserFilter' => $baseDir . '/lib/private/Search/Filter/UserFilter.php', |
|
| 1960 | - 'OC\\Search\\SearchComposer' => $baseDir . '/lib/private/Search/SearchComposer.php', |
|
| 1961 | - 'OC\\Search\\SearchQuery' => $baseDir . '/lib/private/Search/SearchQuery.php', |
|
| 1962 | - 'OC\\Search\\UnsupportedFilter' => $baseDir . '/lib/private/Search/UnsupportedFilter.php', |
|
| 1963 | - 'OC\\Security\\Bruteforce\\Backend\\DatabaseBackend' => $baseDir . '/lib/private/Security/Bruteforce/Backend/DatabaseBackend.php', |
|
| 1964 | - 'OC\\Security\\Bruteforce\\Backend\\IBackend' => $baseDir . '/lib/private/Security/Bruteforce/Backend/IBackend.php', |
|
| 1965 | - 'OC\\Security\\Bruteforce\\Backend\\MemoryCacheBackend' => $baseDir . '/lib/private/Security/Bruteforce/Backend/MemoryCacheBackend.php', |
|
| 1966 | - 'OC\\Security\\Bruteforce\\Capabilities' => $baseDir . '/lib/private/Security/Bruteforce/Capabilities.php', |
|
| 1967 | - 'OC\\Security\\Bruteforce\\CleanupJob' => $baseDir . '/lib/private/Security/Bruteforce/CleanupJob.php', |
|
| 1968 | - 'OC\\Security\\Bruteforce\\Throttler' => $baseDir . '/lib/private/Security/Bruteforce/Throttler.php', |
|
| 1969 | - 'OC\\Security\\CSP\\ContentSecurityPolicy' => $baseDir . '/lib/private/Security/CSP/ContentSecurityPolicy.php', |
|
| 1970 | - 'OC\\Security\\CSP\\ContentSecurityPolicyManager' => $baseDir . '/lib/private/Security/CSP/ContentSecurityPolicyManager.php', |
|
| 1971 | - 'OC\\Security\\CSP\\ContentSecurityPolicyNonceManager' => $baseDir . '/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php', |
|
| 1972 | - 'OC\\Security\\CSRF\\CsrfToken' => $baseDir . '/lib/private/Security/CSRF/CsrfToken.php', |
|
| 1973 | - 'OC\\Security\\CSRF\\CsrfTokenGenerator' => $baseDir . '/lib/private/Security/CSRF/CsrfTokenGenerator.php', |
|
| 1974 | - 'OC\\Security\\CSRF\\CsrfTokenManager' => $baseDir . '/lib/private/Security/CSRF/CsrfTokenManager.php', |
|
| 1975 | - 'OC\\Security\\CSRF\\TokenStorage\\SessionStorage' => $baseDir . '/lib/private/Security/CSRF/TokenStorage/SessionStorage.php', |
|
| 1976 | - 'OC\\Security\\Certificate' => $baseDir . '/lib/private/Security/Certificate.php', |
|
| 1977 | - 'OC\\Security\\CertificateManager' => $baseDir . '/lib/private/Security/CertificateManager.php', |
|
| 1978 | - 'OC\\Security\\CredentialsManager' => $baseDir . '/lib/private/Security/CredentialsManager.php', |
|
| 1979 | - 'OC\\Security\\Crypto' => $baseDir . '/lib/private/Security/Crypto.php', |
|
| 1980 | - 'OC\\Security\\FeaturePolicy\\FeaturePolicy' => $baseDir . '/lib/private/Security/FeaturePolicy/FeaturePolicy.php', |
|
| 1981 | - 'OC\\Security\\FeaturePolicy\\FeaturePolicyManager' => $baseDir . '/lib/private/Security/FeaturePolicy/FeaturePolicyManager.php', |
|
| 1982 | - 'OC\\Security\\Hasher' => $baseDir . '/lib/private/Security/Hasher.php', |
|
| 1983 | - 'OC\\Security\\IdentityProof\\Key' => $baseDir . '/lib/private/Security/IdentityProof/Key.php', |
|
| 1984 | - 'OC\\Security\\IdentityProof\\Manager' => $baseDir . '/lib/private/Security/IdentityProof/Manager.php', |
|
| 1985 | - 'OC\\Security\\IdentityProof\\Signer' => $baseDir . '/lib/private/Security/IdentityProof/Signer.php', |
|
| 1986 | - 'OC\\Security\\Ip\\Address' => $baseDir . '/lib/private/Security/Ip/Address.php', |
|
| 1987 | - 'OC\\Security\\Ip\\BruteforceAllowList' => $baseDir . '/lib/private/Security/Ip/BruteforceAllowList.php', |
|
| 1988 | - 'OC\\Security\\Ip\\Factory' => $baseDir . '/lib/private/Security/Ip/Factory.php', |
|
| 1989 | - 'OC\\Security\\Ip\\Range' => $baseDir . '/lib/private/Security/Ip/Range.php', |
|
| 1990 | - 'OC\\Security\\Ip\\RemoteAddress' => $baseDir . '/lib/private/Security/Ip/RemoteAddress.php', |
|
| 1991 | - 'OC\\Security\\Normalizer\\IpAddress' => $baseDir . '/lib/private/Security/Normalizer/IpAddress.php', |
|
| 1992 | - 'OC\\Security\\RateLimiting\\Backend\\DatabaseBackend' => $baseDir . '/lib/private/Security/RateLimiting/Backend/DatabaseBackend.php', |
|
| 1993 | - 'OC\\Security\\RateLimiting\\Backend\\IBackend' => $baseDir . '/lib/private/Security/RateLimiting/Backend/IBackend.php', |
|
| 1994 | - 'OC\\Security\\RateLimiting\\Backend\\MemoryCacheBackend' => $baseDir . '/lib/private/Security/RateLimiting/Backend/MemoryCacheBackend.php', |
|
| 1995 | - 'OC\\Security\\RateLimiting\\Exception\\RateLimitExceededException' => $baseDir . '/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php', |
|
| 1996 | - 'OC\\Security\\RateLimiting\\Limiter' => $baseDir . '/lib/private/Security/RateLimiting/Limiter.php', |
|
| 1997 | - 'OC\\Security\\RemoteHostValidator' => $baseDir . '/lib/private/Security/RemoteHostValidator.php', |
|
| 1998 | - 'OC\\Security\\SecureRandom' => $baseDir . '/lib/private/Security/SecureRandom.php', |
|
| 1999 | - 'OC\\Security\\Signature\\Db\\SignatoryMapper' => $baseDir . '/lib/private/Security/Signature/Db/SignatoryMapper.php', |
|
| 2000 | - 'OC\\Security\\Signature\\Model\\IncomingSignedRequest' => $baseDir . '/lib/private/Security/Signature/Model/IncomingSignedRequest.php', |
|
| 2001 | - 'OC\\Security\\Signature\\Model\\OutgoingSignedRequest' => $baseDir . '/lib/private/Security/Signature/Model/OutgoingSignedRequest.php', |
|
| 2002 | - 'OC\\Security\\Signature\\Model\\SignedRequest' => $baseDir . '/lib/private/Security/Signature/Model/SignedRequest.php', |
|
| 2003 | - 'OC\\Security\\Signature\\SignatureManager' => $baseDir . '/lib/private/Security/Signature/SignatureManager.php', |
|
| 2004 | - 'OC\\Security\\TrustedDomainHelper' => $baseDir . '/lib/private/Security/TrustedDomainHelper.php', |
|
| 2005 | - 'OC\\Security\\VerificationToken\\CleanUpJob' => $baseDir . '/lib/private/Security/VerificationToken/CleanUpJob.php', |
|
| 2006 | - 'OC\\Security\\VerificationToken\\VerificationToken' => $baseDir . '/lib/private/Security/VerificationToken/VerificationToken.php', |
|
| 2007 | - 'OC\\Server' => $baseDir . '/lib/private/Server.php', |
|
| 2008 | - 'OC\\ServerContainer' => $baseDir . '/lib/private/ServerContainer.php', |
|
| 2009 | - 'OC\\ServerNotAvailableException' => $baseDir . '/lib/private/ServerNotAvailableException.php', |
|
| 2010 | - 'OC\\ServiceUnavailableException' => $baseDir . '/lib/private/ServiceUnavailableException.php', |
|
| 2011 | - 'OC\\Session\\CryptoSessionData' => $baseDir . '/lib/private/Session/CryptoSessionData.php', |
|
| 2012 | - 'OC\\Session\\CryptoWrapper' => $baseDir . '/lib/private/Session/CryptoWrapper.php', |
|
| 2013 | - 'OC\\Session\\Internal' => $baseDir . '/lib/private/Session/Internal.php', |
|
| 2014 | - 'OC\\Session\\Memory' => $baseDir . '/lib/private/Session/Memory.php', |
|
| 2015 | - 'OC\\Session\\Session' => $baseDir . '/lib/private/Session/Session.php', |
|
| 2016 | - 'OC\\Settings\\AuthorizedGroup' => $baseDir . '/lib/private/Settings/AuthorizedGroup.php', |
|
| 2017 | - 'OC\\Settings\\AuthorizedGroupMapper' => $baseDir . '/lib/private/Settings/AuthorizedGroupMapper.php', |
|
| 2018 | - 'OC\\Settings\\DeclarativeManager' => $baseDir . '/lib/private/Settings/DeclarativeManager.php', |
|
| 2019 | - 'OC\\Settings\\Manager' => $baseDir . '/lib/private/Settings/Manager.php', |
|
| 2020 | - 'OC\\Settings\\Section' => $baseDir . '/lib/private/Settings/Section.php', |
|
| 2021 | - 'OC\\Setup' => $baseDir . '/lib/private/Setup.php', |
|
| 2022 | - 'OC\\SetupCheck\\SetupCheckManager' => $baseDir . '/lib/private/SetupCheck/SetupCheckManager.php', |
|
| 2023 | - 'OC\\Setup\\AbstractDatabase' => $baseDir . '/lib/private/Setup/AbstractDatabase.php', |
|
| 2024 | - 'OC\\Setup\\MySQL' => $baseDir . '/lib/private/Setup/MySQL.php', |
|
| 2025 | - 'OC\\Setup\\OCI' => $baseDir . '/lib/private/Setup/OCI.php', |
|
| 2026 | - 'OC\\Setup\\PostgreSQL' => $baseDir . '/lib/private/Setup/PostgreSQL.php', |
|
| 2027 | - 'OC\\Setup\\Sqlite' => $baseDir . '/lib/private/Setup/Sqlite.php', |
|
| 2028 | - 'OC\\Share20\\DefaultShareProvider' => $baseDir . '/lib/private/Share20/DefaultShareProvider.php', |
|
| 2029 | - 'OC\\Share20\\Exception\\BackendError' => $baseDir . '/lib/private/Share20/Exception/BackendError.php', |
|
| 2030 | - 'OC\\Share20\\Exception\\InvalidShare' => $baseDir . '/lib/private/Share20/Exception/InvalidShare.php', |
|
| 2031 | - 'OC\\Share20\\Exception\\ProviderException' => $baseDir . '/lib/private/Share20/Exception/ProviderException.php', |
|
| 2032 | - 'OC\\Share20\\GroupDeletedListener' => $baseDir . '/lib/private/Share20/GroupDeletedListener.php', |
|
| 2033 | - 'OC\\Share20\\LegacyHooks' => $baseDir . '/lib/private/Share20/LegacyHooks.php', |
|
| 2034 | - 'OC\\Share20\\Manager' => $baseDir . '/lib/private/Share20/Manager.php', |
|
| 2035 | - 'OC\\Share20\\ProviderFactory' => $baseDir . '/lib/private/Share20/ProviderFactory.php', |
|
| 2036 | - 'OC\\Share20\\PublicShareTemplateFactory' => $baseDir . '/lib/private/Share20/PublicShareTemplateFactory.php', |
|
| 2037 | - 'OC\\Share20\\Share' => $baseDir . '/lib/private/Share20/Share.php', |
|
| 2038 | - 'OC\\Share20\\ShareAttributes' => $baseDir . '/lib/private/Share20/ShareAttributes.php', |
|
| 2039 | - 'OC\\Share20\\ShareDisableChecker' => $baseDir . '/lib/private/Share20/ShareDisableChecker.php', |
|
| 2040 | - 'OC\\Share20\\ShareHelper' => $baseDir . '/lib/private/Share20/ShareHelper.php', |
|
| 2041 | - 'OC\\Share20\\UserDeletedListener' => $baseDir . '/lib/private/Share20/UserDeletedListener.php', |
|
| 2042 | - 'OC\\Share20\\UserRemovedListener' => $baseDir . '/lib/private/Share20/UserRemovedListener.php', |
|
| 2043 | - 'OC\\Share\\Constants' => $baseDir . '/lib/private/Share/Constants.php', |
|
| 2044 | - 'OC\\Share\\Helper' => $baseDir . '/lib/private/Share/Helper.php', |
|
| 2045 | - 'OC\\Share\\Share' => $baseDir . '/lib/private/Share/Share.php', |
|
| 2046 | - 'OC\\SpeechToText\\SpeechToTextManager' => $baseDir . '/lib/private/SpeechToText/SpeechToTextManager.php', |
|
| 2047 | - 'OC\\SpeechToText\\TranscriptionJob' => $baseDir . '/lib/private/SpeechToText/TranscriptionJob.php', |
|
| 2048 | - 'OC\\StreamImage' => $baseDir . '/lib/private/StreamImage.php', |
|
| 2049 | - 'OC\\Streamer' => $baseDir . '/lib/private/Streamer.php', |
|
| 2050 | - 'OC\\SubAdmin' => $baseDir . '/lib/private/SubAdmin.php', |
|
| 2051 | - 'OC\\Support\\CrashReport\\Registry' => $baseDir . '/lib/private/Support/CrashReport/Registry.php', |
|
| 2052 | - 'OC\\Support\\Subscription\\Assertion' => $baseDir . '/lib/private/Support/Subscription/Assertion.php', |
|
| 2053 | - 'OC\\Support\\Subscription\\Registry' => $baseDir . '/lib/private/Support/Subscription/Registry.php', |
|
| 2054 | - 'OC\\SystemConfig' => $baseDir . '/lib/private/SystemConfig.php', |
|
| 2055 | - 'OC\\SystemTag\\ManagerFactory' => $baseDir . '/lib/private/SystemTag/ManagerFactory.php', |
|
| 2056 | - 'OC\\SystemTag\\SystemTag' => $baseDir . '/lib/private/SystemTag/SystemTag.php', |
|
| 2057 | - 'OC\\SystemTag\\SystemTagManager' => $baseDir . '/lib/private/SystemTag/SystemTagManager.php', |
|
| 2058 | - 'OC\\SystemTag\\SystemTagObjectMapper' => $baseDir . '/lib/private/SystemTag/SystemTagObjectMapper.php', |
|
| 2059 | - 'OC\\SystemTag\\SystemTagsInFilesDetector' => $baseDir . '/lib/private/SystemTag/SystemTagsInFilesDetector.php', |
|
| 2060 | - 'OC\\TagManager' => $baseDir . '/lib/private/TagManager.php', |
|
| 2061 | - 'OC\\Tagging\\Tag' => $baseDir . '/lib/private/Tagging/Tag.php', |
|
| 2062 | - 'OC\\Tagging\\TagMapper' => $baseDir . '/lib/private/Tagging/TagMapper.php', |
|
| 2063 | - 'OC\\Tags' => $baseDir . '/lib/private/Tags.php', |
|
| 2064 | - 'OC\\Talk\\Broker' => $baseDir . '/lib/private/Talk/Broker.php', |
|
| 2065 | - 'OC\\Talk\\ConversationOptions' => $baseDir . '/lib/private/Talk/ConversationOptions.php', |
|
| 2066 | - 'OC\\TaskProcessing\\Db\\Task' => $baseDir . '/lib/private/TaskProcessing/Db/Task.php', |
|
| 2067 | - 'OC\\TaskProcessing\\Db\\TaskMapper' => $baseDir . '/lib/private/TaskProcessing/Db/TaskMapper.php', |
|
| 2068 | - 'OC\\TaskProcessing\\Manager' => $baseDir . '/lib/private/TaskProcessing/Manager.php', |
|
| 2069 | - 'OC\\TaskProcessing\\RemoveOldTasksBackgroundJob' => $baseDir . '/lib/private/TaskProcessing/RemoveOldTasksBackgroundJob.php', |
|
| 2070 | - 'OC\\TaskProcessing\\SynchronousBackgroundJob' => $baseDir . '/lib/private/TaskProcessing/SynchronousBackgroundJob.php', |
|
| 2071 | - 'OC\\Teams\\TeamManager' => $baseDir . '/lib/private/Teams/TeamManager.php', |
|
| 2072 | - 'OC\\TempManager' => $baseDir . '/lib/private/TempManager.php', |
|
| 2073 | - 'OC\\TemplateLayout' => $baseDir . '/lib/private/TemplateLayout.php', |
|
| 2074 | - 'OC\\Template\\Base' => $baseDir . '/lib/private/Template/Base.php', |
|
| 2075 | - 'OC\\Template\\CSSResourceLocator' => $baseDir . '/lib/private/Template/CSSResourceLocator.php', |
|
| 2076 | - 'OC\\Template\\JSCombiner' => $baseDir . '/lib/private/Template/JSCombiner.php', |
|
| 2077 | - 'OC\\Template\\JSConfigHelper' => $baseDir . '/lib/private/Template/JSConfigHelper.php', |
|
| 2078 | - 'OC\\Template\\JSResourceLocator' => $baseDir . '/lib/private/Template/JSResourceLocator.php', |
|
| 2079 | - 'OC\\Template\\ResourceLocator' => $baseDir . '/lib/private/Template/ResourceLocator.php', |
|
| 2080 | - 'OC\\Template\\ResourceNotFoundException' => $baseDir . '/lib/private/Template/ResourceNotFoundException.php', |
|
| 2081 | - 'OC\\Template\\Template' => $baseDir . '/lib/private/Template/Template.php', |
|
| 2082 | - 'OC\\Template\\TemplateFileLocator' => $baseDir . '/lib/private/Template/TemplateFileLocator.php', |
|
| 2083 | - 'OC\\Template\\TemplateManager' => $baseDir . '/lib/private/Template/TemplateManager.php', |
|
| 2084 | - 'OC\\TextProcessing\\Db\\Task' => $baseDir . '/lib/private/TextProcessing/Db/Task.php', |
|
| 2085 | - 'OC\\TextProcessing\\Db\\TaskMapper' => $baseDir . '/lib/private/TextProcessing/Db/TaskMapper.php', |
|
| 2086 | - 'OC\\TextProcessing\\Manager' => $baseDir . '/lib/private/TextProcessing/Manager.php', |
|
| 2087 | - 'OC\\TextProcessing\\RemoveOldTasksBackgroundJob' => $baseDir . '/lib/private/TextProcessing/RemoveOldTasksBackgroundJob.php', |
|
| 2088 | - 'OC\\TextProcessing\\TaskBackgroundJob' => $baseDir . '/lib/private/TextProcessing/TaskBackgroundJob.php', |
|
| 2089 | - 'OC\\TextToImage\\Db\\Task' => $baseDir . '/lib/private/TextToImage/Db/Task.php', |
|
| 2090 | - 'OC\\TextToImage\\Db\\TaskMapper' => $baseDir . '/lib/private/TextToImage/Db/TaskMapper.php', |
|
| 2091 | - 'OC\\TextToImage\\Manager' => $baseDir . '/lib/private/TextToImage/Manager.php', |
|
| 2092 | - 'OC\\TextToImage\\RemoveOldTasksBackgroundJob' => $baseDir . '/lib/private/TextToImage/RemoveOldTasksBackgroundJob.php', |
|
| 2093 | - 'OC\\TextToImage\\TaskBackgroundJob' => $baseDir . '/lib/private/TextToImage/TaskBackgroundJob.php', |
|
| 2094 | - 'OC\\Translation\\TranslationManager' => $baseDir . '/lib/private/Translation/TranslationManager.php', |
|
| 2095 | - 'OC\\URLGenerator' => $baseDir . '/lib/private/URLGenerator.php', |
|
| 2096 | - 'OC\\Updater' => $baseDir . '/lib/private/Updater.php', |
|
| 2097 | - 'OC\\Updater\\Changes' => $baseDir . '/lib/private/Updater/Changes.php', |
|
| 2098 | - 'OC\\Updater\\ChangesCheck' => $baseDir . '/lib/private/Updater/ChangesCheck.php', |
|
| 2099 | - 'OC\\Updater\\ChangesMapper' => $baseDir . '/lib/private/Updater/ChangesMapper.php', |
|
| 2100 | - 'OC\\Updater\\Exceptions\\ReleaseMetadataException' => $baseDir . '/lib/private/Updater/Exceptions/ReleaseMetadataException.php', |
|
| 2101 | - 'OC\\Updater\\ReleaseMetadata' => $baseDir . '/lib/private/Updater/ReleaseMetadata.php', |
|
| 2102 | - 'OC\\Updater\\VersionCheck' => $baseDir . '/lib/private/Updater/VersionCheck.php', |
|
| 2103 | - 'OC\\UserStatus\\ISettableProvider' => $baseDir . '/lib/private/UserStatus/ISettableProvider.php', |
|
| 2104 | - 'OC\\UserStatus\\Manager' => $baseDir . '/lib/private/UserStatus/Manager.php', |
|
| 2105 | - 'OC\\User\\AvailabilityCoordinator' => $baseDir . '/lib/private/User/AvailabilityCoordinator.php', |
|
| 2106 | - 'OC\\User\\Backend' => $baseDir . '/lib/private/User/Backend.php', |
|
| 2107 | - 'OC\\User\\BackgroundJobs\\CleanupDeletedUsers' => $baseDir . '/lib/private/User/BackgroundJobs/CleanupDeletedUsers.php', |
|
| 2108 | - 'OC\\User\\Database' => $baseDir . '/lib/private/User/Database.php', |
|
| 2109 | - 'OC\\User\\DisplayNameCache' => $baseDir . '/lib/private/User/DisplayNameCache.php', |
|
| 2110 | - 'OC\\User\\LazyUser' => $baseDir . '/lib/private/User/LazyUser.php', |
|
| 2111 | - 'OC\\User\\Listeners\\BeforeUserDeletedListener' => $baseDir . '/lib/private/User/Listeners/BeforeUserDeletedListener.php', |
|
| 2112 | - 'OC\\User\\Listeners\\UserChangedListener' => $baseDir . '/lib/private/User/Listeners/UserChangedListener.php', |
|
| 2113 | - 'OC\\User\\LoginException' => $baseDir . '/lib/private/User/LoginException.php', |
|
| 2114 | - 'OC\\User\\Manager' => $baseDir . '/lib/private/User/Manager.php', |
|
| 2115 | - 'OC\\User\\NoUserException' => $baseDir . '/lib/private/User/NoUserException.php', |
|
| 2116 | - 'OC\\User\\OutOfOfficeData' => $baseDir . '/lib/private/User/OutOfOfficeData.php', |
|
| 2117 | - 'OC\\User\\PartiallyDeletedUsersBackend' => $baseDir . '/lib/private/User/PartiallyDeletedUsersBackend.php', |
|
| 2118 | - 'OC\\User\\Session' => $baseDir . '/lib/private/User/Session.php', |
|
| 2119 | - 'OC\\User\\User' => $baseDir . '/lib/private/User/User.php', |
|
| 2120 | - 'OC_App' => $baseDir . '/lib/private/legacy/OC_App.php', |
|
| 2121 | - 'OC_Defaults' => $baseDir . '/lib/private/legacy/OC_Defaults.php', |
|
| 2122 | - 'OC_Helper' => $baseDir . '/lib/private/legacy/OC_Helper.php', |
|
| 2123 | - 'OC_Hook' => $baseDir . '/lib/private/legacy/OC_Hook.php', |
|
| 2124 | - 'OC_JSON' => $baseDir . '/lib/private/legacy/OC_JSON.php', |
|
| 2125 | - 'OC_Response' => $baseDir . '/lib/private/legacy/OC_Response.php', |
|
| 2126 | - 'OC_Template' => $baseDir . '/lib/private/legacy/OC_Template.php', |
|
| 2127 | - 'OC_User' => $baseDir . '/lib/private/legacy/OC_User.php', |
|
| 2128 | - 'OC_Util' => $baseDir . '/lib/private/legacy/OC_Util.php', |
|
| 9 | + 'Composer\\InstalledVersions' => $vendorDir.'/composer/InstalledVersions.php', |
|
| 10 | + 'NCU\\Config\\Exceptions\\IncorrectTypeException' => $baseDir.'/lib/unstable/Config/Exceptions/IncorrectTypeException.php', |
|
| 11 | + 'NCU\\Config\\Exceptions\\TypeConflictException' => $baseDir.'/lib/unstable/Config/Exceptions/TypeConflictException.php', |
|
| 12 | + 'NCU\\Config\\Exceptions\\UnknownKeyException' => $baseDir.'/lib/unstable/Config/Exceptions/UnknownKeyException.php', |
|
| 13 | + 'NCU\\Config\\IUserConfig' => $baseDir.'/lib/unstable/Config/IUserConfig.php', |
|
| 14 | + 'NCU\\Config\\Lexicon\\ConfigLexiconEntry' => $baseDir.'/lib/unstable/Config/Lexicon/ConfigLexiconEntry.php', |
|
| 15 | + 'NCU\\Config\\Lexicon\\ConfigLexiconStrictness' => $baseDir.'/lib/unstable/Config/Lexicon/ConfigLexiconStrictness.php', |
|
| 16 | + 'NCU\\Config\\Lexicon\\IConfigLexicon' => $baseDir.'/lib/unstable/Config/Lexicon/IConfigLexicon.php', |
|
| 17 | + 'NCU\\Config\\ValueType' => $baseDir.'/lib/unstable/Config/ValueType.php', |
|
| 18 | + 'NCU\\Federation\\ISignedCloudFederationProvider' => $baseDir.'/lib/unstable/Federation/ISignedCloudFederationProvider.php', |
|
| 19 | + 'NCU\\Security\\Signature\\Enum\\DigestAlgorithm' => $baseDir.'/lib/unstable/Security/Signature/Enum/DigestAlgorithm.php', |
|
| 20 | + 'NCU\\Security\\Signature\\Enum\\SignatoryStatus' => $baseDir.'/lib/unstable/Security/Signature/Enum/SignatoryStatus.php', |
|
| 21 | + 'NCU\\Security\\Signature\\Enum\\SignatoryType' => $baseDir.'/lib/unstable/Security/Signature/Enum/SignatoryType.php', |
|
| 22 | + 'NCU\\Security\\Signature\\Enum\\SignatureAlgorithm' => $baseDir.'/lib/unstable/Security/Signature/Enum/SignatureAlgorithm.php', |
|
| 23 | + 'NCU\\Security\\Signature\\Exceptions\\IdentityNotFoundException' => $baseDir.'/lib/unstable/Security/Signature/Exceptions/IdentityNotFoundException.php', |
|
| 24 | + 'NCU\\Security\\Signature\\Exceptions\\IncomingRequestException' => $baseDir.'/lib/unstable/Security/Signature/Exceptions/IncomingRequestException.php', |
|
| 25 | + 'NCU\\Security\\Signature\\Exceptions\\InvalidKeyOriginException' => $baseDir.'/lib/unstable/Security/Signature/Exceptions/InvalidKeyOriginException.php', |
|
| 26 | + 'NCU\\Security\\Signature\\Exceptions\\InvalidSignatureException' => $baseDir.'/lib/unstable/Security/Signature/Exceptions/InvalidSignatureException.php', |
|
| 27 | + 'NCU\\Security\\Signature\\Exceptions\\SignatoryConflictException' => $baseDir.'/lib/unstable/Security/Signature/Exceptions/SignatoryConflictException.php', |
|
| 28 | + 'NCU\\Security\\Signature\\Exceptions\\SignatoryException' => $baseDir.'/lib/unstable/Security/Signature/Exceptions/SignatoryException.php', |
|
| 29 | + 'NCU\\Security\\Signature\\Exceptions\\SignatoryNotFoundException' => $baseDir.'/lib/unstable/Security/Signature/Exceptions/SignatoryNotFoundException.php', |
|
| 30 | + 'NCU\\Security\\Signature\\Exceptions\\SignatureElementNotFoundException' => $baseDir.'/lib/unstable/Security/Signature/Exceptions/SignatureElementNotFoundException.php', |
|
| 31 | + 'NCU\\Security\\Signature\\Exceptions\\SignatureException' => $baseDir.'/lib/unstable/Security/Signature/Exceptions/SignatureException.php', |
|
| 32 | + 'NCU\\Security\\Signature\\Exceptions\\SignatureNotFoundException' => $baseDir.'/lib/unstable/Security/Signature/Exceptions/SignatureNotFoundException.php', |
|
| 33 | + 'NCU\\Security\\Signature\\IIncomingSignedRequest' => $baseDir.'/lib/unstable/Security/Signature/IIncomingSignedRequest.php', |
|
| 34 | + 'NCU\\Security\\Signature\\IOutgoingSignedRequest' => $baseDir.'/lib/unstable/Security/Signature/IOutgoingSignedRequest.php', |
|
| 35 | + 'NCU\\Security\\Signature\\ISignatoryManager' => $baseDir.'/lib/unstable/Security/Signature/ISignatoryManager.php', |
|
| 36 | + 'NCU\\Security\\Signature\\ISignatureManager' => $baseDir.'/lib/unstable/Security/Signature/ISignatureManager.php', |
|
| 37 | + 'NCU\\Security\\Signature\\ISignedRequest' => $baseDir.'/lib/unstable/Security/Signature/ISignedRequest.php', |
|
| 38 | + 'NCU\\Security\\Signature\\Model\\Signatory' => $baseDir.'/lib/unstable/Security/Signature/Model/Signatory.php', |
|
| 39 | + 'OCP\\Accounts\\IAccount' => $baseDir.'/lib/public/Accounts/IAccount.php', |
|
| 40 | + 'OCP\\Accounts\\IAccountManager' => $baseDir.'/lib/public/Accounts/IAccountManager.php', |
|
| 41 | + 'OCP\\Accounts\\IAccountProperty' => $baseDir.'/lib/public/Accounts/IAccountProperty.php', |
|
| 42 | + 'OCP\\Accounts\\IAccountPropertyCollection' => $baseDir.'/lib/public/Accounts/IAccountPropertyCollection.php', |
|
| 43 | + 'OCP\\Accounts\\PropertyDoesNotExistException' => $baseDir.'/lib/public/Accounts/PropertyDoesNotExistException.php', |
|
| 44 | + 'OCP\\Accounts\\UserUpdatedEvent' => $baseDir.'/lib/public/Accounts/UserUpdatedEvent.php', |
|
| 45 | + 'OCP\\Activity\\ActivitySettings' => $baseDir.'/lib/public/Activity/ActivitySettings.php', |
|
| 46 | + 'OCP\\Activity\\Exceptions\\FilterNotFoundException' => $baseDir.'/lib/public/Activity/Exceptions/FilterNotFoundException.php', |
|
| 47 | + 'OCP\\Activity\\Exceptions\\IncompleteActivityException' => $baseDir.'/lib/public/Activity/Exceptions/IncompleteActivityException.php', |
|
| 48 | + 'OCP\\Activity\\Exceptions\\InvalidValueException' => $baseDir.'/lib/public/Activity/Exceptions/InvalidValueException.php', |
|
| 49 | + 'OCP\\Activity\\Exceptions\\SettingNotFoundException' => $baseDir.'/lib/public/Activity/Exceptions/SettingNotFoundException.php', |
|
| 50 | + 'OCP\\Activity\\Exceptions\\UnknownActivityException' => $baseDir.'/lib/public/Activity/Exceptions/UnknownActivityException.php', |
|
| 51 | + 'OCP\\Activity\\IConsumer' => $baseDir.'/lib/public/Activity/IConsumer.php', |
|
| 52 | + 'OCP\\Activity\\IEvent' => $baseDir.'/lib/public/Activity/IEvent.php', |
|
| 53 | + 'OCP\\Activity\\IEventMerger' => $baseDir.'/lib/public/Activity/IEventMerger.php', |
|
| 54 | + 'OCP\\Activity\\IExtension' => $baseDir.'/lib/public/Activity/IExtension.php', |
|
| 55 | + 'OCP\\Activity\\IFilter' => $baseDir.'/lib/public/Activity/IFilter.php', |
|
| 56 | + 'OCP\\Activity\\IManager' => $baseDir.'/lib/public/Activity/IManager.php', |
|
| 57 | + 'OCP\\Activity\\IProvider' => $baseDir.'/lib/public/Activity/IProvider.php', |
|
| 58 | + 'OCP\\Activity\\ISetting' => $baseDir.'/lib/public/Activity/ISetting.php', |
|
| 59 | + 'OCP\\AppFramework\\ApiController' => $baseDir.'/lib/public/AppFramework/ApiController.php', |
|
| 60 | + 'OCP\\AppFramework\\App' => $baseDir.'/lib/public/AppFramework/App.php', |
|
| 61 | + 'OCP\\AppFramework\\AuthPublicShareController' => $baseDir.'/lib/public/AppFramework/AuthPublicShareController.php', |
|
| 62 | + 'OCP\\AppFramework\\Bootstrap\\IBootContext' => $baseDir.'/lib/public/AppFramework/Bootstrap/IBootContext.php', |
|
| 63 | + 'OCP\\AppFramework\\Bootstrap\\IBootstrap' => $baseDir.'/lib/public/AppFramework/Bootstrap/IBootstrap.php', |
|
| 64 | + 'OCP\\AppFramework\\Bootstrap\\IRegistrationContext' => $baseDir.'/lib/public/AppFramework/Bootstrap/IRegistrationContext.php', |
|
| 65 | + 'OCP\\AppFramework\\Controller' => $baseDir.'/lib/public/AppFramework/Controller.php', |
|
| 66 | + 'OCP\\AppFramework\\Db\\DoesNotExistException' => $baseDir.'/lib/public/AppFramework/Db/DoesNotExistException.php', |
|
| 67 | + 'OCP\\AppFramework\\Db\\Entity' => $baseDir.'/lib/public/AppFramework/Db/Entity.php', |
|
| 68 | + 'OCP\\AppFramework\\Db\\IMapperException' => $baseDir.'/lib/public/AppFramework/Db/IMapperException.php', |
|
| 69 | + 'OCP\\AppFramework\\Db\\MultipleObjectsReturnedException' => $baseDir.'/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php', |
|
| 70 | + 'OCP\\AppFramework\\Db\\QBMapper' => $baseDir.'/lib/public/AppFramework/Db/QBMapper.php', |
|
| 71 | + 'OCP\\AppFramework\\Db\\TTransactional' => $baseDir.'/lib/public/AppFramework/Db/TTransactional.php', |
|
| 72 | + 'OCP\\AppFramework\\Http' => $baseDir.'/lib/public/AppFramework/Http.php', |
|
| 73 | + 'OCP\\AppFramework\\Http\\Attribute\\ARateLimit' => $baseDir.'/lib/public/AppFramework/Http/Attribute/ARateLimit.php', |
|
| 74 | + 'OCP\\AppFramework\\Http\\Attribute\\AnonRateLimit' => $baseDir.'/lib/public/AppFramework/Http/Attribute/AnonRateLimit.php', |
|
| 75 | + 'OCP\\AppFramework\\Http\\Attribute\\ApiRoute' => $baseDir.'/lib/public/AppFramework/Http/Attribute/ApiRoute.php', |
|
| 76 | + 'OCP\\AppFramework\\Http\\Attribute\\AppApiAdminAccessWithoutUser' => $baseDir.'/lib/public/AppFramework/Http/Attribute/AppApiAdminAccessWithoutUser.php', |
|
| 77 | + 'OCP\\AppFramework\\Http\\Attribute\\AuthorizedAdminSetting' => $baseDir.'/lib/public/AppFramework/Http/Attribute/AuthorizedAdminSetting.php', |
|
| 78 | + 'OCP\\AppFramework\\Http\\Attribute\\BruteForceProtection' => $baseDir.'/lib/public/AppFramework/Http/Attribute/BruteForceProtection.php', |
|
| 79 | + 'OCP\\AppFramework\\Http\\Attribute\\CORS' => $baseDir.'/lib/public/AppFramework/Http/Attribute/CORS.php', |
|
| 80 | + 'OCP\\AppFramework\\Http\\Attribute\\ExAppRequired' => $baseDir.'/lib/public/AppFramework/Http/Attribute/ExAppRequired.php', |
|
| 81 | + 'OCP\\AppFramework\\Http\\Attribute\\FrontpageRoute' => $baseDir.'/lib/public/AppFramework/Http/Attribute/FrontpageRoute.php', |
|
| 82 | + 'OCP\\AppFramework\\Http\\Attribute\\IgnoreOpenAPI' => $baseDir.'/lib/public/AppFramework/Http/Attribute/IgnoreOpenAPI.php', |
|
| 83 | + 'OCP\\AppFramework\\Http\\Attribute\\NoAdminRequired' => $baseDir.'/lib/public/AppFramework/Http/Attribute/NoAdminRequired.php', |
|
| 84 | + 'OCP\\AppFramework\\Http\\Attribute\\NoCSRFRequired' => $baseDir.'/lib/public/AppFramework/Http/Attribute/NoCSRFRequired.php', |
|
| 85 | + 'OCP\\AppFramework\\Http\\Attribute\\OpenAPI' => $baseDir.'/lib/public/AppFramework/Http/Attribute/OpenAPI.php', |
|
| 86 | + 'OCP\\AppFramework\\Http\\Attribute\\PasswordConfirmationRequired' => $baseDir.'/lib/public/AppFramework/Http/Attribute/PasswordConfirmationRequired.php', |
|
| 87 | + 'OCP\\AppFramework\\Http\\Attribute\\PublicPage' => $baseDir.'/lib/public/AppFramework/Http/Attribute/PublicPage.php', |
|
| 88 | + 'OCP\\AppFramework\\Http\\Attribute\\RequestHeader' => $baseDir.'/lib/public/AppFramework/Http/Attribute/RequestHeader.php', |
|
| 89 | + 'OCP\\AppFramework\\Http\\Attribute\\Route' => $baseDir.'/lib/public/AppFramework/Http/Attribute/Route.php', |
|
| 90 | + 'OCP\\AppFramework\\Http\\Attribute\\StrictCookiesRequired' => $baseDir.'/lib/public/AppFramework/Http/Attribute/StrictCookiesRequired.php', |
|
| 91 | + 'OCP\\AppFramework\\Http\\Attribute\\SubAdminRequired' => $baseDir.'/lib/public/AppFramework/Http/Attribute/SubAdminRequired.php', |
|
| 92 | + 'OCP\\AppFramework\\Http\\Attribute\\UseSession' => $baseDir.'/lib/public/AppFramework/Http/Attribute/UseSession.php', |
|
| 93 | + 'OCP\\AppFramework\\Http\\Attribute\\UserRateLimit' => $baseDir.'/lib/public/AppFramework/Http/Attribute/UserRateLimit.php', |
|
| 94 | + 'OCP\\AppFramework\\Http\\ContentSecurityPolicy' => $baseDir.'/lib/public/AppFramework/Http/ContentSecurityPolicy.php', |
|
| 95 | + 'OCP\\AppFramework\\Http\\DataDisplayResponse' => $baseDir.'/lib/public/AppFramework/Http/DataDisplayResponse.php', |
|
| 96 | + 'OCP\\AppFramework\\Http\\DataDownloadResponse' => $baseDir.'/lib/public/AppFramework/Http/DataDownloadResponse.php', |
|
| 97 | + 'OCP\\AppFramework\\Http\\DataResponse' => $baseDir.'/lib/public/AppFramework/Http/DataResponse.php', |
|
| 98 | + 'OCP\\AppFramework\\Http\\DownloadResponse' => $baseDir.'/lib/public/AppFramework/Http/DownloadResponse.php', |
|
| 99 | + 'OCP\\AppFramework\\Http\\EmptyContentSecurityPolicy' => $baseDir.'/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php', |
|
| 100 | + 'OCP\\AppFramework\\Http\\EmptyFeaturePolicy' => $baseDir.'/lib/public/AppFramework/Http/EmptyFeaturePolicy.php', |
|
| 101 | + 'OCP\\AppFramework\\Http\\Events\\BeforeLoginTemplateRenderedEvent' => $baseDir.'/lib/public/AppFramework/Http/Events/BeforeLoginTemplateRenderedEvent.php', |
|
| 102 | + 'OCP\\AppFramework\\Http\\Events\\BeforeTemplateRenderedEvent' => $baseDir.'/lib/public/AppFramework/Http/Events/BeforeTemplateRenderedEvent.php', |
|
| 103 | + 'OCP\\AppFramework\\Http\\FeaturePolicy' => $baseDir.'/lib/public/AppFramework/Http/FeaturePolicy.php', |
|
| 104 | + 'OCP\\AppFramework\\Http\\FileDisplayResponse' => $baseDir.'/lib/public/AppFramework/Http/FileDisplayResponse.php', |
|
| 105 | + 'OCP\\AppFramework\\Http\\ICallbackResponse' => $baseDir.'/lib/public/AppFramework/Http/ICallbackResponse.php', |
|
| 106 | + 'OCP\\AppFramework\\Http\\IOutput' => $baseDir.'/lib/public/AppFramework/Http/IOutput.php', |
|
| 107 | + 'OCP\\AppFramework\\Http\\JSONResponse' => $baseDir.'/lib/public/AppFramework/Http/JSONResponse.php', |
|
| 108 | + 'OCP\\AppFramework\\Http\\NotFoundResponse' => $baseDir.'/lib/public/AppFramework/Http/NotFoundResponse.php', |
|
| 109 | + 'OCP\\AppFramework\\Http\\ParameterOutOfRangeException' => $baseDir.'/lib/public/AppFramework/Http/ParameterOutOfRangeException.php', |
|
| 110 | + 'OCP\\AppFramework\\Http\\RedirectResponse' => $baseDir.'/lib/public/AppFramework/Http/RedirectResponse.php', |
|
| 111 | + 'OCP\\AppFramework\\Http\\RedirectToDefaultAppResponse' => $baseDir.'/lib/public/AppFramework/Http/RedirectToDefaultAppResponse.php', |
|
| 112 | + 'OCP\\AppFramework\\Http\\Response' => $baseDir.'/lib/public/AppFramework/Http/Response.php', |
|
| 113 | + 'OCP\\AppFramework\\Http\\StandaloneTemplateResponse' => $baseDir.'/lib/public/AppFramework/Http/StandaloneTemplateResponse.php', |
|
| 114 | + 'OCP\\AppFramework\\Http\\StreamResponse' => $baseDir.'/lib/public/AppFramework/Http/StreamResponse.php', |
|
| 115 | + 'OCP\\AppFramework\\Http\\StrictContentSecurityPolicy' => $baseDir.'/lib/public/AppFramework/Http/StrictContentSecurityPolicy.php', |
|
| 116 | + 'OCP\\AppFramework\\Http\\StrictEvalContentSecurityPolicy' => $baseDir.'/lib/public/AppFramework/Http/StrictEvalContentSecurityPolicy.php', |
|
| 117 | + 'OCP\\AppFramework\\Http\\StrictInlineContentSecurityPolicy' => $baseDir.'/lib/public/AppFramework/Http/StrictInlineContentSecurityPolicy.php', |
|
| 118 | + 'OCP\\AppFramework\\Http\\TemplateResponse' => $baseDir.'/lib/public/AppFramework/Http/TemplateResponse.php', |
|
| 119 | + 'OCP\\AppFramework\\Http\\Template\\ExternalShareMenuAction' => $baseDir.'/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php', |
|
| 120 | + 'OCP\\AppFramework\\Http\\Template\\IMenuAction' => $baseDir.'/lib/public/AppFramework/Http/Template/IMenuAction.php', |
|
| 121 | + 'OCP\\AppFramework\\Http\\Template\\LinkMenuAction' => $baseDir.'/lib/public/AppFramework/Http/Template/LinkMenuAction.php', |
|
| 122 | + 'OCP\\AppFramework\\Http\\Template\\PublicTemplateResponse' => $baseDir.'/lib/public/AppFramework/Http/Template/PublicTemplateResponse.php', |
|
| 123 | + 'OCP\\AppFramework\\Http\\Template\\SimpleMenuAction' => $baseDir.'/lib/public/AppFramework/Http/Template/SimpleMenuAction.php', |
|
| 124 | + 'OCP\\AppFramework\\Http\\TextPlainResponse' => $baseDir.'/lib/public/AppFramework/Http/TextPlainResponse.php', |
|
| 125 | + 'OCP\\AppFramework\\Http\\TooManyRequestsResponse' => $baseDir.'/lib/public/AppFramework/Http/TooManyRequestsResponse.php', |
|
| 126 | + 'OCP\\AppFramework\\Http\\ZipResponse' => $baseDir.'/lib/public/AppFramework/Http/ZipResponse.php', |
|
| 127 | + 'OCP\\AppFramework\\IAppContainer' => $baseDir.'/lib/public/AppFramework/IAppContainer.php', |
|
| 128 | + 'OCP\\AppFramework\\Middleware' => $baseDir.'/lib/public/AppFramework/Middleware.php', |
|
| 129 | + 'OCP\\AppFramework\\OCSController' => $baseDir.'/lib/public/AppFramework/OCSController.php', |
|
| 130 | + 'OCP\\AppFramework\\OCS\\OCSBadRequestException' => $baseDir.'/lib/public/AppFramework/OCS/OCSBadRequestException.php', |
|
| 131 | + 'OCP\\AppFramework\\OCS\\OCSException' => $baseDir.'/lib/public/AppFramework/OCS/OCSException.php', |
|
| 132 | + 'OCP\\AppFramework\\OCS\\OCSForbiddenException' => $baseDir.'/lib/public/AppFramework/OCS/OCSForbiddenException.php', |
|
| 133 | + 'OCP\\AppFramework\\OCS\\OCSNotFoundException' => $baseDir.'/lib/public/AppFramework/OCS/OCSNotFoundException.php', |
|
| 134 | + 'OCP\\AppFramework\\OCS\\OCSPreconditionFailedException' => $baseDir.'/lib/public/AppFramework/OCS/OCSPreconditionFailedException.php', |
|
| 135 | + 'OCP\\AppFramework\\PublicShareController' => $baseDir.'/lib/public/AppFramework/PublicShareController.php', |
|
| 136 | + 'OCP\\AppFramework\\QueryException' => $baseDir.'/lib/public/AppFramework/QueryException.php', |
|
| 137 | + 'OCP\\AppFramework\\Services\\IAppConfig' => $baseDir.'/lib/public/AppFramework/Services/IAppConfig.php', |
|
| 138 | + 'OCP\\AppFramework\\Services\\IInitialState' => $baseDir.'/lib/public/AppFramework/Services/IInitialState.php', |
|
| 139 | + 'OCP\\AppFramework\\Services\\InitialStateProvider' => $baseDir.'/lib/public/AppFramework/Services/InitialStateProvider.php', |
|
| 140 | + 'OCP\\AppFramework\\Utility\\IControllerMethodReflector' => $baseDir.'/lib/public/AppFramework/Utility/IControllerMethodReflector.php', |
|
| 141 | + 'OCP\\AppFramework\\Utility\\ITimeFactory' => $baseDir.'/lib/public/AppFramework/Utility/ITimeFactory.php', |
|
| 142 | + 'OCP\\App\\AppPathNotFoundException' => $baseDir.'/lib/public/App/AppPathNotFoundException.php', |
|
| 143 | + 'OCP\\App\\Events\\AppDisableEvent' => $baseDir.'/lib/public/App/Events/AppDisableEvent.php', |
|
| 144 | + 'OCP\\App\\Events\\AppEnableEvent' => $baseDir.'/lib/public/App/Events/AppEnableEvent.php', |
|
| 145 | + 'OCP\\App\\Events\\AppUpdateEvent' => $baseDir.'/lib/public/App/Events/AppUpdateEvent.php', |
|
| 146 | + 'OCP\\App\\IAppManager' => $baseDir.'/lib/public/App/IAppManager.php', |
|
| 147 | + 'OCP\\App\\ManagerEvent' => $baseDir.'/lib/public/App/ManagerEvent.php', |
|
| 148 | + 'OCP\\Authentication\\Events\\AnyLoginFailedEvent' => $baseDir.'/lib/public/Authentication/Events/AnyLoginFailedEvent.php', |
|
| 149 | + 'OCP\\Authentication\\Events\\LoginFailedEvent' => $baseDir.'/lib/public/Authentication/Events/LoginFailedEvent.php', |
|
| 150 | + 'OCP\\Authentication\\Exceptions\\CredentialsUnavailableException' => $baseDir.'/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php', |
|
| 151 | + 'OCP\\Authentication\\Exceptions\\ExpiredTokenException' => $baseDir.'/lib/public/Authentication/Exceptions/ExpiredTokenException.php', |
|
| 152 | + 'OCP\\Authentication\\Exceptions\\InvalidTokenException' => $baseDir.'/lib/public/Authentication/Exceptions/InvalidTokenException.php', |
|
| 153 | + 'OCP\\Authentication\\Exceptions\\PasswordUnavailableException' => $baseDir.'/lib/public/Authentication/Exceptions/PasswordUnavailableException.php', |
|
| 154 | + 'OCP\\Authentication\\Exceptions\\WipeTokenException' => $baseDir.'/lib/public/Authentication/Exceptions/WipeTokenException.php', |
|
| 155 | + 'OCP\\Authentication\\IAlternativeLogin' => $baseDir.'/lib/public/Authentication/IAlternativeLogin.php', |
|
| 156 | + 'OCP\\Authentication\\IApacheBackend' => $baseDir.'/lib/public/Authentication/IApacheBackend.php', |
|
| 157 | + 'OCP\\Authentication\\IProvideUserSecretBackend' => $baseDir.'/lib/public/Authentication/IProvideUserSecretBackend.php', |
|
| 158 | + 'OCP\\Authentication\\LoginCredentials\\ICredentials' => $baseDir.'/lib/public/Authentication/LoginCredentials/ICredentials.php', |
|
| 159 | + 'OCP\\Authentication\\LoginCredentials\\IStore' => $baseDir.'/lib/public/Authentication/LoginCredentials/IStore.php', |
|
| 160 | + 'OCP\\Authentication\\Token\\IProvider' => $baseDir.'/lib/public/Authentication/Token/IProvider.php', |
|
| 161 | + 'OCP\\Authentication\\Token\\IToken' => $baseDir.'/lib/public/Authentication/Token/IToken.php', |
|
| 162 | + 'OCP\\Authentication\\TwoFactorAuth\\ALoginSetupController' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/ALoginSetupController.php', |
|
| 163 | + 'OCP\\Authentication\\TwoFactorAuth\\IActivatableAtLogin' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/IActivatableAtLogin.php', |
|
| 164 | + 'OCP\\Authentication\\TwoFactorAuth\\IActivatableByAdmin' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php', |
|
| 165 | + 'OCP\\Authentication\\TwoFactorAuth\\IDeactivatableByAdmin' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php', |
|
| 166 | + 'OCP\\Authentication\\TwoFactorAuth\\ILoginSetupProvider' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/ILoginSetupProvider.php', |
|
| 167 | + 'OCP\\Authentication\\TwoFactorAuth\\IPersonalProviderSettings' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/IPersonalProviderSettings.php', |
|
| 168 | + 'OCP\\Authentication\\TwoFactorAuth\\IProvider' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/IProvider.php', |
|
| 169 | + 'OCP\\Authentication\\TwoFactorAuth\\IProvidesCustomCSP' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php', |
|
| 170 | + 'OCP\\Authentication\\TwoFactorAuth\\IProvidesIcons' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php', |
|
| 171 | + 'OCP\\Authentication\\TwoFactorAuth\\IProvidesPersonalSettings' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/IProvidesPersonalSettings.php', |
|
| 172 | + 'OCP\\Authentication\\TwoFactorAuth\\IRegistry' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/IRegistry.php', |
|
| 173 | + 'OCP\\Authentication\\TwoFactorAuth\\RegistryEvent' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/RegistryEvent.php', |
|
| 174 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorException' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php', |
|
| 175 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengeFailed' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengeFailed.php', |
|
| 176 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengePassed' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengePassed.php', |
|
| 177 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderDisabled' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php', |
|
| 178 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserDisabled' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserDisabled.php', |
|
| 179 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserEnabled' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserEnabled.php', |
|
| 180 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserRegistered' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserRegistered.php', |
|
| 181 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserUnregistered' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserUnregistered.php', |
|
| 182 | + 'OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderUserDeleted' => $baseDir.'/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderUserDeleted.php', |
|
| 183 | + 'OCP\\AutoloadNotAllowedException' => $baseDir.'/lib/public/AutoloadNotAllowedException.php', |
|
| 184 | + 'OCP\\BackgroundJob\\IJob' => $baseDir.'/lib/public/BackgroundJob/IJob.php', |
|
| 185 | + 'OCP\\BackgroundJob\\IJobList' => $baseDir.'/lib/public/BackgroundJob/IJobList.php', |
|
| 186 | + 'OCP\\BackgroundJob\\IParallelAwareJob' => $baseDir.'/lib/public/BackgroundJob/IParallelAwareJob.php', |
|
| 187 | + 'OCP\\BackgroundJob\\Job' => $baseDir.'/lib/public/BackgroundJob/Job.php', |
|
| 188 | + 'OCP\\BackgroundJob\\QueuedJob' => $baseDir.'/lib/public/BackgroundJob/QueuedJob.php', |
|
| 189 | + 'OCP\\BackgroundJob\\TimedJob' => $baseDir.'/lib/public/BackgroundJob/TimedJob.php', |
|
| 190 | + 'OCP\\BeforeSabrePubliclyLoadedEvent' => $baseDir.'/lib/public/BeforeSabrePubliclyLoadedEvent.php', |
|
| 191 | + 'OCP\\Broadcast\\Events\\IBroadcastEvent' => $baseDir.'/lib/public/Broadcast/Events/IBroadcastEvent.php', |
|
| 192 | + 'OCP\\Cache\\CappedMemoryCache' => $baseDir.'/lib/public/Cache/CappedMemoryCache.php', |
|
| 193 | + 'OCP\\Calendar\\BackendTemporarilyUnavailableException' => $baseDir.'/lib/public/Calendar/BackendTemporarilyUnavailableException.php', |
|
| 194 | + 'OCP\\Calendar\\CalendarEventStatus' => $baseDir.'/lib/public/Calendar/CalendarEventStatus.php', |
|
| 195 | + 'OCP\\Calendar\\CalendarExportOptions' => $baseDir.'/lib/public/Calendar/CalendarExportOptions.php', |
|
| 196 | + 'OCP\\Calendar\\Events\\AbstractCalendarObjectEvent' => $baseDir.'/lib/public/Calendar/Events/AbstractCalendarObjectEvent.php', |
|
| 197 | + 'OCP\\Calendar\\Events\\CalendarObjectCreatedEvent' => $baseDir.'/lib/public/Calendar/Events/CalendarObjectCreatedEvent.php', |
|
| 198 | + 'OCP\\Calendar\\Events\\CalendarObjectDeletedEvent' => $baseDir.'/lib/public/Calendar/Events/CalendarObjectDeletedEvent.php', |
|
| 199 | + 'OCP\\Calendar\\Events\\CalendarObjectMovedEvent' => $baseDir.'/lib/public/Calendar/Events/CalendarObjectMovedEvent.php', |
|
| 200 | + 'OCP\\Calendar\\Events\\CalendarObjectMovedToTrashEvent' => $baseDir.'/lib/public/Calendar/Events/CalendarObjectMovedToTrashEvent.php', |
|
| 201 | + 'OCP\\Calendar\\Events\\CalendarObjectRestoredEvent' => $baseDir.'/lib/public/Calendar/Events/CalendarObjectRestoredEvent.php', |
|
| 202 | + 'OCP\\Calendar\\Events\\CalendarObjectUpdatedEvent' => $baseDir.'/lib/public/Calendar/Events/CalendarObjectUpdatedEvent.php', |
|
| 203 | + 'OCP\\Calendar\\Exceptions\\CalendarException' => $baseDir.'/lib/public/Calendar/Exceptions/CalendarException.php', |
|
| 204 | + 'OCP\\Calendar\\IAvailabilityResult' => $baseDir.'/lib/public/Calendar/IAvailabilityResult.php', |
|
| 205 | + 'OCP\\Calendar\\ICalendar' => $baseDir.'/lib/public/Calendar/ICalendar.php', |
|
| 206 | + 'OCP\\Calendar\\ICalendarEventBuilder' => $baseDir.'/lib/public/Calendar/ICalendarEventBuilder.php', |
|
| 207 | + 'OCP\\Calendar\\ICalendarExport' => $baseDir.'/lib/public/Calendar/ICalendarExport.php', |
|
| 208 | + 'OCP\\Calendar\\ICalendarIsEnabled' => $baseDir.'/lib/public/Calendar/ICalendarIsEnabled.php', |
|
| 209 | + 'OCP\\Calendar\\ICalendarIsShared' => $baseDir.'/lib/public/Calendar/ICalendarIsShared.php', |
|
| 210 | + 'OCP\\Calendar\\ICalendarIsWritable' => $baseDir.'/lib/public/Calendar/ICalendarIsWritable.php', |
|
| 211 | + 'OCP\\Calendar\\ICalendarProvider' => $baseDir.'/lib/public/Calendar/ICalendarProvider.php', |
|
| 212 | + 'OCP\\Calendar\\ICalendarQuery' => $baseDir.'/lib/public/Calendar/ICalendarQuery.php', |
|
| 213 | + 'OCP\\Calendar\\ICreateFromString' => $baseDir.'/lib/public/Calendar/ICreateFromString.php', |
|
| 214 | + 'OCP\\Calendar\\IHandleImipMessage' => $baseDir.'/lib/public/Calendar/IHandleImipMessage.php', |
|
| 215 | + 'OCP\\Calendar\\IManager' => $baseDir.'/lib/public/Calendar/IManager.php', |
|
| 216 | + 'OCP\\Calendar\\IMetadataProvider' => $baseDir.'/lib/public/Calendar/IMetadataProvider.php', |
|
| 217 | + 'OCP\\Calendar\\Resource\\IBackend' => $baseDir.'/lib/public/Calendar/Resource/IBackend.php', |
|
| 218 | + 'OCP\\Calendar\\Resource\\IManager' => $baseDir.'/lib/public/Calendar/Resource/IManager.php', |
|
| 219 | + 'OCP\\Calendar\\Resource\\IResource' => $baseDir.'/lib/public/Calendar/Resource/IResource.php', |
|
| 220 | + 'OCP\\Calendar\\Resource\\IResourceMetadata' => $baseDir.'/lib/public/Calendar/Resource/IResourceMetadata.php', |
|
| 221 | + 'OCP\\Calendar\\Room\\IBackend' => $baseDir.'/lib/public/Calendar/Room/IBackend.php', |
|
| 222 | + 'OCP\\Calendar\\Room\\IManager' => $baseDir.'/lib/public/Calendar/Room/IManager.php', |
|
| 223 | + 'OCP\\Calendar\\Room\\IRoom' => $baseDir.'/lib/public/Calendar/Room/IRoom.php', |
|
| 224 | + 'OCP\\Calendar\\Room\\IRoomMetadata' => $baseDir.'/lib/public/Calendar/Room/IRoomMetadata.php', |
|
| 225 | + 'OCP\\Capabilities\\ICapability' => $baseDir.'/lib/public/Capabilities/ICapability.php', |
|
| 226 | + 'OCP\\Capabilities\\IInitialStateExcludedCapability' => $baseDir.'/lib/public/Capabilities/IInitialStateExcludedCapability.php', |
|
| 227 | + 'OCP\\Capabilities\\IPublicCapability' => $baseDir.'/lib/public/Capabilities/IPublicCapability.php', |
|
| 228 | + 'OCP\\Collaboration\\AutoComplete\\AutoCompleteEvent' => $baseDir.'/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php', |
|
| 229 | + 'OCP\\Collaboration\\AutoComplete\\AutoCompleteFilterEvent' => $baseDir.'/lib/public/Collaboration/AutoComplete/AutoCompleteFilterEvent.php', |
|
| 230 | + 'OCP\\Collaboration\\AutoComplete\\IManager' => $baseDir.'/lib/public/Collaboration/AutoComplete/IManager.php', |
|
| 231 | + 'OCP\\Collaboration\\AutoComplete\\ISorter' => $baseDir.'/lib/public/Collaboration/AutoComplete/ISorter.php', |
|
| 232 | + 'OCP\\Collaboration\\Collaborators\\ISearch' => $baseDir.'/lib/public/Collaboration/Collaborators/ISearch.php', |
|
| 233 | + 'OCP\\Collaboration\\Collaborators\\ISearchPlugin' => $baseDir.'/lib/public/Collaboration/Collaborators/ISearchPlugin.php', |
|
| 234 | + 'OCP\\Collaboration\\Collaborators\\ISearchResult' => $baseDir.'/lib/public/Collaboration/Collaborators/ISearchResult.php', |
|
| 235 | + 'OCP\\Collaboration\\Collaborators\\SearchResultType' => $baseDir.'/lib/public/Collaboration/Collaborators/SearchResultType.php', |
|
| 236 | + 'OCP\\Collaboration\\Reference\\ADiscoverableReferenceProvider' => $baseDir.'/lib/public/Collaboration/Reference/ADiscoverableReferenceProvider.php', |
|
| 237 | + 'OCP\\Collaboration\\Reference\\IDiscoverableReferenceProvider' => $baseDir.'/lib/public/Collaboration/Reference/IDiscoverableReferenceProvider.php', |
|
| 238 | + 'OCP\\Collaboration\\Reference\\IPublicReferenceProvider' => $baseDir.'/lib/public/Collaboration/Reference/IPublicReferenceProvider.php', |
|
| 239 | + 'OCP\\Collaboration\\Reference\\IReference' => $baseDir.'/lib/public/Collaboration/Reference/IReference.php', |
|
| 240 | + 'OCP\\Collaboration\\Reference\\IReferenceManager' => $baseDir.'/lib/public/Collaboration/Reference/IReferenceManager.php', |
|
| 241 | + 'OCP\\Collaboration\\Reference\\IReferenceProvider' => $baseDir.'/lib/public/Collaboration/Reference/IReferenceProvider.php', |
|
| 242 | + 'OCP\\Collaboration\\Reference\\ISearchableReferenceProvider' => $baseDir.'/lib/public/Collaboration/Reference/ISearchableReferenceProvider.php', |
|
| 243 | + 'OCP\\Collaboration\\Reference\\LinkReferenceProvider' => $baseDir.'/lib/public/Collaboration/Reference/LinkReferenceProvider.php', |
|
| 244 | + 'OCP\\Collaboration\\Reference\\Reference' => $baseDir.'/lib/public/Collaboration/Reference/Reference.php', |
|
| 245 | + 'OCP\\Collaboration\\Reference\\RenderReferenceEvent' => $baseDir.'/lib/public/Collaboration/Reference/RenderReferenceEvent.php', |
|
| 246 | + 'OCP\\Collaboration\\Resources\\CollectionException' => $baseDir.'/lib/public/Collaboration/Resources/CollectionException.php', |
|
| 247 | + 'OCP\\Collaboration\\Resources\\ICollection' => $baseDir.'/lib/public/Collaboration/Resources/ICollection.php', |
|
| 248 | + 'OCP\\Collaboration\\Resources\\IManager' => $baseDir.'/lib/public/Collaboration/Resources/IManager.php', |
|
| 249 | + 'OCP\\Collaboration\\Resources\\IProvider' => $baseDir.'/lib/public/Collaboration/Resources/IProvider.php', |
|
| 250 | + 'OCP\\Collaboration\\Resources\\IProviderManager' => $baseDir.'/lib/public/Collaboration/Resources/IProviderManager.php', |
|
| 251 | + 'OCP\\Collaboration\\Resources\\IResource' => $baseDir.'/lib/public/Collaboration/Resources/IResource.php', |
|
| 252 | + 'OCP\\Collaboration\\Resources\\LoadAdditionalScriptsEvent' => $baseDir.'/lib/public/Collaboration/Resources/LoadAdditionalScriptsEvent.php', |
|
| 253 | + 'OCP\\Collaboration\\Resources\\ResourceException' => $baseDir.'/lib/public/Collaboration/Resources/ResourceException.php', |
|
| 254 | + 'OCP\\Color' => $baseDir.'/lib/public/Color.php', |
|
| 255 | + 'OCP\\Command\\IBus' => $baseDir.'/lib/public/Command/IBus.php', |
|
| 256 | + 'OCP\\Command\\ICommand' => $baseDir.'/lib/public/Command/ICommand.php', |
|
| 257 | + 'OCP\\Comments\\CommentsEntityEvent' => $baseDir.'/lib/public/Comments/CommentsEntityEvent.php', |
|
| 258 | + 'OCP\\Comments\\CommentsEvent' => $baseDir.'/lib/public/Comments/CommentsEvent.php', |
|
| 259 | + 'OCP\\Comments\\IComment' => $baseDir.'/lib/public/Comments/IComment.php', |
|
| 260 | + 'OCP\\Comments\\ICommentsEventHandler' => $baseDir.'/lib/public/Comments/ICommentsEventHandler.php', |
|
| 261 | + 'OCP\\Comments\\ICommentsManager' => $baseDir.'/lib/public/Comments/ICommentsManager.php', |
|
| 262 | + 'OCP\\Comments\\ICommentsManagerFactory' => $baseDir.'/lib/public/Comments/ICommentsManagerFactory.php', |
|
| 263 | + 'OCP\\Comments\\IllegalIDChangeException' => $baseDir.'/lib/public/Comments/IllegalIDChangeException.php', |
|
| 264 | + 'OCP\\Comments\\MessageTooLongException' => $baseDir.'/lib/public/Comments/MessageTooLongException.php', |
|
| 265 | + 'OCP\\Comments\\NotFoundException' => $baseDir.'/lib/public/Comments/NotFoundException.php', |
|
| 266 | + 'OCP\\Common\\Exception\\NotFoundException' => $baseDir.'/lib/public/Common/Exception/NotFoundException.php', |
|
| 267 | + 'OCP\\Config\\BeforePreferenceDeletedEvent' => $baseDir.'/lib/public/Config/BeforePreferenceDeletedEvent.php', |
|
| 268 | + 'OCP\\Config\\BeforePreferenceSetEvent' => $baseDir.'/lib/public/Config/BeforePreferenceSetEvent.php', |
|
| 269 | + 'OCP\\Console\\ConsoleEvent' => $baseDir.'/lib/public/Console/ConsoleEvent.php', |
|
| 270 | + 'OCP\\Console\\ReservedOptions' => $baseDir.'/lib/public/Console/ReservedOptions.php', |
|
| 271 | + 'OCP\\Constants' => $baseDir.'/lib/public/Constants.php', |
|
| 272 | + 'OCP\\Contacts\\ContactsMenu\\IAction' => $baseDir.'/lib/public/Contacts/ContactsMenu/IAction.php', |
|
| 273 | + 'OCP\\Contacts\\ContactsMenu\\IActionFactory' => $baseDir.'/lib/public/Contacts/ContactsMenu/IActionFactory.php', |
|
| 274 | + 'OCP\\Contacts\\ContactsMenu\\IBulkProvider' => $baseDir.'/lib/public/Contacts/ContactsMenu/IBulkProvider.php', |
|
| 275 | + 'OCP\\Contacts\\ContactsMenu\\IContactsStore' => $baseDir.'/lib/public/Contacts/ContactsMenu/IContactsStore.php', |
|
| 276 | + 'OCP\\Contacts\\ContactsMenu\\IEntry' => $baseDir.'/lib/public/Contacts/ContactsMenu/IEntry.php', |
|
| 277 | + 'OCP\\Contacts\\ContactsMenu\\ILinkAction' => $baseDir.'/lib/public/Contacts/ContactsMenu/ILinkAction.php', |
|
| 278 | + 'OCP\\Contacts\\ContactsMenu\\IProvider' => $baseDir.'/lib/public/Contacts/ContactsMenu/IProvider.php', |
|
| 279 | + 'OCP\\Contacts\\Events\\ContactInteractedWithEvent' => $baseDir.'/lib/public/Contacts/Events/ContactInteractedWithEvent.php', |
|
| 280 | + 'OCP\\Contacts\\IManager' => $baseDir.'/lib/public/Contacts/IManager.php', |
|
| 281 | + 'OCP\\DB\\Events\\AddMissingColumnsEvent' => $baseDir.'/lib/public/DB/Events/AddMissingColumnsEvent.php', |
|
| 282 | + 'OCP\\DB\\Events\\AddMissingIndicesEvent' => $baseDir.'/lib/public/DB/Events/AddMissingIndicesEvent.php', |
|
| 283 | + 'OCP\\DB\\Events\\AddMissingPrimaryKeyEvent' => $baseDir.'/lib/public/DB/Events/AddMissingPrimaryKeyEvent.php', |
|
| 284 | + 'OCP\\DB\\Exception' => $baseDir.'/lib/public/DB/Exception.php', |
|
| 285 | + 'OCP\\DB\\IPreparedStatement' => $baseDir.'/lib/public/DB/IPreparedStatement.php', |
|
| 286 | + 'OCP\\DB\\IResult' => $baseDir.'/lib/public/DB/IResult.php', |
|
| 287 | + 'OCP\\DB\\ISchemaWrapper' => $baseDir.'/lib/public/DB/ISchemaWrapper.php', |
|
| 288 | + 'OCP\\DB\\QueryBuilder\\ICompositeExpression' => $baseDir.'/lib/public/DB/QueryBuilder/ICompositeExpression.php', |
|
| 289 | + 'OCP\\DB\\QueryBuilder\\IExpressionBuilder' => $baseDir.'/lib/public/DB/QueryBuilder/IExpressionBuilder.php', |
|
| 290 | + 'OCP\\DB\\QueryBuilder\\IFunctionBuilder' => $baseDir.'/lib/public/DB/QueryBuilder/IFunctionBuilder.php', |
|
| 291 | + 'OCP\\DB\\QueryBuilder\\ILiteral' => $baseDir.'/lib/public/DB/QueryBuilder/ILiteral.php', |
|
| 292 | + 'OCP\\DB\\QueryBuilder\\IParameter' => $baseDir.'/lib/public/DB/QueryBuilder/IParameter.php', |
|
| 293 | + 'OCP\\DB\\QueryBuilder\\IQueryBuilder' => $baseDir.'/lib/public/DB/QueryBuilder/IQueryBuilder.php', |
|
| 294 | + 'OCP\\DB\\QueryBuilder\\IQueryFunction' => $baseDir.'/lib/public/DB/QueryBuilder/IQueryFunction.php', |
|
| 295 | + 'OCP\\DB\\QueryBuilder\\Sharded\\IShardMapper' => $baseDir.'/lib/public/DB/QueryBuilder/Sharded/IShardMapper.php', |
|
| 296 | + 'OCP\\DB\\Types' => $baseDir.'/lib/public/DB/Types.php', |
|
| 297 | + 'OCP\\Dashboard\\IAPIWidget' => $baseDir.'/lib/public/Dashboard/IAPIWidget.php', |
|
| 298 | + 'OCP\\Dashboard\\IAPIWidgetV2' => $baseDir.'/lib/public/Dashboard/IAPIWidgetV2.php', |
|
| 299 | + 'OCP\\Dashboard\\IButtonWidget' => $baseDir.'/lib/public/Dashboard/IButtonWidget.php', |
|
| 300 | + 'OCP\\Dashboard\\IConditionalWidget' => $baseDir.'/lib/public/Dashboard/IConditionalWidget.php', |
|
| 301 | + 'OCP\\Dashboard\\IIconWidget' => $baseDir.'/lib/public/Dashboard/IIconWidget.php', |
|
| 302 | + 'OCP\\Dashboard\\IManager' => $baseDir.'/lib/public/Dashboard/IManager.php', |
|
| 303 | + 'OCP\\Dashboard\\IOptionWidget' => $baseDir.'/lib/public/Dashboard/IOptionWidget.php', |
|
| 304 | + 'OCP\\Dashboard\\IReloadableWidget' => $baseDir.'/lib/public/Dashboard/IReloadableWidget.php', |
|
| 305 | + 'OCP\\Dashboard\\IWidget' => $baseDir.'/lib/public/Dashboard/IWidget.php', |
|
| 306 | + 'OCP\\Dashboard\\Model\\WidgetButton' => $baseDir.'/lib/public/Dashboard/Model/WidgetButton.php', |
|
| 307 | + 'OCP\\Dashboard\\Model\\WidgetItem' => $baseDir.'/lib/public/Dashboard/Model/WidgetItem.php', |
|
| 308 | + 'OCP\\Dashboard\\Model\\WidgetItems' => $baseDir.'/lib/public/Dashboard/Model/WidgetItems.php', |
|
| 309 | + 'OCP\\Dashboard\\Model\\WidgetOptions' => $baseDir.'/lib/public/Dashboard/Model/WidgetOptions.php', |
|
| 310 | + 'OCP\\DataCollector\\AbstractDataCollector' => $baseDir.'/lib/public/DataCollector/AbstractDataCollector.php', |
|
| 311 | + 'OCP\\DataCollector\\IDataCollector' => $baseDir.'/lib/public/DataCollector/IDataCollector.php', |
|
| 312 | + 'OCP\\Defaults' => $baseDir.'/lib/public/Defaults.php', |
|
| 313 | + 'OCP\\Diagnostics\\IEvent' => $baseDir.'/lib/public/Diagnostics/IEvent.php', |
|
| 314 | + 'OCP\\Diagnostics\\IEventLogger' => $baseDir.'/lib/public/Diagnostics/IEventLogger.php', |
|
| 315 | + 'OCP\\Diagnostics\\IQuery' => $baseDir.'/lib/public/Diagnostics/IQuery.php', |
|
| 316 | + 'OCP\\Diagnostics\\IQueryLogger' => $baseDir.'/lib/public/Diagnostics/IQueryLogger.php', |
|
| 317 | + 'OCP\\DirectEditing\\ACreateEmpty' => $baseDir.'/lib/public/DirectEditing/ACreateEmpty.php', |
|
| 318 | + 'OCP\\DirectEditing\\ACreateFromTemplate' => $baseDir.'/lib/public/DirectEditing/ACreateFromTemplate.php', |
|
| 319 | + 'OCP\\DirectEditing\\ATemplate' => $baseDir.'/lib/public/DirectEditing/ATemplate.php', |
|
| 320 | + 'OCP\\DirectEditing\\IEditor' => $baseDir.'/lib/public/DirectEditing/IEditor.php', |
|
| 321 | + 'OCP\\DirectEditing\\IManager' => $baseDir.'/lib/public/DirectEditing/IManager.php', |
|
| 322 | + 'OCP\\DirectEditing\\IToken' => $baseDir.'/lib/public/DirectEditing/IToken.php', |
|
| 323 | + 'OCP\\DirectEditing\\RegisterDirectEditorEvent' => $baseDir.'/lib/public/DirectEditing/RegisterDirectEditorEvent.php', |
|
| 324 | + 'OCP\\Encryption\\Exceptions\\GenericEncryptionException' => $baseDir.'/lib/public/Encryption/Exceptions/GenericEncryptionException.php', |
|
| 325 | + 'OCP\\Encryption\\Exceptions\\InvalidHeaderException' => $baseDir.'/lib/public/Encryption/Exceptions/InvalidHeaderException.php', |
|
| 326 | + 'OCP\\Encryption\\IEncryptionModule' => $baseDir.'/lib/public/Encryption/IEncryptionModule.php', |
|
| 327 | + 'OCP\\Encryption\\IFile' => $baseDir.'/lib/public/Encryption/IFile.php', |
|
| 328 | + 'OCP\\Encryption\\IManager' => $baseDir.'/lib/public/Encryption/IManager.php', |
|
| 329 | + 'OCP\\Encryption\\Keys\\IStorage' => $baseDir.'/lib/public/Encryption/Keys/IStorage.php', |
|
| 330 | + 'OCP\\EventDispatcher\\ABroadcastedEvent' => $baseDir.'/lib/public/EventDispatcher/ABroadcastedEvent.php', |
|
| 331 | + 'OCP\\EventDispatcher\\Event' => $baseDir.'/lib/public/EventDispatcher/Event.php', |
|
| 332 | + 'OCP\\EventDispatcher\\GenericEvent' => $baseDir.'/lib/public/EventDispatcher/GenericEvent.php', |
|
| 333 | + 'OCP\\EventDispatcher\\IEventDispatcher' => $baseDir.'/lib/public/EventDispatcher/IEventDispatcher.php', |
|
| 334 | + 'OCP\\EventDispatcher\\IEventListener' => $baseDir.'/lib/public/EventDispatcher/IEventListener.php', |
|
| 335 | + 'OCP\\EventDispatcher\\IWebhookCompatibleEvent' => $baseDir.'/lib/public/EventDispatcher/IWebhookCompatibleEvent.php', |
|
| 336 | + 'OCP\\EventDispatcher\\JsonSerializer' => $baseDir.'/lib/public/EventDispatcher/JsonSerializer.php', |
|
| 337 | + 'OCP\\Exceptions\\AbortedEventException' => $baseDir.'/lib/public/Exceptions/AbortedEventException.php', |
|
| 338 | + 'OCP\\Exceptions\\AppConfigException' => $baseDir.'/lib/public/Exceptions/AppConfigException.php', |
|
| 339 | + 'OCP\\Exceptions\\AppConfigIncorrectTypeException' => $baseDir.'/lib/public/Exceptions/AppConfigIncorrectTypeException.php', |
|
| 340 | + 'OCP\\Exceptions\\AppConfigTypeConflictException' => $baseDir.'/lib/public/Exceptions/AppConfigTypeConflictException.php', |
|
| 341 | + 'OCP\\Exceptions\\AppConfigUnknownKeyException' => $baseDir.'/lib/public/Exceptions/AppConfigUnknownKeyException.php', |
|
| 342 | + 'OCP\\Federation\\Events\\TrustedServerRemovedEvent' => $baseDir.'/lib/public/Federation/Events/TrustedServerRemovedEvent.php', |
|
| 343 | + 'OCP\\Federation\\Exceptions\\ActionNotSupportedException' => $baseDir.'/lib/public/Federation/Exceptions/ActionNotSupportedException.php', |
|
| 344 | + 'OCP\\Federation\\Exceptions\\AuthenticationFailedException' => $baseDir.'/lib/public/Federation/Exceptions/AuthenticationFailedException.php', |
|
| 345 | + 'OCP\\Federation\\Exceptions\\BadRequestException' => $baseDir.'/lib/public/Federation/Exceptions/BadRequestException.php', |
|
| 346 | + 'OCP\\Federation\\Exceptions\\ProviderAlreadyExistsException' => $baseDir.'/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php', |
|
| 347 | + 'OCP\\Federation\\Exceptions\\ProviderCouldNotAddShareException' => $baseDir.'/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php', |
|
| 348 | + 'OCP\\Federation\\Exceptions\\ProviderDoesNotExistsException' => $baseDir.'/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php', |
|
| 349 | + 'OCP\\Federation\\ICloudFederationFactory' => $baseDir.'/lib/public/Federation/ICloudFederationFactory.php', |
|
| 350 | + 'OCP\\Federation\\ICloudFederationNotification' => $baseDir.'/lib/public/Federation/ICloudFederationNotification.php', |
|
| 351 | + 'OCP\\Federation\\ICloudFederationProvider' => $baseDir.'/lib/public/Federation/ICloudFederationProvider.php', |
|
| 352 | + 'OCP\\Federation\\ICloudFederationProviderManager' => $baseDir.'/lib/public/Federation/ICloudFederationProviderManager.php', |
|
| 353 | + 'OCP\\Federation\\ICloudFederationShare' => $baseDir.'/lib/public/Federation/ICloudFederationShare.php', |
|
| 354 | + 'OCP\\Federation\\ICloudId' => $baseDir.'/lib/public/Federation/ICloudId.php', |
|
| 355 | + 'OCP\\Federation\\ICloudIdManager' => $baseDir.'/lib/public/Federation/ICloudIdManager.php', |
|
| 356 | + 'OCP\\Files' => $baseDir.'/lib/public/Files.php', |
|
| 357 | + 'OCP\\FilesMetadata\\AMetadataEvent' => $baseDir.'/lib/public/FilesMetadata/AMetadataEvent.php', |
|
| 358 | + 'OCP\\FilesMetadata\\Event\\MetadataBackgroundEvent' => $baseDir.'/lib/public/FilesMetadata/Event/MetadataBackgroundEvent.php', |
|
| 359 | + 'OCP\\FilesMetadata\\Event\\MetadataLiveEvent' => $baseDir.'/lib/public/FilesMetadata/Event/MetadataLiveEvent.php', |
|
| 360 | + 'OCP\\FilesMetadata\\Event\\MetadataNamedEvent' => $baseDir.'/lib/public/FilesMetadata/Event/MetadataNamedEvent.php', |
|
| 361 | + 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataException' => $baseDir.'/lib/public/FilesMetadata/Exceptions/FilesMetadataException.php', |
|
| 362 | + 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataKeyFormatException' => $baseDir.'/lib/public/FilesMetadata/Exceptions/FilesMetadataKeyFormatException.php', |
|
| 363 | + 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataNotFoundException' => $baseDir.'/lib/public/FilesMetadata/Exceptions/FilesMetadataNotFoundException.php', |
|
| 364 | + 'OCP\\FilesMetadata\\Exceptions\\FilesMetadataTypeException' => $baseDir.'/lib/public/FilesMetadata/Exceptions/FilesMetadataTypeException.php', |
|
| 365 | + 'OCP\\FilesMetadata\\IFilesMetadataManager' => $baseDir.'/lib/public/FilesMetadata/IFilesMetadataManager.php', |
|
| 366 | + 'OCP\\FilesMetadata\\IMetadataQuery' => $baseDir.'/lib/public/FilesMetadata/IMetadataQuery.php', |
|
| 367 | + 'OCP\\FilesMetadata\\Model\\IFilesMetadata' => $baseDir.'/lib/public/FilesMetadata/Model/IFilesMetadata.php', |
|
| 368 | + 'OCP\\FilesMetadata\\Model\\IMetadataValueWrapper' => $baseDir.'/lib/public/FilesMetadata/Model/IMetadataValueWrapper.php', |
|
| 369 | + 'OCP\\Files\\AlreadyExistsException' => $baseDir.'/lib/public/Files/AlreadyExistsException.php', |
|
| 370 | + 'OCP\\Files\\AppData\\IAppDataFactory' => $baseDir.'/lib/public/Files/AppData/IAppDataFactory.php', |
|
| 371 | + 'OCP\\Files\\Cache\\AbstractCacheEvent' => $baseDir.'/lib/public/Files/Cache/AbstractCacheEvent.php', |
|
| 372 | + 'OCP\\Files\\Cache\\CacheEntryInsertedEvent' => $baseDir.'/lib/public/Files/Cache/CacheEntryInsertedEvent.php', |
|
| 373 | + 'OCP\\Files\\Cache\\CacheEntryRemovedEvent' => $baseDir.'/lib/public/Files/Cache/CacheEntryRemovedEvent.php', |
|
| 374 | + 'OCP\\Files\\Cache\\CacheEntryUpdatedEvent' => $baseDir.'/lib/public/Files/Cache/CacheEntryUpdatedEvent.php', |
|
| 375 | + 'OCP\\Files\\Cache\\CacheInsertEvent' => $baseDir.'/lib/public/Files/Cache/CacheInsertEvent.php', |
|
| 376 | + 'OCP\\Files\\Cache\\CacheUpdateEvent' => $baseDir.'/lib/public/Files/Cache/CacheUpdateEvent.php', |
|
| 377 | + 'OCP\\Files\\Cache\\ICache' => $baseDir.'/lib/public/Files/Cache/ICache.php', |
|
| 378 | + 'OCP\\Files\\Cache\\ICacheEntry' => $baseDir.'/lib/public/Files/Cache/ICacheEntry.php', |
|
| 379 | + 'OCP\\Files\\Cache\\ICacheEvent' => $baseDir.'/lib/public/Files/Cache/ICacheEvent.php', |
|
| 380 | + 'OCP\\Files\\Cache\\IFileAccess' => $baseDir.'/lib/public/Files/Cache/IFileAccess.php', |
|
| 381 | + 'OCP\\Files\\Cache\\IPropagator' => $baseDir.'/lib/public/Files/Cache/IPropagator.php', |
|
| 382 | + 'OCP\\Files\\Cache\\IScanner' => $baseDir.'/lib/public/Files/Cache/IScanner.php', |
|
| 383 | + 'OCP\\Files\\Cache\\IUpdater' => $baseDir.'/lib/public/Files/Cache/IUpdater.php', |
|
| 384 | + 'OCP\\Files\\Cache\\IWatcher' => $baseDir.'/lib/public/Files/Cache/IWatcher.php', |
|
| 385 | + 'OCP\\Files\\Config\\Event\\UserMountAddedEvent' => $baseDir.'/lib/public/Files/Config/Event/UserMountAddedEvent.php', |
|
| 386 | + 'OCP\\Files\\Config\\Event\\UserMountRemovedEvent' => $baseDir.'/lib/public/Files/Config/Event/UserMountRemovedEvent.php', |
|
| 387 | + 'OCP\\Files\\Config\\Event\\UserMountUpdatedEvent' => $baseDir.'/lib/public/Files/Config/Event/UserMountUpdatedEvent.php', |
|
| 388 | + 'OCP\\Files\\Config\\ICachedMountFileInfo' => $baseDir.'/lib/public/Files/Config/ICachedMountFileInfo.php', |
|
| 389 | + 'OCP\\Files\\Config\\ICachedMountInfo' => $baseDir.'/lib/public/Files/Config/ICachedMountInfo.php', |
|
| 390 | + 'OCP\\Files\\Config\\IHomeMountProvider' => $baseDir.'/lib/public/Files/Config/IHomeMountProvider.php', |
|
| 391 | + 'OCP\\Files\\Config\\IMountProvider' => $baseDir.'/lib/public/Files/Config/IMountProvider.php', |
|
| 392 | + 'OCP\\Files\\Config\\IMountProviderCollection' => $baseDir.'/lib/public/Files/Config/IMountProviderCollection.php', |
|
| 393 | + 'OCP\\Files\\Config\\IRootMountProvider' => $baseDir.'/lib/public/Files/Config/IRootMountProvider.php', |
|
| 394 | + 'OCP\\Files\\Config\\IUserMountCache' => $baseDir.'/lib/public/Files/Config/IUserMountCache.php', |
|
| 395 | + 'OCP\\Files\\ConnectionLostException' => $baseDir.'/lib/public/Files/ConnectionLostException.php', |
|
| 396 | + 'OCP\\Files\\Conversion\\ConversionMimeProvider' => $baseDir.'/lib/public/Files/Conversion/ConversionMimeProvider.php', |
|
| 397 | + 'OCP\\Files\\Conversion\\IConversionManager' => $baseDir.'/lib/public/Files/Conversion/IConversionManager.php', |
|
| 398 | + 'OCP\\Files\\Conversion\\IConversionProvider' => $baseDir.'/lib/public/Files/Conversion/IConversionProvider.php', |
|
| 399 | + 'OCP\\Files\\DavUtil' => $baseDir.'/lib/public/Files/DavUtil.php', |
|
| 400 | + 'OCP\\Files\\EmptyFileNameException' => $baseDir.'/lib/public/Files/EmptyFileNameException.php', |
|
| 401 | + 'OCP\\Files\\EntityTooLargeException' => $baseDir.'/lib/public/Files/EntityTooLargeException.php', |
|
| 402 | + 'OCP\\Files\\Events\\BeforeDirectFileDownloadEvent' => $baseDir.'/lib/public/Files/Events/BeforeDirectFileDownloadEvent.php', |
|
| 403 | + 'OCP\\Files\\Events\\BeforeFileScannedEvent' => $baseDir.'/lib/public/Files/Events/BeforeFileScannedEvent.php', |
|
| 404 | + 'OCP\\Files\\Events\\BeforeFileSystemSetupEvent' => $baseDir.'/lib/public/Files/Events/BeforeFileSystemSetupEvent.php', |
|
| 405 | + 'OCP\\Files\\Events\\BeforeFolderScannedEvent' => $baseDir.'/lib/public/Files/Events/BeforeFolderScannedEvent.php', |
|
| 406 | + 'OCP\\Files\\Events\\BeforeZipCreatedEvent' => $baseDir.'/lib/public/Files/Events/BeforeZipCreatedEvent.php', |
|
| 407 | + 'OCP\\Files\\Events\\FileCacheUpdated' => $baseDir.'/lib/public/Files/Events/FileCacheUpdated.php', |
|
| 408 | + 'OCP\\Files\\Events\\FileScannedEvent' => $baseDir.'/lib/public/Files/Events/FileScannedEvent.php', |
|
| 409 | + 'OCP\\Files\\Events\\FolderScannedEvent' => $baseDir.'/lib/public/Files/Events/FolderScannedEvent.php', |
|
| 410 | + 'OCP\\Files\\Events\\InvalidateMountCacheEvent' => $baseDir.'/lib/public/Files/Events/InvalidateMountCacheEvent.php', |
|
| 411 | + 'OCP\\Files\\Events\\NodeAddedToCache' => $baseDir.'/lib/public/Files/Events/NodeAddedToCache.php', |
|
| 412 | + 'OCP\\Files\\Events\\NodeAddedToFavorite' => $baseDir.'/lib/public/Files/Events/NodeAddedToFavorite.php', |
|
| 413 | + 'OCP\\Files\\Events\\NodeRemovedFromCache' => $baseDir.'/lib/public/Files/Events/NodeRemovedFromCache.php', |
|
| 414 | + 'OCP\\Files\\Events\\NodeRemovedFromFavorite' => $baseDir.'/lib/public/Files/Events/NodeRemovedFromFavorite.php', |
|
| 415 | + 'OCP\\Files\\Events\\Node\\AbstractNodeEvent' => $baseDir.'/lib/public/Files/Events/Node/AbstractNodeEvent.php', |
|
| 416 | + 'OCP\\Files\\Events\\Node\\AbstractNodesEvent' => $baseDir.'/lib/public/Files/Events/Node/AbstractNodesEvent.php', |
|
| 417 | + 'OCP\\Files\\Events\\Node\\BeforeNodeCopiedEvent' => $baseDir.'/lib/public/Files/Events/Node/BeforeNodeCopiedEvent.php', |
|
| 418 | + 'OCP\\Files\\Events\\Node\\BeforeNodeCreatedEvent' => $baseDir.'/lib/public/Files/Events/Node/BeforeNodeCreatedEvent.php', |
|
| 419 | + 'OCP\\Files\\Events\\Node\\BeforeNodeDeletedEvent' => $baseDir.'/lib/public/Files/Events/Node/BeforeNodeDeletedEvent.php', |
|
| 420 | + 'OCP\\Files\\Events\\Node\\BeforeNodeReadEvent' => $baseDir.'/lib/public/Files/Events/Node/BeforeNodeReadEvent.php', |
|
| 421 | + 'OCP\\Files\\Events\\Node\\BeforeNodeRenamedEvent' => $baseDir.'/lib/public/Files/Events/Node/BeforeNodeRenamedEvent.php', |
|
| 422 | + 'OCP\\Files\\Events\\Node\\BeforeNodeTouchedEvent' => $baseDir.'/lib/public/Files/Events/Node/BeforeNodeTouchedEvent.php', |
|
| 423 | + 'OCP\\Files\\Events\\Node\\BeforeNodeWrittenEvent' => $baseDir.'/lib/public/Files/Events/Node/BeforeNodeWrittenEvent.php', |
|
| 424 | + 'OCP\\Files\\Events\\Node\\FilesystemTornDownEvent' => $baseDir.'/lib/public/Files/Events/Node/FilesystemTornDownEvent.php', |
|
| 425 | + 'OCP\\Files\\Events\\Node\\NodeCopiedEvent' => $baseDir.'/lib/public/Files/Events/Node/NodeCopiedEvent.php', |
|
| 426 | + 'OCP\\Files\\Events\\Node\\NodeCreatedEvent' => $baseDir.'/lib/public/Files/Events/Node/NodeCreatedEvent.php', |
|
| 427 | + 'OCP\\Files\\Events\\Node\\NodeDeletedEvent' => $baseDir.'/lib/public/Files/Events/Node/NodeDeletedEvent.php', |
|
| 428 | + 'OCP\\Files\\Events\\Node\\NodeRenamedEvent' => $baseDir.'/lib/public/Files/Events/Node/NodeRenamedEvent.php', |
|
| 429 | + 'OCP\\Files\\Events\\Node\\NodeTouchedEvent' => $baseDir.'/lib/public/Files/Events/Node/NodeTouchedEvent.php', |
|
| 430 | + 'OCP\\Files\\Events\\Node\\NodeWrittenEvent' => $baseDir.'/lib/public/Files/Events/Node/NodeWrittenEvent.php', |
|
| 431 | + 'OCP\\Files\\File' => $baseDir.'/lib/public/Files/File.php', |
|
| 432 | + 'OCP\\Files\\FileInfo' => $baseDir.'/lib/public/Files/FileInfo.php', |
|
| 433 | + 'OCP\\Files\\FileNameTooLongException' => $baseDir.'/lib/public/Files/FileNameTooLongException.php', |
|
| 434 | + 'OCP\\Files\\Folder' => $baseDir.'/lib/public/Files/Folder.php', |
|
| 435 | + 'OCP\\Files\\ForbiddenException' => $baseDir.'/lib/public/Files/ForbiddenException.php', |
|
| 436 | + 'OCP\\Files\\GenericFileException' => $baseDir.'/lib/public/Files/GenericFileException.php', |
|
| 437 | + 'OCP\\Files\\IAppData' => $baseDir.'/lib/public/Files/IAppData.php', |
|
| 438 | + 'OCP\\Files\\IFilenameValidator' => $baseDir.'/lib/public/Files/IFilenameValidator.php', |
|
| 439 | + 'OCP\\Files\\IHomeStorage' => $baseDir.'/lib/public/Files/IHomeStorage.php', |
|
| 440 | + 'OCP\\Files\\IMimeTypeDetector' => $baseDir.'/lib/public/Files/IMimeTypeDetector.php', |
|
| 441 | + 'OCP\\Files\\IMimeTypeLoader' => $baseDir.'/lib/public/Files/IMimeTypeLoader.php', |
|
| 442 | + 'OCP\\Files\\IRootFolder' => $baseDir.'/lib/public/Files/IRootFolder.php', |
|
| 443 | + 'OCP\\Files\\InvalidCharacterInPathException' => $baseDir.'/lib/public/Files/InvalidCharacterInPathException.php', |
|
| 444 | + 'OCP\\Files\\InvalidContentException' => $baseDir.'/lib/public/Files/InvalidContentException.php', |
|
| 445 | + 'OCP\\Files\\InvalidDirectoryException' => $baseDir.'/lib/public/Files/InvalidDirectoryException.php', |
|
| 446 | + 'OCP\\Files\\InvalidPathException' => $baseDir.'/lib/public/Files/InvalidPathException.php', |
|
| 447 | + 'OCP\\Files\\LockNotAcquiredException' => $baseDir.'/lib/public/Files/LockNotAcquiredException.php', |
|
| 448 | + 'OCP\\Files\\Lock\\ILock' => $baseDir.'/lib/public/Files/Lock/ILock.php', |
|
| 449 | + 'OCP\\Files\\Lock\\ILockManager' => $baseDir.'/lib/public/Files/Lock/ILockManager.php', |
|
| 450 | + 'OCP\\Files\\Lock\\ILockProvider' => $baseDir.'/lib/public/Files/Lock/ILockProvider.php', |
|
| 451 | + 'OCP\\Files\\Lock\\LockContext' => $baseDir.'/lib/public/Files/Lock/LockContext.php', |
|
| 452 | + 'OCP\\Files\\Lock\\NoLockProviderException' => $baseDir.'/lib/public/Files/Lock/NoLockProviderException.php', |
|
| 453 | + 'OCP\\Files\\Lock\\OwnerLockedException' => $baseDir.'/lib/public/Files/Lock/OwnerLockedException.php', |
|
| 454 | + 'OCP\\Files\\Mount\\IMountManager' => $baseDir.'/lib/public/Files/Mount/IMountManager.php', |
|
| 455 | + 'OCP\\Files\\Mount\\IMountPoint' => $baseDir.'/lib/public/Files/Mount/IMountPoint.php', |
|
| 456 | + 'OCP\\Files\\Mount\\IMovableMount' => $baseDir.'/lib/public/Files/Mount/IMovableMount.php', |
|
| 457 | + 'OCP\\Files\\Mount\\IShareOwnerlessMount' => $baseDir.'/lib/public/Files/Mount/IShareOwnerlessMount.php', |
|
| 458 | + 'OCP\\Files\\Mount\\ISystemMountPoint' => $baseDir.'/lib/public/Files/Mount/ISystemMountPoint.php', |
|
| 459 | + 'OCP\\Files\\Node' => $baseDir.'/lib/public/Files/Node.php', |
|
| 460 | + 'OCP\\Files\\NotEnoughSpaceException' => $baseDir.'/lib/public/Files/NotEnoughSpaceException.php', |
|
| 461 | + 'OCP\\Files\\NotFoundException' => $baseDir.'/lib/public/Files/NotFoundException.php', |
|
| 462 | + 'OCP\\Files\\NotPermittedException' => $baseDir.'/lib/public/Files/NotPermittedException.php', |
|
| 463 | + 'OCP\\Files\\Notify\\IChange' => $baseDir.'/lib/public/Files/Notify/IChange.php', |
|
| 464 | + 'OCP\\Files\\Notify\\INotifyHandler' => $baseDir.'/lib/public/Files/Notify/INotifyHandler.php', |
|
| 465 | + 'OCP\\Files\\Notify\\IRenameChange' => $baseDir.'/lib/public/Files/Notify/IRenameChange.php', |
|
| 466 | + 'OCP\\Files\\ObjectStore\\IObjectStore' => $baseDir.'/lib/public/Files/ObjectStore/IObjectStore.php', |
|
| 467 | + 'OCP\\Files\\ObjectStore\\IObjectStoreMetaData' => $baseDir.'/lib/public/Files/ObjectStore/IObjectStoreMetaData.php', |
|
| 468 | + 'OCP\\Files\\ObjectStore\\IObjectStoreMultiPartUpload' => $baseDir.'/lib/public/Files/ObjectStore/IObjectStoreMultiPartUpload.php', |
|
| 469 | + 'OCP\\Files\\ReservedWordException' => $baseDir.'/lib/public/Files/ReservedWordException.php', |
|
| 470 | + 'OCP\\Files\\Search\\ISearchBinaryOperator' => $baseDir.'/lib/public/Files/Search/ISearchBinaryOperator.php', |
|
| 471 | + 'OCP\\Files\\Search\\ISearchComparison' => $baseDir.'/lib/public/Files/Search/ISearchComparison.php', |
|
| 472 | + 'OCP\\Files\\Search\\ISearchOperator' => $baseDir.'/lib/public/Files/Search/ISearchOperator.php', |
|
| 473 | + 'OCP\\Files\\Search\\ISearchOrder' => $baseDir.'/lib/public/Files/Search/ISearchOrder.php', |
|
| 474 | + 'OCP\\Files\\Search\\ISearchQuery' => $baseDir.'/lib/public/Files/Search/ISearchQuery.php', |
|
| 475 | + 'OCP\\Files\\SimpleFS\\ISimpleFile' => $baseDir.'/lib/public/Files/SimpleFS/ISimpleFile.php', |
|
| 476 | + 'OCP\\Files\\SimpleFS\\ISimpleFolder' => $baseDir.'/lib/public/Files/SimpleFS/ISimpleFolder.php', |
|
| 477 | + 'OCP\\Files\\SimpleFS\\ISimpleRoot' => $baseDir.'/lib/public/Files/SimpleFS/ISimpleRoot.php', |
|
| 478 | + 'OCP\\Files\\SimpleFS\\InMemoryFile' => $baseDir.'/lib/public/Files/SimpleFS/InMemoryFile.php', |
|
| 479 | + 'OCP\\Files\\StorageAuthException' => $baseDir.'/lib/public/Files/StorageAuthException.php', |
|
| 480 | + 'OCP\\Files\\StorageBadConfigException' => $baseDir.'/lib/public/Files/StorageBadConfigException.php', |
|
| 481 | + 'OCP\\Files\\StorageConnectionException' => $baseDir.'/lib/public/Files/StorageConnectionException.php', |
|
| 482 | + 'OCP\\Files\\StorageInvalidException' => $baseDir.'/lib/public/Files/StorageInvalidException.php', |
|
| 483 | + 'OCP\\Files\\StorageNotAvailableException' => $baseDir.'/lib/public/Files/StorageNotAvailableException.php', |
|
| 484 | + 'OCP\\Files\\StorageTimeoutException' => $baseDir.'/lib/public/Files/StorageTimeoutException.php', |
|
| 485 | + 'OCP\\Files\\Storage\\IChunkedFileWrite' => $baseDir.'/lib/public/Files/Storage/IChunkedFileWrite.php', |
|
| 486 | + 'OCP\\Files\\Storage\\IConstructableStorage' => $baseDir.'/lib/public/Files/Storage/IConstructableStorage.php', |
|
| 487 | + 'OCP\\Files\\Storage\\IDisableEncryptionStorage' => $baseDir.'/lib/public/Files/Storage/IDisableEncryptionStorage.php', |
|
| 488 | + 'OCP\\Files\\Storage\\ILockingStorage' => $baseDir.'/lib/public/Files/Storage/ILockingStorage.php', |
|
| 489 | + 'OCP\\Files\\Storage\\INotifyStorage' => $baseDir.'/lib/public/Files/Storage/INotifyStorage.php', |
|
| 490 | + 'OCP\\Files\\Storage\\IReliableEtagStorage' => $baseDir.'/lib/public/Files/Storage/IReliableEtagStorage.php', |
|
| 491 | + 'OCP\\Files\\Storage\\ISharedStorage' => $baseDir.'/lib/public/Files/Storage/ISharedStorage.php', |
|
| 492 | + 'OCP\\Files\\Storage\\IStorage' => $baseDir.'/lib/public/Files/Storage/IStorage.php', |
|
| 493 | + 'OCP\\Files\\Storage\\IStorageFactory' => $baseDir.'/lib/public/Files/Storage/IStorageFactory.php', |
|
| 494 | + 'OCP\\Files\\Storage\\IWriteStreamStorage' => $baseDir.'/lib/public/Files/Storage/IWriteStreamStorage.php', |
|
| 495 | + 'OCP\\Files\\Template\\BeforeGetTemplatesEvent' => $baseDir.'/lib/public/Files/Template/BeforeGetTemplatesEvent.php', |
|
| 496 | + 'OCP\\Files\\Template\\Field' => $baseDir.'/lib/public/Files/Template/Field.php', |
|
| 497 | + 'OCP\\Files\\Template\\FieldFactory' => $baseDir.'/lib/public/Files/Template/FieldFactory.php', |
|
| 498 | + 'OCP\\Files\\Template\\FieldType' => $baseDir.'/lib/public/Files/Template/FieldType.php', |
|
| 499 | + 'OCP\\Files\\Template\\Fields\\CheckBoxField' => $baseDir.'/lib/public/Files/Template/Fields/CheckBoxField.php', |
|
| 500 | + 'OCP\\Files\\Template\\Fields\\RichTextField' => $baseDir.'/lib/public/Files/Template/Fields/RichTextField.php', |
|
| 501 | + 'OCP\\Files\\Template\\FileCreatedFromTemplateEvent' => $baseDir.'/lib/public/Files/Template/FileCreatedFromTemplateEvent.php', |
|
| 502 | + 'OCP\\Files\\Template\\ICustomTemplateProvider' => $baseDir.'/lib/public/Files/Template/ICustomTemplateProvider.php', |
|
| 503 | + 'OCP\\Files\\Template\\ITemplateManager' => $baseDir.'/lib/public/Files/Template/ITemplateManager.php', |
|
| 504 | + 'OCP\\Files\\Template\\InvalidFieldTypeException' => $baseDir.'/lib/public/Files/Template/InvalidFieldTypeException.php', |
|
| 505 | + 'OCP\\Files\\Template\\RegisterTemplateCreatorEvent' => $baseDir.'/lib/public/Files/Template/RegisterTemplateCreatorEvent.php', |
|
| 506 | + 'OCP\\Files\\Template\\Template' => $baseDir.'/lib/public/Files/Template/Template.php', |
|
| 507 | + 'OCP\\Files\\Template\\TemplateFileCreator' => $baseDir.'/lib/public/Files/Template/TemplateFileCreator.php', |
|
| 508 | + 'OCP\\Files\\UnseekableException' => $baseDir.'/lib/public/Files/UnseekableException.php', |
|
| 509 | + 'OCP\\Files_FullTextSearch\\Model\\AFilesDocument' => $baseDir.'/lib/public/Files_FullTextSearch/Model/AFilesDocument.php', |
|
| 510 | + 'OCP\\FullTextSearch\\Exceptions\\FullTextSearchAppNotAvailableException' => $baseDir.'/lib/public/FullTextSearch/Exceptions/FullTextSearchAppNotAvailableException.php', |
|
| 511 | + 'OCP\\FullTextSearch\\Exceptions\\FullTextSearchIndexNotAvailableException' => $baseDir.'/lib/public/FullTextSearch/Exceptions/FullTextSearchIndexNotAvailableException.php', |
|
| 512 | + 'OCP\\FullTextSearch\\IFullTextSearchManager' => $baseDir.'/lib/public/FullTextSearch/IFullTextSearchManager.php', |
|
| 513 | + 'OCP\\FullTextSearch\\IFullTextSearchPlatform' => $baseDir.'/lib/public/FullTextSearch/IFullTextSearchPlatform.php', |
|
| 514 | + 'OCP\\FullTextSearch\\IFullTextSearchProvider' => $baseDir.'/lib/public/FullTextSearch/IFullTextSearchProvider.php', |
|
| 515 | + 'OCP\\FullTextSearch\\Model\\IDocumentAccess' => $baseDir.'/lib/public/FullTextSearch/Model/IDocumentAccess.php', |
|
| 516 | + 'OCP\\FullTextSearch\\Model\\IIndex' => $baseDir.'/lib/public/FullTextSearch/Model/IIndex.php', |
|
| 517 | + 'OCP\\FullTextSearch\\Model\\IIndexDocument' => $baseDir.'/lib/public/FullTextSearch/Model/IIndexDocument.php', |
|
| 518 | + 'OCP\\FullTextSearch\\Model\\IIndexOptions' => $baseDir.'/lib/public/FullTextSearch/Model/IIndexOptions.php', |
|
| 519 | + 'OCP\\FullTextSearch\\Model\\IRunner' => $baseDir.'/lib/public/FullTextSearch/Model/IRunner.php', |
|
| 520 | + 'OCP\\FullTextSearch\\Model\\ISearchOption' => $baseDir.'/lib/public/FullTextSearch/Model/ISearchOption.php', |
|
| 521 | + 'OCP\\FullTextSearch\\Model\\ISearchRequest' => $baseDir.'/lib/public/FullTextSearch/Model/ISearchRequest.php', |
|
| 522 | + 'OCP\\FullTextSearch\\Model\\ISearchRequestSimpleQuery' => $baseDir.'/lib/public/FullTextSearch/Model/ISearchRequestSimpleQuery.php', |
|
| 523 | + 'OCP\\FullTextSearch\\Model\\ISearchResult' => $baseDir.'/lib/public/FullTextSearch/Model/ISearchResult.php', |
|
| 524 | + 'OCP\\FullTextSearch\\Model\\ISearchTemplate' => $baseDir.'/lib/public/FullTextSearch/Model/ISearchTemplate.php', |
|
| 525 | + 'OCP\\FullTextSearch\\Service\\IIndexService' => $baseDir.'/lib/public/FullTextSearch/Service/IIndexService.php', |
|
| 526 | + 'OCP\\FullTextSearch\\Service\\IProviderService' => $baseDir.'/lib/public/FullTextSearch/Service/IProviderService.php', |
|
| 527 | + 'OCP\\FullTextSearch\\Service\\ISearchService' => $baseDir.'/lib/public/FullTextSearch/Service/ISearchService.php', |
|
| 528 | + 'OCP\\GlobalScale\\IConfig' => $baseDir.'/lib/public/GlobalScale/IConfig.php', |
|
| 529 | + 'OCP\\GroupInterface' => $baseDir.'/lib/public/GroupInterface.php', |
|
| 530 | + 'OCP\\Group\\Backend\\ABackend' => $baseDir.'/lib/public/Group/Backend/ABackend.php', |
|
| 531 | + 'OCP\\Group\\Backend\\IAddToGroupBackend' => $baseDir.'/lib/public/Group/Backend/IAddToGroupBackend.php', |
|
| 532 | + 'OCP\\Group\\Backend\\IBatchMethodsBackend' => $baseDir.'/lib/public/Group/Backend/IBatchMethodsBackend.php', |
|
| 533 | + 'OCP\\Group\\Backend\\ICountDisabledInGroup' => $baseDir.'/lib/public/Group/Backend/ICountDisabledInGroup.php', |
|
| 534 | + 'OCP\\Group\\Backend\\ICountUsersBackend' => $baseDir.'/lib/public/Group/Backend/ICountUsersBackend.php', |
|
| 535 | + 'OCP\\Group\\Backend\\ICreateGroupBackend' => $baseDir.'/lib/public/Group/Backend/ICreateGroupBackend.php', |
|
| 536 | + 'OCP\\Group\\Backend\\ICreateNamedGroupBackend' => $baseDir.'/lib/public/Group/Backend/ICreateNamedGroupBackend.php', |
|
| 537 | + 'OCP\\Group\\Backend\\IDeleteGroupBackend' => $baseDir.'/lib/public/Group/Backend/IDeleteGroupBackend.php', |
|
| 538 | + 'OCP\\Group\\Backend\\IGetDisplayNameBackend' => $baseDir.'/lib/public/Group/Backend/IGetDisplayNameBackend.php', |
|
| 539 | + 'OCP\\Group\\Backend\\IGroupDetailsBackend' => $baseDir.'/lib/public/Group/Backend/IGroupDetailsBackend.php', |
|
| 540 | + 'OCP\\Group\\Backend\\IHideFromCollaborationBackend' => $baseDir.'/lib/public/Group/Backend/IHideFromCollaborationBackend.php', |
|
| 541 | + 'OCP\\Group\\Backend\\IIsAdminBackend' => $baseDir.'/lib/public/Group/Backend/IIsAdminBackend.php', |
|
| 542 | + 'OCP\\Group\\Backend\\INamedBackend' => $baseDir.'/lib/public/Group/Backend/INamedBackend.php', |
|
| 543 | + 'OCP\\Group\\Backend\\IRemoveFromGroupBackend' => $baseDir.'/lib/public/Group/Backend/IRemoveFromGroupBackend.php', |
|
| 544 | + 'OCP\\Group\\Backend\\ISearchableGroupBackend' => $baseDir.'/lib/public/Group/Backend/ISearchableGroupBackend.php', |
|
| 545 | + 'OCP\\Group\\Backend\\ISetDisplayNameBackend' => $baseDir.'/lib/public/Group/Backend/ISetDisplayNameBackend.php', |
|
| 546 | + 'OCP\\Group\\Events\\BeforeGroupChangedEvent' => $baseDir.'/lib/public/Group/Events/BeforeGroupChangedEvent.php', |
|
| 547 | + 'OCP\\Group\\Events\\BeforeGroupCreatedEvent' => $baseDir.'/lib/public/Group/Events/BeforeGroupCreatedEvent.php', |
|
| 548 | + 'OCP\\Group\\Events\\BeforeGroupDeletedEvent' => $baseDir.'/lib/public/Group/Events/BeforeGroupDeletedEvent.php', |
|
| 549 | + 'OCP\\Group\\Events\\BeforeUserAddedEvent' => $baseDir.'/lib/public/Group/Events/BeforeUserAddedEvent.php', |
|
| 550 | + 'OCP\\Group\\Events\\BeforeUserRemovedEvent' => $baseDir.'/lib/public/Group/Events/BeforeUserRemovedEvent.php', |
|
| 551 | + 'OCP\\Group\\Events\\GroupChangedEvent' => $baseDir.'/lib/public/Group/Events/GroupChangedEvent.php', |
|
| 552 | + 'OCP\\Group\\Events\\GroupCreatedEvent' => $baseDir.'/lib/public/Group/Events/GroupCreatedEvent.php', |
|
| 553 | + 'OCP\\Group\\Events\\GroupDeletedEvent' => $baseDir.'/lib/public/Group/Events/GroupDeletedEvent.php', |
|
| 554 | + 'OCP\\Group\\Events\\SubAdminAddedEvent' => $baseDir.'/lib/public/Group/Events/SubAdminAddedEvent.php', |
|
| 555 | + 'OCP\\Group\\Events\\SubAdminRemovedEvent' => $baseDir.'/lib/public/Group/Events/SubAdminRemovedEvent.php', |
|
| 556 | + 'OCP\\Group\\Events\\UserAddedEvent' => $baseDir.'/lib/public/Group/Events/UserAddedEvent.php', |
|
| 557 | + 'OCP\\Group\\Events\\UserRemovedEvent' => $baseDir.'/lib/public/Group/Events/UserRemovedEvent.php', |
|
| 558 | + 'OCP\\Group\\ISubAdmin' => $baseDir.'/lib/public/Group/ISubAdmin.php', |
|
| 559 | + 'OCP\\HintException' => $baseDir.'/lib/public/HintException.php', |
|
| 560 | + 'OCP\\Http\\Client\\IClient' => $baseDir.'/lib/public/Http/Client/IClient.php', |
|
| 561 | + 'OCP\\Http\\Client\\IClientService' => $baseDir.'/lib/public/Http/Client/IClientService.php', |
|
| 562 | + 'OCP\\Http\\Client\\IPromise' => $baseDir.'/lib/public/Http/Client/IPromise.php', |
|
| 563 | + 'OCP\\Http\\Client\\IResponse' => $baseDir.'/lib/public/Http/Client/IResponse.php', |
|
| 564 | + 'OCP\\Http\\Client\\LocalServerException' => $baseDir.'/lib/public/Http/Client/LocalServerException.php', |
|
| 565 | + 'OCP\\Http\\WellKnown\\GenericResponse' => $baseDir.'/lib/public/Http/WellKnown/GenericResponse.php', |
|
| 566 | + 'OCP\\Http\\WellKnown\\IHandler' => $baseDir.'/lib/public/Http/WellKnown/IHandler.php', |
|
| 567 | + 'OCP\\Http\\WellKnown\\IRequestContext' => $baseDir.'/lib/public/Http/WellKnown/IRequestContext.php', |
|
| 568 | + 'OCP\\Http\\WellKnown\\IResponse' => $baseDir.'/lib/public/Http/WellKnown/IResponse.php', |
|
| 569 | + 'OCP\\Http\\WellKnown\\JrdResponse' => $baseDir.'/lib/public/Http/WellKnown/JrdResponse.php', |
|
| 570 | + 'OCP\\IAddressBook' => $baseDir.'/lib/public/IAddressBook.php', |
|
| 571 | + 'OCP\\IAddressBookEnabled' => $baseDir.'/lib/public/IAddressBookEnabled.php', |
|
| 572 | + 'OCP\\IAppConfig' => $baseDir.'/lib/public/IAppConfig.php', |
|
| 573 | + 'OCP\\IAvatar' => $baseDir.'/lib/public/IAvatar.php', |
|
| 574 | + 'OCP\\IAvatarManager' => $baseDir.'/lib/public/IAvatarManager.php', |
|
| 575 | + 'OCP\\IBinaryFinder' => $baseDir.'/lib/public/IBinaryFinder.php', |
|
| 576 | + 'OCP\\ICache' => $baseDir.'/lib/public/ICache.php', |
|
| 577 | + 'OCP\\ICacheFactory' => $baseDir.'/lib/public/ICacheFactory.php', |
|
| 578 | + 'OCP\\ICertificate' => $baseDir.'/lib/public/ICertificate.php', |
|
| 579 | + 'OCP\\ICertificateManager' => $baseDir.'/lib/public/ICertificateManager.php', |
|
| 580 | + 'OCP\\IConfig' => $baseDir.'/lib/public/IConfig.php', |
|
| 581 | + 'OCP\\IContainer' => $baseDir.'/lib/public/IContainer.php', |
|
| 582 | + 'OCP\\IDBConnection' => $baseDir.'/lib/public/IDBConnection.php', |
|
| 583 | + 'OCP\\IDateTimeFormatter' => $baseDir.'/lib/public/IDateTimeFormatter.php', |
|
| 584 | + 'OCP\\IDateTimeZone' => $baseDir.'/lib/public/IDateTimeZone.php', |
|
| 585 | + 'OCP\\IEmojiHelper' => $baseDir.'/lib/public/IEmojiHelper.php', |
|
| 586 | + 'OCP\\IEventSource' => $baseDir.'/lib/public/IEventSource.php', |
|
| 587 | + 'OCP\\IEventSourceFactory' => $baseDir.'/lib/public/IEventSourceFactory.php', |
|
| 588 | + 'OCP\\IGroup' => $baseDir.'/lib/public/IGroup.php', |
|
| 589 | + 'OCP\\IGroupManager' => $baseDir.'/lib/public/IGroupManager.php', |
|
| 590 | + 'OCP\\IImage' => $baseDir.'/lib/public/IImage.php', |
|
| 591 | + 'OCP\\IInitialStateService' => $baseDir.'/lib/public/IInitialStateService.php', |
|
| 592 | + 'OCP\\IL10N' => $baseDir.'/lib/public/IL10N.php', |
|
| 593 | + 'OCP\\ILogger' => $baseDir.'/lib/public/ILogger.php', |
|
| 594 | + 'OCP\\IMemcache' => $baseDir.'/lib/public/IMemcache.php', |
|
| 595 | + 'OCP\\IMemcacheTTL' => $baseDir.'/lib/public/IMemcacheTTL.php', |
|
| 596 | + 'OCP\\INavigationManager' => $baseDir.'/lib/public/INavigationManager.php', |
|
| 597 | + 'OCP\\IPhoneNumberUtil' => $baseDir.'/lib/public/IPhoneNumberUtil.php', |
|
| 598 | + 'OCP\\IPreview' => $baseDir.'/lib/public/IPreview.php', |
|
| 599 | + 'OCP\\IRequest' => $baseDir.'/lib/public/IRequest.php', |
|
| 600 | + 'OCP\\IRequestId' => $baseDir.'/lib/public/IRequestId.php', |
|
| 601 | + 'OCP\\IServerContainer' => $baseDir.'/lib/public/IServerContainer.php', |
|
| 602 | + 'OCP\\ISession' => $baseDir.'/lib/public/ISession.php', |
|
| 603 | + 'OCP\\IStreamImage' => $baseDir.'/lib/public/IStreamImage.php', |
|
| 604 | + 'OCP\\ITagManager' => $baseDir.'/lib/public/ITagManager.php', |
|
| 605 | + 'OCP\\ITags' => $baseDir.'/lib/public/ITags.php', |
|
| 606 | + 'OCP\\ITempManager' => $baseDir.'/lib/public/ITempManager.php', |
|
| 607 | + 'OCP\\IURLGenerator' => $baseDir.'/lib/public/IURLGenerator.php', |
|
| 608 | + 'OCP\\IUser' => $baseDir.'/lib/public/IUser.php', |
|
| 609 | + 'OCP\\IUserBackend' => $baseDir.'/lib/public/IUserBackend.php', |
|
| 610 | + 'OCP\\IUserManager' => $baseDir.'/lib/public/IUserManager.php', |
|
| 611 | + 'OCP\\IUserSession' => $baseDir.'/lib/public/IUserSession.php', |
|
| 612 | + 'OCP\\Image' => $baseDir.'/lib/public/Image.php', |
|
| 613 | + 'OCP\\L10N\\IFactory' => $baseDir.'/lib/public/L10N/IFactory.php', |
|
| 614 | + 'OCP\\L10N\\ILanguageIterator' => $baseDir.'/lib/public/L10N/ILanguageIterator.php', |
|
| 615 | + 'OCP\\LDAP\\IDeletionFlagSupport' => $baseDir.'/lib/public/LDAP/IDeletionFlagSupport.php', |
|
| 616 | + 'OCP\\LDAP\\ILDAPProvider' => $baseDir.'/lib/public/LDAP/ILDAPProvider.php', |
|
| 617 | + 'OCP\\LDAP\\ILDAPProviderFactory' => $baseDir.'/lib/public/LDAP/ILDAPProviderFactory.php', |
|
| 618 | + 'OCP\\Lock\\ILockingProvider' => $baseDir.'/lib/public/Lock/ILockingProvider.php', |
|
| 619 | + 'OCP\\Lock\\LockedException' => $baseDir.'/lib/public/Lock/LockedException.php', |
|
| 620 | + 'OCP\\Lock\\ManuallyLockedException' => $baseDir.'/lib/public/Lock/ManuallyLockedException.php', |
|
| 621 | + 'OCP\\Lockdown\\ILockdownManager' => $baseDir.'/lib/public/Lockdown/ILockdownManager.php', |
|
| 622 | + 'OCP\\Log\\Audit\\CriticalActionPerformedEvent' => $baseDir.'/lib/public/Log/Audit/CriticalActionPerformedEvent.php', |
|
| 623 | + 'OCP\\Log\\BeforeMessageLoggedEvent' => $baseDir.'/lib/public/Log/BeforeMessageLoggedEvent.php', |
|
| 624 | + 'OCP\\Log\\IDataLogger' => $baseDir.'/lib/public/Log/IDataLogger.php', |
|
| 625 | + 'OCP\\Log\\IFileBased' => $baseDir.'/lib/public/Log/IFileBased.php', |
|
| 626 | + 'OCP\\Log\\ILogFactory' => $baseDir.'/lib/public/Log/ILogFactory.php', |
|
| 627 | + 'OCP\\Log\\IWriter' => $baseDir.'/lib/public/Log/IWriter.php', |
|
| 628 | + 'OCP\\Log\\RotationTrait' => $baseDir.'/lib/public/Log/RotationTrait.php', |
|
| 629 | + 'OCP\\Mail\\Events\\BeforeMessageSent' => $baseDir.'/lib/public/Mail/Events/BeforeMessageSent.php', |
|
| 630 | + 'OCP\\Mail\\Headers\\AutoSubmitted' => $baseDir.'/lib/public/Mail/Headers/AutoSubmitted.php', |
|
| 631 | + 'OCP\\Mail\\IAttachment' => $baseDir.'/lib/public/Mail/IAttachment.php', |
|
| 632 | + 'OCP\\Mail\\IEMailTemplate' => $baseDir.'/lib/public/Mail/IEMailTemplate.php', |
|
| 633 | + 'OCP\\Mail\\IMailer' => $baseDir.'/lib/public/Mail/IMailer.php', |
|
| 634 | + 'OCP\\Mail\\IMessage' => $baseDir.'/lib/public/Mail/IMessage.php', |
|
| 635 | + 'OCP\\Mail\\Provider\\Address' => $baseDir.'/lib/public/Mail/Provider/Address.php', |
|
| 636 | + 'OCP\\Mail\\Provider\\Attachment' => $baseDir.'/lib/public/Mail/Provider/Attachment.php', |
|
| 637 | + 'OCP\\Mail\\Provider\\Exception\\Exception' => $baseDir.'/lib/public/Mail/Provider/Exception/Exception.php', |
|
| 638 | + 'OCP\\Mail\\Provider\\Exception\\SendException' => $baseDir.'/lib/public/Mail/Provider/Exception/SendException.php', |
|
| 639 | + 'OCP\\Mail\\Provider\\IAddress' => $baseDir.'/lib/public/Mail/Provider/IAddress.php', |
|
| 640 | + 'OCP\\Mail\\Provider\\IAttachment' => $baseDir.'/lib/public/Mail/Provider/IAttachment.php', |
|
| 641 | + 'OCP\\Mail\\Provider\\IManager' => $baseDir.'/lib/public/Mail/Provider/IManager.php', |
|
| 642 | + 'OCP\\Mail\\Provider\\IMessage' => $baseDir.'/lib/public/Mail/Provider/IMessage.php', |
|
| 643 | + 'OCP\\Mail\\Provider\\IMessageSend' => $baseDir.'/lib/public/Mail/Provider/IMessageSend.php', |
|
| 644 | + 'OCP\\Mail\\Provider\\IProvider' => $baseDir.'/lib/public/Mail/Provider/IProvider.php', |
|
| 645 | + 'OCP\\Mail\\Provider\\IService' => $baseDir.'/lib/public/Mail/Provider/IService.php', |
|
| 646 | + 'OCP\\Mail\\Provider\\Message' => $baseDir.'/lib/public/Mail/Provider/Message.php', |
|
| 647 | + 'OCP\\Migration\\Attributes\\AddColumn' => $baseDir.'/lib/public/Migration/Attributes/AddColumn.php', |
|
| 648 | + 'OCP\\Migration\\Attributes\\AddIndex' => $baseDir.'/lib/public/Migration/Attributes/AddIndex.php', |
|
| 649 | + 'OCP\\Migration\\Attributes\\ColumnMigrationAttribute' => $baseDir.'/lib/public/Migration/Attributes/ColumnMigrationAttribute.php', |
|
| 650 | + 'OCP\\Migration\\Attributes\\ColumnType' => $baseDir.'/lib/public/Migration/Attributes/ColumnType.php', |
|
| 651 | + 'OCP\\Migration\\Attributes\\CreateTable' => $baseDir.'/lib/public/Migration/Attributes/CreateTable.php', |
|
| 652 | + 'OCP\\Migration\\Attributes\\DropColumn' => $baseDir.'/lib/public/Migration/Attributes/DropColumn.php', |
|
| 653 | + 'OCP\\Migration\\Attributes\\DropIndex' => $baseDir.'/lib/public/Migration/Attributes/DropIndex.php', |
|
| 654 | + 'OCP\\Migration\\Attributes\\DropTable' => $baseDir.'/lib/public/Migration/Attributes/DropTable.php', |
|
| 655 | + 'OCP\\Migration\\Attributes\\GenericMigrationAttribute' => $baseDir.'/lib/public/Migration/Attributes/GenericMigrationAttribute.php', |
|
| 656 | + 'OCP\\Migration\\Attributes\\IndexMigrationAttribute' => $baseDir.'/lib/public/Migration/Attributes/IndexMigrationAttribute.php', |
|
| 657 | + 'OCP\\Migration\\Attributes\\IndexType' => $baseDir.'/lib/public/Migration/Attributes/IndexType.php', |
|
| 658 | + 'OCP\\Migration\\Attributes\\MigrationAttribute' => $baseDir.'/lib/public/Migration/Attributes/MigrationAttribute.php', |
|
| 659 | + 'OCP\\Migration\\Attributes\\ModifyColumn' => $baseDir.'/lib/public/Migration/Attributes/ModifyColumn.php', |
|
| 660 | + 'OCP\\Migration\\Attributes\\TableMigrationAttribute' => $baseDir.'/lib/public/Migration/Attributes/TableMigrationAttribute.php', |
|
| 661 | + 'OCP\\Migration\\BigIntMigration' => $baseDir.'/lib/public/Migration/BigIntMigration.php', |
|
| 662 | + 'OCP\\Migration\\IMigrationStep' => $baseDir.'/lib/public/Migration/IMigrationStep.php', |
|
| 663 | + 'OCP\\Migration\\IOutput' => $baseDir.'/lib/public/Migration/IOutput.php', |
|
| 664 | + 'OCP\\Migration\\IRepairStep' => $baseDir.'/lib/public/Migration/IRepairStep.php', |
|
| 665 | + 'OCP\\Migration\\SimpleMigrationStep' => $baseDir.'/lib/public/Migration/SimpleMigrationStep.php', |
|
| 666 | + 'OCP\\Navigation\\Events\\LoadAdditionalEntriesEvent' => $baseDir.'/lib/public/Navigation/Events/LoadAdditionalEntriesEvent.php', |
|
| 667 | + 'OCP\\Notification\\AlreadyProcessedException' => $baseDir.'/lib/public/Notification/AlreadyProcessedException.php', |
|
| 668 | + 'OCP\\Notification\\IAction' => $baseDir.'/lib/public/Notification/IAction.php', |
|
| 669 | + 'OCP\\Notification\\IApp' => $baseDir.'/lib/public/Notification/IApp.php', |
|
| 670 | + 'OCP\\Notification\\IDeferrableApp' => $baseDir.'/lib/public/Notification/IDeferrableApp.php', |
|
| 671 | + 'OCP\\Notification\\IDismissableNotifier' => $baseDir.'/lib/public/Notification/IDismissableNotifier.php', |
|
| 672 | + 'OCP\\Notification\\IManager' => $baseDir.'/lib/public/Notification/IManager.php', |
|
| 673 | + 'OCP\\Notification\\INotification' => $baseDir.'/lib/public/Notification/INotification.php', |
|
| 674 | + 'OCP\\Notification\\INotifier' => $baseDir.'/lib/public/Notification/INotifier.php', |
|
| 675 | + 'OCP\\Notification\\IncompleteNotificationException' => $baseDir.'/lib/public/Notification/IncompleteNotificationException.php', |
|
| 676 | + 'OCP\\Notification\\IncompleteParsedNotificationException' => $baseDir.'/lib/public/Notification/IncompleteParsedNotificationException.php', |
|
| 677 | + 'OCP\\Notification\\InvalidValueException' => $baseDir.'/lib/public/Notification/InvalidValueException.php', |
|
| 678 | + 'OCP\\Notification\\UnknownNotificationException' => $baseDir.'/lib/public/Notification/UnknownNotificationException.php', |
|
| 679 | + 'OCP\\OCM\\Events\\ResourceTypeRegisterEvent' => $baseDir.'/lib/public/OCM/Events/ResourceTypeRegisterEvent.php', |
|
| 680 | + 'OCP\\OCM\\Exceptions\\OCMArgumentException' => $baseDir.'/lib/public/OCM/Exceptions/OCMArgumentException.php', |
|
| 681 | + 'OCP\\OCM\\Exceptions\\OCMProviderException' => $baseDir.'/lib/public/OCM/Exceptions/OCMProviderException.php', |
|
| 682 | + 'OCP\\OCM\\ICapabilityAwareOCMProvider' => $baseDir.'/lib/public/OCM/ICapabilityAwareOCMProvider.php', |
|
| 683 | + 'OCP\\OCM\\IOCMDiscoveryService' => $baseDir.'/lib/public/OCM/IOCMDiscoveryService.php', |
|
| 684 | + 'OCP\\OCM\\IOCMProvider' => $baseDir.'/lib/public/OCM/IOCMProvider.php', |
|
| 685 | + 'OCP\\OCM\\IOCMResource' => $baseDir.'/lib/public/OCM/IOCMResource.php', |
|
| 686 | + 'OCP\\OCS\\IDiscoveryService' => $baseDir.'/lib/public/OCS/IDiscoveryService.php', |
|
| 687 | + 'OCP\\PreConditionNotMetException' => $baseDir.'/lib/public/PreConditionNotMetException.php', |
|
| 688 | + 'OCP\\Preview\\BeforePreviewFetchedEvent' => $baseDir.'/lib/public/Preview/BeforePreviewFetchedEvent.php', |
|
| 689 | + 'OCP\\Preview\\IMimeIconProvider' => $baseDir.'/lib/public/Preview/IMimeIconProvider.php', |
|
| 690 | + 'OCP\\Preview\\IProvider' => $baseDir.'/lib/public/Preview/IProvider.php', |
|
| 691 | + 'OCP\\Preview\\IProviderV2' => $baseDir.'/lib/public/Preview/IProviderV2.php', |
|
| 692 | + 'OCP\\Preview\\IVersionedPreviewFile' => $baseDir.'/lib/public/Preview/IVersionedPreviewFile.php', |
|
| 693 | + 'OCP\\Profile\\BeforeTemplateRenderedEvent' => $baseDir.'/lib/public/Profile/BeforeTemplateRenderedEvent.php', |
|
| 694 | + 'OCP\\Profile\\ILinkAction' => $baseDir.'/lib/public/Profile/ILinkAction.php', |
|
| 695 | + 'OCP\\Profile\\IProfileManager' => $baseDir.'/lib/public/Profile/IProfileManager.php', |
|
| 696 | + 'OCP\\Profile\\ParameterDoesNotExistException' => $baseDir.'/lib/public/Profile/ParameterDoesNotExistException.php', |
|
| 697 | + 'OCP\\Profiler\\IProfile' => $baseDir.'/lib/public/Profiler/IProfile.php', |
|
| 698 | + 'OCP\\Profiler\\IProfiler' => $baseDir.'/lib/public/Profiler/IProfiler.php', |
|
| 699 | + 'OCP\\Remote\\Api\\IApiCollection' => $baseDir.'/lib/public/Remote/Api/IApiCollection.php', |
|
| 700 | + 'OCP\\Remote\\Api\\IApiFactory' => $baseDir.'/lib/public/Remote/Api/IApiFactory.php', |
|
| 701 | + 'OCP\\Remote\\Api\\ICapabilitiesApi' => $baseDir.'/lib/public/Remote/Api/ICapabilitiesApi.php', |
|
| 702 | + 'OCP\\Remote\\Api\\IUserApi' => $baseDir.'/lib/public/Remote/Api/IUserApi.php', |
|
| 703 | + 'OCP\\Remote\\ICredentials' => $baseDir.'/lib/public/Remote/ICredentials.php', |
|
| 704 | + 'OCP\\Remote\\IInstance' => $baseDir.'/lib/public/Remote/IInstance.php', |
|
| 705 | + 'OCP\\Remote\\IInstanceFactory' => $baseDir.'/lib/public/Remote/IInstanceFactory.php', |
|
| 706 | + 'OCP\\Remote\\IUser' => $baseDir.'/lib/public/Remote/IUser.php', |
|
| 707 | + 'OCP\\RichObjectStrings\\Definitions' => $baseDir.'/lib/public/RichObjectStrings/Definitions.php', |
|
| 708 | + 'OCP\\RichObjectStrings\\IRichTextFormatter' => $baseDir.'/lib/public/RichObjectStrings/IRichTextFormatter.php', |
|
| 709 | + 'OCP\\RichObjectStrings\\IValidator' => $baseDir.'/lib/public/RichObjectStrings/IValidator.php', |
|
| 710 | + 'OCP\\RichObjectStrings\\InvalidObjectExeption' => $baseDir.'/lib/public/RichObjectStrings/InvalidObjectExeption.php', |
|
| 711 | + 'OCP\\Route\\IRoute' => $baseDir.'/lib/public/Route/IRoute.php', |
|
| 712 | + 'OCP\\Route\\IRouter' => $baseDir.'/lib/public/Route/IRouter.php', |
|
| 713 | + 'OCP\\SabrePluginEvent' => $baseDir.'/lib/public/SabrePluginEvent.php', |
|
| 714 | + 'OCP\\SabrePluginException' => $baseDir.'/lib/public/SabrePluginException.php', |
|
| 715 | + 'OCP\\Search\\FilterDefinition' => $baseDir.'/lib/public/Search/FilterDefinition.php', |
|
| 716 | + 'OCP\\Search\\IFilter' => $baseDir.'/lib/public/Search/IFilter.php', |
|
| 717 | + 'OCP\\Search\\IFilterCollection' => $baseDir.'/lib/public/Search/IFilterCollection.php', |
|
| 718 | + 'OCP\\Search\\IFilteringProvider' => $baseDir.'/lib/public/Search/IFilteringProvider.php', |
|
| 719 | + 'OCP\\Search\\IInAppSearch' => $baseDir.'/lib/public/Search/IInAppSearch.php', |
|
| 720 | + 'OCP\\Search\\IProvider' => $baseDir.'/lib/public/Search/IProvider.php', |
|
| 721 | + 'OCP\\Search\\ISearchQuery' => $baseDir.'/lib/public/Search/ISearchQuery.php', |
|
| 722 | + 'OCP\\Search\\PagedProvider' => $baseDir.'/lib/public/Search/PagedProvider.php', |
|
| 723 | + 'OCP\\Search\\Provider' => $baseDir.'/lib/public/Search/Provider.php', |
|
| 724 | + 'OCP\\Search\\Result' => $baseDir.'/lib/public/Search/Result.php', |
|
| 725 | + 'OCP\\Search\\SearchResult' => $baseDir.'/lib/public/Search/SearchResult.php', |
|
| 726 | + 'OCP\\Search\\SearchResultEntry' => $baseDir.'/lib/public/Search/SearchResultEntry.php', |
|
| 727 | + 'OCP\\Security\\Bruteforce\\IThrottler' => $baseDir.'/lib/public/Security/Bruteforce/IThrottler.php', |
|
| 728 | + 'OCP\\Security\\Bruteforce\\MaxDelayReached' => $baseDir.'/lib/public/Security/Bruteforce/MaxDelayReached.php', |
|
| 729 | + 'OCP\\Security\\CSP\\AddContentSecurityPolicyEvent' => $baseDir.'/lib/public/Security/CSP/AddContentSecurityPolicyEvent.php', |
|
| 730 | + 'OCP\\Security\\Events\\GenerateSecurePasswordEvent' => $baseDir.'/lib/public/Security/Events/GenerateSecurePasswordEvent.php', |
|
| 731 | + 'OCP\\Security\\Events\\ValidatePasswordPolicyEvent' => $baseDir.'/lib/public/Security/Events/ValidatePasswordPolicyEvent.php', |
|
| 732 | + 'OCP\\Security\\FeaturePolicy\\AddFeaturePolicyEvent' => $baseDir.'/lib/public/Security/FeaturePolicy/AddFeaturePolicyEvent.php', |
|
| 733 | + 'OCP\\Security\\IContentSecurityPolicyManager' => $baseDir.'/lib/public/Security/IContentSecurityPolicyManager.php', |
|
| 734 | + 'OCP\\Security\\ICredentialsManager' => $baseDir.'/lib/public/Security/ICredentialsManager.php', |
|
| 735 | + 'OCP\\Security\\ICrypto' => $baseDir.'/lib/public/Security/ICrypto.php', |
|
| 736 | + 'OCP\\Security\\IHasher' => $baseDir.'/lib/public/Security/IHasher.php', |
|
| 737 | + 'OCP\\Security\\IRemoteHostValidator' => $baseDir.'/lib/public/Security/IRemoteHostValidator.php', |
|
| 738 | + 'OCP\\Security\\ISecureRandom' => $baseDir.'/lib/public/Security/ISecureRandom.php', |
|
| 739 | + 'OCP\\Security\\ITrustedDomainHelper' => $baseDir.'/lib/public/Security/ITrustedDomainHelper.php', |
|
| 740 | + 'OCP\\Security\\Ip\\IAddress' => $baseDir.'/lib/public/Security/Ip/IAddress.php', |
|
| 741 | + 'OCP\\Security\\Ip\\IFactory' => $baseDir.'/lib/public/Security/Ip/IFactory.php', |
|
| 742 | + 'OCP\\Security\\Ip\\IRange' => $baseDir.'/lib/public/Security/Ip/IRange.php', |
|
| 743 | + 'OCP\\Security\\Ip\\IRemoteAddress' => $baseDir.'/lib/public/Security/Ip/IRemoteAddress.php', |
|
| 744 | + 'OCP\\Security\\PasswordContext' => $baseDir.'/lib/public/Security/PasswordContext.php', |
|
| 745 | + 'OCP\\Security\\RateLimiting\\ILimiter' => $baseDir.'/lib/public/Security/RateLimiting/ILimiter.php', |
|
| 746 | + 'OCP\\Security\\RateLimiting\\IRateLimitExceededException' => $baseDir.'/lib/public/Security/RateLimiting/IRateLimitExceededException.php', |
|
| 747 | + 'OCP\\Security\\VerificationToken\\IVerificationToken' => $baseDir.'/lib/public/Security/VerificationToken/IVerificationToken.php', |
|
| 748 | + 'OCP\\Security\\VerificationToken\\InvalidTokenException' => $baseDir.'/lib/public/Security/VerificationToken/InvalidTokenException.php', |
|
| 749 | + 'OCP\\Server' => $baseDir.'/lib/public/Server.php', |
|
| 750 | + 'OCP\\ServerVersion' => $baseDir.'/lib/public/ServerVersion.php', |
|
| 751 | + 'OCP\\Session\\Exceptions\\SessionNotAvailableException' => $baseDir.'/lib/public/Session/Exceptions/SessionNotAvailableException.php', |
|
| 752 | + 'OCP\\Settings\\DeclarativeSettingsTypes' => $baseDir.'/lib/public/Settings/DeclarativeSettingsTypes.php', |
|
| 753 | + 'OCP\\Settings\\Events\\DeclarativeSettingsGetValueEvent' => $baseDir.'/lib/public/Settings/Events/DeclarativeSettingsGetValueEvent.php', |
|
| 754 | + 'OCP\\Settings\\Events\\DeclarativeSettingsRegisterFormEvent' => $baseDir.'/lib/public/Settings/Events/DeclarativeSettingsRegisterFormEvent.php', |
|
| 755 | + 'OCP\\Settings\\Events\\DeclarativeSettingsSetValueEvent' => $baseDir.'/lib/public/Settings/Events/DeclarativeSettingsSetValueEvent.php', |
|
| 756 | + 'OCP\\Settings\\IDeclarativeManager' => $baseDir.'/lib/public/Settings/IDeclarativeManager.php', |
|
| 757 | + 'OCP\\Settings\\IDeclarativeSettingsForm' => $baseDir.'/lib/public/Settings/IDeclarativeSettingsForm.php', |
|
| 758 | + 'OCP\\Settings\\IDeclarativeSettingsFormWithHandlers' => $baseDir.'/lib/public/Settings/IDeclarativeSettingsFormWithHandlers.php', |
|
| 759 | + 'OCP\\Settings\\IDelegatedSettings' => $baseDir.'/lib/public/Settings/IDelegatedSettings.php', |
|
| 760 | + 'OCP\\Settings\\IIconSection' => $baseDir.'/lib/public/Settings/IIconSection.php', |
|
| 761 | + 'OCP\\Settings\\IManager' => $baseDir.'/lib/public/Settings/IManager.php', |
|
| 762 | + 'OCP\\Settings\\ISettings' => $baseDir.'/lib/public/Settings/ISettings.php', |
|
| 763 | + 'OCP\\Settings\\ISubAdminSettings' => $baseDir.'/lib/public/Settings/ISubAdminSettings.php', |
|
| 764 | + 'OCP\\SetupCheck\\CheckServerResponseTrait' => $baseDir.'/lib/public/SetupCheck/CheckServerResponseTrait.php', |
|
| 765 | + 'OCP\\SetupCheck\\ISetupCheck' => $baseDir.'/lib/public/SetupCheck/ISetupCheck.php', |
|
| 766 | + 'OCP\\SetupCheck\\ISetupCheckManager' => $baseDir.'/lib/public/SetupCheck/ISetupCheckManager.php', |
|
| 767 | + 'OCP\\SetupCheck\\SetupResult' => $baseDir.'/lib/public/SetupCheck/SetupResult.php', |
|
| 768 | + 'OCP\\Share' => $baseDir.'/lib/public/Share.php', |
|
| 769 | + 'OCP\\Share\\Events\\BeforeShareCreatedEvent' => $baseDir.'/lib/public/Share/Events/BeforeShareCreatedEvent.php', |
|
| 770 | + 'OCP\\Share\\Events\\BeforeShareDeletedEvent' => $baseDir.'/lib/public/Share/Events/BeforeShareDeletedEvent.php', |
|
| 771 | + 'OCP\\Share\\Events\\ShareAcceptedEvent' => $baseDir.'/lib/public/Share/Events/ShareAcceptedEvent.php', |
|
| 772 | + 'OCP\\Share\\Events\\ShareCreatedEvent' => $baseDir.'/lib/public/Share/Events/ShareCreatedEvent.php', |
|
| 773 | + 'OCP\\Share\\Events\\ShareDeletedEvent' => $baseDir.'/lib/public/Share/Events/ShareDeletedEvent.php', |
|
| 774 | + 'OCP\\Share\\Events\\ShareDeletedFromSelfEvent' => $baseDir.'/lib/public/Share/Events/ShareDeletedFromSelfEvent.php', |
|
| 775 | + 'OCP\\Share\\Events\\VerifyMountPointEvent' => $baseDir.'/lib/public/Share/Events/VerifyMountPointEvent.php', |
|
| 776 | + 'OCP\\Share\\Exceptions\\AlreadySharedException' => $baseDir.'/lib/public/Share/Exceptions/AlreadySharedException.php', |
|
| 777 | + 'OCP\\Share\\Exceptions\\GenericShareException' => $baseDir.'/lib/public/Share/Exceptions/GenericShareException.php', |
|
| 778 | + 'OCP\\Share\\Exceptions\\IllegalIDChangeException' => $baseDir.'/lib/public/Share/Exceptions/IllegalIDChangeException.php', |
|
| 779 | + 'OCP\\Share\\Exceptions\\ShareNotFound' => $baseDir.'/lib/public/Share/Exceptions/ShareNotFound.php', |
|
| 780 | + 'OCP\\Share\\Exceptions\\ShareTokenException' => $baseDir.'/lib/public/Share/Exceptions/ShareTokenException.php', |
|
| 781 | + 'OCP\\Share\\IAttributes' => $baseDir.'/lib/public/Share/IAttributes.php', |
|
| 782 | + 'OCP\\Share\\IManager' => $baseDir.'/lib/public/Share/IManager.php', |
|
| 783 | + 'OCP\\Share\\IProviderFactory' => $baseDir.'/lib/public/Share/IProviderFactory.php', |
|
| 784 | + 'OCP\\Share\\IPublicShareTemplateFactory' => $baseDir.'/lib/public/Share/IPublicShareTemplateFactory.php', |
|
| 785 | + 'OCP\\Share\\IPublicShareTemplateProvider' => $baseDir.'/lib/public/Share/IPublicShareTemplateProvider.php', |
|
| 786 | + 'OCP\\Share\\IShare' => $baseDir.'/lib/public/Share/IShare.php', |
|
| 787 | + 'OCP\\Share\\IShareHelper' => $baseDir.'/lib/public/Share/IShareHelper.php', |
|
| 788 | + 'OCP\\Share\\IShareProvider' => $baseDir.'/lib/public/Share/IShareProvider.php', |
|
| 789 | + 'OCP\\Share\\IShareProviderSupportsAccept' => $baseDir.'/lib/public/Share/IShareProviderSupportsAccept.php', |
|
| 790 | + 'OCP\\Share\\IShareProviderSupportsAllSharesInFolder' => $baseDir.'/lib/public/Share/IShareProviderSupportsAllSharesInFolder.php', |
|
| 791 | + 'OCP\\Share\\IShareProviderWithNotification' => $baseDir.'/lib/public/Share/IShareProviderWithNotification.php', |
|
| 792 | + 'OCP\\Share_Backend' => $baseDir.'/lib/public/Share_Backend.php', |
|
| 793 | + 'OCP\\Share_Backend_Collection' => $baseDir.'/lib/public/Share_Backend_Collection.php', |
|
| 794 | + 'OCP\\Share_Backend_File_Dependent' => $baseDir.'/lib/public/Share_Backend_File_Dependent.php', |
|
| 795 | + 'OCP\\SpeechToText\\Events\\AbstractTranscriptionEvent' => $baseDir.'/lib/public/SpeechToText/Events/AbstractTranscriptionEvent.php', |
|
| 796 | + 'OCP\\SpeechToText\\Events\\TranscriptionFailedEvent' => $baseDir.'/lib/public/SpeechToText/Events/TranscriptionFailedEvent.php', |
|
| 797 | + 'OCP\\SpeechToText\\Events\\TranscriptionSuccessfulEvent' => $baseDir.'/lib/public/SpeechToText/Events/TranscriptionSuccessfulEvent.php', |
|
| 798 | + 'OCP\\SpeechToText\\ISpeechToTextManager' => $baseDir.'/lib/public/SpeechToText/ISpeechToTextManager.php', |
|
| 799 | + 'OCP\\SpeechToText\\ISpeechToTextProvider' => $baseDir.'/lib/public/SpeechToText/ISpeechToTextProvider.php', |
|
| 800 | + 'OCP\\SpeechToText\\ISpeechToTextProviderWithId' => $baseDir.'/lib/public/SpeechToText/ISpeechToTextProviderWithId.php', |
|
| 801 | + 'OCP\\SpeechToText\\ISpeechToTextProviderWithUserId' => $baseDir.'/lib/public/SpeechToText/ISpeechToTextProviderWithUserId.php', |
|
| 802 | + 'OCP\\Support\\CrashReport\\ICollectBreadcrumbs' => $baseDir.'/lib/public/Support/CrashReport/ICollectBreadcrumbs.php', |
|
| 803 | + 'OCP\\Support\\CrashReport\\IMessageReporter' => $baseDir.'/lib/public/Support/CrashReport/IMessageReporter.php', |
|
| 804 | + 'OCP\\Support\\CrashReport\\IRegistry' => $baseDir.'/lib/public/Support/CrashReport/IRegistry.php', |
|
| 805 | + 'OCP\\Support\\CrashReport\\IReporter' => $baseDir.'/lib/public/Support/CrashReport/IReporter.php', |
|
| 806 | + 'OCP\\Support\\Subscription\\Exception\\AlreadyRegisteredException' => $baseDir.'/lib/public/Support/Subscription/Exception/AlreadyRegisteredException.php', |
|
| 807 | + 'OCP\\Support\\Subscription\\IAssertion' => $baseDir.'/lib/public/Support/Subscription/IAssertion.php', |
|
| 808 | + 'OCP\\Support\\Subscription\\IRegistry' => $baseDir.'/lib/public/Support/Subscription/IRegistry.php', |
|
| 809 | + 'OCP\\Support\\Subscription\\ISubscription' => $baseDir.'/lib/public/Support/Subscription/ISubscription.php', |
|
| 810 | + 'OCP\\Support\\Subscription\\ISupportedApps' => $baseDir.'/lib/public/Support/Subscription/ISupportedApps.php', |
|
| 811 | + 'OCP\\SystemTag\\ISystemTag' => $baseDir.'/lib/public/SystemTag/ISystemTag.php', |
|
| 812 | + 'OCP\\SystemTag\\ISystemTagManager' => $baseDir.'/lib/public/SystemTag/ISystemTagManager.php', |
|
| 813 | + 'OCP\\SystemTag\\ISystemTagManagerFactory' => $baseDir.'/lib/public/SystemTag/ISystemTagManagerFactory.php', |
|
| 814 | + 'OCP\\SystemTag\\ISystemTagObjectMapper' => $baseDir.'/lib/public/SystemTag/ISystemTagObjectMapper.php', |
|
| 815 | + 'OCP\\SystemTag\\ManagerEvent' => $baseDir.'/lib/public/SystemTag/ManagerEvent.php', |
|
| 816 | + 'OCP\\SystemTag\\MapperEvent' => $baseDir.'/lib/public/SystemTag/MapperEvent.php', |
|
| 817 | + 'OCP\\SystemTag\\SystemTagsEntityEvent' => $baseDir.'/lib/public/SystemTag/SystemTagsEntityEvent.php', |
|
| 818 | + 'OCP\\SystemTag\\TagAlreadyExistsException' => $baseDir.'/lib/public/SystemTag/TagAlreadyExistsException.php', |
|
| 819 | + 'OCP\\SystemTag\\TagCreationForbiddenException' => $baseDir.'/lib/public/SystemTag/TagCreationForbiddenException.php', |
|
| 820 | + 'OCP\\SystemTag\\TagNotFoundException' => $baseDir.'/lib/public/SystemTag/TagNotFoundException.php', |
|
| 821 | + 'OCP\\SystemTag\\TagUpdateForbiddenException' => $baseDir.'/lib/public/SystemTag/TagUpdateForbiddenException.php', |
|
| 822 | + 'OCP\\Talk\\Exceptions\\NoBackendException' => $baseDir.'/lib/public/Talk/Exceptions/NoBackendException.php', |
|
| 823 | + 'OCP\\Talk\\IBroker' => $baseDir.'/lib/public/Talk/IBroker.php', |
|
| 824 | + 'OCP\\Talk\\IConversation' => $baseDir.'/lib/public/Talk/IConversation.php', |
|
| 825 | + 'OCP\\Talk\\IConversationOptions' => $baseDir.'/lib/public/Talk/IConversationOptions.php', |
|
| 826 | + 'OCP\\Talk\\ITalkBackend' => $baseDir.'/lib/public/Talk/ITalkBackend.php', |
|
| 827 | + 'OCP\\TaskProcessing\\EShapeType' => $baseDir.'/lib/public/TaskProcessing/EShapeType.php', |
|
| 828 | + 'OCP\\TaskProcessing\\Events\\AbstractTaskProcessingEvent' => $baseDir.'/lib/public/TaskProcessing/Events/AbstractTaskProcessingEvent.php', |
|
| 829 | + 'OCP\\TaskProcessing\\Events\\GetTaskProcessingProvidersEvent' => $baseDir.'/lib/public/TaskProcessing/Events/GetTaskProcessingProvidersEvent.php', |
|
| 830 | + 'OCP\\TaskProcessing\\Events\\TaskFailedEvent' => $baseDir.'/lib/public/TaskProcessing/Events/TaskFailedEvent.php', |
|
| 831 | + 'OCP\\TaskProcessing\\Events\\TaskSuccessfulEvent' => $baseDir.'/lib/public/TaskProcessing/Events/TaskSuccessfulEvent.php', |
|
| 832 | + 'OCP\\TaskProcessing\\Exception\\Exception' => $baseDir.'/lib/public/TaskProcessing/Exception/Exception.php', |
|
| 833 | + 'OCP\\TaskProcessing\\Exception\\NotFoundException' => $baseDir.'/lib/public/TaskProcessing/Exception/NotFoundException.php', |
|
| 834 | + 'OCP\\TaskProcessing\\Exception\\PreConditionNotMetException' => $baseDir.'/lib/public/TaskProcessing/Exception/PreConditionNotMetException.php', |
|
| 835 | + 'OCP\\TaskProcessing\\Exception\\ProcessingException' => $baseDir.'/lib/public/TaskProcessing/Exception/ProcessingException.php', |
|
| 836 | + 'OCP\\TaskProcessing\\Exception\\UnauthorizedException' => $baseDir.'/lib/public/TaskProcessing/Exception/UnauthorizedException.php', |
|
| 837 | + 'OCP\\TaskProcessing\\Exception\\ValidationException' => $baseDir.'/lib/public/TaskProcessing/Exception/ValidationException.php', |
|
| 838 | + 'OCP\\TaskProcessing\\IManager' => $baseDir.'/lib/public/TaskProcessing/IManager.php', |
|
| 839 | + 'OCP\\TaskProcessing\\IProvider' => $baseDir.'/lib/public/TaskProcessing/IProvider.php', |
|
| 840 | + 'OCP\\TaskProcessing\\ISynchronousProvider' => $baseDir.'/lib/public/TaskProcessing/ISynchronousProvider.php', |
|
| 841 | + 'OCP\\TaskProcessing\\ITaskType' => $baseDir.'/lib/public/TaskProcessing/ITaskType.php', |
|
| 842 | + 'OCP\\TaskProcessing\\ShapeDescriptor' => $baseDir.'/lib/public/TaskProcessing/ShapeDescriptor.php', |
|
| 843 | + 'OCP\\TaskProcessing\\ShapeEnumValue' => $baseDir.'/lib/public/TaskProcessing/ShapeEnumValue.php', |
|
| 844 | + 'OCP\\TaskProcessing\\Task' => $baseDir.'/lib/public/TaskProcessing/Task.php', |
|
| 845 | + 'OCP\\TaskProcessing\\TaskTypes\\AudioToText' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/AudioToText.php', |
|
| 846 | + 'OCP\\TaskProcessing\\TaskTypes\\ContextAgentInteraction' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/ContextAgentInteraction.php', |
|
| 847 | + 'OCP\\TaskProcessing\\TaskTypes\\ContextWrite' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/ContextWrite.php', |
|
| 848 | + 'OCP\\TaskProcessing\\TaskTypes\\GenerateEmoji' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/GenerateEmoji.php', |
|
| 849 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToImage' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToImage.php', |
|
| 850 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToSpeech' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToSpeech.php', |
|
| 851 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToText' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToText.php', |
|
| 852 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextChangeTone' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToTextChangeTone.php', |
|
| 853 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextChat' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToTextChat.php', |
|
| 854 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextChatWithTools' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToTextChatWithTools.php', |
|
| 855 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextFormalization' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToTextFormalization.php', |
|
| 856 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextHeadline' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToTextHeadline.php', |
|
| 857 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextProofread' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToTextProofread.php', |
|
| 858 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextReformulation' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToTextReformulation.php', |
|
| 859 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextSimplification' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToTextSimplification.php', |
|
| 860 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextSummary' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToTextSummary.php', |
|
| 861 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextTopics' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToTextTopics.php', |
|
| 862 | + 'OCP\\TaskProcessing\\TaskTypes\\TextToTextTranslate' => $baseDir.'/lib/public/TaskProcessing/TaskTypes/TextToTextTranslate.php', |
|
| 863 | + 'OCP\\Teams\\ITeamManager' => $baseDir.'/lib/public/Teams/ITeamManager.php', |
|
| 864 | + 'OCP\\Teams\\ITeamResourceProvider' => $baseDir.'/lib/public/Teams/ITeamResourceProvider.php', |
|
| 865 | + 'OCP\\Teams\\Team' => $baseDir.'/lib/public/Teams/Team.php', |
|
| 866 | + 'OCP\\Teams\\TeamResource' => $baseDir.'/lib/public/Teams/TeamResource.php', |
|
| 867 | + 'OCP\\Template' => $baseDir.'/lib/public/Template.php', |
|
| 868 | + 'OCP\\Template\\ITemplate' => $baseDir.'/lib/public/Template/ITemplate.php', |
|
| 869 | + 'OCP\\Template\\ITemplateManager' => $baseDir.'/lib/public/Template/ITemplateManager.php', |
|
| 870 | + 'OCP\\Template\\TemplateNotFoundException' => $baseDir.'/lib/public/Template/TemplateNotFoundException.php', |
|
| 871 | + 'OCP\\TextProcessing\\Events\\AbstractTextProcessingEvent' => $baseDir.'/lib/public/TextProcessing/Events/AbstractTextProcessingEvent.php', |
|
| 872 | + 'OCP\\TextProcessing\\Events\\TaskFailedEvent' => $baseDir.'/lib/public/TextProcessing/Events/TaskFailedEvent.php', |
|
| 873 | + 'OCP\\TextProcessing\\Events\\TaskSuccessfulEvent' => $baseDir.'/lib/public/TextProcessing/Events/TaskSuccessfulEvent.php', |
|
| 874 | + 'OCP\\TextProcessing\\Exception\\TaskFailureException' => $baseDir.'/lib/public/TextProcessing/Exception/TaskFailureException.php', |
|
| 875 | + 'OCP\\TextProcessing\\FreePromptTaskType' => $baseDir.'/lib/public/TextProcessing/FreePromptTaskType.php', |
|
| 876 | + 'OCP\\TextProcessing\\HeadlineTaskType' => $baseDir.'/lib/public/TextProcessing/HeadlineTaskType.php', |
|
| 877 | + 'OCP\\TextProcessing\\IManager' => $baseDir.'/lib/public/TextProcessing/IManager.php', |
|
| 878 | + 'OCP\\TextProcessing\\IProvider' => $baseDir.'/lib/public/TextProcessing/IProvider.php', |
|
| 879 | + 'OCP\\TextProcessing\\IProviderWithExpectedRuntime' => $baseDir.'/lib/public/TextProcessing/IProviderWithExpectedRuntime.php', |
|
| 880 | + 'OCP\\TextProcessing\\IProviderWithId' => $baseDir.'/lib/public/TextProcessing/IProviderWithId.php', |
|
| 881 | + 'OCP\\TextProcessing\\IProviderWithUserId' => $baseDir.'/lib/public/TextProcessing/IProviderWithUserId.php', |
|
| 882 | + 'OCP\\TextProcessing\\ITaskType' => $baseDir.'/lib/public/TextProcessing/ITaskType.php', |
|
| 883 | + 'OCP\\TextProcessing\\SummaryTaskType' => $baseDir.'/lib/public/TextProcessing/SummaryTaskType.php', |
|
| 884 | + 'OCP\\TextProcessing\\Task' => $baseDir.'/lib/public/TextProcessing/Task.php', |
|
| 885 | + 'OCP\\TextProcessing\\TopicsTaskType' => $baseDir.'/lib/public/TextProcessing/TopicsTaskType.php', |
|
| 886 | + 'OCP\\TextToImage\\Events\\AbstractTextToImageEvent' => $baseDir.'/lib/public/TextToImage/Events/AbstractTextToImageEvent.php', |
|
| 887 | + 'OCP\\TextToImage\\Events\\TaskFailedEvent' => $baseDir.'/lib/public/TextToImage/Events/TaskFailedEvent.php', |
|
| 888 | + 'OCP\\TextToImage\\Events\\TaskSuccessfulEvent' => $baseDir.'/lib/public/TextToImage/Events/TaskSuccessfulEvent.php', |
|
| 889 | + 'OCP\\TextToImage\\Exception\\TaskFailureException' => $baseDir.'/lib/public/TextToImage/Exception/TaskFailureException.php', |
|
| 890 | + 'OCP\\TextToImage\\Exception\\TaskNotFoundException' => $baseDir.'/lib/public/TextToImage/Exception/TaskNotFoundException.php', |
|
| 891 | + 'OCP\\TextToImage\\Exception\\TextToImageException' => $baseDir.'/lib/public/TextToImage/Exception/TextToImageException.php', |
|
| 892 | + 'OCP\\TextToImage\\IManager' => $baseDir.'/lib/public/TextToImage/IManager.php', |
|
| 893 | + 'OCP\\TextToImage\\IProvider' => $baseDir.'/lib/public/TextToImage/IProvider.php', |
|
| 894 | + 'OCP\\TextToImage\\IProviderWithUserId' => $baseDir.'/lib/public/TextToImage/IProviderWithUserId.php', |
|
| 895 | + 'OCP\\TextToImage\\Task' => $baseDir.'/lib/public/TextToImage/Task.php', |
|
| 896 | + 'OCP\\Translation\\CouldNotTranslateException' => $baseDir.'/lib/public/Translation/CouldNotTranslateException.php', |
|
| 897 | + 'OCP\\Translation\\IDetectLanguageProvider' => $baseDir.'/lib/public/Translation/IDetectLanguageProvider.php', |
|
| 898 | + 'OCP\\Translation\\ITranslationManager' => $baseDir.'/lib/public/Translation/ITranslationManager.php', |
|
| 899 | + 'OCP\\Translation\\ITranslationProvider' => $baseDir.'/lib/public/Translation/ITranslationProvider.php', |
|
| 900 | + 'OCP\\Translation\\ITranslationProviderWithId' => $baseDir.'/lib/public/Translation/ITranslationProviderWithId.php', |
|
| 901 | + 'OCP\\Translation\\ITranslationProviderWithUserId' => $baseDir.'/lib/public/Translation/ITranslationProviderWithUserId.php', |
|
| 902 | + 'OCP\\Translation\\LanguageTuple' => $baseDir.'/lib/public/Translation/LanguageTuple.php', |
|
| 903 | + 'OCP\\UserInterface' => $baseDir.'/lib/public/UserInterface.php', |
|
| 904 | + 'OCP\\UserMigration\\IExportDestination' => $baseDir.'/lib/public/UserMigration/IExportDestination.php', |
|
| 905 | + 'OCP\\UserMigration\\IImportSource' => $baseDir.'/lib/public/UserMigration/IImportSource.php', |
|
| 906 | + 'OCP\\UserMigration\\IMigrator' => $baseDir.'/lib/public/UserMigration/IMigrator.php', |
|
| 907 | + 'OCP\\UserMigration\\ISizeEstimationMigrator' => $baseDir.'/lib/public/UserMigration/ISizeEstimationMigrator.php', |
|
| 908 | + 'OCP\\UserMigration\\TMigratorBasicVersionHandling' => $baseDir.'/lib/public/UserMigration/TMigratorBasicVersionHandling.php', |
|
| 909 | + 'OCP\\UserMigration\\UserMigrationException' => $baseDir.'/lib/public/UserMigration/UserMigrationException.php', |
|
| 910 | + 'OCP\\UserStatus\\IManager' => $baseDir.'/lib/public/UserStatus/IManager.php', |
|
| 911 | + 'OCP\\UserStatus\\IProvider' => $baseDir.'/lib/public/UserStatus/IProvider.php', |
|
| 912 | + 'OCP\\UserStatus\\IUserStatus' => $baseDir.'/lib/public/UserStatus/IUserStatus.php', |
|
| 913 | + 'OCP\\User\\Backend\\ABackend' => $baseDir.'/lib/public/User/Backend/ABackend.php', |
|
| 914 | + 'OCP\\User\\Backend\\ICheckPasswordBackend' => $baseDir.'/lib/public/User/Backend/ICheckPasswordBackend.php', |
|
| 915 | + 'OCP\\User\\Backend\\ICountMappedUsersBackend' => $baseDir.'/lib/public/User/Backend/ICountMappedUsersBackend.php', |
|
| 916 | + 'OCP\\User\\Backend\\ICountUsersBackend' => $baseDir.'/lib/public/User/Backend/ICountUsersBackend.php', |
|
| 917 | + 'OCP\\User\\Backend\\ICreateUserBackend' => $baseDir.'/lib/public/User/Backend/ICreateUserBackend.php', |
|
| 918 | + 'OCP\\User\\Backend\\ICustomLogout' => $baseDir.'/lib/public/User/Backend/ICustomLogout.php', |
|
| 919 | + 'OCP\\User\\Backend\\IGetDisplayNameBackend' => $baseDir.'/lib/public/User/Backend/IGetDisplayNameBackend.php', |
|
| 920 | + 'OCP\\User\\Backend\\IGetHomeBackend' => $baseDir.'/lib/public/User/Backend/IGetHomeBackend.php', |
|
| 921 | + 'OCP\\User\\Backend\\IGetRealUIDBackend' => $baseDir.'/lib/public/User/Backend/IGetRealUIDBackend.php', |
|
| 922 | + 'OCP\\User\\Backend\\ILimitAwareCountUsersBackend' => $baseDir.'/lib/public/User/Backend/ILimitAwareCountUsersBackend.php', |
|
| 923 | + 'OCP\\User\\Backend\\IPasswordConfirmationBackend' => $baseDir.'/lib/public/User/Backend/IPasswordConfirmationBackend.php', |
|
| 924 | + 'OCP\\User\\Backend\\IPasswordHashBackend' => $baseDir.'/lib/public/User/Backend/IPasswordHashBackend.php', |
|
| 925 | + 'OCP\\User\\Backend\\IProvideAvatarBackend' => $baseDir.'/lib/public/User/Backend/IProvideAvatarBackend.php', |
|
| 926 | + 'OCP\\User\\Backend\\IProvideEnabledStateBackend' => $baseDir.'/lib/public/User/Backend/IProvideEnabledStateBackend.php', |
|
| 927 | + 'OCP\\User\\Backend\\ISearchKnownUsersBackend' => $baseDir.'/lib/public/User/Backend/ISearchKnownUsersBackend.php', |
|
| 928 | + 'OCP\\User\\Backend\\ISetDisplayNameBackend' => $baseDir.'/lib/public/User/Backend/ISetDisplayNameBackend.php', |
|
| 929 | + 'OCP\\User\\Backend\\ISetPasswordBackend' => $baseDir.'/lib/public/User/Backend/ISetPasswordBackend.php', |
|
| 930 | + 'OCP\\User\\Events\\BeforePasswordUpdatedEvent' => $baseDir.'/lib/public/User/Events/BeforePasswordUpdatedEvent.php', |
|
| 931 | + 'OCP\\User\\Events\\BeforeUserCreatedEvent' => $baseDir.'/lib/public/User/Events/BeforeUserCreatedEvent.php', |
|
| 932 | + 'OCP\\User\\Events\\BeforeUserDeletedEvent' => $baseDir.'/lib/public/User/Events/BeforeUserDeletedEvent.php', |
|
| 933 | + 'OCP\\User\\Events\\BeforeUserIdUnassignedEvent' => $baseDir.'/lib/public/User/Events/BeforeUserIdUnassignedEvent.php', |
|
| 934 | + 'OCP\\User\\Events\\BeforeUserLoggedInEvent' => $baseDir.'/lib/public/User/Events/BeforeUserLoggedInEvent.php', |
|
| 935 | + 'OCP\\User\\Events\\BeforeUserLoggedInWithCookieEvent' => $baseDir.'/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php', |
|
| 936 | + 'OCP\\User\\Events\\BeforeUserLoggedOutEvent' => $baseDir.'/lib/public/User/Events/BeforeUserLoggedOutEvent.php', |
|
| 937 | + 'OCP\\User\\Events\\OutOfOfficeChangedEvent' => $baseDir.'/lib/public/User/Events/OutOfOfficeChangedEvent.php', |
|
| 938 | + 'OCP\\User\\Events\\OutOfOfficeClearedEvent' => $baseDir.'/lib/public/User/Events/OutOfOfficeClearedEvent.php', |
|
| 939 | + 'OCP\\User\\Events\\OutOfOfficeEndedEvent' => $baseDir.'/lib/public/User/Events/OutOfOfficeEndedEvent.php', |
|
| 940 | + 'OCP\\User\\Events\\OutOfOfficeScheduledEvent' => $baseDir.'/lib/public/User/Events/OutOfOfficeScheduledEvent.php', |
|
| 941 | + 'OCP\\User\\Events\\OutOfOfficeStartedEvent' => $baseDir.'/lib/public/User/Events/OutOfOfficeStartedEvent.php', |
|
| 942 | + 'OCP\\User\\Events\\PasswordUpdatedEvent' => $baseDir.'/lib/public/User/Events/PasswordUpdatedEvent.php', |
|
| 943 | + 'OCP\\User\\Events\\PostLoginEvent' => $baseDir.'/lib/public/User/Events/PostLoginEvent.php', |
|
| 944 | + 'OCP\\User\\Events\\UserChangedEvent' => $baseDir.'/lib/public/User/Events/UserChangedEvent.php', |
|
| 945 | + 'OCP\\User\\Events\\UserCreatedEvent' => $baseDir.'/lib/public/User/Events/UserCreatedEvent.php', |
|
| 946 | + 'OCP\\User\\Events\\UserDeletedEvent' => $baseDir.'/lib/public/User/Events/UserDeletedEvent.php', |
|
| 947 | + 'OCP\\User\\Events\\UserFirstTimeLoggedInEvent' => $baseDir.'/lib/public/User/Events/UserFirstTimeLoggedInEvent.php', |
|
| 948 | + 'OCP\\User\\Events\\UserIdAssignedEvent' => $baseDir.'/lib/public/User/Events/UserIdAssignedEvent.php', |
|
| 949 | + 'OCP\\User\\Events\\UserIdUnassignedEvent' => $baseDir.'/lib/public/User/Events/UserIdUnassignedEvent.php', |
|
| 950 | + 'OCP\\User\\Events\\UserLiveStatusEvent' => $baseDir.'/lib/public/User/Events/UserLiveStatusEvent.php', |
|
| 951 | + 'OCP\\User\\Events\\UserLoggedInEvent' => $baseDir.'/lib/public/User/Events/UserLoggedInEvent.php', |
|
| 952 | + 'OCP\\User\\Events\\UserLoggedInWithCookieEvent' => $baseDir.'/lib/public/User/Events/UserLoggedInWithCookieEvent.php', |
|
| 953 | + 'OCP\\User\\Events\\UserLoggedOutEvent' => $baseDir.'/lib/public/User/Events/UserLoggedOutEvent.php', |
|
| 954 | + 'OCP\\User\\GetQuotaEvent' => $baseDir.'/lib/public/User/GetQuotaEvent.php', |
|
| 955 | + 'OCP\\User\\IAvailabilityCoordinator' => $baseDir.'/lib/public/User/IAvailabilityCoordinator.php', |
|
| 956 | + 'OCP\\User\\IOutOfOfficeData' => $baseDir.'/lib/public/User/IOutOfOfficeData.php', |
|
| 957 | + 'OCP\\Util' => $baseDir.'/lib/public/Util.php', |
|
| 958 | + 'OCP\\WorkflowEngine\\EntityContext\\IContextPortation' => $baseDir.'/lib/public/WorkflowEngine/EntityContext/IContextPortation.php', |
|
| 959 | + 'OCP\\WorkflowEngine\\EntityContext\\IDisplayName' => $baseDir.'/lib/public/WorkflowEngine/EntityContext/IDisplayName.php', |
|
| 960 | + 'OCP\\WorkflowEngine\\EntityContext\\IDisplayText' => $baseDir.'/lib/public/WorkflowEngine/EntityContext/IDisplayText.php', |
|
| 961 | + 'OCP\\WorkflowEngine\\EntityContext\\IIcon' => $baseDir.'/lib/public/WorkflowEngine/EntityContext/IIcon.php', |
|
| 962 | + 'OCP\\WorkflowEngine\\EntityContext\\IUrl' => $baseDir.'/lib/public/WorkflowEngine/EntityContext/IUrl.php', |
|
| 963 | + 'OCP\\WorkflowEngine\\Events\\LoadSettingsScriptsEvent' => $baseDir.'/lib/public/WorkflowEngine/Events/LoadSettingsScriptsEvent.php', |
|
| 964 | + 'OCP\\WorkflowEngine\\Events\\RegisterChecksEvent' => $baseDir.'/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php', |
|
| 965 | + 'OCP\\WorkflowEngine\\Events\\RegisterEntitiesEvent' => $baseDir.'/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php', |
|
| 966 | + 'OCP\\WorkflowEngine\\Events\\RegisterOperationsEvent' => $baseDir.'/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php', |
|
| 967 | + 'OCP\\WorkflowEngine\\GenericEntityEvent' => $baseDir.'/lib/public/WorkflowEngine/GenericEntityEvent.php', |
|
| 968 | + 'OCP\\WorkflowEngine\\ICheck' => $baseDir.'/lib/public/WorkflowEngine/ICheck.php', |
|
| 969 | + 'OCP\\WorkflowEngine\\IComplexOperation' => $baseDir.'/lib/public/WorkflowEngine/IComplexOperation.php', |
|
| 970 | + 'OCP\\WorkflowEngine\\IEntity' => $baseDir.'/lib/public/WorkflowEngine/IEntity.php', |
|
| 971 | + 'OCP\\WorkflowEngine\\IEntityCheck' => $baseDir.'/lib/public/WorkflowEngine/IEntityCheck.php', |
|
| 972 | + 'OCP\\WorkflowEngine\\IEntityEvent' => $baseDir.'/lib/public/WorkflowEngine/IEntityEvent.php', |
|
| 973 | + 'OCP\\WorkflowEngine\\IFileCheck' => $baseDir.'/lib/public/WorkflowEngine/IFileCheck.php', |
|
| 974 | + 'OCP\\WorkflowEngine\\IManager' => $baseDir.'/lib/public/WorkflowEngine/IManager.php', |
|
| 975 | + 'OCP\\WorkflowEngine\\IOperation' => $baseDir.'/lib/public/WorkflowEngine/IOperation.php', |
|
| 976 | + 'OCP\\WorkflowEngine\\IRuleMatcher' => $baseDir.'/lib/public/WorkflowEngine/IRuleMatcher.php', |
|
| 977 | + 'OCP\\WorkflowEngine\\ISpecificOperation' => $baseDir.'/lib/public/WorkflowEngine/ISpecificOperation.php', |
|
| 978 | + 'OC\\Accounts\\Account' => $baseDir.'/lib/private/Accounts/Account.php', |
|
| 979 | + 'OC\\Accounts\\AccountManager' => $baseDir.'/lib/private/Accounts/AccountManager.php', |
|
| 980 | + 'OC\\Accounts\\AccountProperty' => $baseDir.'/lib/private/Accounts/AccountProperty.php', |
|
| 981 | + 'OC\\Accounts\\AccountPropertyCollection' => $baseDir.'/lib/private/Accounts/AccountPropertyCollection.php', |
|
| 982 | + 'OC\\Accounts\\Hooks' => $baseDir.'/lib/private/Accounts/Hooks.php', |
|
| 983 | + 'OC\\Accounts\\TAccountsHelper' => $baseDir.'/lib/private/Accounts/TAccountsHelper.php', |
|
| 984 | + 'OC\\Activity\\ActivitySettingsAdapter' => $baseDir.'/lib/private/Activity/ActivitySettingsAdapter.php', |
|
| 985 | + 'OC\\Activity\\Event' => $baseDir.'/lib/private/Activity/Event.php', |
|
| 986 | + 'OC\\Activity\\EventMerger' => $baseDir.'/lib/private/Activity/EventMerger.php', |
|
| 987 | + 'OC\\Activity\\Manager' => $baseDir.'/lib/private/Activity/Manager.php', |
|
| 988 | + 'OC\\AllConfig' => $baseDir.'/lib/private/AllConfig.php', |
|
| 989 | + 'OC\\AppConfig' => $baseDir.'/lib/private/AppConfig.php', |
|
| 990 | + 'OC\\AppFramework\\App' => $baseDir.'/lib/private/AppFramework/App.php', |
|
| 991 | + 'OC\\AppFramework\\Bootstrap\\ARegistration' => $baseDir.'/lib/private/AppFramework/Bootstrap/ARegistration.php', |
|
| 992 | + 'OC\\AppFramework\\Bootstrap\\BootContext' => $baseDir.'/lib/private/AppFramework/Bootstrap/BootContext.php', |
|
| 993 | + 'OC\\AppFramework\\Bootstrap\\Coordinator' => $baseDir.'/lib/private/AppFramework/Bootstrap/Coordinator.php', |
|
| 994 | + 'OC\\AppFramework\\Bootstrap\\EventListenerRegistration' => $baseDir.'/lib/private/AppFramework/Bootstrap/EventListenerRegistration.php', |
|
| 995 | + 'OC\\AppFramework\\Bootstrap\\FunctionInjector' => $baseDir.'/lib/private/AppFramework/Bootstrap/FunctionInjector.php', |
|
| 996 | + 'OC\\AppFramework\\Bootstrap\\MiddlewareRegistration' => $baseDir.'/lib/private/AppFramework/Bootstrap/MiddlewareRegistration.php', |
|
| 997 | + 'OC\\AppFramework\\Bootstrap\\ParameterRegistration' => $baseDir.'/lib/private/AppFramework/Bootstrap/ParameterRegistration.php', |
|
| 998 | + 'OC\\AppFramework\\Bootstrap\\PreviewProviderRegistration' => $baseDir.'/lib/private/AppFramework/Bootstrap/PreviewProviderRegistration.php', |
|
| 999 | + 'OC\\AppFramework\\Bootstrap\\RegistrationContext' => $baseDir.'/lib/private/AppFramework/Bootstrap/RegistrationContext.php', |
|
| 1000 | + 'OC\\AppFramework\\Bootstrap\\ServiceAliasRegistration' => $baseDir.'/lib/private/AppFramework/Bootstrap/ServiceAliasRegistration.php', |
|
| 1001 | + 'OC\\AppFramework\\Bootstrap\\ServiceFactoryRegistration' => $baseDir.'/lib/private/AppFramework/Bootstrap/ServiceFactoryRegistration.php', |
|
| 1002 | + 'OC\\AppFramework\\Bootstrap\\ServiceRegistration' => $baseDir.'/lib/private/AppFramework/Bootstrap/ServiceRegistration.php', |
|
| 1003 | + 'OC\\AppFramework\\DependencyInjection\\DIContainer' => $baseDir.'/lib/private/AppFramework/DependencyInjection/DIContainer.php', |
|
| 1004 | + 'OC\\AppFramework\\Http' => $baseDir.'/lib/private/AppFramework/Http.php', |
|
| 1005 | + 'OC\\AppFramework\\Http\\Dispatcher' => $baseDir.'/lib/private/AppFramework/Http/Dispatcher.php', |
|
| 1006 | + 'OC\\AppFramework\\Http\\Output' => $baseDir.'/lib/private/AppFramework/Http/Output.php', |
|
| 1007 | + 'OC\\AppFramework\\Http\\Request' => $baseDir.'/lib/private/AppFramework/Http/Request.php', |
|
| 1008 | + 'OC\\AppFramework\\Http\\RequestId' => $baseDir.'/lib/private/AppFramework/Http/RequestId.php', |
|
| 1009 | + 'OC\\AppFramework\\Middleware\\AdditionalScriptsMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/AdditionalScriptsMiddleware.php', |
|
| 1010 | + 'OC\\AppFramework\\Middleware\\CompressionMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/CompressionMiddleware.php', |
|
| 1011 | + 'OC\\AppFramework\\Middleware\\FlowV2EphemeralSessionsMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/FlowV2EphemeralSessionsMiddleware.php', |
|
| 1012 | + 'OC\\AppFramework\\Middleware\\MiddlewareDispatcher' => $baseDir.'/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php', |
|
| 1013 | + 'OC\\AppFramework\\Middleware\\NotModifiedMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/NotModifiedMiddleware.php', |
|
| 1014 | + 'OC\\AppFramework\\Middleware\\OCSMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/OCSMiddleware.php', |
|
| 1015 | + 'OC\\AppFramework\\Middleware\\PublicShare\\Exceptions\\NeedAuthenticationException' => $baseDir.'/lib/private/AppFramework/Middleware/PublicShare/Exceptions/NeedAuthenticationException.php', |
|
| 1016 | + 'OC\\AppFramework\\Middleware\\PublicShare\\PublicShareMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/PublicShare/PublicShareMiddleware.php', |
|
| 1017 | + 'OC\\AppFramework\\Middleware\\Security\\BruteForceMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php', |
|
| 1018 | + 'OC\\AppFramework\\Middleware\\Security\\CORSMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php', |
|
| 1019 | + 'OC\\AppFramework\\Middleware\\Security\\CSPMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/Security/CSPMiddleware.php', |
|
| 1020 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\AdminIpNotAllowedException' => $baseDir.'/lib/private/AppFramework/Middleware/Security/Exceptions/AdminIpNotAllowedException.php', |
|
| 1021 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\AppNotEnabledException' => $baseDir.'/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php', |
|
| 1022 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\CrossSiteRequestForgeryException' => $baseDir.'/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php', |
|
| 1023 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\ExAppRequiredException' => $baseDir.'/lib/private/AppFramework/Middleware/Security/Exceptions/ExAppRequiredException.php', |
|
| 1024 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\LaxSameSiteCookieFailedException' => $baseDir.'/lib/private/AppFramework/Middleware/Security/Exceptions/LaxSameSiteCookieFailedException.php', |
|
| 1025 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotAdminException' => $baseDir.'/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php', |
|
| 1026 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotConfirmedException' => $baseDir.'/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php', |
|
| 1027 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotLoggedInException' => $baseDir.'/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php', |
|
| 1028 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\ReloadExecutionException' => $baseDir.'/lib/private/AppFramework/Middleware/Security/Exceptions/ReloadExecutionException.php', |
|
| 1029 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\SecurityException' => $baseDir.'/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php', |
|
| 1030 | + 'OC\\AppFramework\\Middleware\\Security\\Exceptions\\StrictCookieMissingException' => $baseDir.'/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php', |
|
| 1031 | + 'OC\\AppFramework\\Middleware\\Security\\FeaturePolicyMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/Security/FeaturePolicyMiddleware.php', |
|
| 1032 | + 'OC\\AppFramework\\Middleware\\Security\\PasswordConfirmationMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/Security/PasswordConfirmationMiddleware.php', |
|
| 1033 | + 'OC\\AppFramework\\Middleware\\Security\\RateLimitingMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php', |
|
| 1034 | + 'OC\\AppFramework\\Middleware\\Security\\ReloadExecutionMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/Security/ReloadExecutionMiddleware.php', |
|
| 1035 | + 'OC\\AppFramework\\Middleware\\Security\\SameSiteCookieMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php', |
|
| 1036 | + 'OC\\AppFramework\\Middleware\\Security\\SecurityMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php', |
|
| 1037 | + 'OC\\AppFramework\\Middleware\\SessionMiddleware' => $baseDir.'/lib/private/AppFramework/Middleware/SessionMiddleware.php', |
|
| 1038 | + 'OC\\AppFramework\\OCS\\BaseResponse' => $baseDir.'/lib/private/AppFramework/OCS/BaseResponse.php', |
|
| 1039 | + 'OC\\AppFramework\\OCS\\V1Response' => $baseDir.'/lib/private/AppFramework/OCS/V1Response.php', |
|
| 1040 | + 'OC\\AppFramework\\OCS\\V2Response' => $baseDir.'/lib/private/AppFramework/OCS/V2Response.php', |
|
| 1041 | + 'OC\\AppFramework\\Routing\\RouteActionHandler' => $baseDir.'/lib/private/AppFramework/Routing/RouteActionHandler.php', |
|
| 1042 | + 'OC\\AppFramework\\Routing\\RouteParser' => $baseDir.'/lib/private/AppFramework/Routing/RouteParser.php', |
|
| 1043 | + 'OC\\AppFramework\\ScopedPsrLogger' => $baseDir.'/lib/private/AppFramework/ScopedPsrLogger.php', |
|
| 1044 | + 'OC\\AppFramework\\Services\\AppConfig' => $baseDir.'/lib/private/AppFramework/Services/AppConfig.php', |
|
| 1045 | + 'OC\\AppFramework\\Services\\InitialState' => $baseDir.'/lib/private/AppFramework/Services/InitialState.php', |
|
| 1046 | + 'OC\\AppFramework\\Utility\\ControllerMethodReflector' => $baseDir.'/lib/private/AppFramework/Utility/ControllerMethodReflector.php', |
|
| 1047 | + 'OC\\AppFramework\\Utility\\QueryNotFoundException' => $baseDir.'/lib/private/AppFramework/Utility/QueryNotFoundException.php', |
|
| 1048 | + 'OC\\AppFramework\\Utility\\SimpleContainer' => $baseDir.'/lib/private/AppFramework/Utility/SimpleContainer.php', |
|
| 1049 | + 'OC\\AppFramework\\Utility\\TimeFactory' => $baseDir.'/lib/private/AppFramework/Utility/TimeFactory.php', |
|
| 1050 | + 'OC\\AppScriptDependency' => $baseDir.'/lib/private/AppScriptDependency.php', |
|
| 1051 | + 'OC\\AppScriptSort' => $baseDir.'/lib/private/AppScriptSort.php', |
|
| 1052 | + 'OC\\App\\AppManager' => $baseDir.'/lib/private/App/AppManager.php', |
|
| 1053 | + 'OC\\App\\AppStore\\AppNotFoundException' => $baseDir.'/lib/private/App/AppStore/AppNotFoundException.php', |
|
| 1054 | + 'OC\\App\\AppStore\\Bundles\\Bundle' => $baseDir.'/lib/private/App/AppStore/Bundles/Bundle.php', |
|
| 1055 | + 'OC\\App\\AppStore\\Bundles\\BundleFetcher' => $baseDir.'/lib/private/App/AppStore/Bundles/BundleFetcher.php', |
|
| 1056 | + 'OC\\App\\AppStore\\Bundles\\EducationBundle' => $baseDir.'/lib/private/App/AppStore/Bundles/EducationBundle.php', |
|
| 1057 | + 'OC\\App\\AppStore\\Bundles\\EnterpriseBundle' => $baseDir.'/lib/private/App/AppStore/Bundles/EnterpriseBundle.php', |
|
| 1058 | + 'OC\\App\\AppStore\\Bundles\\GroupwareBundle' => $baseDir.'/lib/private/App/AppStore/Bundles/GroupwareBundle.php', |
|
| 1059 | + 'OC\\App\\AppStore\\Bundles\\HubBundle' => $baseDir.'/lib/private/App/AppStore/Bundles/HubBundle.php', |
|
| 1060 | + 'OC\\App\\AppStore\\Bundles\\PublicSectorBundle' => $baseDir.'/lib/private/App/AppStore/Bundles/PublicSectorBundle.php', |
|
| 1061 | + 'OC\\App\\AppStore\\Bundles\\SocialSharingBundle' => $baseDir.'/lib/private/App/AppStore/Bundles/SocialSharingBundle.php', |
|
| 1062 | + 'OC\\App\\AppStore\\Fetcher\\AppDiscoverFetcher' => $baseDir.'/lib/private/App/AppStore/Fetcher/AppDiscoverFetcher.php', |
|
| 1063 | + 'OC\\App\\AppStore\\Fetcher\\AppFetcher' => $baseDir.'/lib/private/App/AppStore/Fetcher/AppFetcher.php', |
|
| 1064 | + 'OC\\App\\AppStore\\Fetcher\\CategoryFetcher' => $baseDir.'/lib/private/App/AppStore/Fetcher/CategoryFetcher.php', |
|
| 1065 | + 'OC\\App\\AppStore\\Fetcher\\Fetcher' => $baseDir.'/lib/private/App/AppStore/Fetcher/Fetcher.php', |
|
| 1066 | + 'OC\\App\\AppStore\\Version\\Version' => $baseDir.'/lib/private/App/AppStore/Version/Version.php', |
|
| 1067 | + 'OC\\App\\AppStore\\Version\\VersionParser' => $baseDir.'/lib/private/App/AppStore/Version/VersionParser.php', |
|
| 1068 | + 'OC\\App\\CompareVersion' => $baseDir.'/lib/private/App/CompareVersion.php', |
|
| 1069 | + 'OC\\App\\DependencyAnalyzer' => $baseDir.'/lib/private/App/DependencyAnalyzer.php', |
|
| 1070 | + 'OC\\App\\InfoParser' => $baseDir.'/lib/private/App/InfoParser.php', |
|
| 1071 | + 'OC\\App\\Platform' => $baseDir.'/lib/private/App/Platform.php', |
|
| 1072 | + 'OC\\App\\PlatformRepository' => $baseDir.'/lib/private/App/PlatformRepository.php', |
|
| 1073 | + 'OC\\Archive\\Archive' => $baseDir.'/lib/private/Archive/Archive.php', |
|
| 1074 | + 'OC\\Archive\\TAR' => $baseDir.'/lib/private/Archive/TAR.php', |
|
| 1075 | + 'OC\\Archive\\ZIP' => $baseDir.'/lib/private/Archive/ZIP.php', |
|
| 1076 | + 'OC\\Authentication\\Events\\ARemoteWipeEvent' => $baseDir.'/lib/private/Authentication/Events/ARemoteWipeEvent.php', |
|
| 1077 | + 'OC\\Authentication\\Events\\AppPasswordCreatedEvent' => $baseDir.'/lib/private/Authentication/Events/AppPasswordCreatedEvent.php', |
|
| 1078 | + 'OC\\Authentication\\Events\\LoginFailed' => $baseDir.'/lib/private/Authentication/Events/LoginFailed.php', |
|
| 1079 | + 'OC\\Authentication\\Events\\RemoteWipeFinished' => $baseDir.'/lib/private/Authentication/Events/RemoteWipeFinished.php', |
|
| 1080 | + 'OC\\Authentication\\Events\\RemoteWipeStarted' => $baseDir.'/lib/private/Authentication/Events/RemoteWipeStarted.php', |
|
| 1081 | + 'OC\\Authentication\\Exceptions\\ExpiredTokenException' => $baseDir.'/lib/private/Authentication/Exceptions/ExpiredTokenException.php', |
|
| 1082 | + 'OC\\Authentication\\Exceptions\\InvalidProviderException' => $baseDir.'/lib/private/Authentication/Exceptions/InvalidProviderException.php', |
|
| 1083 | + 'OC\\Authentication\\Exceptions\\InvalidTokenException' => $baseDir.'/lib/private/Authentication/Exceptions/InvalidTokenException.php', |
|
| 1084 | + 'OC\\Authentication\\Exceptions\\LoginRequiredException' => $baseDir.'/lib/private/Authentication/Exceptions/LoginRequiredException.php', |
|
| 1085 | + 'OC\\Authentication\\Exceptions\\PasswordLoginForbiddenException' => $baseDir.'/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php', |
|
| 1086 | + 'OC\\Authentication\\Exceptions\\PasswordlessTokenException' => $baseDir.'/lib/private/Authentication/Exceptions/PasswordlessTokenException.php', |
|
| 1087 | + 'OC\\Authentication\\Exceptions\\TokenPasswordExpiredException' => $baseDir.'/lib/private/Authentication/Exceptions/TokenPasswordExpiredException.php', |
|
| 1088 | + 'OC\\Authentication\\Exceptions\\TwoFactorAuthRequiredException' => $baseDir.'/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php', |
|
| 1089 | + 'OC\\Authentication\\Exceptions\\UserAlreadyLoggedInException' => $baseDir.'/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php', |
|
| 1090 | + 'OC\\Authentication\\Exceptions\\WipeTokenException' => $baseDir.'/lib/private/Authentication/Exceptions/WipeTokenException.php', |
|
| 1091 | + 'OC\\Authentication\\Listeners\\LoginFailedListener' => $baseDir.'/lib/private/Authentication/Listeners/LoginFailedListener.php', |
|
| 1092 | + 'OC\\Authentication\\Listeners\\RemoteWipeActivityListener' => $baseDir.'/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php', |
|
| 1093 | + 'OC\\Authentication\\Listeners\\RemoteWipeEmailListener' => $baseDir.'/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php', |
|
| 1094 | + 'OC\\Authentication\\Listeners\\RemoteWipeNotificationsListener' => $baseDir.'/lib/private/Authentication/Listeners/RemoteWipeNotificationsListener.php', |
|
| 1095 | + 'OC\\Authentication\\Listeners\\UserDeletedFilesCleanupListener' => $baseDir.'/lib/private/Authentication/Listeners/UserDeletedFilesCleanupListener.php', |
|
| 1096 | + 'OC\\Authentication\\Listeners\\UserDeletedStoreCleanupListener' => $baseDir.'/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php', |
|
| 1097 | + 'OC\\Authentication\\Listeners\\UserDeletedTokenCleanupListener' => $baseDir.'/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php', |
|
| 1098 | + 'OC\\Authentication\\Listeners\\UserDeletedWebAuthnCleanupListener' => $baseDir.'/lib/private/Authentication/Listeners/UserDeletedWebAuthnCleanupListener.php', |
|
| 1099 | + 'OC\\Authentication\\Listeners\\UserLoggedInListener' => $baseDir.'/lib/private/Authentication/Listeners/UserLoggedInListener.php', |
|
| 1100 | + 'OC\\Authentication\\LoginCredentials\\Credentials' => $baseDir.'/lib/private/Authentication/LoginCredentials/Credentials.php', |
|
| 1101 | + 'OC\\Authentication\\LoginCredentials\\Store' => $baseDir.'/lib/private/Authentication/LoginCredentials/Store.php', |
|
| 1102 | + 'OC\\Authentication\\Login\\ALoginCommand' => $baseDir.'/lib/private/Authentication/Login/ALoginCommand.php', |
|
| 1103 | + 'OC\\Authentication\\Login\\Chain' => $baseDir.'/lib/private/Authentication/Login/Chain.php', |
|
| 1104 | + 'OC\\Authentication\\Login\\ClearLostPasswordTokensCommand' => $baseDir.'/lib/private/Authentication/Login/ClearLostPasswordTokensCommand.php', |
|
| 1105 | + 'OC\\Authentication\\Login\\CompleteLoginCommand' => $baseDir.'/lib/private/Authentication/Login/CompleteLoginCommand.php', |
|
| 1106 | + 'OC\\Authentication\\Login\\CreateSessionTokenCommand' => $baseDir.'/lib/private/Authentication/Login/CreateSessionTokenCommand.php', |
|
| 1107 | + 'OC\\Authentication\\Login\\FinishRememberedLoginCommand' => $baseDir.'/lib/private/Authentication/Login/FinishRememberedLoginCommand.php', |
|
| 1108 | + 'OC\\Authentication\\Login\\FlowV2EphemeralSessionsCommand' => $baseDir.'/lib/private/Authentication/Login/FlowV2EphemeralSessionsCommand.php', |
|
| 1109 | + 'OC\\Authentication\\Login\\LoggedInCheckCommand' => $baseDir.'/lib/private/Authentication/Login/LoggedInCheckCommand.php', |
|
| 1110 | + 'OC\\Authentication\\Login\\LoginData' => $baseDir.'/lib/private/Authentication/Login/LoginData.php', |
|
| 1111 | + 'OC\\Authentication\\Login\\LoginResult' => $baseDir.'/lib/private/Authentication/Login/LoginResult.php', |
|
| 1112 | + 'OC\\Authentication\\Login\\PreLoginHookCommand' => $baseDir.'/lib/private/Authentication/Login/PreLoginHookCommand.php', |
|
| 1113 | + 'OC\\Authentication\\Login\\SetUserTimezoneCommand' => $baseDir.'/lib/private/Authentication/Login/SetUserTimezoneCommand.php', |
|
| 1114 | + 'OC\\Authentication\\Login\\TwoFactorCommand' => $baseDir.'/lib/private/Authentication/Login/TwoFactorCommand.php', |
|
| 1115 | + 'OC\\Authentication\\Login\\UidLoginCommand' => $baseDir.'/lib/private/Authentication/Login/UidLoginCommand.php', |
|
| 1116 | + 'OC\\Authentication\\Login\\UpdateLastPasswordConfirmCommand' => $baseDir.'/lib/private/Authentication/Login/UpdateLastPasswordConfirmCommand.php', |
|
| 1117 | + 'OC\\Authentication\\Login\\UserDisabledCheckCommand' => $baseDir.'/lib/private/Authentication/Login/UserDisabledCheckCommand.php', |
|
| 1118 | + 'OC\\Authentication\\Login\\WebAuthnChain' => $baseDir.'/lib/private/Authentication/Login/WebAuthnChain.php', |
|
| 1119 | + 'OC\\Authentication\\Login\\WebAuthnLoginCommand' => $baseDir.'/lib/private/Authentication/Login/WebAuthnLoginCommand.php', |
|
| 1120 | + 'OC\\Authentication\\Notifications\\Notifier' => $baseDir.'/lib/private/Authentication/Notifications/Notifier.php', |
|
| 1121 | + 'OC\\Authentication\\Token\\INamedToken' => $baseDir.'/lib/private/Authentication/Token/INamedToken.php', |
|
| 1122 | + 'OC\\Authentication\\Token\\IProvider' => $baseDir.'/lib/private/Authentication/Token/IProvider.php', |
|
| 1123 | + 'OC\\Authentication\\Token\\IToken' => $baseDir.'/lib/private/Authentication/Token/IToken.php', |
|
| 1124 | + 'OC\\Authentication\\Token\\IWipeableToken' => $baseDir.'/lib/private/Authentication/Token/IWipeableToken.php', |
|
| 1125 | + 'OC\\Authentication\\Token\\Manager' => $baseDir.'/lib/private/Authentication/Token/Manager.php', |
|
| 1126 | + 'OC\\Authentication\\Token\\PublicKeyToken' => $baseDir.'/lib/private/Authentication/Token/PublicKeyToken.php', |
|
| 1127 | + 'OC\\Authentication\\Token\\PublicKeyTokenMapper' => $baseDir.'/lib/private/Authentication/Token/PublicKeyTokenMapper.php', |
|
| 1128 | + 'OC\\Authentication\\Token\\PublicKeyTokenProvider' => $baseDir.'/lib/private/Authentication/Token/PublicKeyTokenProvider.php', |
|
| 1129 | + 'OC\\Authentication\\Token\\RemoteWipe' => $baseDir.'/lib/private/Authentication/Token/RemoteWipe.php', |
|
| 1130 | + 'OC\\Authentication\\Token\\TokenCleanupJob' => $baseDir.'/lib/private/Authentication/Token/TokenCleanupJob.php', |
|
| 1131 | + 'OC\\Authentication\\TwoFactorAuth\\Db\\ProviderUserAssignmentDao' => $baseDir.'/lib/private/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDao.php', |
|
| 1132 | + 'OC\\Authentication\\TwoFactorAuth\\EnforcementState' => $baseDir.'/lib/private/Authentication/TwoFactorAuth/EnforcementState.php', |
|
| 1133 | + 'OC\\Authentication\\TwoFactorAuth\\Manager' => $baseDir.'/lib/private/Authentication/TwoFactorAuth/Manager.php', |
|
| 1134 | + 'OC\\Authentication\\TwoFactorAuth\\MandatoryTwoFactor' => $baseDir.'/lib/private/Authentication/TwoFactorAuth/MandatoryTwoFactor.php', |
|
| 1135 | + 'OC\\Authentication\\TwoFactorAuth\\ProviderLoader' => $baseDir.'/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php', |
|
| 1136 | + 'OC\\Authentication\\TwoFactorAuth\\ProviderManager' => $baseDir.'/lib/private/Authentication/TwoFactorAuth/ProviderManager.php', |
|
| 1137 | + 'OC\\Authentication\\TwoFactorAuth\\ProviderSet' => $baseDir.'/lib/private/Authentication/TwoFactorAuth/ProviderSet.php', |
|
| 1138 | + 'OC\\Authentication\\TwoFactorAuth\\Registry' => $baseDir.'/lib/private/Authentication/TwoFactorAuth/Registry.php', |
|
| 1139 | + 'OC\\Authentication\\WebAuthn\\CredentialRepository' => $baseDir.'/lib/private/Authentication/WebAuthn/CredentialRepository.php', |
|
| 1140 | + 'OC\\Authentication\\WebAuthn\\Db\\PublicKeyCredentialEntity' => $baseDir.'/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php', |
|
| 1141 | + 'OC\\Authentication\\WebAuthn\\Db\\PublicKeyCredentialMapper' => $baseDir.'/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php', |
|
| 1142 | + 'OC\\Authentication\\WebAuthn\\Manager' => $baseDir.'/lib/private/Authentication/WebAuthn/Manager.php', |
|
| 1143 | + 'OC\\Avatar\\Avatar' => $baseDir.'/lib/private/Avatar/Avatar.php', |
|
| 1144 | + 'OC\\Avatar\\AvatarManager' => $baseDir.'/lib/private/Avatar/AvatarManager.php', |
|
| 1145 | + 'OC\\Avatar\\GuestAvatar' => $baseDir.'/lib/private/Avatar/GuestAvatar.php', |
|
| 1146 | + 'OC\\Avatar\\PlaceholderAvatar' => $baseDir.'/lib/private/Avatar/PlaceholderAvatar.php', |
|
| 1147 | + 'OC\\Avatar\\UserAvatar' => $baseDir.'/lib/private/Avatar/UserAvatar.php', |
|
| 1148 | + 'OC\\BackgroundJob\\JobList' => $baseDir.'/lib/private/BackgroundJob/JobList.php', |
|
| 1149 | + 'OC\\BinaryFinder' => $baseDir.'/lib/private/BinaryFinder.php', |
|
| 1150 | + 'OC\\Blurhash\\Listener\\GenerateBlurhashMetadata' => $baseDir.'/lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php', |
|
| 1151 | + 'OC\\Broadcast\\Events\\BroadcastEvent' => $baseDir.'/lib/private/Broadcast/Events/BroadcastEvent.php', |
|
| 1152 | + 'OC\\Cache\\CappedMemoryCache' => $baseDir.'/lib/private/Cache/CappedMemoryCache.php', |
|
| 1153 | + 'OC\\Cache\\File' => $baseDir.'/lib/private/Cache/File.php', |
|
| 1154 | + 'OC\\Calendar\\AvailabilityResult' => $baseDir.'/lib/private/Calendar/AvailabilityResult.php', |
|
| 1155 | + 'OC\\Calendar\\CalendarEventBuilder' => $baseDir.'/lib/private/Calendar/CalendarEventBuilder.php', |
|
| 1156 | + 'OC\\Calendar\\CalendarQuery' => $baseDir.'/lib/private/Calendar/CalendarQuery.php', |
|
| 1157 | + 'OC\\Calendar\\Manager' => $baseDir.'/lib/private/Calendar/Manager.php', |
|
| 1158 | + 'OC\\Calendar\\Resource\\Manager' => $baseDir.'/lib/private/Calendar/Resource/Manager.php', |
|
| 1159 | + 'OC\\Calendar\\ResourcesRoomsUpdater' => $baseDir.'/lib/private/Calendar/ResourcesRoomsUpdater.php', |
|
| 1160 | + 'OC\\Calendar\\Room\\Manager' => $baseDir.'/lib/private/Calendar/Room/Manager.php', |
|
| 1161 | + 'OC\\CapabilitiesManager' => $baseDir.'/lib/private/CapabilitiesManager.php', |
|
| 1162 | + 'OC\\Collaboration\\AutoComplete\\Manager' => $baseDir.'/lib/private/Collaboration/AutoComplete/Manager.php', |
|
| 1163 | + 'OC\\Collaboration\\Collaborators\\GroupPlugin' => $baseDir.'/lib/private/Collaboration/Collaborators/GroupPlugin.php', |
|
| 1164 | + 'OC\\Collaboration\\Collaborators\\LookupPlugin' => $baseDir.'/lib/private/Collaboration/Collaborators/LookupPlugin.php', |
|
| 1165 | + 'OC\\Collaboration\\Collaborators\\MailPlugin' => $baseDir.'/lib/private/Collaboration/Collaborators/MailPlugin.php', |
|
| 1166 | + 'OC\\Collaboration\\Collaborators\\RemoteGroupPlugin' => $baseDir.'/lib/private/Collaboration/Collaborators/RemoteGroupPlugin.php', |
|
| 1167 | + 'OC\\Collaboration\\Collaborators\\RemotePlugin' => $baseDir.'/lib/private/Collaboration/Collaborators/RemotePlugin.php', |
|
| 1168 | + 'OC\\Collaboration\\Collaborators\\Search' => $baseDir.'/lib/private/Collaboration/Collaborators/Search.php', |
|
| 1169 | + 'OC\\Collaboration\\Collaborators\\SearchResult' => $baseDir.'/lib/private/Collaboration/Collaborators/SearchResult.php', |
|
| 1170 | + 'OC\\Collaboration\\Collaborators\\UserPlugin' => $baseDir.'/lib/private/Collaboration/Collaborators/UserPlugin.php', |
|
| 1171 | + 'OC\\Collaboration\\Reference\\File\\FileReferenceEventListener' => $baseDir.'/lib/private/Collaboration/Reference/File/FileReferenceEventListener.php', |
|
| 1172 | + 'OC\\Collaboration\\Reference\\File\\FileReferenceProvider' => $baseDir.'/lib/private/Collaboration/Reference/File/FileReferenceProvider.php', |
|
| 1173 | + 'OC\\Collaboration\\Reference\\LinkReferenceProvider' => $baseDir.'/lib/private/Collaboration/Reference/LinkReferenceProvider.php', |
|
| 1174 | + 'OC\\Collaboration\\Reference\\ReferenceManager' => $baseDir.'/lib/private/Collaboration/Reference/ReferenceManager.php', |
|
| 1175 | + 'OC\\Collaboration\\Reference\\RenderReferenceEventListener' => $baseDir.'/lib/private/Collaboration/Reference/RenderReferenceEventListener.php', |
|
| 1176 | + 'OC\\Collaboration\\Resources\\Collection' => $baseDir.'/lib/private/Collaboration/Resources/Collection.php', |
|
| 1177 | + 'OC\\Collaboration\\Resources\\Listener' => $baseDir.'/lib/private/Collaboration/Resources/Listener.php', |
|
| 1178 | + 'OC\\Collaboration\\Resources\\Manager' => $baseDir.'/lib/private/Collaboration/Resources/Manager.php', |
|
| 1179 | + 'OC\\Collaboration\\Resources\\ProviderManager' => $baseDir.'/lib/private/Collaboration/Resources/ProviderManager.php', |
|
| 1180 | + 'OC\\Collaboration\\Resources\\Resource' => $baseDir.'/lib/private/Collaboration/Resources/Resource.php', |
|
| 1181 | + 'OC\\Color' => $baseDir.'/lib/private/Color.php', |
|
| 1182 | + 'OC\\Command\\AsyncBus' => $baseDir.'/lib/private/Command/AsyncBus.php', |
|
| 1183 | + 'OC\\Command\\CallableJob' => $baseDir.'/lib/private/Command/CallableJob.php', |
|
| 1184 | + 'OC\\Command\\ClosureJob' => $baseDir.'/lib/private/Command/ClosureJob.php', |
|
| 1185 | + 'OC\\Command\\CommandJob' => $baseDir.'/lib/private/Command/CommandJob.php', |
|
| 1186 | + 'OC\\Command\\CronBus' => $baseDir.'/lib/private/Command/CronBus.php', |
|
| 1187 | + 'OC\\Command\\FileAccess' => $baseDir.'/lib/private/Command/FileAccess.php', |
|
| 1188 | + 'OC\\Command\\QueueBus' => $baseDir.'/lib/private/Command/QueueBus.php', |
|
| 1189 | + 'OC\\Comments\\Comment' => $baseDir.'/lib/private/Comments/Comment.php', |
|
| 1190 | + 'OC\\Comments\\Manager' => $baseDir.'/lib/private/Comments/Manager.php', |
|
| 1191 | + 'OC\\Comments\\ManagerFactory' => $baseDir.'/lib/private/Comments/ManagerFactory.php', |
|
| 1192 | + 'OC\\Config' => $baseDir.'/lib/private/Config.php', |
|
| 1193 | + 'OC\\Config\\ConfigManager' => $baseDir.'/lib/private/Config/ConfigManager.php', |
|
| 1194 | + 'OC\\Config\\Lexicon\\CoreConfigLexicon' => $baseDir.'/lib/private/Config/Lexicon/CoreConfigLexicon.php', |
|
| 1195 | + 'OC\\Config\\UserConfig' => $baseDir.'/lib/private/Config/UserConfig.php', |
|
| 1196 | + 'OC\\Console\\Application' => $baseDir.'/lib/private/Console/Application.php', |
|
| 1197 | + 'OC\\Console\\TimestampFormatter' => $baseDir.'/lib/private/Console/TimestampFormatter.php', |
|
| 1198 | + 'OC\\ContactsManager' => $baseDir.'/lib/private/ContactsManager.php', |
|
| 1199 | + 'OC\\Contacts\\ContactsMenu\\ActionFactory' => $baseDir.'/lib/private/Contacts/ContactsMenu/ActionFactory.php', |
|
| 1200 | + 'OC\\Contacts\\ContactsMenu\\ActionProviderStore' => $baseDir.'/lib/private/Contacts/ContactsMenu/ActionProviderStore.php', |
|
| 1201 | + 'OC\\Contacts\\ContactsMenu\\Actions\\LinkAction' => $baseDir.'/lib/private/Contacts/ContactsMenu/Actions/LinkAction.php', |
|
| 1202 | + 'OC\\Contacts\\ContactsMenu\\ContactsStore' => $baseDir.'/lib/private/Contacts/ContactsMenu/ContactsStore.php', |
|
| 1203 | + 'OC\\Contacts\\ContactsMenu\\Entry' => $baseDir.'/lib/private/Contacts/ContactsMenu/Entry.php', |
|
| 1204 | + 'OC\\Contacts\\ContactsMenu\\Manager' => $baseDir.'/lib/private/Contacts/ContactsMenu/Manager.php', |
|
| 1205 | + 'OC\\Contacts\\ContactsMenu\\Providers\\EMailProvider' => $baseDir.'/lib/private/Contacts/ContactsMenu/Providers/EMailProvider.php', |
|
| 1206 | + 'OC\\Contacts\\ContactsMenu\\Providers\\LocalTimeProvider' => $baseDir.'/lib/private/Contacts/ContactsMenu/Providers/LocalTimeProvider.php', |
|
| 1207 | + 'OC\\Contacts\\ContactsMenu\\Providers\\ProfileProvider' => $baseDir.'/lib/private/Contacts/ContactsMenu/Providers/ProfileProvider.php', |
|
| 1208 | + 'OC\\Core\\AppInfo\\Application' => $baseDir.'/core/AppInfo/Application.php', |
|
| 1209 | + 'OC\\Core\\BackgroundJobs\\BackgroundCleanupUpdaterBackupsJob' => $baseDir.'/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php', |
|
| 1210 | + 'OC\\Core\\BackgroundJobs\\CheckForUserCertificates' => $baseDir.'/core/BackgroundJobs/CheckForUserCertificates.php', |
|
| 1211 | + 'OC\\Core\\BackgroundJobs\\CleanupLoginFlowV2' => $baseDir.'/core/BackgroundJobs/CleanupLoginFlowV2.php', |
|
| 1212 | + 'OC\\Core\\BackgroundJobs\\GenerateMetadataJob' => $baseDir.'/core/BackgroundJobs/GenerateMetadataJob.php', |
|
| 1213 | + 'OC\\Core\\BackgroundJobs\\LookupServerSendCheckBackgroundJob' => $baseDir.'/core/BackgroundJobs/LookupServerSendCheckBackgroundJob.php', |
|
| 1214 | + 'OC\\Core\\Command\\App\\Disable' => $baseDir.'/core/Command/App/Disable.php', |
|
| 1215 | + 'OC\\Core\\Command\\App\\Enable' => $baseDir.'/core/Command/App/Enable.php', |
|
| 1216 | + 'OC\\Core\\Command\\App\\GetPath' => $baseDir.'/core/Command/App/GetPath.php', |
|
| 1217 | + 'OC\\Core\\Command\\App\\Install' => $baseDir.'/core/Command/App/Install.php', |
|
| 1218 | + 'OC\\Core\\Command\\App\\ListApps' => $baseDir.'/core/Command/App/ListApps.php', |
|
| 1219 | + 'OC\\Core\\Command\\App\\Remove' => $baseDir.'/core/Command/App/Remove.php', |
|
| 1220 | + 'OC\\Core\\Command\\App\\Update' => $baseDir.'/core/Command/App/Update.php', |
|
| 1221 | + 'OC\\Core\\Command\\Background\\Delete' => $baseDir.'/core/Command/Background/Delete.php', |
|
| 1222 | + 'OC\\Core\\Command\\Background\\Job' => $baseDir.'/core/Command/Background/Job.php', |
|
| 1223 | + 'OC\\Core\\Command\\Background\\JobBase' => $baseDir.'/core/Command/Background/JobBase.php', |
|
| 1224 | + 'OC\\Core\\Command\\Background\\JobWorker' => $baseDir.'/core/Command/Background/JobWorker.php', |
|
| 1225 | + 'OC\\Core\\Command\\Background\\ListCommand' => $baseDir.'/core/Command/Background/ListCommand.php', |
|
| 1226 | + 'OC\\Core\\Command\\Background\\Mode' => $baseDir.'/core/Command/Background/Mode.php', |
|
| 1227 | + 'OC\\Core\\Command\\Base' => $baseDir.'/core/Command/Base.php', |
|
| 1228 | + 'OC\\Core\\Command\\Broadcast\\Test' => $baseDir.'/core/Command/Broadcast/Test.php', |
|
| 1229 | + 'OC\\Core\\Command\\Check' => $baseDir.'/core/Command/Check.php', |
|
| 1230 | + 'OC\\Core\\Command\\Config\\App\\Base' => $baseDir.'/core/Command/Config/App/Base.php', |
|
| 1231 | + 'OC\\Core\\Command\\Config\\App\\DeleteConfig' => $baseDir.'/core/Command/Config/App/DeleteConfig.php', |
|
| 1232 | + 'OC\\Core\\Command\\Config\\App\\GetConfig' => $baseDir.'/core/Command/Config/App/GetConfig.php', |
|
| 1233 | + 'OC\\Core\\Command\\Config\\App\\SetConfig' => $baseDir.'/core/Command/Config/App/SetConfig.php', |
|
| 1234 | + 'OC\\Core\\Command\\Config\\Import' => $baseDir.'/core/Command/Config/Import.php', |
|
| 1235 | + 'OC\\Core\\Command\\Config\\ListConfigs' => $baseDir.'/core/Command/Config/ListConfigs.php', |
|
| 1236 | + 'OC\\Core\\Command\\Config\\System\\Base' => $baseDir.'/core/Command/Config/System/Base.php', |
|
| 1237 | + 'OC\\Core\\Command\\Config\\System\\DeleteConfig' => $baseDir.'/core/Command/Config/System/DeleteConfig.php', |
|
| 1238 | + 'OC\\Core\\Command\\Config\\System\\GetConfig' => $baseDir.'/core/Command/Config/System/GetConfig.php', |
|
| 1239 | + 'OC\\Core\\Command\\Config\\System\\SetConfig' => $baseDir.'/core/Command/Config/System/SetConfig.php', |
|
| 1240 | + 'OC\\Core\\Command\\Db\\AddMissingColumns' => $baseDir.'/core/Command/Db/AddMissingColumns.php', |
|
| 1241 | + 'OC\\Core\\Command\\Db\\AddMissingIndices' => $baseDir.'/core/Command/Db/AddMissingIndices.php', |
|
| 1242 | + 'OC\\Core\\Command\\Db\\AddMissingPrimaryKeys' => $baseDir.'/core/Command/Db/AddMissingPrimaryKeys.php', |
|
| 1243 | + 'OC\\Core\\Command\\Db\\ConvertFilecacheBigInt' => $baseDir.'/core/Command/Db/ConvertFilecacheBigInt.php', |
|
| 1244 | + 'OC\\Core\\Command\\Db\\ConvertMysqlToMB4' => $baseDir.'/core/Command/Db/ConvertMysqlToMB4.php', |
|
| 1245 | + 'OC\\Core\\Command\\Db\\ConvertType' => $baseDir.'/core/Command/Db/ConvertType.php', |
|
| 1246 | + 'OC\\Core\\Command\\Db\\ExpectedSchema' => $baseDir.'/core/Command/Db/ExpectedSchema.php', |
|
| 1247 | + 'OC\\Core\\Command\\Db\\ExportSchema' => $baseDir.'/core/Command/Db/ExportSchema.php', |
|
| 1248 | + 'OC\\Core\\Command\\Db\\Migrations\\ExecuteCommand' => $baseDir.'/core/Command/Db/Migrations/ExecuteCommand.php', |
|
| 1249 | + 'OC\\Core\\Command\\Db\\Migrations\\GenerateCommand' => $baseDir.'/core/Command/Db/Migrations/GenerateCommand.php', |
|
| 1250 | + 'OC\\Core\\Command\\Db\\Migrations\\GenerateMetadataCommand' => $baseDir.'/core/Command/Db/Migrations/GenerateMetadataCommand.php', |
|
| 1251 | + 'OC\\Core\\Command\\Db\\Migrations\\MigrateCommand' => $baseDir.'/core/Command/Db/Migrations/MigrateCommand.php', |
|
| 1252 | + 'OC\\Core\\Command\\Db\\Migrations\\PreviewCommand' => $baseDir.'/core/Command/Db/Migrations/PreviewCommand.php', |
|
| 1253 | + 'OC\\Core\\Command\\Db\\Migrations\\StatusCommand' => $baseDir.'/core/Command/Db/Migrations/StatusCommand.php', |
|
| 1254 | + 'OC\\Core\\Command\\Db\\SchemaEncoder' => $baseDir.'/core/Command/Db/SchemaEncoder.php', |
|
| 1255 | + 'OC\\Core\\Command\\Encryption\\ChangeKeyStorageRoot' => $baseDir.'/core/Command/Encryption/ChangeKeyStorageRoot.php', |
|
| 1256 | + 'OC\\Core\\Command\\Encryption\\DecryptAll' => $baseDir.'/core/Command/Encryption/DecryptAll.php', |
|
| 1257 | + 'OC\\Core\\Command\\Encryption\\Disable' => $baseDir.'/core/Command/Encryption/Disable.php', |
|
| 1258 | + 'OC\\Core\\Command\\Encryption\\Enable' => $baseDir.'/core/Command/Encryption/Enable.php', |
|
| 1259 | + 'OC\\Core\\Command\\Encryption\\EncryptAll' => $baseDir.'/core/Command/Encryption/EncryptAll.php', |
|
| 1260 | + 'OC\\Core\\Command\\Encryption\\ListModules' => $baseDir.'/core/Command/Encryption/ListModules.php', |
|
| 1261 | + 'OC\\Core\\Command\\Encryption\\MigrateKeyStorage' => $baseDir.'/core/Command/Encryption/MigrateKeyStorage.php', |
|
| 1262 | + 'OC\\Core\\Command\\Encryption\\SetDefaultModule' => $baseDir.'/core/Command/Encryption/SetDefaultModule.php', |
|
| 1263 | + 'OC\\Core\\Command\\Encryption\\ShowKeyStorageRoot' => $baseDir.'/core/Command/Encryption/ShowKeyStorageRoot.php', |
|
| 1264 | + 'OC\\Core\\Command\\Encryption\\Status' => $baseDir.'/core/Command/Encryption/Status.php', |
|
| 1265 | + 'OC\\Core\\Command\\FilesMetadata\\Get' => $baseDir.'/core/Command/FilesMetadata/Get.php', |
|
| 1266 | + 'OC\\Core\\Command\\Group\\Add' => $baseDir.'/core/Command/Group/Add.php', |
|
| 1267 | + 'OC\\Core\\Command\\Group\\AddUser' => $baseDir.'/core/Command/Group/AddUser.php', |
|
| 1268 | + 'OC\\Core\\Command\\Group\\Delete' => $baseDir.'/core/Command/Group/Delete.php', |
|
| 1269 | + 'OC\\Core\\Command\\Group\\Info' => $baseDir.'/core/Command/Group/Info.php', |
|
| 1270 | + 'OC\\Core\\Command\\Group\\ListCommand' => $baseDir.'/core/Command/Group/ListCommand.php', |
|
| 1271 | + 'OC\\Core\\Command\\Group\\RemoveUser' => $baseDir.'/core/Command/Group/RemoveUser.php', |
|
| 1272 | + 'OC\\Core\\Command\\Info\\File' => $baseDir.'/core/Command/Info/File.php', |
|
| 1273 | + 'OC\\Core\\Command\\Info\\FileUtils' => $baseDir.'/core/Command/Info/FileUtils.php', |
|
| 1274 | + 'OC\\Core\\Command\\Info\\Space' => $baseDir.'/core/Command/Info/Space.php', |
|
| 1275 | + 'OC\\Core\\Command\\Info\\Storage' => $baseDir.'/core/Command/Info/Storage.php', |
|
| 1276 | + 'OC\\Core\\Command\\Info\\Storages' => $baseDir.'/core/Command/Info/Storages.php', |
|
| 1277 | + 'OC\\Core\\Command\\Integrity\\CheckApp' => $baseDir.'/core/Command/Integrity/CheckApp.php', |
|
| 1278 | + 'OC\\Core\\Command\\Integrity\\CheckCore' => $baseDir.'/core/Command/Integrity/CheckCore.php', |
|
| 1279 | + 'OC\\Core\\Command\\Integrity\\SignApp' => $baseDir.'/core/Command/Integrity/SignApp.php', |
|
| 1280 | + 'OC\\Core\\Command\\Integrity\\SignCore' => $baseDir.'/core/Command/Integrity/SignCore.php', |
|
| 1281 | + 'OC\\Core\\Command\\InterruptedException' => $baseDir.'/core/Command/InterruptedException.php', |
|
| 1282 | + 'OC\\Core\\Command\\L10n\\CreateJs' => $baseDir.'/core/Command/L10n/CreateJs.php', |
|
| 1283 | + 'OC\\Core\\Command\\Log\\File' => $baseDir.'/core/Command/Log/File.php', |
|
| 1284 | + 'OC\\Core\\Command\\Log\\Manage' => $baseDir.'/core/Command/Log/Manage.php', |
|
| 1285 | + 'OC\\Core\\Command\\Maintenance\\DataFingerprint' => $baseDir.'/core/Command/Maintenance/DataFingerprint.php', |
|
| 1286 | + 'OC\\Core\\Command\\Maintenance\\Install' => $baseDir.'/core/Command/Maintenance/Install.php', |
|
| 1287 | + 'OC\\Core\\Command\\Maintenance\\Mimetype\\GenerateMimetypeFileBuilder' => $baseDir.'/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php', |
|
| 1288 | + 'OC\\Core\\Command\\Maintenance\\Mimetype\\UpdateDB' => $baseDir.'/core/Command/Maintenance/Mimetype/UpdateDB.php', |
|
| 1289 | + 'OC\\Core\\Command\\Maintenance\\Mimetype\\UpdateJS' => $baseDir.'/core/Command/Maintenance/Mimetype/UpdateJS.php', |
|
| 1290 | + 'OC\\Core\\Command\\Maintenance\\Mode' => $baseDir.'/core/Command/Maintenance/Mode.php', |
|
| 1291 | + 'OC\\Core\\Command\\Maintenance\\Repair' => $baseDir.'/core/Command/Maintenance/Repair.php', |
|
| 1292 | + 'OC\\Core\\Command\\Maintenance\\RepairShareOwnership' => $baseDir.'/core/Command/Maintenance/RepairShareOwnership.php', |
|
| 1293 | + 'OC\\Core\\Command\\Maintenance\\UpdateHtaccess' => $baseDir.'/core/Command/Maintenance/UpdateHtaccess.php', |
|
| 1294 | + 'OC\\Core\\Command\\Maintenance\\UpdateTheme' => $baseDir.'/core/Command/Maintenance/UpdateTheme.php', |
|
| 1295 | + 'OC\\Core\\Command\\Memcache\\RedisCommand' => $baseDir.'/core/Command/Memcache/RedisCommand.php', |
|
| 1296 | + 'OC\\Core\\Command\\Preview\\Cleanup' => $baseDir.'/core/Command/Preview/Cleanup.php', |
|
| 1297 | + 'OC\\Core\\Command\\Preview\\Generate' => $baseDir.'/core/Command/Preview/Generate.php', |
|
| 1298 | + 'OC\\Core\\Command\\Preview\\Repair' => $baseDir.'/core/Command/Preview/Repair.php', |
|
| 1299 | + 'OC\\Core\\Command\\Preview\\ResetRenderedTexts' => $baseDir.'/core/Command/Preview/ResetRenderedTexts.php', |
|
| 1300 | + 'OC\\Core\\Command\\Security\\BruteforceAttempts' => $baseDir.'/core/Command/Security/BruteforceAttempts.php', |
|
| 1301 | + 'OC\\Core\\Command\\Security\\BruteforceResetAttempts' => $baseDir.'/core/Command/Security/BruteforceResetAttempts.php', |
|
| 1302 | + 'OC\\Core\\Command\\Security\\ExportCertificates' => $baseDir.'/core/Command/Security/ExportCertificates.php', |
|
| 1303 | + 'OC\\Core\\Command\\Security\\ImportCertificate' => $baseDir.'/core/Command/Security/ImportCertificate.php', |
|
| 1304 | + 'OC\\Core\\Command\\Security\\ListCertificates' => $baseDir.'/core/Command/Security/ListCertificates.php', |
|
| 1305 | + 'OC\\Core\\Command\\Security\\RemoveCertificate' => $baseDir.'/core/Command/Security/RemoveCertificate.php', |
|
| 1306 | + 'OC\\Core\\Command\\SetupChecks' => $baseDir.'/core/Command/SetupChecks.php', |
|
| 1307 | + 'OC\\Core\\Command\\Status' => $baseDir.'/core/Command/Status.php', |
|
| 1308 | + 'OC\\Core\\Command\\SystemTag\\Add' => $baseDir.'/core/Command/SystemTag/Add.php', |
|
| 1309 | + 'OC\\Core\\Command\\SystemTag\\Delete' => $baseDir.'/core/Command/SystemTag/Delete.php', |
|
| 1310 | + 'OC\\Core\\Command\\SystemTag\\Edit' => $baseDir.'/core/Command/SystemTag/Edit.php', |
|
| 1311 | + 'OC\\Core\\Command\\SystemTag\\ListCommand' => $baseDir.'/core/Command/SystemTag/ListCommand.php', |
|
| 1312 | + 'OC\\Core\\Command\\TaskProcessing\\EnabledCommand' => $baseDir.'/core/Command/TaskProcessing/EnabledCommand.php', |
|
| 1313 | + 'OC\\Core\\Command\\TaskProcessing\\GetCommand' => $baseDir.'/core/Command/TaskProcessing/GetCommand.php', |
|
| 1314 | + 'OC\\Core\\Command\\TaskProcessing\\ListCommand' => $baseDir.'/core/Command/TaskProcessing/ListCommand.php', |
|
| 1315 | + 'OC\\Core\\Command\\TaskProcessing\\Statistics' => $baseDir.'/core/Command/TaskProcessing/Statistics.php', |
|
| 1316 | + 'OC\\Core\\Command\\TwoFactorAuth\\Base' => $baseDir.'/core/Command/TwoFactorAuth/Base.php', |
|
| 1317 | + 'OC\\Core\\Command\\TwoFactorAuth\\Cleanup' => $baseDir.'/core/Command/TwoFactorAuth/Cleanup.php', |
|
| 1318 | + 'OC\\Core\\Command\\TwoFactorAuth\\Disable' => $baseDir.'/core/Command/TwoFactorAuth/Disable.php', |
|
| 1319 | + 'OC\\Core\\Command\\TwoFactorAuth\\Enable' => $baseDir.'/core/Command/TwoFactorAuth/Enable.php', |
|
| 1320 | + 'OC\\Core\\Command\\TwoFactorAuth\\Enforce' => $baseDir.'/core/Command/TwoFactorAuth/Enforce.php', |
|
| 1321 | + 'OC\\Core\\Command\\TwoFactorAuth\\State' => $baseDir.'/core/Command/TwoFactorAuth/State.php', |
|
| 1322 | + 'OC\\Core\\Command\\Upgrade' => $baseDir.'/core/Command/Upgrade.php', |
|
| 1323 | + 'OC\\Core\\Command\\User\\Add' => $baseDir.'/core/Command/User/Add.php', |
|
| 1324 | + 'OC\\Core\\Command\\User\\AuthTokens\\Add' => $baseDir.'/core/Command/User/AuthTokens/Add.php', |
|
| 1325 | + 'OC\\Core\\Command\\User\\AuthTokens\\Delete' => $baseDir.'/core/Command/User/AuthTokens/Delete.php', |
|
| 1326 | + 'OC\\Core\\Command\\User\\AuthTokens\\ListCommand' => $baseDir.'/core/Command/User/AuthTokens/ListCommand.php', |
|
| 1327 | + 'OC\\Core\\Command\\User\\ClearGeneratedAvatarCacheCommand' => $baseDir.'/core/Command/User/ClearGeneratedAvatarCacheCommand.php', |
|
| 1328 | + 'OC\\Core\\Command\\User\\Delete' => $baseDir.'/core/Command/User/Delete.php', |
|
| 1329 | + 'OC\\Core\\Command\\User\\Disable' => $baseDir.'/core/Command/User/Disable.php', |
|
| 1330 | + 'OC\\Core\\Command\\User\\Enable' => $baseDir.'/core/Command/User/Enable.php', |
|
| 1331 | + 'OC\\Core\\Command\\User\\Info' => $baseDir.'/core/Command/User/Info.php', |
|
| 1332 | + 'OC\\Core\\Command\\User\\Keys\\Verify' => $baseDir.'/core/Command/User/Keys/Verify.php', |
|
| 1333 | + 'OC\\Core\\Command\\User\\LastSeen' => $baseDir.'/core/Command/User/LastSeen.php', |
|
| 1334 | + 'OC\\Core\\Command\\User\\ListCommand' => $baseDir.'/core/Command/User/ListCommand.php', |
|
| 1335 | + 'OC\\Core\\Command\\User\\Profile' => $baseDir.'/core/Command/User/Profile.php', |
|
| 1336 | + 'OC\\Core\\Command\\User\\Report' => $baseDir.'/core/Command/User/Report.php', |
|
| 1337 | + 'OC\\Core\\Command\\User\\ResetPassword' => $baseDir.'/core/Command/User/ResetPassword.php', |
|
| 1338 | + 'OC\\Core\\Command\\User\\Setting' => $baseDir.'/core/Command/User/Setting.php', |
|
| 1339 | + 'OC\\Core\\Command\\User\\SyncAccountDataCommand' => $baseDir.'/core/Command/User/SyncAccountDataCommand.php', |
|
| 1340 | + 'OC\\Core\\Command\\User\\Welcome' => $baseDir.'/core/Command/User/Welcome.php', |
|
| 1341 | + 'OC\\Core\\Controller\\AppPasswordController' => $baseDir.'/core/Controller/AppPasswordController.php', |
|
| 1342 | + 'OC\\Core\\Controller\\AutoCompleteController' => $baseDir.'/core/Controller/AutoCompleteController.php', |
|
| 1343 | + 'OC\\Core\\Controller\\AvatarController' => $baseDir.'/core/Controller/AvatarController.php', |
|
| 1344 | + 'OC\\Core\\Controller\\CSRFTokenController' => $baseDir.'/core/Controller/CSRFTokenController.php', |
|
| 1345 | + 'OC\\Core\\Controller\\ClientFlowLoginController' => $baseDir.'/core/Controller/ClientFlowLoginController.php', |
|
| 1346 | + 'OC\\Core\\Controller\\ClientFlowLoginV2Controller' => $baseDir.'/core/Controller/ClientFlowLoginV2Controller.php', |
|
| 1347 | + 'OC\\Core\\Controller\\CollaborationResourcesController' => $baseDir.'/core/Controller/CollaborationResourcesController.php', |
|
| 1348 | + 'OC\\Core\\Controller\\ContactsMenuController' => $baseDir.'/core/Controller/ContactsMenuController.php', |
|
| 1349 | + 'OC\\Core\\Controller\\CssController' => $baseDir.'/core/Controller/CssController.php', |
|
| 1350 | + 'OC\\Core\\Controller\\ErrorController' => $baseDir.'/core/Controller/ErrorController.php', |
|
| 1351 | + 'OC\\Core\\Controller\\GuestAvatarController' => $baseDir.'/core/Controller/GuestAvatarController.php', |
|
| 1352 | + 'OC\\Core\\Controller\\HoverCardController' => $baseDir.'/core/Controller/HoverCardController.php', |
|
| 1353 | + 'OC\\Core\\Controller\\JsController' => $baseDir.'/core/Controller/JsController.php', |
|
| 1354 | + 'OC\\Core\\Controller\\LoginController' => $baseDir.'/core/Controller/LoginController.php', |
|
| 1355 | + 'OC\\Core\\Controller\\LostController' => $baseDir.'/core/Controller/LostController.php', |
|
| 1356 | + 'OC\\Core\\Controller\\NavigationController' => $baseDir.'/core/Controller/NavigationController.php', |
|
| 1357 | + 'OC\\Core\\Controller\\OCJSController' => $baseDir.'/core/Controller/OCJSController.php', |
|
| 1358 | + 'OC\\Core\\Controller\\OCMController' => $baseDir.'/core/Controller/OCMController.php', |
|
| 1359 | + 'OC\\Core\\Controller\\OCSController' => $baseDir.'/core/Controller/OCSController.php', |
|
| 1360 | + 'OC\\Core\\Controller\\PreviewController' => $baseDir.'/core/Controller/PreviewController.php', |
|
| 1361 | + 'OC\\Core\\Controller\\ProfileApiController' => $baseDir.'/core/Controller/ProfileApiController.php', |
|
| 1362 | + 'OC\\Core\\Controller\\RecommendedAppsController' => $baseDir.'/core/Controller/RecommendedAppsController.php', |
|
| 1363 | + 'OC\\Core\\Controller\\ReferenceApiController' => $baseDir.'/core/Controller/ReferenceApiController.php', |
|
| 1364 | + 'OC\\Core\\Controller\\ReferenceController' => $baseDir.'/core/Controller/ReferenceController.php', |
|
| 1365 | + 'OC\\Core\\Controller\\SetupController' => $baseDir.'/core/Controller/SetupController.php', |
|
| 1366 | + 'OC\\Core\\Controller\\TaskProcessingApiController' => $baseDir.'/core/Controller/TaskProcessingApiController.php', |
|
| 1367 | + 'OC\\Core\\Controller\\TeamsApiController' => $baseDir.'/core/Controller/TeamsApiController.php', |
|
| 1368 | + 'OC\\Core\\Controller\\TextProcessingApiController' => $baseDir.'/core/Controller/TextProcessingApiController.php', |
|
| 1369 | + 'OC\\Core\\Controller\\TextToImageApiController' => $baseDir.'/core/Controller/TextToImageApiController.php', |
|
| 1370 | + 'OC\\Core\\Controller\\TranslationApiController' => $baseDir.'/core/Controller/TranslationApiController.php', |
|
| 1371 | + 'OC\\Core\\Controller\\TwoFactorApiController' => $baseDir.'/core/Controller/TwoFactorApiController.php', |
|
| 1372 | + 'OC\\Core\\Controller\\TwoFactorChallengeController' => $baseDir.'/core/Controller/TwoFactorChallengeController.php', |
|
| 1373 | + 'OC\\Core\\Controller\\UnifiedSearchController' => $baseDir.'/core/Controller/UnifiedSearchController.php', |
|
| 1374 | + 'OC\\Core\\Controller\\UnsupportedBrowserController' => $baseDir.'/core/Controller/UnsupportedBrowserController.php', |
|
| 1375 | + 'OC\\Core\\Controller\\UserController' => $baseDir.'/core/Controller/UserController.php', |
|
| 1376 | + 'OC\\Core\\Controller\\WalledGardenController' => $baseDir.'/core/Controller/WalledGardenController.php', |
|
| 1377 | + 'OC\\Core\\Controller\\WebAuthnController' => $baseDir.'/core/Controller/WebAuthnController.php', |
|
| 1378 | + 'OC\\Core\\Controller\\WellKnownController' => $baseDir.'/core/Controller/WellKnownController.php', |
|
| 1379 | + 'OC\\Core\\Controller\\WhatsNewController' => $baseDir.'/core/Controller/WhatsNewController.php', |
|
| 1380 | + 'OC\\Core\\Controller\\WipeController' => $baseDir.'/core/Controller/WipeController.php', |
|
| 1381 | + 'OC\\Core\\Data\\LoginFlowV2Credentials' => $baseDir.'/core/Data/LoginFlowV2Credentials.php', |
|
| 1382 | + 'OC\\Core\\Data\\LoginFlowV2Tokens' => $baseDir.'/core/Data/LoginFlowV2Tokens.php', |
|
| 1383 | + 'OC\\Core\\Db\\LoginFlowV2' => $baseDir.'/core/Db/LoginFlowV2.php', |
|
| 1384 | + 'OC\\Core\\Db\\LoginFlowV2Mapper' => $baseDir.'/core/Db/LoginFlowV2Mapper.php', |
|
| 1385 | + 'OC\\Core\\Db\\ProfileConfig' => $baseDir.'/core/Db/ProfileConfig.php', |
|
| 1386 | + 'OC\\Core\\Db\\ProfileConfigMapper' => $baseDir.'/core/Db/ProfileConfigMapper.php', |
|
| 1387 | + 'OC\\Core\\Events\\BeforePasswordResetEvent' => $baseDir.'/core/Events/BeforePasswordResetEvent.php', |
|
| 1388 | + 'OC\\Core\\Events\\PasswordResetEvent' => $baseDir.'/core/Events/PasswordResetEvent.php', |
|
| 1389 | + 'OC\\Core\\Exception\\LoginFlowV2ClientForbiddenException' => $baseDir.'/core/Exception/LoginFlowV2ClientForbiddenException.php', |
|
| 1390 | + 'OC\\Core\\Exception\\LoginFlowV2NotFoundException' => $baseDir.'/core/Exception/LoginFlowV2NotFoundException.php', |
|
| 1391 | + 'OC\\Core\\Exception\\ResetPasswordException' => $baseDir.'/core/Exception/ResetPasswordException.php', |
|
| 1392 | + 'OC\\Core\\Listener\\AddMissingIndicesListener' => $baseDir.'/core/Listener/AddMissingIndicesListener.php', |
|
| 1393 | + 'OC\\Core\\Listener\\AddMissingPrimaryKeyListener' => $baseDir.'/core/Listener/AddMissingPrimaryKeyListener.php', |
|
| 1394 | + 'OC\\Core\\Listener\\BeforeMessageLoggedEventListener' => $baseDir.'/core/Listener/BeforeMessageLoggedEventListener.php', |
|
| 1395 | + 'OC\\Core\\Listener\\BeforeTemplateRenderedListener' => $baseDir.'/core/Listener/BeforeTemplateRenderedListener.php', |
|
| 1396 | + 'OC\\Core\\Listener\\FeedBackHandler' => $baseDir.'/core/Listener/FeedBackHandler.php', |
|
| 1397 | + 'OC\\Core\\Middleware\\TwoFactorMiddleware' => $baseDir.'/core/Middleware/TwoFactorMiddleware.php', |
|
| 1398 | + 'OC\\Core\\Migrations\\Version13000Date20170705121758' => $baseDir.'/core/Migrations/Version13000Date20170705121758.php', |
|
| 1399 | + 'OC\\Core\\Migrations\\Version13000Date20170718121200' => $baseDir.'/core/Migrations/Version13000Date20170718121200.php', |
|
| 1400 | + 'OC\\Core\\Migrations\\Version13000Date20170814074715' => $baseDir.'/core/Migrations/Version13000Date20170814074715.php', |
|
| 1401 | + 'OC\\Core\\Migrations\\Version13000Date20170919121250' => $baseDir.'/core/Migrations/Version13000Date20170919121250.php', |
|
| 1402 | + 'OC\\Core\\Migrations\\Version13000Date20170926101637' => $baseDir.'/core/Migrations/Version13000Date20170926101637.php', |
|
| 1403 | + 'OC\\Core\\Migrations\\Version14000Date20180129121024' => $baseDir.'/core/Migrations/Version14000Date20180129121024.php', |
|
| 1404 | + 'OC\\Core\\Migrations\\Version14000Date20180404140050' => $baseDir.'/core/Migrations/Version14000Date20180404140050.php', |
|
| 1405 | + 'OC\\Core\\Migrations\\Version14000Date20180516101403' => $baseDir.'/core/Migrations/Version14000Date20180516101403.php', |
|
| 1406 | + 'OC\\Core\\Migrations\\Version14000Date20180518120534' => $baseDir.'/core/Migrations/Version14000Date20180518120534.php', |
|
| 1407 | + 'OC\\Core\\Migrations\\Version14000Date20180522074438' => $baseDir.'/core/Migrations/Version14000Date20180522074438.php', |
|
| 1408 | + 'OC\\Core\\Migrations\\Version14000Date20180626223656' => $baseDir.'/core/Migrations/Version14000Date20180626223656.php', |
|
| 1409 | + 'OC\\Core\\Migrations\\Version14000Date20180710092004' => $baseDir.'/core/Migrations/Version14000Date20180710092004.php', |
|
| 1410 | + 'OC\\Core\\Migrations\\Version14000Date20180712153140' => $baseDir.'/core/Migrations/Version14000Date20180712153140.php', |
|
| 1411 | + 'OC\\Core\\Migrations\\Version15000Date20180926101451' => $baseDir.'/core/Migrations/Version15000Date20180926101451.php', |
|
| 1412 | + 'OC\\Core\\Migrations\\Version15000Date20181015062942' => $baseDir.'/core/Migrations/Version15000Date20181015062942.php', |
|
| 1413 | + 'OC\\Core\\Migrations\\Version15000Date20181029084625' => $baseDir.'/core/Migrations/Version15000Date20181029084625.php', |
|
| 1414 | + 'OC\\Core\\Migrations\\Version16000Date20190207141427' => $baseDir.'/core/Migrations/Version16000Date20190207141427.php', |
|
| 1415 | + 'OC\\Core\\Migrations\\Version16000Date20190212081545' => $baseDir.'/core/Migrations/Version16000Date20190212081545.php', |
|
| 1416 | + 'OC\\Core\\Migrations\\Version16000Date20190427105638' => $baseDir.'/core/Migrations/Version16000Date20190427105638.php', |
|
| 1417 | + 'OC\\Core\\Migrations\\Version16000Date20190428150708' => $baseDir.'/core/Migrations/Version16000Date20190428150708.php', |
|
| 1418 | + 'OC\\Core\\Migrations\\Version17000Date20190514105811' => $baseDir.'/core/Migrations/Version17000Date20190514105811.php', |
|
| 1419 | + 'OC\\Core\\Migrations\\Version18000Date20190920085628' => $baseDir.'/core/Migrations/Version18000Date20190920085628.php', |
|
| 1420 | + 'OC\\Core\\Migrations\\Version18000Date20191014105105' => $baseDir.'/core/Migrations/Version18000Date20191014105105.php', |
|
| 1421 | + 'OC\\Core\\Migrations\\Version18000Date20191204114856' => $baseDir.'/core/Migrations/Version18000Date20191204114856.php', |
|
| 1422 | + 'OC\\Core\\Migrations\\Version19000Date20200211083441' => $baseDir.'/core/Migrations/Version19000Date20200211083441.php', |
|
| 1423 | + 'OC\\Core\\Migrations\\Version20000Date20201109081915' => $baseDir.'/core/Migrations/Version20000Date20201109081915.php', |
|
| 1424 | + 'OC\\Core\\Migrations\\Version20000Date20201109081918' => $baseDir.'/core/Migrations/Version20000Date20201109081918.php', |
|
| 1425 | + 'OC\\Core\\Migrations\\Version20000Date20201109081919' => $baseDir.'/core/Migrations/Version20000Date20201109081919.php', |
|
| 1426 | + 'OC\\Core\\Migrations\\Version20000Date20201111081915' => $baseDir.'/core/Migrations/Version20000Date20201111081915.php', |
|
| 1427 | + 'OC\\Core\\Migrations\\Version21000Date20201120141228' => $baseDir.'/core/Migrations/Version21000Date20201120141228.php', |
|
| 1428 | + 'OC\\Core\\Migrations\\Version21000Date20201202095923' => $baseDir.'/core/Migrations/Version21000Date20201202095923.php', |
|
| 1429 | + 'OC\\Core\\Migrations\\Version21000Date20210119195004' => $baseDir.'/core/Migrations/Version21000Date20210119195004.php', |
|
| 1430 | + 'OC\\Core\\Migrations\\Version21000Date20210309185126' => $baseDir.'/core/Migrations/Version21000Date20210309185126.php', |
|
| 1431 | + 'OC\\Core\\Migrations\\Version21000Date20210309185127' => $baseDir.'/core/Migrations/Version21000Date20210309185127.php', |
|
| 1432 | + 'OC\\Core\\Migrations\\Version22000Date20210216080825' => $baseDir.'/core/Migrations/Version22000Date20210216080825.php', |
|
| 1433 | + 'OC\\Core\\Migrations\\Version23000Date20210721100600' => $baseDir.'/core/Migrations/Version23000Date20210721100600.php', |
|
| 1434 | + 'OC\\Core\\Migrations\\Version23000Date20210906132259' => $baseDir.'/core/Migrations/Version23000Date20210906132259.php', |
|
| 1435 | + 'OC\\Core\\Migrations\\Version23000Date20210930122352' => $baseDir.'/core/Migrations/Version23000Date20210930122352.php', |
|
| 1436 | + 'OC\\Core\\Migrations\\Version23000Date20211203110726' => $baseDir.'/core/Migrations/Version23000Date20211203110726.php', |
|
| 1437 | + 'OC\\Core\\Migrations\\Version23000Date20211213203940' => $baseDir.'/core/Migrations/Version23000Date20211213203940.php', |
|
| 1438 | + 'OC\\Core\\Migrations\\Version24000Date20211210141942' => $baseDir.'/core/Migrations/Version24000Date20211210141942.php', |
|
| 1439 | + 'OC\\Core\\Migrations\\Version24000Date20211213081506' => $baseDir.'/core/Migrations/Version24000Date20211213081506.php', |
|
| 1440 | + 'OC\\Core\\Migrations\\Version24000Date20211213081604' => $baseDir.'/core/Migrations/Version24000Date20211213081604.php', |
|
| 1441 | + 'OC\\Core\\Migrations\\Version24000Date20211222112246' => $baseDir.'/core/Migrations/Version24000Date20211222112246.php', |
|
| 1442 | + 'OC\\Core\\Migrations\\Version24000Date20211230140012' => $baseDir.'/core/Migrations/Version24000Date20211230140012.php', |
|
| 1443 | + 'OC\\Core\\Migrations\\Version24000Date20220131153041' => $baseDir.'/core/Migrations/Version24000Date20220131153041.php', |
|
| 1444 | + 'OC\\Core\\Migrations\\Version24000Date20220202150027' => $baseDir.'/core/Migrations/Version24000Date20220202150027.php', |
|
| 1445 | + 'OC\\Core\\Migrations\\Version24000Date20220404230027' => $baseDir.'/core/Migrations/Version24000Date20220404230027.php', |
|
| 1446 | + 'OC\\Core\\Migrations\\Version24000Date20220425072957' => $baseDir.'/core/Migrations/Version24000Date20220425072957.php', |
|
| 1447 | + 'OC\\Core\\Migrations\\Version25000Date20220515204012' => $baseDir.'/core/Migrations/Version25000Date20220515204012.php', |
|
| 1448 | + 'OC\\Core\\Migrations\\Version25000Date20220602190540' => $baseDir.'/core/Migrations/Version25000Date20220602190540.php', |
|
| 1449 | + 'OC\\Core\\Migrations\\Version25000Date20220905140840' => $baseDir.'/core/Migrations/Version25000Date20220905140840.php', |
|
| 1450 | + 'OC\\Core\\Migrations\\Version25000Date20221007010957' => $baseDir.'/core/Migrations/Version25000Date20221007010957.php', |
|
| 1451 | + 'OC\\Core\\Migrations\\Version27000Date20220613163520' => $baseDir.'/core/Migrations/Version27000Date20220613163520.php', |
|
| 1452 | + 'OC\\Core\\Migrations\\Version27000Date20230309104325' => $baseDir.'/core/Migrations/Version27000Date20230309104325.php', |
|
| 1453 | + 'OC\\Core\\Migrations\\Version27000Date20230309104802' => $baseDir.'/core/Migrations/Version27000Date20230309104802.php', |
|
| 1454 | + 'OC\\Core\\Migrations\\Version28000Date20230616104802' => $baseDir.'/core/Migrations/Version28000Date20230616104802.php', |
|
| 1455 | + 'OC\\Core\\Migrations\\Version28000Date20230728104802' => $baseDir.'/core/Migrations/Version28000Date20230728104802.php', |
|
| 1456 | + 'OC\\Core\\Migrations\\Version28000Date20230803221055' => $baseDir.'/core/Migrations/Version28000Date20230803221055.php', |
|
| 1457 | + 'OC\\Core\\Migrations\\Version28000Date20230906104802' => $baseDir.'/core/Migrations/Version28000Date20230906104802.php', |
|
| 1458 | + 'OC\\Core\\Migrations\\Version28000Date20231004103301' => $baseDir.'/core/Migrations/Version28000Date20231004103301.php', |
|
| 1459 | + 'OC\\Core\\Migrations\\Version28000Date20231103104802' => $baseDir.'/core/Migrations/Version28000Date20231103104802.php', |
|
| 1460 | + 'OC\\Core\\Migrations\\Version28000Date20231126110901' => $baseDir.'/core/Migrations/Version28000Date20231126110901.php', |
|
| 1461 | + 'OC\\Core\\Migrations\\Version28000Date20240828142927' => $baseDir.'/core/Migrations/Version28000Date20240828142927.php', |
|
| 1462 | + 'OC\\Core\\Migrations\\Version29000Date20231126110901' => $baseDir.'/core/Migrations/Version29000Date20231126110901.php', |
|
| 1463 | + 'OC\\Core\\Migrations\\Version29000Date20231213104850' => $baseDir.'/core/Migrations/Version29000Date20231213104850.php', |
|
| 1464 | + 'OC\\Core\\Migrations\\Version29000Date20240124132201' => $baseDir.'/core/Migrations/Version29000Date20240124132201.php', |
|
| 1465 | + 'OC\\Core\\Migrations\\Version29000Date20240124132202' => $baseDir.'/core/Migrations/Version29000Date20240124132202.php', |
|
| 1466 | + 'OC\\Core\\Migrations\\Version29000Date20240131122720' => $baseDir.'/core/Migrations/Version29000Date20240131122720.php', |
|
| 1467 | + 'OC\\Core\\Migrations\\Version30000Date20240429122720' => $baseDir.'/core/Migrations/Version30000Date20240429122720.php', |
|
| 1468 | + 'OC\\Core\\Migrations\\Version30000Date20240708160048' => $baseDir.'/core/Migrations/Version30000Date20240708160048.php', |
|
| 1469 | + 'OC\\Core\\Migrations\\Version30000Date20240717111406' => $baseDir.'/core/Migrations/Version30000Date20240717111406.php', |
|
| 1470 | + 'OC\\Core\\Migrations\\Version30000Date20240814180800' => $baseDir.'/core/Migrations/Version30000Date20240814180800.php', |
|
| 1471 | + 'OC\\Core\\Migrations\\Version30000Date20240815080800' => $baseDir.'/core/Migrations/Version30000Date20240815080800.php', |
|
| 1472 | + 'OC\\Core\\Migrations\\Version30000Date20240906095113' => $baseDir.'/core/Migrations/Version30000Date20240906095113.php', |
|
| 1473 | + 'OC\\Core\\Migrations\\Version31000Date20240101084401' => $baseDir.'/core/Migrations/Version31000Date20240101084401.php', |
|
| 1474 | + 'OC\\Core\\Migrations\\Version31000Date20240814184402' => $baseDir.'/core/Migrations/Version31000Date20240814184402.php', |
|
| 1475 | + 'OC\\Core\\Migrations\\Version31000Date20250213102442' => $baseDir.'/core/Migrations/Version31000Date20250213102442.php', |
|
| 1476 | + 'OC\\Core\\Migrations\\Version32000Date20250620081925' => $baseDir.'/core/Migrations/Version32000Date20250620081925.php', |
|
| 1477 | + 'OC\\Core\\Notification\\CoreNotifier' => $baseDir.'/core/Notification/CoreNotifier.php', |
|
| 1478 | + 'OC\\Core\\ResponseDefinitions' => $baseDir.'/core/ResponseDefinitions.php', |
|
| 1479 | + 'OC\\Core\\Service\\LoginFlowV2Service' => $baseDir.'/core/Service/LoginFlowV2Service.php', |
|
| 1480 | + 'OC\\DB\\Adapter' => $baseDir.'/lib/private/DB/Adapter.php', |
|
| 1481 | + 'OC\\DB\\AdapterMySQL' => $baseDir.'/lib/private/DB/AdapterMySQL.php', |
|
| 1482 | + 'OC\\DB\\AdapterOCI8' => $baseDir.'/lib/private/DB/AdapterOCI8.php', |
|
| 1483 | + 'OC\\DB\\AdapterPgSql' => $baseDir.'/lib/private/DB/AdapterPgSql.php', |
|
| 1484 | + 'OC\\DB\\AdapterSqlite' => $baseDir.'/lib/private/DB/AdapterSqlite.php', |
|
| 1485 | + 'OC\\DB\\ArrayResult' => $baseDir.'/lib/private/DB/ArrayResult.php', |
|
| 1486 | + 'OC\\DB\\BacktraceDebugStack' => $baseDir.'/lib/private/DB/BacktraceDebugStack.php', |
|
| 1487 | + 'OC\\DB\\Connection' => $baseDir.'/lib/private/DB/Connection.php', |
|
| 1488 | + 'OC\\DB\\ConnectionAdapter' => $baseDir.'/lib/private/DB/ConnectionAdapter.php', |
|
| 1489 | + 'OC\\DB\\ConnectionFactory' => $baseDir.'/lib/private/DB/ConnectionFactory.php', |
|
| 1490 | + 'OC\\DB\\DbDataCollector' => $baseDir.'/lib/private/DB/DbDataCollector.php', |
|
| 1491 | + 'OC\\DB\\Exceptions\\DbalException' => $baseDir.'/lib/private/DB/Exceptions/DbalException.php', |
|
| 1492 | + 'OC\\DB\\MigrationException' => $baseDir.'/lib/private/DB/MigrationException.php', |
|
| 1493 | + 'OC\\DB\\MigrationService' => $baseDir.'/lib/private/DB/MigrationService.php', |
|
| 1494 | + 'OC\\DB\\Migrator' => $baseDir.'/lib/private/DB/Migrator.php', |
|
| 1495 | + 'OC\\DB\\MigratorExecuteSqlEvent' => $baseDir.'/lib/private/DB/MigratorExecuteSqlEvent.php', |
|
| 1496 | + 'OC\\DB\\MissingColumnInformation' => $baseDir.'/lib/private/DB/MissingColumnInformation.php', |
|
| 1497 | + 'OC\\DB\\MissingIndexInformation' => $baseDir.'/lib/private/DB/MissingIndexInformation.php', |
|
| 1498 | + 'OC\\DB\\MissingPrimaryKeyInformation' => $baseDir.'/lib/private/DB/MissingPrimaryKeyInformation.php', |
|
| 1499 | + 'OC\\DB\\MySqlTools' => $baseDir.'/lib/private/DB/MySqlTools.php', |
|
| 1500 | + 'OC\\DB\\OCSqlitePlatform' => $baseDir.'/lib/private/DB/OCSqlitePlatform.php', |
|
| 1501 | + 'OC\\DB\\ObjectParameter' => $baseDir.'/lib/private/DB/ObjectParameter.php', |
|
| 1502 | + 'OC\\DB\\OracleConnection' => $baseDir.'/lib/private/DB/OracleConnection.php', |
|
| 1503 | + 'OC\\DB\\OracleMigrator' => $baseDir.'/lib/private/DB/OracleMigrator.php', |
|
| 1504 | + 'OC\\DB\\PgSqlTools' => $baseDir.'/lib/private/DB/PgSqlTools.php', |
|
| 1505 | + 'OC\\DB\\PreparedStatement' => $baseDir.'/lib/private/DB/PreparedStatement.php', |
|
| 1506 | + 'OC\\DB\\QueryBuilder\\CompositeExpression' => $baseDir.'/lib/private/DB/QueryBuilder/CompositeExpression.php', |
|
| 1507 | + 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\ExpressionBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php', |
|
| 1508 | + 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\MySqlExpressionBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php', |
|
| 1509 | + 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\OCIExpressionBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php', |
|
| 1510 | + 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\PgSqlExpressionBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php', |
|
| 1511 | + 'OC\\DB\\QueryBuilder\\ExpressionBuilder\\SqliteExpressionBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php', |
|
| 1512 | + 'OC\\DB\\QueryBuilder\\ExtendedQueryBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/ExtendedQueryBuilder.php', |
|
| 1513 | + 'OC\\DB\\QueryBuilder\\FunctionBuilder\\FunctionBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php', |
|
| 1514 | + 'OC\\DB\\QueryBuilder\\FunctionBuilder\\OCIFunctionBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php', |
|
| 1515 | + 'OC\\DB\\QueryBuilder\\FunctionBuilder\\PgSqlFunctionBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/FunctionBuilder/PgSqlFunctionBuilder.php', |
|
| 1516 | + 'OC\\DB\\QueryBuilder\\FunctionBuilder\\SqliteFunctionBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/FunctionBuilder/SqliteFunctionBuilder.php', |
|
| 1517 | + 'OC\\DB\\QueryBuilder\\Literal' => $baseDir.'/lib/private/DB/QueryBuilder/Literal.php', |
|
| 1518 | + 'OC\\DB\\QueryBuilder\\Parameter' => $baseDir.'/lib/private/DB/QueryBuilder/Parameter.php', |
|
| 1519 | + 'OC\\DB\\QueryBuilder\\Partitioned\\InvalidPartitionedQueryException' => $baseDir.'/lib/private/DB/QueryBuilder/Partitioned/InvalidPartitionedQueryException.php', |
|
| 1520 | + 'OC\\DB\\QueryBuilder\\Partitioned\\JoinCondition' => $baseDir.'/lib/private/DB/QueryBuilder/Partitioned/JoinCondition.php', |
|
| 1521 | + 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionQuery' => $baseDir.'/lib/private/DB/QueryBuilder/Partitioned/PartitionQuery.php', |
|
| 1522 | + 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionSplit' => $baseDir.'/lib/private/DB/QueryBuilder/Partitioned/PartitionSplit.php', |
|
| 1523 | + 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionedQueryBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/Partitioned/PartitionedQueryBuilder.php', |
|
| 1524 | + 'OC\\DB\\QueryBuilder\\Partitioned\\PartitionedResult' => $baseDir.'/lib/private/DB/QueryBuilder/Partitioned/PartitionedResult.php', |
|
| 1525 | + 'OC\\DB\\QueryBuilder\\QueryBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/QueryBuilder.php', |
|
| 1526 | + 'OC\\DB\\QueryBuilder\\QueryFunction' => $baseDir.'/lib/private/DB/QueryBuilder/QueryFunction.php', |
|
| 1527 | + 'OC\\DB\\QueryBuilder\\QuoteHelper' => $baseDir.'/lib/private/DB/QueryBuilder/QuoteHelper.php', |
|
| 1528 | + 'OC\\DB\\QueryBuilder\\Sharded\\AutoIncrementHandler' => $baseDir.'/lib/private/DB/QueryBuilder/Sharded/AutoIncrementHandler.php', |
|
| 1529 | + 'OC\\DB\\QueryBuilder\\Sharded\\CrossShardMoveHelper' => $baseDir.'/lib/private/DB/QueryBuilder/Sharded/CrossShardMoveHelper.php', |
|
| 1530 | + 'OC\\DB\\QueryBuilder\\Sharded\\HashShardMapper' => $baseDir.'/lib/private/DB/QueryBuilder/Sharded/HashShardMapper.php', |
|
| 1531 | + 'OC\\DB\\QueryBuilder\\Sharded\\InvalidShardedQueryException' => $baseDir.'/lib/private/DB/QueryBuilder/Sharded/InvalidShardedQueryException.php', |
|
| 1532 | + 'OC\\DB\\QueryBuilder\\Sharded\\RoundRobinShardMapper' => $baseDir.'/lib/private/DB/QueryBuilder/Sharded/RoundRobinShardMapper.php', |
|
| 1533 | + 'OC\\DB\\QueryBuilder\\Sharded\\ShardConnectionManager' => $baseDir.'/lib/private/DB/QueryBuilder/Sharded/ShardConnectionManager.php', |
|
| 1534 | + 'OC\\DB\\QueryBuilder\\Sharded\\ShardDefinition' => $baseDir.'/lib/private/DB/QueryBuilder/Sharded/ShardDefinition.php', |
|
| 1535 | + 'OC\\DB\\QueryBuilder\\Sharded\\ShardQueryRunner' => $baseDir.'/lib/private/DB/QueryBuilder/Sharded/ShardQueryRunner.php', |
|
| 1536 | + 'OC\\DB\\QueryBuilder\\Sharded\\ShardedQueryBuilder' => $baseDir.'/lib/private/DB/QueryBuilder/Sharded/ShardedQueryBuilder.php', |
|
| 1537 | + 'OC\\DB\\ResultAdapter' => $baseDir.'/lib/private/DB/ResultAdapter.php', |
|
| 1538 | + 'OC\\DB\\SQLiteMigrator' => $baseDir.'/lib/private/DB/SQLiteMigrator.php', |
|
| 1539 | + 'OC\\DB\\SQLiteSessionInit' => $baseDir.'/lib/private/DB/SQLiteSessionInit.php', |
|
| 1540 | + 'OC\\DB\\SchemaWrapper' => $baseDir.'/lib/private/DB/SchemaWrapper.php', |
|
| 1541 | + 'OC\\DB\\SetTransactionIsolationLevel' => $baseDir.'/lib/private/DB/SetTransactionIsolationLevel.php', |
|
| 1542 | + 'OC\\Dashboard\\Manager' => $baseDir.'/lib/private/Dashboard/Manager.php', |
|
| 1543 | + 'OC\\DatabaseException' => $baseDir.'/lib/private/DatabaseException.php', |
|
| 1544 | + 'OC\\DatabaseSetupException' => $baseDir.'/lib/private/DatabaseSetupException.php', |
|
| 1545 | + 'OC\\DateTimeFormatter' => $baseDir.'/lib/private/DateTimeFormatter.php', |
|
| 1546 | + 'OC\\DateTimeZone' => $baseDir.'/lib/private/DateTimeZone.php', |
|
| 1547 | + 'OC\\Diagnostics\\Event' => $baseDir.'/lib/private/Diagnostics/Event.php', |
|
| 1548 | + 'OC\\Diagnostics\\EventLogger' => $baseDir.'/lib/private/Diagnostics/EventLogger.php', |
|
| 1549 | + 'OC\\Diagnostics\\Query' => $baseDir.'/lib/private/Diagnostics/Query.php', |
|
| 1550 | + 'OC\\Diagnostics\\QueryLogger' => $baseDir.'/lib/private/Diagnostics/QueryLogger.php', |
|
| 1551 | + 'OC\\DirectEditing\\Manager' => $baseDir.'/lib/private/DirectEditing/Manager.php', |
|
| 1552 | + 'OC\\DirectEditing\\Token' => $baseDir.'/lib/private/DirectEditing/Token.php', |
|
| 1553 | + 'OC\\EmojiHelper' => $baseDir.'/lib/private/EmojiHelper.php', |
|
| 1554 | + 'OC\\Encryption\\DecryptAll' => $baseDir.'/lib/private/Encryption/DecryptAll.php', |
|
| 1555 | + 'OC\\Encryption\\EncryptionEventListener' => $baseDir.'/lib/private/Encryption/EncryptionEventListener.php', |
|
| 1556 | + 'OC\\Encryption\\EncryptionWrapper' => $baseDir.'/lib/private/Encryption/EncryptionWrapper.php', |
|
| 1557 | + 'OC\\Encryption\\Exceptions\\DecryptionFailedException' => $baseDir.'/lib/private/Encryption/Exceptions/DecryptionFailedException.php', |
|
| 1558 | + 'OC\\Encryption\\Exceptions\\EmptyEncryptionDataException' => $baseDir.'/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php', |
|
| 1559 | + 'OC\\Encryption\\Exceptions\\EncryptionFailedException' => $baseDir.'/lib/private/Encryption/Exceptions/EncryptionFailedException.php', |
|
| 1560 | + 'OC\\Encryption\\Exceptions\\EncryptionHeaderKeyExistsException' => $baseDir.'/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php', |
|
| 1561 | + 'OC\\Encryption\\Exceptions\\EncryptionHeaderToLargeException' => $baseDir.'/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php', |
|
| 1562 | + 'OC\\Encryption\\Exceptions\\ModuleAlreadyExistsException' => $baseDir.'/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php', |
|
| 1563 | + 'OC\\Encryption\\Exceptions\\ModuleDoesNotExistsException' => $baseDir.'/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php', |
|
| 1564 | + 'OC\\Encryption\\Exceptions\\UnknownCipherException' => $baseDir.'/lib/private/Encryption/Exceptions/UnknownCipherException.php', |
|
| 1565 | + 'OC\\Encryption\\File' => $baseDir.'/lib/private/Encryption/File.php', |
|
| 1566 | + 'OC\\Encryption\\Keys\\Storage' => $baseDir.'/lib/private/Encryption/Keys/Storage.php', |
|
| 1567 | + 'OC\\Encryption\\Manager' => $baseDir.'/lib/private/Encryption/Manager.php', |
|
| 1568 | + 'OC\\Encryption\\Update' => $baseDir.'/lib/private/Encryption/Update.php', |
|
| 1569 | + 'OC\\Encryption\\Util' => $baseDir.'/lib/private/Encryption/Util.php', |
|
| 1570 | + 'OC\\EventDispatcher\\EventDispatcher' => $baseDir.'/lib/private/EventDispatcher/EventDispatcher.php', |
|
| 1571 | + 'OC\\EventDispatcher\\ServiceEventListener' => $baseDir.'/lib/private/EventDispatcher/ServiceEventListener.php', |
|
| 1572 | + 'OC\\EventSource' => $baseDir.'/lib/private/EventSource.php', |
|
| 1573 | + 'OC\\EventSourceFactory' => $baseDir.'/lib/private/EventSourceFactory.php', |
|
| 1574 | + 'OC\\Federation\\CloudFederationFactory' => $baseDir.'/lib/private/Federation/CloudFederationFactory.php', |
|
| 1575 | + 'OC\\Federation\\CloudFederationNotification' => $baseDir.'/lib/private/Federation/CloudFederationNotification.php', |
|
| 1576 | + 'OC\\Federation\\CloudFederationProviderManager' => $baseDir.'/lib/private/Federation/CloudFederationProviderManager.php', |
|
| 1577 | + 'OC\\Federation\\CloudFederationShare' => $baseDir.'/lib/private/Federation/CloudFederationShare.php', |
|
| 1578 | + 'OC\\Federation\\CloudId' => $baseDir.'/lib/private/Federation/CloudId.php', |
|
| 1579 | + 'OC\\Federation\\CloudIdManager' => $baseDir.'/lib/private/Federation/CloudIdManager.php', |
|
| 1580 | + 'OC\\FilesMetadata\\FilesMetadataManager' => $baseDir.'/lib/private/FilesMetadata/FilesMetadataManager.php', |
|
| 1581 | + 'OC\\FilesMetadata\\Job\\UpdateSingleMetadata' => $baseDir.'/lib/private/FilesMetadata/Job/UpdateSingleMetadata.php', |
|
| 1582 | + 'OC\\FilesMetadata\\Listener\\MetadataDelete' => $baseDir.'/lib/private/FilesMetadata/Listener/MetadataDelete.php', |
|
| 1583 | + 'OC\\FilesMetadata\\Listener\\MetadataUpdate' => $baseDir.'/lib/private/FilesMetadata/Listener/MetadataUpdate.php', |
|
| 1584 | + 'OC\\FilesMetadata\\MetadataQuery' => $baseDir.'/lib/private/FilesMetadata/MetadataQuery.php', |
|
| 1585 | + 'OC\\FilesMetadata\\Model\\FilesMetadata' => $baseDir.'/lib/private/FilesMetadata/Model/FilesMetadata.php', |
|
| 1586 | + 'OC\\FilesMetadata\\Model\\MetadataValueWrapper' => $baseDir.'/lib/private/FilesMetadata/Model/MetadataValueWrapper.php', |
|
| 1587 | + 'OC\\FilesMetadata\\Service\\IndexRequestService' => $baseDir.'/lib/private/FilesMetadata/Service/IndexRequestService.php', |
|
| 1588 | + 'OC\\FilesMetadata\\Service\\MetadataRequestService' => $baseDir.'/lib/private/FilesMetadata/Service/MetadataRequestService.php', |
|
| 1589 | + 'OC\\Files\\AppData\\AppData' => $baseDir.'/lib/private/Files/AppData/AppData.php', |
|
| 1590 | + 'OC\\Files\\AppData\\Factory' => $baseDir.'/lib/private/Files/AppData/Factory.php', |
|
| 1591 | + 'OC\\Files\\Cache\\Cache' => $baseDir.'/lib/private/Files/Cache/Cache.php', |
|
| 1592 | + 'OC\\Files\\Cache\\CacheDependencies' => $baseDir.'/lib/private/Files/Cache/CacheDependencies.php', |
|
| 1593 | + 'OC\\Files\\Cache\\CacheEntry' => $baseDir.'/lib/private/Files/Cache/CacheEntry.php', |
|
| 1594 | + 'OC\\Files\\Cache\\CacheQueryBuilder' => $baseDir.'/lib/private/Files/Cache/CacheQueryBuilder.php', |
|
| 1595 | + 'OC\\Files\\Cache\\FailedCache' => $baseDir.'/lib/private/Files/Cache/FailedCache.php', |
|
| 1596 | + 'OC\\Files\\Cache\\FileAccess' => $baseDir.'/lib/private/Files/Cache/FileAccess.php', |
|
| 1597 | + 'OC\\Files\\Cache\\HomeCache' => $baseDir.'/lib/private/Files/Cache/HomeCache.php', |
|
| 1598 | + 'OC\\Files\\Cache\\HomePropagator' => $baseDir.'/lib/private/Files/Cache/HomePropagator.php', |
|
| 1599 | + 'OC\\Files\\Cache\\LocalRootScanner' => $baseDir.'/lib/private/Files/Cache/LocalRootScanner.php', |
|
| 1600 | + 'OC\\Files\\Cache\\MoveFromCacheTrait' => $baseDir.'/lib/private/Files/Cache/MoveFromCacheTrait.php', |
|
| 1601 | + 'OC\\Files\\Cache\\NullWatcher' => $baseDir.'/lib/private/Files/Cache/NullWatcher.php', |
|
| 1602 | + 'OC\\Files\\Cache\\Propagator' => $baseDir.'/lib/private/Files/Cache/Propagator.php', |
|
| 1603 | + 'OC\\Files\\Cache\\QuerySearchHelper' => $baseDir.'/lib/private/Files/Cache/QuerySearchHelper.php', |
|
| 1604 | + 'OC\\Files\\Cache\\Scanner' => $baseDir.'/lib/private/Files/Cache/Scanner.php', |
|
| 1605 | + 'OC\\Files\\Cache\\SearchBuilder' => $baseDir.'/lib/private/Files/Cache/SearchBuilder.php', |
|
| 1606 | + 'OC\\Files\\Cache\\Storage' => $baseDir.'/lib/private/Files/Cache/Storage.php', |
|
| 1607 | + 'OC\\Files\\Cache\\StorageGlobal' => $baseDir.'/lib/private/Files/Cache/StorageGlobal.php', |
|
| 1608 | + 'OC\\Files\\Cache\\Updater' => $baseDir.'/lib/private/Files/Cache/Updater.php', |
|
| 1609 | + 'OC\\Files\\Cache\\Watcher' => $baseDir.'/lib/private/Files/Cache/Watcher.php', |
|
| 1610 | + 'OC\\Files\\Cache\\Wrapper\\CacheJail' => $baseDir.'/lib/private/Files/Cache/Wrapper/CacheJail.php', |
|
| 1611 | + 'OC\\Files\\Cache\\Wrapper\\CachePermissionsMask' => $baseDir.'/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php', |
|
| 1612 | + 'OC\\Files\\Cache\\Wrapper\\CacheWrapper' => $baseDir.'/lib/private/Files/Cache/Wrapper/CacheWrapper.php', |
|
| 1613 | + 'OC\\Files\\Cache\\Wrapper\\JailPropagator' => $baseDir.'/lib/private/Files/Cache/Wrapper/JailPropagator.php', |
|
| 1614 | + 'OC\\Files\\Cache\\Wrapper\\JailWatcher' => $baseDir.'/lib/private/Files/Cache/Wrapper/JailWatcher.php', |
|
| 1615 | + 'OC\\Files\\Config\\CachedMountFileInfo' => $baseDir.'/lib/private/Files/Config/CachedMountFileInfo.php', |
|
| 1616 | + 'OC\\Files\\Config\\CachedMountInfo' => $baseDir.'/lib/private/Files/Config/CachedMountInfo.php', |
|
| 1617 | + 'OC\\Files\\Config\\LazyPathCachedMountInfo' => $baseDir.'/lib/private/Files/Config/LazyPathCachedMountInfo.php', |
|
| 1618 | + 'OC\\Files\\Config\\LazyStorageMountInfo' => $baseDir.'/lib/private/Files/Config/LazyStorageMountInfo.php', |
|
| 1619 | + 'OC\\Files\\Config\\MountProviderCollection' => $baseDir.'/lib/private/Files/Config/MountProviderCollection.php', |
|
| 1620 | + 'OC\\Files\\Config\\UserMountCache' => $baseDir.'/lib/private/Files/Config/UserMountCache.php', |
|
| 1621 | + 'OC\\Files\\Config\\UserMountCacheListener' => $baseDir.'/lib/private/Files/Config/UserMountCacheListener.php', |
|
| 1622 | + 'OC\\Files\\Conversion\\ConversionManager' => $baseDir.'/lib/private/Files/Conversion/ConversionManager.php', |
|
| 1623 | + 'OC\\Files\\FileInfo' => $baseDir.'/lib/private/Files/FileInfo.php', |
|
| 1624 | + 'OC\\Files\\FilenameValidator' => $baseDir.'/lib/private/Files/FilenameValidator.php', |
|
| 1625 | + 'OC\\Files\\Filesystem' => $baseDir.'/lib/private/Files/Filesystem.php', |
|
| 1626 | + 'OC\\Files\\Lock\\LockManager' => $baseDir.'/lib/private/Files/Lock/LockManager.php', |
|
| 1627 | + 'OC\\Files\\Mount\\CacheMountProvider' => $baseDir.'/lib/private/Files/Mount/CacheMountProvider.php', |
|
| 1628 | + 'OC\\Files\\Mount\\HomeMountPoint' => $baseDir.'/lib/private/Files/Mount/HomeMountPoint.php', |
|
| 1629 | + 'OC\\Files\\Mount\\LocalHomeMountProvider' => $baseDir.'/lib/private/Files/Mount/LocalHomeMountProvider.php', |
|
| 1630 | + 'OC\\Files\\Mount\\Manager' => $baseDir.'/lib/private/Files/Mount/Manager.php', |
|
| 1631 | + 'OC\\Files\\Mount\\MountPoint' => $baseDir.'/lib/private/Files/Mount/MountPoint.php', |
|
| 1632 | + 'OC\\Files\\Mount\\MoveableMount' => $baseDir.'/lib/private/Files/Mount/MoveableMount.php', |
|
| 1633 | + 'OC\\Files\\Mount\\ObjectHomeMountProvider' => $baseDir.'/lib/private/Files/Mount/ObjectHomeMountProvider.php', |
|
| 1634 | + 'OC\\Files\\Mount\\ObjectStorePreviewCacheMountProvider' => $baseDir.'/lib/private/Files/Mount/ObjectStorePreviewCacheMountProvider.php', |
|
| 1635 | + 'OC\\Files\\Mount\\RootMountProvider' => $baseDir.'/lib/private/Files/Mount/RootMountProvider.php', |
|
| 1636 | + 'OC\\Files\\Node\\File' => $baseDir.'/lib/private/Files/Node/File.php', |
|
| 1637 | + 'OC\\Files\\Node\\Folder' => $baseDir.'/lib/private/Files/Node/Folder.php', |
|
| 1638 | + 'OC\\Files\\Node\\HookConnector' => $baseDir.'/lib/private/Files/Node/HookConnector.php', |
|
| 1639 | + 'OC\\Files\\Node\\LazyFolder' => $baseDir.'/lib/private/Files/Node/LazyFolder.php', |
|
| 1640 | + 'OC\\Files\\Node\\LazyRoot' => $baseDir.'/lib/private/Files/Node/LazyRoot.php', |
|
| 1641 | + 'OC\\Files\\Node\\LazyUserFolder' => $baseDir.'/lib/private/Files/Node/LazyUserFolder.php', |
|
| 1642 | + 'OC\\Files\\Node\\Node' => $baseDir.'/lib/private/Files/Node/Node.php', |
|
| 1643 | + 'OC\\Files\\Node\\NonExistingFile' => $baseDir.'/lib/private/Files/Node/NonExistingFile.php', |
|
| 1644 | + 'OC\\Files\\Node\\NonExistingFolder' => $baseDir.'/lib/private/Files/Node/NonExistingFolder.php', |
|
| 1645 | + 'OC\\Files\\Node\\Root' => $baseDir.'/lib/private/Files/Node/Root.php', |
|
| 1646 | + 'OC\\Files\\Notify\\Change' => $baseDir.'/lib/private/Files/Notify/Change.php', |
|
| 1647 | + 'OC\\Files\\Notify\\RenameChange' => $baseDir.'/lib/private/Files/Notify/RenameChange.php', |
|
| 1648 | + 'OC\\Files\\ObjectStore\\AppdataPreviewObjectStoreStorage' => $baseDir.'/lib/private/Files/ObjectStore/AppdataPreviewObjectStoreStorage.php', |
|
| 1649 | + 'OC\\Files\\ObjectStore\\Azure' => $baseDir.'/lib/private/Files/ObjectStore/Azure.php', |
|
| 1650 | + 'OC\\Files\\ObjectStore\\HomeObjectStoreStorage' => $baseDir.'/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php', |
|
| 1651 | + 'OC\\Files\\ObjectStore\\Mapper' => $baseDir.'/lib/private/Files/ObjectStore/Mapper.php', |
|
| 1652 | + 'OC\\Files\\ObjectStore\\ObjectStoreScanner' => $baseDir.'/lib/private/Files/ObjectStore/ObjectStoreScanner.php', |
|
| 1653 | + 'OC\\Files\\ObjectStore\\ObjectStoreStorage' => $baseDir.'/lib/private/Files/ObjectStore/ObjectStoreStorage.php', |
|
| 1654 | + 'OC\\Files\\ObjectStore\\PrimaryObjectStoreConfig' => $baseDir.'/lib/private/Files/ObjectStore/PrimaryObjectStoreConfig.php', |
|
| 1655 | + 'OC\\Files\\ObjectStore\\S3' => $baseDir.'/lib/private/Files/ObjectStore/S3.php', |
|
| 1656 | + 'OC\\Files\\ObjectStore\\S3ConfigTrait' => $baseDir.'/lib/private/Files/ObjectStore/S3ConfigTrait.php', |
|
| 1657 | + 'OC\\Files\\ObjectStore\\S3ConnectionTrait' => $baseDir.'/lib/private/Files/ObjectStore/S3ConnectionTrait.php', |
|
| 1658 | + 'OC\\Files\\ObjectStore\\S3ObjectTrait' => $baseDir.'/lib/private/Files/ObjectStore/S3ObjectTrait.php', |
|
| 1659 | + 'OC\\Files\\ObjectStore\\S3Signature' => $baseDir.'/lib/private/Files/ObjectStore/S3Signature.php', |
|
| 1660 | + 'OC\\Files\\ObjectStore\\StorageObjectStore' => $baseDir.'/lib/private/Files/ObjectStore/StorageObjectStore.php', |
|
| 1661 | + 'OC\\Files\\ObjectStore\\Swift' => $baseDir.'/lib/private/Files/ObjectStore/Swift.php', |
|
| 1662 | + 'OC\\Files\\ObjectStore\\SwiftFactory' => $baseDir.'/lib/private/Files/ObjectStore/SwiftFactory.php', |
|
| 1663 | + 'OC\\Files\\ObjectStore\\SwiftV2CachingAuthService' => $baseDir.'/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php', |
|
| 1664 | + 'OC\\Files\\Search\\QueryOptimizer\\FlattenNestedBool' => $baseDir.'/lib/private/Files/Search/QueryOptimizer/FlattenNestedBool.php', |
|
| 1665 | + 'OC\\Files\\Search\\QueryOptimizer\\FlattenSingleArgumentBinaryOperation' => $baseDir.'/lib/private/Files/Search/QueryOptimizer/FlattenSingleArgumentBinaryOperation.php', |
|
| 1666 | + 'OC\\Files\\Search\\QueryOptimizer\\MergeDistributiveOperations' => $baseDir.'/lib/private/Files/Search/QueryOptimizer/MergeDistributiveOperations.php', |
|
| 1667 | + 'OC\\Files\\Search\\QueryOptimizer\\OrEqualsToIn' => $baseDir.'/lib/private/Files/Search/QueryOptimizer/OrEqualsToIn.php', |
|
| 1668 | + 'OC\\Files\\Search\\QueryOptimizer\\PathPrefixOptimizer' => $baseDir.'/lib/private/Files/Search/QueryOptimizer/PathPrefixOptimizer.php', |
|
| 1669 | + 'OC\\Files\\Search\\QueryOptimizer\\QueryOptimizer' => $baseDir.'/lib/private/Files/Search/QueryOptimizer/QueryOptimizer.php', |
|
| 1670 | + 'OC\\Files\\Search\\QueryOptimizer\\QueryOptimizerStep' => $baseDir.'/lib/private/Files/Search/QueryOptimizer/QueryOptimizerStep.php', |
|
| 1671 | + 'OC\\Files\\Search\\QueryOptimizer\\ReplacingOptimizerStep' => $baseDir.'/lib/private/Files/Search/QueryOptimizer/ReplacingOptimizerStep.php', |
|
| 1672 | + 'OC\\Files\\Search\\QueryOptimizer\\SplitLargeIn' => $baseDir.'/lib/private/Files/Search/QueryOptimizer/SplitLargeIn.php', |
|
| 1673 | + 'OC\\Files\\Search\\SearchBinaryOperator' => $baseDir.'/lib/private/Files/Search/SearchBinaryOperator.php', |
|
| 1674 | + 'OC\\Files\\Search\\SearchComparison' => $baseDir.'/lib/private/Files/Search/SearchComparison.php', |
|
| 1675 | + 'OC\\Files\\Search\\SearchOrder' => $baseDir.'/lib/private/Files/Search/SearchOrder.php', |
|
| 1676 | + 'OC\\Files\\Search\\SearchQuery' => $baseDir.'/lib/private/Files/Search/SearchQuery.php', |
|
| 1677 | + 'OC\\Files\\SetupManager' => $baseDir.'/lib/private/Files/SetupManager.php', |
|
| 1678 | + 'OC\\Files\\SetupManagerFactory' => $baseDir.'/lib/private/Files/SetupManagerFactory.php', |
|
| 1679 | + 'OC\\Files\\SimpleFS\\NewSimpleFile' => $baseDir.'/lib/private/Files/SimpleFS/NewSimpleFile.php', |
|
| 1680 | + 'OC\\Files\\SimpleFS\\SimpleFile' => $baseDir.'/lib/private/Files/SimpleFS/SimpleFile.php', |
|
| 1681 | + 'OC\\Files\\SimpleFS\\SimpleFolder' => $baseDir.'/lib/private/Files/SimpleFS/SimpleFolder.php', |
|
| 1682 | + 'OC\\Files\\Storage\\Common' => $baseDir.'/lib/private/Files/Storage/Common.php', |
|
| 1683 | + 'OC\\Files\\Storage\\CommonTest' => $baseDir.'/lib/private/Files/Storage/CommonTest.php', |
|
| 1684 | + 'OC\\Files\\Storage\\DAV' => $baseDir.'/lib/private/Files/Storage/DAV.php', |
|
| 1685 | + 'OC\\Files\\Storage\\FailedStorage' => $baseDir.'/lib/private/Files/Storage/FailedStorage.php', |
|
| 1686 | + 'OC\\Files\\Storage\\Home' => $baseDir.'/lib/private/Files/Storage/Home.php', |
|
| 1687 | + 'OC\\Files\\Storage\\Local' => $baseDir.'/lib/private/Files/Storage/Local.php', |
|
| 1688 | + 'OC\\Files\\Storage\\LocalRootStorage' => $baseDir.'/lib/private/Files/Storage/LocalRootStorage.php', |
|
| 1689 | + 'OC\\Files\\Storage\\LocalTempFileTrait' => $baseDir.'/lib/private/Files/Storage/LocalTempFileTrait.php', |
|
| 1690 | + 'OC\\Files\\Storage\\PolyFill\\CopyDirectory' => $baseDir.'/lib/private/Files/Storage/PolyFill/CopyDirectory.php', |
|
| 1691 | + 'OC\\Files\\Storage\\Storage' => $baseDir.'/lib/private/Files/Storage/Storage.php', |
|
| 1692 | + 'OC\\Files\\Storage\\StorageFactory' => $baseDir.'/lib/private/Files/Storage/StorageFactory.php', |
|
| 1693 | + 'OC\\Files\\Storage\\Temporary' => $baseDir.'/lib/private/Files/Storage/Temporary.php', |
|
| 1694 | + 'OC\\Files\\Storage\\Wrapper\\Availability' => $baseDir.'/lib/private/Files/Storage/Wrapper/Availability.php', |
|
| 1695 | + 'OC\\Files\\Storage\\Wrapper\\Encoding' => $baseDir.'/lib/private/Files/Storage/Wrapper/Encoding.php', |
|
| 1696 | + 'OC\\Files\\Storage\\Wrapper\\EncodingDirectoryWrapper' => $baseDir.'/lib/private/Files/Storage/Wrapper/EncodingDirectoryWrapper.php', |
|
| 1697 | + 'OC\\Files\\Storage\\Wrapper\\Encryption' => $baseDir.'/lib/private/Files/Storage/Wrapper/Encryption.php', |
|
| 1698 | + 'OC\\Files\\Storage\\Wrapper\\Jail' => $baseDir.'/lib/private/Files/Storage/Wrapper/Jail.php', |
|
| 1699 | + 'OC\\Files\\Storage\\Wrapper\\KnownMtime' => $baseDir.'/lib/private/Files/Storage/Wrapper/KnownMtime.php', |
|
| 1700 | + 'OC\\Files\\Storage\\Wrapper\\PermissionsMask' => $baseDir.'/lib/private/Files/Storage/Wrapper/PermissionsMask.php', |
|
| 1701 | + 'OC\\Files\\Storage\\Wrapper\\Quota' => $baseDir.'/lib/private/Files/Storage/Wrapper/Quota.php', |
|
| 1702 | + 'OC\\Files\\Storage\\Wrapper\\Wrapper' => $baseDir.'/lib/private/Files/Storage/Wrapper/Wrapper.php', |
|
| 1703 | + 'OC\\Files\\Stream\\Encryption' => $baseDir.'/lib/private/Files/Stream/Encryption.php', |
|
| 1704 | + 'OC\\Files\\Stream\\HashWrapper' => $baseDir.'/lib/private/Files/Stream/HashWrapper.php', |
|
| 1705 | + 'OC\\Files\\Stream\\Quota' => $baseDir.'/lib/private/Files/Stream/Quota.php', |
|
| 1706 | + 'OC\\Files\\Stream\\SeekableHttpStream' => $baseDir.'/lib/private/Files/Stream/SeekableHttpStream.php', |
|
| 1707 | + 'OC\\Files\\Template\\TemplateManager' => $baseDir.'/lib/private/Files/Template/TemplateManager.php', |
|
| 1708 | + 'OC\\Files\\Type\\Detection' => $baseDir.'/lib/private/Files/Type/Detection.php', |
|
| 1709 | + 'OC\\Files\\Type\\Loader' => $baseDir.'/lib/private/Files/Type/Loader.php', |
|
| 1710 | + 'OC\\Files\\Type\\TemplateManager' => $baseDir.'/lib/private/Files/Type/TemplateManager.php', |
|
| 1711 | + 'OC\\Files\\Utils\\PathHelper' => $baseDir.'/lib/private/Files/Utils/PathHelper.php', |
|
| 1712 | + 'OC\\Files\\Utils\\Scanner' => $baseDir.'/lib/private/Files/Utils/Scanner.php', |
|
| 1713 | + 'OC\\Files\\View' => $baseDir.'/lib/private/Files/View.php', |
|
| 1714 | + 'OC\\ForbiddenException' => $baseDir.'/lib/private/ForbiddenException.php', |
|
| 1715 | + 'OC\\FullTextSearch\\FullTextSearchManager' => $baseDir.'/lib/private/FullTextSearch/FullTextSearchManager.php', |
|
| 1716 | + 'OC\\FullTextSearch\\Model\\DocumentAccess' => $baseDir.'/lib/private/FullTextSearch/Model/DocumentAccess.php', |
|
| 1717 | + 'OC\\FullTextSearch\\Model\\IndexDocument' => $baseDir.'/lib/private/FullTextSearch/Model/IndexDocument.php', |
|
| 1718 | + 'OC\\FullTextSearch\\Model\\SearchOption' => $baseDir.'/lib/private/FullTextSearch/Model/SearchOption.php', |
|
| 1719 | + 'OC\\FullTextSearch\\Model\\SearchRequestSimpleQuery' => $baseDir.'/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php', |
|
| 1720 | + 'OC\\FullTextSearch\\Model\\SearchTemplate' => $baseDir.'/lib/private/FullTextSearch/Model/SearchTemplate.php', |
|
| 1721 | + 'OC\\GlobalScale\\Config' => $baseDir.'/lib/private/GlobalScale/Config.php', |
|
| 1722 | + 'OC\\Group\\Backend' => $baseDir.'/lib/private/Group/Backend.php', |
|
| 1723 | + 'OC\\Group\\Database' => $baseDir.'/lib/private/Group/Database.php', |
|
| 1724 | + 'OC\\Group\\DisplayNameCache' => $baseDir.'/lib/private/Group/DisplayNameCache.php', |
|
| 1725 | + 'OC\\Group\\Group' => $baseDir.'/lib/private/Group/Group.php', |
|
| 1726 | + 'OC\\Group\\Manager' => $baseDir.'/lib/private/Group/Manager.php', |
|
| 1727 | + 'OC\\Group\\MetaData' => $baseDir.'/lib/private/Group/MetaData.php', |
|
| 1728 | + 'OC\\HintException' => $baseDir.'/lib/private/HintException.php', |
|
| 1729 | + 'OC\\Hooks\\BasicEmitter' => $baseDir.'/lib/private/Hooks/BasicEmitter.php', |
|
| 1730 | + 'OC\\Hooks\\Emitter' => $baseDir.'/lib/private/Hooks/Emitter.php', |
|
| 1731 | + 'OC\\Hooks\\EmitterTrait' => $baseDir.'/lib/private/Hooks/EmitterTrait.php', |
|
| 1732 | + 'OC\\Hooks\\PublicEmitter' => $baseDir.'/lib/private/Hooks/PublicEmitter.php', |
|
| 1733 | + 'OC\\Http\\Client\\Client' => $baseDir.'/lib/private/Http/Client/Client.php', |
|
| 1734 | + 'OC\\Http\\Client\\ClientService' => $baseDir.'/lib/private/Http/Client/ClientService.php', |
|
| 1735 | + 'OC\\Http\\Client\\DnsPinMiddleware' => $baseDir.'/lib/private/Http/Client/DnsPinMiddleware.php', |
|
| 1736 | + 'OC\\Http\\Client\\GuzzlePromiseAdapter' => $baseDir.'/lib/private/Http/Client/GuzzlePromiseAdapter.php', |
|
| 1737 | + 'OC\\Http\\Client\\NegativeDnsCache' => $baseDir.'/lib/private/Http/Client/NegativeDnsCache.php', |
|
| 1738 | + 'OC\\Http\\Client\\Response' => $baseDir.'/lib/private/Http/Client/Response.php', |
|
| 1739 | + 'OC\\Http\\CookieHelper' => $baseDir.'/lib/private/Http/CookieHelper.php', |
|
| 1740 | + 'OC\\Http\\WellKnown\\RequestManager' => $baseDir.'/lib/private/Http/WellKnown/RequestManager.php', |
|
| 1741 | + 'OC\\Image' => $baseDir.'/lib/private/Image.php', |
|
| 1742 | + 'OC\\InitialStateService' => $baseDir.'/lib/private/InitialStateService.php', |
|
| 1743 | + 'OC\\Installer' => $baseDir.'/lib/private/Installer.php', |
|
| 1744 | + 'OC\\IntegrityCheck\\Checker' => $baseDir.'/lib/private/IntegrityCheck/Checker.php', |
|
| 1745 | + 'OC\\IntegrityCheck\\Exceptions\\InvalidSignatureException' => $baseDir.'/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php', |
|
| 1746 | + 'OC\\IntegrityCheck\\Helpers\\AppLocator' => $baseDir.'/lib/private/IntegrityCheck/Helpers/AppLocator.php', |
|
| 1747 | + 'OC\\IntegrityCheck\\Helpers\\EnvironmentHelper' => $baseDir.'/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php', |
|
| 1748 | + 'OC\\IntegrityCheck\\Helpers\\FileAccessHelper' => $baseDir.'/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php', |
|
| 1749 | + 'OC\\IntegrityCheck\\Iterator\\ExcludeFileByNameFilterIterator' => $baseDir.'/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php', |
|
| 1750 | + 'OC\\IntegrityCheck\\Iterator\\ExcludeFoldersByPathFilterIterator' => $baseDir.'/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php', |
|
| 1751 | + 'OC\\KnownUser\\KnownUser' => $baseDir.'/lib/private/KnownUser/KnownUser.php', |
|
| 1752 | + 'OC\\KnownUser\\KnownUserMapper' => $baseDir.'/lib/private/KnownUser/KnownUserMapper.php', |
|
| 1753 | + 'OC\\KnownUser\\KnownUserService' => $baseDir.'/lib/private/KnownUser/KnownUserService.php', |
|
| 1754 | + 'OC\\L10N\\Factory' => $baseDir.'/lib/private/L10N/Factory.php', |
|
| 1755 | + 'OC\\L10N\\L10N' => $baseDir.'/lib/private/L10N/L10N.php', |
|
| 1756 | + 'OC\\L10N\\L10NString' => $baseDir.'/lib/private/L10N/L10NString.php', |
|
| 1757 | + 'OC\\L10N\\LanguageIterator' => $baseDir.'/lib/private/L10N/LanguageIterator.php', |
|
| 1758 | + 'OC\\L10N\\LanguageNotFoundException' => $baseDir.'/lib/private/L10N/LanguageNotFoundException.php', |
|
| 1759 | + 'OC\\L10N\\LazyL10N' => $baseDir.'/lib/private/L10N/LazyL10N.php', |
|
| 1760 | + 'OC\\LDAP\\NullLDAPProviderFactory' => $baseDir.'/lib/private/LDAP/NullLDAPProviderFactory.php', |
|
| 1761 | + 'OC\\LargeFileHelper' => $baseDir.'/lib/private/LargeFileHelper.php', |
|
| 1762 | + 'OC\\Lock\\AbstractLockingProvider' => $baseDir.'/lib/private/Lock/AbstractLockingProvider.php', |
|
| 1763 | + 'OC\\Lock\\DBLockingProvider' => $baseDir.'/lib/private/Lock/DBLockingProvider.php', |
|
| 1764 | + 'OC\\Lock\\MemcacheLockingProvider' => $baseDir.'/lib/private/Lock/MemcacheLockingProvider.php', |
|
| 1765 | + 'OC\\Lock\\NoopLockingProvider' => $baseDir.'/lib/private/Lock/NoopLockingProvider.php', |
|
| 1766 | + 'OC\\Lockdown\\Filesystem\\NullCache' => $baseDir.'/lib/private/Lockdown/Filesystem/NullCache.php', |
|
| 1767 | + 'OC\\Lockdown\\Filesystem\\NullStorage' => $baseDir.'/lib/private/Lockdown/Filesystem/NullStorage.php', |
|
| 1768 | + 'OC\\Lockdown\\LockdownManager' => $baseDir.'/lib/private/Lockdown/LockdownManager.php', |
|
| 1769 | + 'OC\\Log' => $baseDir.'/lib/private/Log.php', |
|
| 1770 | + 'OC\\Log\\ErrorHandler' => $baseDir.'/lib/private/Log/ErrorHandler.php', |
|
| 1771 | + 'OC\\Log\\Errorlog' => $baseDir.'/lib/private/Log/Errorlog.php', |
|
| 1772 | + 'OC\\Log\\ExceptionSerializer' => $baseDir.'/lib/private/Log/ExceptionSerializer.php', |
|
| 1773 | + 'OC\\Log\\File' => $baseDir.'/lib/private/Log/File.php', |
|
| 1774 | + 'OC\\Log\\LogDetails' => $baseDir.'/lib/private/Log/LogDetails.php', |
|
| 1775 | + 'OC\\Log\\LogFactory' => $baseDir.'/lib/private/Log/LogFactory.php', |
|
| 1776 | + 'OC\\Log\\PsrLoggerAdapter' => $baseDir.'/lib/private/Log/PsrLoggerAdapter.php', |
|
| 1777 | + 'OC\\Log\\Rotate' => $baseDir.'/lib/private/Log/Rotate.php', |
|
| 1778 | + 'OC\\Log\\Syslog' => $baseDir.'/lib/private/Log/Syslog.php', |
|
| 1779 | + 'OC\\Log\\Systemdlog' => $baseDir.'/lib/private/Log/Systemdlog.php', |
|
| 1780 | + 'OC\\Mail\\Attachment' => $baseDir.'/lib/private/Mail/Attachment.php', |
|
| 1781 | + 'OC\\Mail\\EMailTemplate' => $baseDir.'/lib/private/Mail/EMailTemplate.php', |
|
| 1782 | + 'OC\\Mail\\Mailer' => $baseDir.'/lib/private/Mail/Mailer.php', |
|
| 1783 | + 'OC\\Mail\\Message' => $baseDir.'/lib/private/Mail/Message.php', |
|
| 1784 | + 'OC\\Mail\\Provider\\Manager' => $baseDir.'/lib/private/Mail/Provider/Manager.php', |
|
| 1785 | + 'OC\\Memcache\\APCu' => $baseDir.'/lib/private/Memcache/APCu.php', |
|
| 1786 | + 'OC\\Memcache\\ArrayCache' => $baseDir.'/lib/private/Memcache/ArrayCache.php', |
|
| 1787 | + 'OC\\Memcache\\CADTrait' => $baseDir.'/lib/private/Memcache/CADTrait.php', |
|
| 1788 | + 'OC\\Memcache\\CASTrait' => $baseDir.'/lib/private/Memcache/CASTrait.php', |
|
| 1789 | + 'OC\\Memcache\\Cache' => $baseDir.'/lib/private/Memcache/Cache.php', |
|
| 1790 | + 'OC\\Memcache\\Factory' => $baseDir.'/lib/private/Memcache/Factory.php', |
|
| 1791 | + 'OC\\Memcache\\LoggerWrapperCache' => $baseDir.'/lib/private/Memcache/LoggerWrapperCache.php', |
|
| 1792 | + 'OC\\Memcache\\Memcached' => $baseDir.'/lib/private/Memcache/Memcached.php', |
|
| 1793 | + 'OC\\Memcache\\NullCache' => $baseDir.'/lib/private/Memcache/NullCache.php', |
|
| 1794 | + 'OC\\Memcache\\ProfilerWrapperCache' => $baseDir.'/lib/private/Memcache/ProfilerWrapperCache.php', |
|
| 1795 | + 'OC\\Memcache\\Redis' => $baseDir.'/lib/private/Memcache/Redis.php', |
|
| 1796 | + 'OC\\Memcache\\WithLocalCache' => $baseDir.'/lib/private/Memcache/WithLocalCache.php', |
|
| 1797 | + 'OC\\MemoryInfo' => $baseDir.'/lib/private/MemoryInfo.php', |
|
| 1798 | + 'OC\\Migration\\BackgroundRepair' => $baseDir.'/lib/private/Migration/BackgroundRepair.php', |
|
| 1799 | + 'OC\\Migration\\ConsoleOutput' => $baseDir.'/lib/private/Migration/ConsoleOutput.php', |
|
| 1800 | + 'OC\\Migration\\Exceptions\\AttributeException' => $baseDir.'/lib/private/Migration/Exceptions/AttributeException.php', |
|
| 1801 | + 'OC\\Migration\\MetadataManager' => $baseDir.'/lib/private/Migration/MetadataManager.php', |
|
| 1802 | + 'OC\\Migration\\NullOutput' => $baseDir.'/lib/private/Migration/NullOutput.php', |
|
| 1803 | + 'OC\\Migration\\SimpleOutput' => $baseDir.'/lib/private/Migration/SimpleOutput.php', |
|
| 1804 | + 'OC\\NaturalSort' => $baseDir.'/lib/private/NaturalSort.php', |
|
| 1805 | + 'OC\\NaturalSort_DefaultCollator' => $baseDir.'/lib/private/NaturalSort_DefaultCollator.php', |
|
| 1806 | + 'OC\\NavigationManager' => $baseDir.'/lib/private/NavigationManager.php', |
|
| 1807 | + 'OC\\NeedsUpdateException' => $baseDir.'/lib/private/NeedsUpdateException.php', |
|
| 1808 | + 'OC\\Net\\HostnameClassifier' => $baseDir.'/lib/private/Net/HostnameClassifier.php', |
|
| 1809 | + 'OC\\Net\\IpAddressClassifier' => $baseDir.'/lib/private/Net/IpAddressClassifier.php', |
|
| 1810 | + 'OC\\NotSquareException' => $baseDir.'/lib/private/NotSquareException.php', |
|
| 1811 | + 'OC\\Notification\\Action' => $baseDir.'/lib/private/Notification/Action.php', |
|
| 1812 | + 'OC\\Notification\\Manager' => $baseDir.'/lib/private/Notification/Manager.php', |
|
| 1813 | + 'OC\\Notification\\Notification' => $baseDir.'/lib/private/Notification/Notification.php', |
|
| 1814 | + 'OC\\OCM\\Model\\OCMProvider' => $baseDir.'/lib/private/OCM/Model/OCMProvider.php', |
|
| 1815 | + 'OC\\OCM\\Model\\OCMResource' => $baseDir.'/lib/private/OCM/Model/OCMResource.php', |
|
| 1816 | + 'OC\\OCM\\OCMDiscoveryService' => $baseDir.'/lib/private/OCM/OCMDiscoveryService.php', |
|
| 1817 | + 'OC\\OCM\\OCMSignatoryManager' => $baseDir.'/lib/private/OCM/OCMSignatoryManager.php', |
|
| 1818 | + 'OC\\OCS\\ApiHelper' => $baseDir.'/lib/private/OCS/ApiHelper.php', |
|
| 1819 | + 'OC\\OCS\\CoreCapabilities' => $baseDir.'/lib/private/OCS/CoreCapabilities.php', |
|
| 1820 | + 'OC\\OCS\\DiscoveryService' => $baseDir.'/lib/private/OCS/DiscoveryService.php', |
|
| 1821 | + 'OC\\OCS\\Provider' => $baseDir.'/lib/private/OCS/Provider.php', |
|
| 1822 | + 'OC\\PhoneNumberUtil' => $baseDir.'/lib/private/PhoneNumberUtil.php', |
|
| 1823 | + 'OC\\PreviewManager' => $baseDir.'/lib/private/PreviewManager.php', |
|
| 1824 | + 'OC\\PreviewNotAvailableException' => $baseDir.'/lib/private/PreviewNotAvailableException.php', |
|
| 1825 | + 'OC\\Preview\\BMP' => $baseDir.'/lib/private/Preview/BMP.php', |
|
| 1826 | + 'OC\\Preview\\BackgroundCleanupJob' => $baseDir.'/lib/private/Preview/BackgroundCleanupJob.php', |
|
| 1827 | + 'OC\\Preview\\Bitmap' => $baseDir.'/lib/private/Preview/Bitmap.php', |
|
| 1828 | + 'OC\\Preview\\Bundled' => $baseDir.'/lib/private/Preview/Bundled.php', |
|
| 1829 | + 'OC\\Preview\\EMF' => $baseDir.'/lib/private/Preview/EMF.php', |
|
| 1830 | + 'OC\\Preview\\Font' => $baseDir.'/lib/private/Preview/Font.php', |
|
| 1831 | + 'OC\\Preview\\GIF' => $baseDir.'/lib/private/Preview/GIF.php', |
|
| 1832 | + 'OC\\Preview\\Generator' => $baseDir.'/lib/private/Preview/Generator.php', |
|
| 1833 | + 'OC\\Preview\\GeneratorHelper' => $baseDir.'/lib/private/Preview/GeneratorHelper.php', |
|
| 1834 | + 'OC\\Preview\\HEIC' => $baseDir.'/lib/private/Preview/HEIC.php', |
|
| 1835 | + 'OC\\Preview\\IMagickSupport' => $baseDir.'/lib/private/Preview/IMagickSupport.php', |
|
| 1836 | + 'OC\\Preview\\Illustrator' => $baseDir.'/lib/private/Preview/Illustrator.php', |
|
| 1837 | + 'OC\\Preview\\Image' => $baseDir.'/lib/private/Preview/Image.php', |
|
| 1838 | + 'OC\\Preview\\Imaginary' => $baseDir.'/lib/private/Preview/Imaginary.php', |
|
| 1839 | + 'OC\\Preview\\ImaginaryPDF' => $baseDir.'/lib/private/Preview/ImaginaryPDF.php', |
|
| 1840 | + 'OC\\Preview\\JPEG' => $baseDir.'/lib/private/Preview/JPEG.php', |
|
| 1841 | + 'OC\\Preview\\Krita' => $baseDir.'/lib/private/Preview/Krita.php', |
|
| 1842 | + 'OC\\Preview\\MP3' => $baseDir.'/lib/private/Preview/MP3.php', |
|
| 1843 | + 'OC\\Preview\\MSOffice2003' => $baseDir.'/lib/private/Preview/MSOffice2003.php', |
|
| 1844 | + 'OC\\Preview\\MSOffice2007' => $baseDir.'/lib/private/Preview/MSOffice2007.php', |
|
| 1845 | + 'OC\\Preview\\MSOfficeDoc' => $baseDir.'/lib/private/Preview/MSOfficeDoc.php', |
|
| 1846 | + 'OC\\Preview\\MarkDown' => $baseDir.'/lib/private/Preview/MarkDown.php', |
|
| 1847 | + 'OC\\Preview\\MimeIconProvider' => $baseDir.'/lib/private/Preview/MimeIconProvider.php', |
|
| 1848 | + 'OC\\Preview\\Movie' => $baseDir.'/lib/private/Preview/Movie.php', |
|
| 1849 | + 'OC\\Preview\\Office' => $baseDir.'/lib/private/Preview/Office.php', |
|
| 1850 | + 'OC\\Preview\\OpenDocument' => $baseDir.'/lib/private/Preview/OpenDocument.php', |
|
| 1851 | + 'OC\\Preview\\PDF' => $baseDir.'/lib/private/Preview/PDF.php', |
|
| 1852 | + 'OC\\Preview\\PNG' => $baseDir.'/lib/private/Preview/PNG.php', |
|
| 1853 | + 'OC\\Preview\\Photoshop' => $baseDir.'/lib/private/Preview/Photoshop.php', |
|
| 1854 | + 'OC\\Preview\\Postscript' => $baseDir.'/lib/private/Preview/Postscript.php', |
|
| 1855 | + 'OC\\Preview\\Provider' => $baseDir.'/lib/private/Preview/Provider.php', |
|
| 1856 | + 'OC\\Preview\\ProviderV1Adapter' => $baseDir.'/lib/private/Preview/ProviderV1Adapter.php', |
|
| 1857 | + 'OC\\Preview\\ProviderV2' => $baseDir.'/lib/private/Preview/ProviderV2.php', |
|
| 1858 | + 'OC\\Preview\\SGI' => $baseDir.'/lib/private/Preview/SGI.php', |
|
| 1859 | + 'OC\\Preview\\SVG' => $baseDir.'/lib/private/Preview/SVG.php', |
|
| 1860 | + 'OC\\Preview\\StarOffice' => $baseDir.'/lib/private/Preview/StarOffice.php', |
|
| 1861 | + 'OC\\Preview\\Storage\\Root' => $baseDir.'/lib/private/Preview/Storage/Root.php', |
|
| 1862 | + 'OC\\Preview\\TGA' => $baseDir.'/lib/private/Preview/TGA.php', |
|
| 1863 | + 'OC\\Preview\\TIFF' => $baseDir.'/lib/private/Preview/TIFF.php', |
|
| 1864 | + 'OC\\Preview\\TXT' => $baseDir.'/lib/private/Preview/TXT.php', |
|
| 1865 | + 'OC\\Preview\\Watcher' => $baseDir.'/lib/private/Preview/Watcher.php', |
|
| 1866 | + 'OC\\Preview\\WatcherConnector' => $baseDir.'/lib/private/Preview/WatcherConnector.php', |
|
| 1867 | + 'OC\\Preview\\WebP' => $baseDir.'/lib/private/Preview/WebP.php', |
|
| 1868 | + 'OC\\Preview\\XBitmap' => $baseDir.'/lib/private/Preview/XBitmap.php', |
|
| 1869 | + 'OC\\Profile\\Actions\\EmailAction' => $baseDir.'/lib/private/Profile/Actions/EmailAction.php', |
|
| 1870 | + 'OC\\Profile\\Actions\\FediverseAction' => $baseDir.'/lib/private/Profile/Actions/FediverseAction.php', |
|
| 1871 | + 'OC\\Profile\\Actions\\PhoneAction' => $baseDir.'/lib/private/Profile/Actions/PhoneAction.php', |
|
| 1872 | + 'OC\\Profile\\Actions\\TwitterAction' => $baseDir.'/lib/private/Profile/Actions/TwitterAction.php', |
|
| 1873 | + 'OC\\Profile\\Actions\\WebsiteAction' => $baseDir.'/lib/private/Profile/Actions/WebsiteAction.php', |
|
| 1874 | + 'OC\\Profile\\ProfileManager' => $baseDir.'/lib/private/Profile/ProfileManager.php', |
|
| 1875 | + 'OC\\Profile\\TProfileHelper' => $baseDir.'/lib/private/Profile/TProfileHelper.php', |
|
| 1876 | + 'OC\\Profiler\\BuiltInProfiler' => $baseDir.'/lib/private/Profiler/BuiltInProfiler.php', |
|
| 1877 | + 'OC\\Profiler\\FileProfilerStorage' => $baseDir.'/lib/private/Profiler/FileProfilerStorage.php', |
|
| 1878 | + 'OC\\Profiler\\Profile' => $baseDir.'/lib/private/Profiler/Profile.php', |
|
| 1879 | + 'OC\\Profiler\\Profiler' => $baseDir.'/lib/private/Profiler/Profiler.php', |
|
| 1880 | + 'OC\\Profiler\\RoutingDataCollector' => $baseDir.'/lib/private/Profiler/RoutingDataCollector.php', |
|
| 1881 | + 'OC\\RedisFactory' => $baseDir.'/lib/private/RedisFactory.php', |
|
| 1882 | + 'OC\\Remote\\Api\\ApiBase' => $baseDir.'/lib/private/Remote/Api/ApiBase.php', |
|
| 1883 | + 'OC\\Remote\\Api\\ApiCollection' => $baseDir.'/lib/private/Remote/Api/ApiCollection.php', |
|
| 1884 | + 'OC\\Remote\\Api\\ApiFactory' => $baseDir.'/lib/private/Remote/Api/ApiFactory.php', |
|
| 1885 | + 'OC\\Remote\\Api\\NotFoundException' => $baseDir.'/lib/private/Remote/Api/NotFoundException.php', |
|
| 1886 | + 'OC\\Remote\\Api\\OCS' => $baseDir.'/lib/private/Remote/Api/OCS.php', |
|
| 1887 | + 'OC\\Remote\\Credentials' => $baseDir.'/lib/private/Remote/Credentials.php', |
|
| 1888 | + 'OC\\Remote\\Instance' => $baseDir.'/lib/private/Remote/Instance.php', |
|
| 1889 | + 'OC\\Remote\\InstanceFactory' => $baseDir.'/lib/private/Remote/InstanceFactory.php', |
|
| 1890 | + 'OC\\Remote\\User' => $baseDir.'/lib/private/Remote/User.php', |
|
| 1891 | + 'OC\\Repair' => $baseDir.'/lib/private/Repair.php', |
|
| 1892 | + 'OC\\RepairException' => $baseDir.'/lib/private/RepairException.php', |
|
| 1893 | + 'OC\\Repair\\AddAppConfigLazyMigration' => $baseDir.'/lib/private/Repair/AddAppConfigLazyMigration.php', |
|
| 1894 | + 'OC\\Repair\\AddBruteForceCleanupJob' => $baseDir.'/lib/private/Repair/AddBruteForceCleanupJob.php', |
|
| 1895 | + 'OC\\Repair\\AddCleanupDeletedUsersBackgroundJob' => $baseDir.'/lib/private/Repair/AddCleanupDeletedUsersBackgroundJob.php', |
|
| 1896 | + 'OC\\Repair\\AddCleanupUpdaterBackupsJob' => $baseDir.'/lib/private/Repair/AddCleanupUpdaterBackupsJob.php', |
|
| 1897 | + 'OC\\Repair\\AddMetadataGenerationJob' => $baseDir.'/lib/private/Repair/AddMetadataGenerationJob.php', |
|
| 1898 | + 'OC\\Repair\\AddRemoveOldTasksBackgroundJob' => $baseDir.'/lib/private/Repair/AddRemoveOldTasksBackgroundJob.php', |
|
| 1899 | + 'OC\\Repair\\CleanTags' => $baseDir.'/lib/private/Repair/CleanTags.php', |
|
| 1900 | + 'OC\\Repair\\CleanUpAbandonedApps' => $baseDir.'/lib/private/Repair/CleanUpAbandonedApps.php', |
|
| 1901 | + 'OC\\Repair\\ClearFrontendCaches' => $baseDir.'/lib/private/Repair/ClearFrontendCaches.php', |
|
| 1902 | + 'OC\\Repair\\ClearGeneratedAvatarCache' => $baseDir.'/lib/private/Repair/ClearGeneratedAvatarCache.php', |
|
| 1903 | + 'OC\\Repair\\ClearGeneratedAvatarCacheJob' => $baseDir.'/lib/private/Repair/ClearGeneratedAvatarCacheJob.php', |
|
| 1904 | + 'OC\\Repair\\Collation' => $baseDir.'/lib/private/Repair/Collation.php', |
|
| 1905 | + 'OC\\Repair\\ConfigKeyMigration' => $baseDir.'/lib/private/Repair/ConfigKeyMigration.php', |
|
| 1906 | + 'OC\\Repair\\Events\\RepairAdvanceEvent' => $baseDir.'/lib/private/Repair/Events/RepairAdvanceEvent.php', |
|
| 1907 | + 'OC\\Repair\\Events\\RepairErrorEvent' => $baseDir.'/lib/private/Repair/Events/RepairErrorEvent.php', |
|
| 1908 | + 'OC\\Repair\\Events\\RepairFinishEvent' => $baseDir.'/lib/private/Repair/Events/RepairFinishEvent.php', |
|
| 1909 | + 'OC\\Repair\\Events\\RepairInfoEvent' => $baseDir.'/lib/private/Repair/Events/RepairInfoEvent.php', |
|
| 1910 | + 'OC\\Repair\\Events\\RepairStartEvent' => $baseDir.'/lib/private/Repair/Events/RepairStartEvent.php', |
|
| 1911 | + 'OC\\Repair\\Events\\RepairStepEvent' => $baseDir.'/lib/private/Repair/Events/RepairStepEvent.php', |
|
| 1912 | + 'OC\\Repair\\Events\\RepairWarningEvent' => $baseDir.'/lib/private/Repair/Events/RepairWarningEvent.php', |
|
| 1913 | + 'OC\\Repair\\MoveUpdaterStepFile' => $baseDir.'/lib/private/Repair/MoveUpdaterStepFile.php', |
|
| 1914 | + 'OC\\Repair\\NC13\\AddLogRotateJob' => $baseDir.'/lib/private/Repair/NC13/AddLogRotateJob.php', |
|
| 1915 | + 'OC\\Repair\\NC14\\AddPreviewBackgroundCleanupJob' => $baseDir.'/lib/private/Repair/NC14/AddPreviewBackgroundCleanupJob.php', |
|
| 1916 | + 'OC\\Repair\\NC16\\AddClenupLoginFlowV2BackgroundJob' => $baseDir.'/lib/private/Repair/NC16/AddClenupLoginFlowV2BackgroundJob.php', |
|
| 1917 | + 'OC\\Repair\\NC16\\CleanupCardDAVPhotoCache' => $baseDir.'/lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php', |
|
| 1918 | + 'OC\\Repair\\NC16\\ClearCollectionsAccessCache' => $baseDir.'/lib/private/Repair/NC16/ClearCollectionsAccessCache.php', |
|
| 1919 | + 'OC\\Repair\\NC18\\ResetGeneratedAvatarFlag' => $baseDir.'/lib/private/Repair/NC18/ResetGeneratedAvatarFlag.php', |
|
| 1920 | + 'OC\\Repair\\NC20\\EncryptionLegacyCipher' => $baseDir.'/lib/private/Repair/NC20/EncryptionLegacyCipher.php', |
|
| 1921 | + 'OC\\Repair\\NC20\\EncryptionMigration' => $baseDir.'/lib/private/Repair/NC20/EncryptionMigration.php', |
|
| 1922 | + 'OC\\Repair\\NC20\\ShippedDashboardEnable' => $baseDir.'/lib/private/Repair/NC20/ShippedDashboardEnable.php', |
|
| 1923 | + 'OC\\Repair\\NC21\\AddCheckForUserCertificatesJob' => $baseDir.'/lib/private/Repair/NC21/AddCheckForUserCertificatesJob.php', |
|
| 1924 | + 'OC\\Repair\\NC22\\LookupServerSendCheck' => $baseDir.'/lib/private/Repair/NC22/LookupServerSendCheck.php', |
|
| 1925 | + 'OC\\Repair\\NC24\\AddTokenCleanupJob' => $baseDir.'/lib/private/Repair/NC24/AddTokenCleanupJob.php', |
|
| 1926 | + 'OC\\Repair\\NC25\\AddMissingSecretJob' => $baseDir.'/lib/private/Repair/NC25/AddMissingSecretJob.php', |
|
| 1927 | + 'OC\\Repair\\NC29\\SanitizeAccountProperties' => $baseDir.'/lib/private/Repair/NC29/SanitizeAccountProperties.php', |
|
| 1928 | + 'OC\\Repair\\NC29\\SanitizeAccountPropertiesJob' => $baseDir.'/lib/private/Repair/NC29/SanitizeAccountPropertiesJob.php', |
|
| 1929 | + 'OC\\Repair\\NC30\\RemoveLegacyDatadirFile' => $baseDir.'/lib/private/Repair/NC30/RemoveLegacyDatadirFile.php', |
|
| 1930 | + 'OC\\Repair\\OldGroupMembershipShares' => $baseDir.'/lib/private/Repair/OldGroupMembershipShares.php', |
|
| 1931 | + 'OC\\Repair\\Owncloud\\CleanPreviews' => $baseDir.'/lib/private/Repair/Owncloud/CleanPreviews.php', |
|
| 1932 | + 'OC\\Repair\\Owncloud\\CleanPreviewsBackgroundJob' => $baseDir.'/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php', |
|
| 1933 | + 'OC\\Repair\\Owncloud\\DropAccountTermsTable' => $baseDir.'/lib/private/Repair/Owncloud/DropAccountTermsTable.php', |
|
| 1934 | + 'OC\\Repair\\Owncloud\\MigrateOauthTables' => $baseDir.'/lib/private/Repair/Owncloud/MigrateOauthTables.php', |
|
| 1935 | + 'OC\\Repair\\Owncloud\\MoveAvatars' => $baseDir.'/lib/private/Repair/Owncloud/MoveAvatars.php', |
|
| 1936 | + 'OC\\Repair\\Owncloud\\MoveAvatarsBackgroundJob' => $baseDir.'/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php', |
|
| 1937 | + 'OC\\Repair\\Owncloud\\SaveAccountsTableData' => $baseDir.'/lib/private/Repair/Owncloud/SaveAccountsTableData.php', |
|
| 1938 | + 'OC\\Repair\\Owncloud\\UpdateLanguageCodes' => $baseDir.'/lib/private/Repair/Owncloud/UpdateLanguageCodes.php', |
|
| 1939 | + 'OC\\Repair\\RemoveBrokenProperties' => $baseDir.'/lib/private/Repair/RemoveBrokenProperties.php', |
|
| 1940 | + 'OC\\Repair\\RemoveLinkShares' => $baseDir.'/lib/private/Repair/RemoveLinkShares.php', |
|
| 1941 | + 'OC\\Repair\\RepairDavShares' => $baseDir.'/lib/private/Repair/RepairDavShares.php', |
|
| 1942 | + 'OC\\Repair\\RepairInvalidShares' => $baseDir.'/lib/private/Repair/RepairInvalidShares.php', |
|
| 1943 | + 'OC\\Repair\\RepairLogoDimension' => $baseDir.'/lib/private/Repair/RepairLogoDimension.php', |
|
| 1944 | + 'OC\\Repair\\RepairMimeTypes' => $baseDir.'/lib/private/Repair/RepairMimeTypes.php', |
|
| 1945 | + 'OC\\RichObjectStrings\\RichTextFormatter' => $baseDir.'/lib/private/RichObjectStrings/RichTextFormatter.php', |
|
| 1946 | + 'OC\\RichObjectStrings\\Validator' => $baseDir.'/lib/private/RichObjectStrings/Validator.php', |
|
| 1947 | + 'OC\\Route\\CachingRouter' => $baseDir.'/lib/private/Route/CachingRouter.php', |
|
| 1948 | + 'OC\\Route\\Route' => $baseDir.'/lib/private/Route/Route.php', |
|
| 1949 | + 'OC\\Route\\Router' => $baseDir.'/lib/private/Route/Router.php', |
|
| 1950 | + 'OC\\Search\\FilterCollection' => $baseDir.'/lib/private/Search/FilterCollection.php', |
|
| 1951 | + 'OC\\Search\\FilterFactory' => $baseDir.'/lib/private/Search/FilterFactory.php', |
|
| 1952 | + 'OC\\Search\\Filter\\BooleanFilter' => $baseDir.'/lib/private/Search/Filter/BooleanFilter.php', |
|
| 1953 | + 'OC\\Search\\Filter\\DateTimeFilter' => $baseDir.'/lib/private/Search/Filter/DateTimeFilter.php', |
|
| 1954 | + 'OC\\Search\\Filter\\FloatFilter' => $baseDir.'/lib/private/Search/Filter/FloatFilter.php', |
|
| 1955 | + 'OC\\Search\\Filter\\GroupFilter' => $baseDir.'/lib/private/Search/Filter/GroupFilter.php', |
|
| 1956 | + 'OC\\Search\\Filter\\IntegerFilter' => $baseDir.'/lib/private/Search/Filter/IntegerFilter.php', |
|
| 1957 | + 'OC\\Search\\Filter\\StringFilter' => $baseDir.'/lib/private/Search/Filter/StringFilter.php', |
|
| 1958 | + 'OC\\Search\\Filter\\StringsFilter' => $baseDir.'/lib/private/Search/Filter/StringsFilter.php', |
|
| 1959 | + 'OC\\Search\\Filter\\UserFilter' => $baseDir.'/lib/private/Search/Filter/UserFilter.php', |
|
| 1960 | + 'OC\\Search\\SearchComposer' => $baseDir.'/lib/private/Search/SearchComposer.php', |
|
| 1961 | + 'OC\\Search\\SearchQuery' => $baseDir.'/lib/private/Search/SearchQuery.php', |
|
| 1962 | + 'OC\\Search\\UnsupportedFilter' => $baseDir.'/lib/private/Search/UnsupportedFilter.php', |
|
| 1963 | + 'OC\\Security\\Bruteforce\\Backend\\DatabaseBackend' => $baseDir.'/lib/private/Security/Bruteforce/Backend/DatabaseBackend.php', |
|
| 1964 | + 'OC\\Security\\Bruteforce\\Backend\\IBackend' => $baseDir.'/lib/private/Security/Bruteforce/Backend/IBackend.php', |
|
| 1965 | + 'OC\\Security\\Bruteforce\\Backend\\MemoryCacheBackend' => $baseDir.'/lib/private/Security/Bruteforce/Backend/MemoryCacheBackend.php', |
|
| 1966 | + 'OC\\Security\\Bruteforce\\Capabilities' => $baseDir.'/lib/private/Security/Bruteforce/Capabilities.php', |
|
| 1967 | + 'OC\\Security\\Bruteforce\\CleanupJob' => $baseDir.'/lib/private/Security/Bruteforce/CleanupJob.php', |
|
| 1968 | + 'OC\\Security\\Bruteforce\\Throttler' => $baseDir.'/lib/private/Security/Bruteforce/Throttler.php', |
|
| 1969 | + 'OC\\Security\\CSP\\ContentSecurityPolicy' => $baseDir.'/lib/private/Security/CSP/ContentSecurityPolicy.php', |
|
| 1970 | + 'OC\\Security\\CSP\\ContentSecurityPolicyManager' => $baseDir.'/lib/private/Security/CSP/ContentSecurityPolicyManager.php', |
|
| 1971 | + 'OC\\Security\\CSP\\ContentSecurityPolicyNonceManager' => $baseDir.'/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php', |
|
| 1972 | + 'OC\\Security\\CSRF\\CsrfToken' => $baseDir.'/lib/private/Security/CSRF/CsrfToken.php', |
|
| 1973 | + 'OC\\Security\\CSRF\\CsrfTokenGenerator' => $baseDir.'/lib/private/Security/CSRF/CsrfTokenGenerator.php', |
|
| 1974 | + 'OC\\Security\\CSRF\\CsrfTokenManager' => $baseDir.'/lib/private/Security/CSRF/CsrfTokenManager.php', |
|
| 1975 | + 'OC\\Security\\CSRF\\TokenStorage\\SessionStorage' => $baseDir.'/lib/private/Security/CSRF/TokenStorage/SessionStorage.php', |
|
| 1976 | + 'OC\\Security\\Certificate' => $baseDir.'/lib/private/Security/Certificate.php', |
|
| 1977 | + 'OC\\Security\\CertificateManager' => $baseDir.'/lib/private/Security/CertificateManager.php', |
|
| 1978 | + 'OC\\Security\\CredentialsManager' => $baseDir.'/lib/private/Security/CredentialsManager.php', |
|
| 1979 | + 'OC\\Security\\Crypto' => $baseDir.'/lib/private/Security/Crypto.php', |
|
| 1980 | + 'OC\\Security\\FeaturePolicy\\FeaturePolicy' => $baseDir.'/lib/private/Security/FeaturePolicy/FeaturePolicy.php', |
|
| 1981 | + 'OC\\Security\\FeaturePolicy\\FeaturePolicyManager' => $baseDir.'/lib/private/Security/FeaturePolicy/FeaturePolicyManager.php', |
|
| 1982 | + 'OC\\Security\\Hasher' => $baseDir.'/lib/private/Security/Hasher.php', |
|
| 1983 | + 'OC\\Security\\IdentityProof\\Key' => $baseDir.'/lib/private/Security/IdentityProof/Key.php', |
|
| 1984 | + 'OC\\Security\\IdentityProof\\Manager' => $baseDir.'/lib/private/Security/IdentityProof/Manager.php', |
|
| 1985 | + 'OC\\Security\\IdentityProof\\Signer' => $baseDir.'/lib/private/Security/IdentityProof/Signer.php', |
|
| 1986 | + 'OC\\Security\\Ip\\Address' => $baseDir.'/lib/private/Security/Ip/Address.php', |
|
| 1987 | + 'OC\\Security\\Ip\\BruteforceAllowList' => $baseDir.'/lib/private/Security/Ip/BruteforceAllowList.php', |
|
| 1988 | + 'OC\\Security\\Ip\\Factory' => $baseDir.'/lib/private/Security/Ip/Factory.php', |
|
| 1989 | + 'OC\\Security\\Ip\\Range' => $baseDir.'/lib/private/Security/Ip/Range.php', |
|
| 1990 | + 'OC\\Security\\Ip\\RemoteAddress' => $baseDir.'/lib/private/Security/Ip/RemoteAddress.php', |
|
| 1991 | + 'OC\\Security\\Normalizer\\IpAddress' => $baseDir.'/lib/private/Security/Normalizer/IpAddress.php', |
|
| 1992 | + 'OC\\Security\\RateLimiting\\Backend\\DatabaseBackend' => $baseDir.'/lib/private/Security/RateLimiting/Backend/DatabaseBackend.php', |
|
| 1993 | + 'OC\\Security\\RateLimiting\\Backend\\IBackend' => $baseDir.'/lib/private/Security/RateLimiting/Backend/IBackend.php', |
|
| 1994 | + 'OC\\Security\\RateLimiting\\Backend\\MemoryCacheBackend' => $baseDir.'/lib/private/Security/RateLimiting/Backend/MemoryCacheBackend.php', |
|
| 1995 | + 'OC\\Security\\RateLimiting\\Exception\\RateLimitExceededException' => $baseDir.'/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php', |
|
| 1996 | + 'OC\\Security\\RateLimiting\\Limiter' => $baseDir.'/lib/private/Security/RateLimiting/Limiter.php', |
|
| 1997 | + 'OC\\Security\\RemoteHostValidator' => $baseDir.'/lib/private/Security/RemoteHostValidator.php', |
|
| 1998 | + 'OC\\Security\\SecureRandom' => $baseDir.'/lib/private/Security/SecureRandom.php', |
|
| 1999 | + 'OC\\Security\\Signature\\Db\\SignatoryMapper' => $baseDir.'/lib/private/Security/Signature/Db/SignatoryMapper.php', |
|
| 2000 | + 'OC\\Security\\Signature\\Model\\IncomingSignedRequest' => $baseDir.'/lib/private/Security/Signature/Model/IncomingSignedRequest.php', |
|
| 2001 | + 'OC\\Security\\Signature\\Model\\OutgoingSignedRequest' => $baseDir.'/lib/private/Security/Signature/Model/OutgoingSignedRequest.php', |
|
| 2002 | + 'OC\\Security\\Signature\\Model\\SignedRequest' => $baseDir.'/lib/private/Security/Signature/Model/SignedRequest.php', |
|
| 2003 | + 'OC\\Security\\Signature\\SignatureManager' => $baseDir.'/lib/private/Security/Signature/SignatureManager.php', |
|
| 2004 | + 'OC\\Security\\TrustedDomainHelper' => $baseDir.'/lib/private/Security/TrustedDomainHelper.php', |
|
| 2005 | + 'OC\\Security\\VerificationToken\\CleanUpJob' => $baseDir.'/lib/private/Security/VerificationToken/CleanUpJob.php', |
|
| 2006 | + 'OC\\Security\\VerificationToken\\VerificationToken' => $baseDir.'/lib/private/Security/VerificationToken/VerificationToken.php', |
|
| 2007 | + 'OC\\Server' => $baseDir.'/lib/private/Server.php', |
|
| 2008 | + 'OC\\ServerContainer' => $baseDir.'/lib/private/ServerContainer.php', |
|
| 2009 | + 'OC\\ServerNotAvailableException' => $baseDir.'/lib/private/ServerNotAvailableException.php', |
|
| 2010 | + 'OC\\ServiceUnavailableException' => $baseDir.'/lib/private/ServiceUnavailableException.php', |
|
| 2011 | + 'OC\\Session\\CryptoSessionData' => $baseDir.'/lib/private/Session/CryptoSessionData.php', |
|
| 2012 | + 'OC\\Session\\CryptoWrapper' => $baseDir.'/lib/private/Session/CryptoWrapper.php', |
|
| 2013 | + 'OC\\Session\\Internal' => $baseDir.'/lib/private/Session/Internal.php', |
|
| 2014 | + 'OC\\Session\\Memory' => $baseDir.'/lib/private/Session/Memory.php', |
|
| 2015 | + 'OC\\Session\\Session' => $baseDir.'/lib/private/Session/Session.php', |
|
| 2016 | + 'OC\\Settings\\AuthorizedGroup' => $baseDir.'/lib/private/Settings/AuthorizedGroup.php', |
|
| 2017 | + 'OC\\Settings\\AuthorizedGroupMapper' => $baseDir.'/lib/private/Settings/AuthorizedGroupMapper.php', |
|
| 2018 | + 'OC\\Settings\\DeclarativeManager' => $baseDir.'/lib/private/Settings/DeclarativeManager.php', |
|
| 2019 | + 'OC\\Settings\\Manager' => $baseDir.'/lib/private/Settings/Manager.php', |
|
| 2020 | + 'OC\\Settings\\Section' => $baseDir.'/lib/private/Settings/Section.php', |
|
| 2021 | + 'OC\\Setup' => $baseDir.'/lib/private/Setup.php', |
|
| 2022 | + 'OC\\SetupCheck\\SetupCheckManager' => $baseDir.'/lib/private/SetupCheck/SetupCheckManager.php', |
|
| 2023 | + 'OC\\Setup\\AbstractDatabase' => $baseDir.'/lib/private/Setup/AbstractDatabase.php', |
|
| 2024 | + 'OC\\Setup\\MySQL' => $baseDir.'/lib/private/Setup/MySQL.php', |
|
| 2025 | + 'OC\\Setup\\OCI' => $baseDir.'/lib/private/Setup/OCI.php', |
|
| 2026 | + 'OC\\Setup\\PostgreSQL' => $baseDir.'/lib/private/Setup/PostgreSQL.php', |
|
| 2027 | + 'OC\\Setup\\Sqlite' => $baseDir.'/lib/private/Setup/Sqlite.php', |
|
| 2028 | + 'OC\\Share20\\DefaultShareProvider' => $baseDir.'/lib/private/Share20/DefaultShareProvider.php', |
|
| 2029 | + 'OC\\Share20\\Exception\\BackendError' => $baseDir.'/lib/private/Share20/Exception/BackendError.php', |
|
| 2030 | + 'OC\\Share20\\Exception\\InvalidShare' => $baseDir.'/lib/private/Share20/Exception/InvalidShare.php', |
|
| 2031 | + 'OC\\Share20\\Exception\\ProviderException' => $baseDir.'/lib/private/Share20/Exception/ProviderException.php', |
|
| 2032 | + 'OC\\Share20\\GroupDeletedListener' => $baseDir.'/lib/private/Share20/GroupDeletedListener.php', |
|
| 2033 | + 'OC\\Share20\\LegacyHooks' => $baseDir.'/lib/private/Share20/LegacyHooks.php', |
|
| 2034 | + 'OC\\Share20\\Manager' => $baseDir.'/lib/private/Share20/Manager.php', |
|
| 2035 | + 'OC\\Share20\\ProviderFactory' => $baseDir.'/lib/private/Share20/ProviderFactory.php', |
|
| 2036 | + 'OC\\Share20\\PublicShareTemplateFactory' => $baseDir.'/lib/private/Share20/PublicShareTemplateFactory.php', |
|
| 2037 | + 'OC\\Share20\\Share' => $baseDir.'/lib/private/Share20/Share.php', |
|
| 2038 | + 'OC\\Share20\\ShareAttributes' => $baseDir.'/lib/private/Share20/ShareAttributes.php', |
|
| 2039 | + 'OC\\Share20\\ShareDisableChecker' => $baseDir.'/lib/private/Share20/ShareDisableChecker.php', |
|
| 2040 | + 'OC\\Share20\\ShareHelper' => $baseDir.'/lib/private/Share20/ShareHelper.php', |
|
| 2041 | + 'OC\\Share20\\UserDeletedListener' => $baseDir.'/lib/private/Share20/UserDeletedListener.php', |
|
| 2042 | + 'OC\\Share20\\UserRemovedListener' => $baseDir.'/lib/private/Share20/UserRemovedListener.php', |
|
| 2043 | + 'OC\\Share\\Constants' => $baseDir.'/lib/private/Share/Constants.php', |
|
| 2044 | + 'OC\\Share\\Helper' => $baseDir.'/lib/private/Share/Helper.php', |
|
| 2045 | + 'OC\\Share\\Share' => $baseDir.'/lib/private/Share/Share.php', |
|
| 2046 | + 'OC\\SpeechToText\\SpeechToTextManager' => $baseDir.'/lib/private/SpeechToText/SpeechToTextManager.php', |
|
| 2047 | + 'OC\\SpeechToText\\TranscriptionJob' => $baseDir.'/lib/private/SpeechToText/TranscriptionJob.php', |
|
| 2048 | + 'OC\\StreamImage' => $baseDir.'/lib/private/StreamImage.php', |
|
| 2049 | + 'OC\\Streamer' => $baseDir.'/lib/private/Streamer.php', |
|
| 2050 | + 'OC\\SubAdmin' => $baseDir.'/lib/private/SubAdmin.php', |
|
| 2051 | + 'OC\\Support\\CrashReport\\Registry' => $baseDir.'/lib/private/Support/CrashReport/Registry.php', |
|
| 2052 | + 'OC\\Support\\Subscription\\Assertion' => $baseDir.'/lib/private/Support/Subscription/Assertion.php', |
|
| 2053 | + 'OC\\Support\\Subscription\\Registry' => $baseDir.'/lib/private/Support/Subscription/Registry.php', |
|
| 2054 | + 'OC\\SystemConfig' => $baseDir.'/lib/private/SystemConfig.php', |
|
| 2055 | + 'OC\\SystemTag\\ManagerFactory' => $baseDir.'/lib/private/SystemTag/ManagerFactory.php', |
|
| 2056 | + 'OC\\SystemTag\\SystemTag' => $baseDir.'/lib/private/SystemTag/SystemTag.php', |
|
| 2057 | + 'OC\\SystemTag\\SystemTagManager' => $baseDir.'/lib/private/SystemTag/SystemTagManager.php', |
|
| 2058 | + 'OC\\SystemTag\\SystemTagObjectMapper' => $baseDir.'/lib/private/SystemTag/SystemTagObjectMapper.php', |
|
| 2059 | + 'OC\\SystemTag\\SystemTagsInFilesDetector' => $baseDir.'/lib/private/SystemTag/SystemTagsInFilesDetector.php', |
|
| 2060 | + 'OC\\TagManager' => $baseDir.'/lib/private/TagManager.php', |
|
| 2061 | + 'OC\\Tagging\\Tag' => $baseDir.'/lib/private/Tagging/Tag.php', |
|
| 2062 | + 'OC\\Tagging\\TagMapper' => $baseDir.'/lib/private/Tagging/TagMapper.php', |
|
| 2063 | + 'OC\\Tags' => $baseDir.'/lib/private/Tags.php', |
|
| 2064 | + 'OC\\Talk\\Broker' => $baseDir.'/lib/private/Talk/Broker.php', |
|
| 2065 | + 'OC\\Talk\\ConversationOptions' => $baseDir.'/lib/private/Talk/ConversationOptions.php', |
|
| 2066 | + 'OC\\TaskProcessing\\Db\\Task' => $baseDir.'/lib/private/TaskProcessing/Db/Task.php', |
|
| 2067 | + 'OC\\TaskProcessing\\Db\\TaskMapper' => $baseDir.'/lib/private/TaskProcessing/Db/TaskMapper.php', |
|
| 2068 | + 'OC\\TaskProcessing\\Manager' => $baseDir.'/lib/private/TaskProcessing/Manager.php', |
|
| 2069 | + 'OC\\TaskProcessing\\RemoveOldTasksBackgroundJob' => $baseDir.'/lib/private/TaskProcessing/RemoveOldTasksBackgroundJob.php', |
|
| 2070 | + 'OC\\TaskProcessing\\SynchronousBackgroundJob' => $baseDir.'/lib/private/TaskProcessing/SynchronousBackgroundJob.php', |
|
| 2071 | + 'OC\\Teams\\TeamManager' => $baseDir.'/lib/private/Teams/TeamManager.php', |
|
| 2072 | + 'OC\\TempManager' => $baseDir.'/lib/private/TempManager.php', |
|
| 2073 | + 'OC\\TemplateLayout' => $baseDir.'/lib/private/TemplateLayout.php', |
|
| 2074 | + 'OC\\Template\\Base' => $baseDir.'/lib/private/Template/Base.php', |
|
| 2075 | + 'OC\\Template\\CSSResourceLocator' => $baseDir.'/lib/private/Template/CSSResourceLocator.php', |
|
| 2076 | + 'OC\\Template\\JSCombiner' => $baseDir.'/lib/private/Template/JSCombiner.php', |
|
| 2077 | + 'OC\\Template\\JSConfigHelper' => $baseDir.'/lib/private/Template/JSConfigHelper.php', |
|
| 2078 | + 'OC\\Template\\JSResourceLocator' => $baseDir.'/lib/private/Template/JSResourceLocator.php', |
|
| 2079 | + 'OC\\Template\\ResourceLocator' => $baseDir.'/lib/private/Template/ResourceLocator.php', |
|
| 2080 | + 'OC\\Template\\ResourceNotFoundException' => $baseDir.'/lib/private/Template/ResourceNotFoundException.php', |
|
| 2081 | + 'OC\\Template\\Template' => $baseDir.'/lib/private/Template/Template.php', |
|
| 2082 | + 'OC\\Template\\TemplateFileLocator' => $baseDir.'/lib/private/Template/TemplateFileLocator.php', |
|
| 2083 | + 'OC\\Template\\TemplateManager' => $baseDir.'/lib/private/Template/TemplateManager.php', |
|
| 2084 | + 'OC\\TextProcessing\\Db\\Task' => $baseDir.'/lib/private/TextProcessing/Db/Task.php', |
|
| 2085 | + 'OC\\TextProcessing\\Db\\TaskMapper' => $baseDir.'/lib/private/TextProcessing/Db/TaskMapper.php', |
|
| 2086 | + 'OC\\TextProcessing\\Manager' => $baseDir.'/lib/private/TextProcessing/Manager.php', |
|
| 2087 | + 'OC\\TextProcessing\\RemoveOldTasksBackgroundJob' => $baseDir.'/lib/private/TextProcessing/RemoveOldTasksBackgroundJob.php', |
|
| 2088 | + 'OC\\TextProcessing\\TaskBackgroundJob' => $baseDir.'/lib/private/TextProcessing/TaskBackgroundJob.php', |
|
| 2089 | + 'OC\\TextToImage\\Db\\Task' => $baseDir.'/lib/private/TextToImage/Db/Task.php', |
|
| 2090 | + 'OC\\TextToImage\\Db\\TaskMapper' => $baseDir.'/lib/private/TextToImage/Db/TaskMapper.php', |
|
| 2091 | + 'OC\\TextToImage\\Manager' => $baseDir.'/lib/private/TextToImage/Manager.php', |
|
| 2092 | + 'OC\\TextToImage\\RemoveOldTasksBackgroundJob' => $baseDir.'/lib/private/TextToImage/RemoveOldTasksBackgroundJob.php', |
|
| 2093 | + 'OC\\TextToImage\\TaskBackgroundJob' => $baseDir.'/lib/private/TextToImage/TaskBackgroundJob.php', |
|
| 2094 | + 'OC\\Translation\\TranslationManager' => $baseDir.'/lib/private/Translation/TranslationManager.php', |
|
| 2095 | + 'OC\\URLGenerator' => $baseDir.'/lib/private/URLGenerator.php', |
|
| 2096 | + 'OC\\Updater' => $baseDir.'/lib/private/Updater.php', |
|
| 2097 | + 'OC\\Updater\\Changes' => $baseDir.'/lib/private/Updater/Changes.php', |
|
| 2098 | + 'OC\\Updater\\ChangesCheck' => $baseDir.'/lib/private/Updater/ChangesCheck.php', |
|
| 2099 | + 'OC\\Updater\\ChangesMapper' => $baseDir.'/lib/private/Updater/ChangesMapper.php', |
|
| 2100 | + 'OC\\Updater\\Exceptions\\ReleaseMetadataException' => $baseDir.'/lib/private/Updater/Exceptions/ReleaseMetadataException.php', |
|
| 2101 | + 'OC\\Updater\\ReleaseMetadata' => $baseDir.'/lib/private/Updater/ReleaseMetadata.php', |
|
| 2102 | + 'OC\\Updater\\VersionCheck' => $baseDir.'/lib/private/Updater/VersionCheck.php', |
|
| 2103 | + 'OC\\UserStatus\\ISettableProvider' => $baseDir.'/lib/private/UserStatus/ISettableProvider.php', |
|
| 2104 | + 'OC\\UserStatus\\Manager' => $baseDir.'/lib/private/UserStatus/Manager.php', |
|
| 2105 | + 'OC\\User\\AvailabilityCoordinator' => $baseDir.'/lib/private/User/AvailabilityCoordinator.php', |
|
| 2106 | + 'OC\\User\\Backend' => $baseDir.'/lib/private/User/Backend.php', |
|
| 2107 | + 'OC\\User\\BackgroundJobs\\CleanupDeletedUsers' => $baseDir.'/lib/private/User/BackgroundJobs/CleanupDeletedUsers.php', |
|
| 2108 | + 'OC\\User\\Database' => $baseDir.'/lib/private/User/Database.php', |
|
| 2109 | + 'OC\\User\\DisplayNameCache' => $baseDir.'/lib/private/User/DisplayNameCache.php', |
|
| 2110 | + 'OC\\User\\LazyUser' => $baseDir.'/lib/private/User/LazyUser.php', |
|
| 2111 | + 'OC\\User\\Listeners\\BeforeUserDeletedListener' => $baseDir.'/lib/private/User/Listeners/BeforeUserDeletedListener.php', |
|
| 2112 | + 'OC\\User\\Listeners\\UserChangedListener' => $baseDir.'/lib/private/User/Listeners/UserChangedListener.php', |
|
| 2113 | + 'OC\\User\\LoginException' => $baseDir.'/lib/private/User/LoginException.php', |
|
| 2114 | + 'OC\\User\\Manager' => $baseDir.'/lib/private/User/Manager.php', |
|
| 2115 | + 'OC\\User\\NoUserException' => $baseDir.'/lib/private/User/NoUserException.php', |
|
| 2116 | + 'OC\\User\\OutOfOfficeData' => $baseDir.'/lib/private/User/OutOfOfficeData.php', |
|
| 2117 | + 'OC\\User\\PartiallyDeletedUsersBackend' => $baseDir.'/lib/private/User/PartiallyDeletedUsersBackend.php', |
|
| 2118 | + 'OC\\User\\Session' => $baseDir.'/lib/private/User/Session.php', |
|
| 2119 | + 'OC\\User\\User' => $baseDir.'/lib/private/User/User.php', |
|
| 2120 | + 'OC_App' => $baseDir.'/lib/private/legacy/OC_App.php', |
|
| 2121 | + 'OC_Defaults' => $baseDir.'/lib/private/legacy/OC_Defaults.php', |
|
| 2122 | + 'OC_Helper' => $baseDir.'/lib/private/legacy/OC_Helper.php', |
|
| 2123 | + 'OC_Hook' => $baseDir.'/lib/private/legacy/OC_Hook.php', |
|
| 2124 | + 'OC_JSON' => $baseDir.'/lib/private/legacy/OC_JSON.php', |
|
| 2125 | + 'OC_Response' => $baseDir.'/lib/private/legacy/OC_Response.php', |
|
| 2126 | + 'OC_Template' => $baseDir.'/lib/private/legacy/OC_Template.php', |
|
| 2127 | + 'OC_User' => $baseDir.'/lib/private/legacy/OC_User.php', |
|
| 2128 | + 'OC_Util' => $baseDir.'/lib/private/legacy/OC_Util.php', |
|
| 2129 | 2129 | ); |
@@ -17,219 +17,219 @@ |
||
| 17 | 17 | * @experimental 31.0.0 |
| 18 | 18 | */ |
| 19 | 19 | class ConfigLexiconEntry { |
| 20 | - /** @experimental 32.0.0 */ |
|
| 21 | - public const RENAME_INVERT_BOOLEAN = 1; |
|
| 22 | - |
|
| 23 | - private string $definition = ''; |
|
| 24 | - private ?string $default = null; |
|
| 25 | - |
|
| 26 | - /** |
|
| 27 | - * @param string $key config key |
|
| 28 | - * @param ValueType $type type of config value |
|
| 29 | - * @param string $definition optional description of config key available when using occ command |
|
| 30 | - * @param bool $lazy set config value as lazy |
|
| 31 | - * @param int $flags set flags |
|
| 32 | - * @param string|null $rename previous config key to migrate config value from |
|
| 33 | - * @param bool $deprecated set config key as deprecated |
|
| 34 | - * |
|
| 35 | - * @experimental 31.0.0 |
|
| 36 | - * @psalm-suppress PossiblyInvalidCast |
|
| 37 | - * @psalm-suppress RiskyCast |
|
| 38 | - */ |
|
| 39 | - public function __construct( |
|
| 40 | - private readonly string $key, |
|
| 41 | - private readonly ValueType $type, |
|
| 42 | - private null|string|int|float|bool|array $defaultRaw = null, |
|
| 43 | - string $definition = '', |
|
| 44 | - private readonly bool $lazy = false, |
|
| 45 | - private readonly int $flags = 0, |
|
| 46 | - private readonly bool $deprecated = false, |
|
| 47 | - private readonly ?string $rename = null, |
|
| 48 | - private readonly int $options = 0, |
|
| 49 | - ) { |
|
| 50 | - /** @psalm-suppress UndefinedClass */ |
|
| 51 | - if (\OC::$CLI) { // only store definition if ran from CLI |
|
| 52 | - $this->definition = $definition; |
|
| 53 | - } |
|
| 54 | - } |
|
| 55 | - |
|
| 56 | - /** |
|
| 57 | - * returns the config key |
|
| 58 | - * |
|
| 59 | - * @return string config key |
|
| 60 | - * @experimental 31.0.0 |
|
| 61 | - */ |
|
| 62 | - public function getKey(): string { |
|
| 63 | - return $this->key; |
|
| 64 | - } |
|
| 65 | - |
|
| 66 | - /** |
|
| 67 | - * get expected type for config value |
|
| 68 | - * |
|
| 69 | - * @return ValueType |
|
| 70 | - * @experimental 31.0.0 |
|
| 71 | - */ |
|
| 72 | - public function getValueType(): ValueType { |
|
| 73 | - return $this->type; |
|
| 74 | - } |
|
| 75 | - |
|
| 76 | - /** |
|
| 77 | - * @param string $default |
|
| 78 | - * @return string |
|
| 79 | - * @experimental 31.0.0 |
|
| 80 | - */ |
|
| 81 | - private function convertFromString(string $default): string { |
|
| 82 | - return $default; |
|
| 83 | - } |
|
| 84 | - |
|
| 85 | - /** |
|
| 86 | - * @param int $default |
|
| 87 | - * @return string |
|
| 88 | - * @experimental 31.0.0 |
|
| 89 | - */ |
|
| 90 | - private function convertFromInt(int $default): string { |
|
| 91 | - return (string)$default; |
|
| 92 | - } |
|
| 93 | - |
|
| 94 | - /** |
|
| 95 | - * @param float $default |
|
| 96 | - * @return string |
|
| 97 | - * @experimental 31.0.0 |
|
| 98 | - */ |
|
| 99 | - private function convertFromFloat(float $default): string { |
|
| 100 | - return (string)$default; |
|
| 101 | - } |
|
| 102 | - |
|
| 103 | - /** |
|
| 104 | - * @param bool $default |
|
| 105 | - * @return string |
|
| 106 | - * @experimental 31.0.0 |
|
| 107 | - */ |
|
| 108 | - private function convertFromBool(bool $default): string { |
|
| 109 | - return ($default) ? '1' : '0'; |
|
| 110 | - } |
|
| 111 | - |
|
| 112 | - /** |
|
| 113 | - * @param array $default |
|
| 114 | - * @return string |
|
| 115 | - * @experimental 31.0.0 |
|
| 116 | - */ |
|
| 117 | - private function convertFromArray(array $default): string { |
|
| 118 | - return json_encode($default); |
|
| 119 | - } |
|
| 120 | - |
|
| 121 | - /** |
|
| 122 | - * returns default value |
|
| 123 | - * |
|
| 124 | - * @return string|null NULL if no default is set |
|
| 125 | - * @experimental 31.0.0 |
|
| 126 | - */ |
|
| 127 | - public function getDefault(): ?string { |
|
| 128 | - if ($this->defaultRaw === null) { |
|
| 129 | - return null; |
|
| 130 | - } |
|
| 131 | - |
|
| 132 | - if ($this->default === null) { |
|
| 133 | - $this->default = $this->convertToString($this->defaultRaw); |
|
| 134 | - } |
|
| 135 | - |
|
| 136 | - return $this->default; |
|
| 137 | - } |
|
| 138 | - |
|
| 139 | - /** |
|
| 140 | - * convert $entry into string, based on the expected type for config value |
|
| 141 | - * |
|
| 142 | - * @param string|int|float|bool|array $entry |
|
| 143 | - * |
|
| 144 | - * @return string |
|
| 145 | - * @experimental 31.0.0 |
|
| 146 | - * @psalm-suppress PossiblyInvalidCast arrays are managed pre-cast |
|
| 147 | - * @psalm-suppress RiskyCast |
|
| 148 | - */ |
|
| 149 | - public function convertToString(string|int|float|bool|array $entry): string { |
|
| 150 | - // in case $default is array but is not expected to be an array... |
|
| 151 | - if ($this->getValueType() !== ValueType::ARRAY && is_array($entry)) { |
|
| 152 | - $entry = json_encode($entry, JSON_THROW_ON_ERROR); |
|
| 153 | - } |
|
| 154 | - |
|
| 155 | - return match ($this->getValueType()) { |
|
| 156 | - ValueType::MIXED => (string)$entry, |
|
| 157 | - ValueType::STRING => $this->convertFromString((string)$entry), |
|
| 158 | - ValueType::INT => $this->convertFromInt((int)$entry), |
|
| 159 | - ValueType::FLOAT => $this->convertFromFloat((float)$entry), |
|
| 160 | - ValueType::BOOL => $this->convertFromBool((bool)$entry), |
|
| 161 | - ValueType::ARRAY => $this->convertFromArray((array)$entry) |
|
| 162 | - }; |
|
| 163 | - } |
|
| 164 | - |
|
| 165 | - /** |
|
| 166 | - * returns definition |
|
| 167 | - * |
|
| 168 | - * @return string |
|
| 169 | - * @experimental 31.0.0 |
|
| 170 | - */ |
|
| 171 | - public function getDefinition(): string { |
|
| 172 | - return $this->definition; |
|
| 173 | - } |
|
| 174 | - |
|
| 175 | - /** |
|
| 176 | - * returns if config key is set as lazy |
|
| 177 | - * |
|
| 178 | - * @see IAppConfig for details on lazy config values |
|
| 179 | - * @return bool TRUE if config value is lazy |
|
| 180 | - * @experimental 31.0.0 |
|
| 181 | - */ |
|
| 182 | - public function isLazy(): bool { |
|
| 183 | - return $this->lazy; |
|
| 184 | - } |
|
| 185 | - |
|
| 186 | - /** |
|
| 187 | - * returns flags |
|
| 188 | - * |
|
| 189 | - * @see IAppConfig for details on sensitive config values |
|
| 190 | - * @return int bitflag about the config value |
|
| 191 | - * @experimental 31.0.0 |
|
| 192 | - */ |
|
| 193 | - public function getFlags(): int { |
|
| 194 | - return $this->flags; |
|
| 195 | - } |
|
| 196 | - |
|
| 197 | - /** |
|
| 198 | - * @param int $flag |
|
| 199 | - * |
|
| 200 | - * @return bool TRUE is config value bitflag contains $flag |
|
| 201 | - * @experimental 31.0.0 |
|
| 202 | - */ |
|
| 203 | - public function isFlagged(int $flag): bool { |
|
| 204 | - return (($flag & $this->getFlags()) === $flag); |
|
| 205 | - } |
|
| 206 | - |
|
| 207 | - /** |
|
| 208 | - * should be called/used only during migration/upgrade. |
|
| 209 | - * link to an old config key. |
|
| 210 | - * |
|
| 211 | - * @return string|null not NULL if value can be imported from a previous key |
|
| 212 | - * @experimental 32.0.0 |
|
| 213 | - */ |
|
| 214 | - public function getRename(): ?string { |
|
| 215 | - return $this->rename; |
|
| 216 | - } |
|
| 217 | - |
|
| 218 | - /** |
|
| 219 | - * @experimental 32.0.0 |
|
| 220 | - * @return bool TRUE if $option was set during the creation of the entry. |
|
| 221 | - */ |
|
| 222 | - public function hasOption(int $option): bool { |
|
| 223 | - return (($option & $this->options) !== 0); |
|
| 224 | - } |
|
| 225 | - |
|
| 226 | - /** |
|
| 227 | - * returns if config key is set as deprecated |
|
| 228 | - * |
|
| 229 | - * @return bool TRUE if config si deprecated |
|
| 230 | - * @experimental 31.0.0 |
|
| 231 | - */ |
|
| 232 | - public function isDeprecated(): bool { |
|
| 233 | - return $this->deprecated; |
|
| 234 | - } |
|
| 20 | + /** @experimental 32.0.0 */ |
|
| 21 | + public const RENAME_INVERT_BOOLEAN = 1; |
|
| 22 | + |
|
| 23 | + private string $definition = ''; |
|
| 24 | + private ?string $default = null; |
|
| 25 | + |
|
| 26 | + /** |
|
| 27 | + * @param string $key config key |
|
| 28 | + * @param ValueType $type type of config value |
|
| 29 | + * @param string $definition optional description of config key available when using occ command |
|
| 30 | + * @param bool $lazy set config value as lazy |
|
| 31 | + * @param int $flags set flags |
|
| 32 | + * @param string|null $rename previous config key to migrate config value from |
|
| 33 | + * @param bool $deprecated set config key as deprecated |
|
| 34 | + * |
|
| 35 | + * @experimental 31.0.0 |
|
| 36 | + * @psalm-suppress PossiblyInvalidCast |
|
| 37 | + * @psalm-suppress RiskyCast |
|
| 38 | + */ |
|
| 39 | + public function __construct( |
|
| 40 | + private readonly string $key, |
|
| 41 | + private readonly ValueType $type, |
|
| 42 | + private null|string|int|float|bool|array $defaultRaw = null, |
|
| 43 | + string $definition = '', |
|
| 44 | + private readonly bool $lazy = false, |
|
| 45 | + private readonly int $flags = 0, |
|
| 46 | + private readonly bool $deprecated = false, |
|
| 47 | + private readonly ?string $rename = null, |
|
| 48 | + private readonly int $options = 0, |
|
| 49 | + ) { |
|
| 50 | + /** @psalm-suppress UndefinedClass */ |
|
| 51 | + if (\OC::$CLI) { // only store definition if ran from CLI |
|
| 52 | + $this->definition = $definition; |
|
| 53 | + } |
|
| 54 | + } |
|
| 55 | + |
|
| 56 | + /** |
|
| 57 | + * returns the config key |
|
| 58 | + * |
|
| 59 | + * @return string config key |
|
| 60 | + * @experimental 31.0.0 |
|
| 61 | + */ |
|
| 62 | + public function getKey(): string { |
|
| 63 | + return $this->key; |
|
| 64 | + } |
|
| 65 | + |
|
| 66 | + /** |
|
| 67 | + * get expected type for config value |
|
| 68 | + * |
|
| 69 | + * @return ValueType |
|
| 70 | + * @experimental 31.0.0 |
|
| 71 | + */ |
|
| 72 | + public function getValueType(): ValueType { |
|
| 73 | + return $this->type; |
|
| 74 | + } |
|
| 75 | + |
|
| 76 | + /** |
|
| 77 | + * @param string $default |
|
| 78 | + * @return string |
|
| 79 | + * @experimental 31.0.0 |
|
| 80 | + */ |
|
| 81 | + private function convertFromString(string $default): string { |
|
| 82 | + return $default; |
|
| 83 | + } |
|
| 84 | + |
|
| 85 | + /** |
|
| 86 | + * @param int $default |
|
| 87 | + * @return string |
|
| 88 | + * @experimental 31.0.0 |
|
| 89 | + */ |
|
| 90 | + private function convertFromInt(int $default): string { |
|
| 91 | + return (string)$default; |
|
| 92 | + } |
|
| 93 | + |
|
| 94 | + /** |
|
| 95 | + * @param float $default |
|
| 96 | + * @return string |
|
| 97 | + * @experimental 31.0.0 |
|
| 98 | + */ |
|
| 99 | + private function convertFromFloat(float $default): string { |
|
| 100 | + return (string)$default; |
|
| 101 | + } |
|
| 102 | + |
|
| 103 | + /** |
|
| 104 | + * @param bool $default |
|
| 105 | + * @return string |
|
| 106 | + * @experimental 31.0.0 |
|
| 107 | + */ |
|
| 108 | + private function convertFromBool(bool $default): string { |
|
| 109 | + return ($default) ? '1' : '0'; |
|
| 110 | + } |
|
| 111 | + |
|
| 112 | + /** |
|
| 113 | + * @param array $default |
|
| 114 | + * @return string |
|
| 115 | + * @experimental 31.0.0 |
|
| 116 | + */ |
|
| 117 | + private function convertFromArray(array $default): string { |
|
| 118 | + return json_encode($default); |
|
| 119 | + } |
|
| 120 | + |
|
| 121 | + /** |
|
| 122 | + * returns default value |
|
| 123 | + * |
|
| 124 | + * @return string|null NULL if no default is set |
|
| 125 | + * @experimental 31.0.0 |
|
| 126 | + */ |
|
| 127 | + public function getDefault(): ?string { |
|
| 128 | + if ($this->defaultRaw === null) { |
|
| 129 | + return null; |
|
| 130 | + } |
|
| 131 | + |
|
| 132 | + if ($this->default === null) { |
|
| 133 | + $this->default = $this->convertToString($this->defaultRaw); |
|
| 134 | + } |
|
| 135 | + |
|
| 136 | + return $this->default; |
|
| 137 | + } |
|
| 138 | + |
|
| 139 | + /** |
|
| 140 | + * convert $entry into string, based on the expected type for config value |
|
| 141 | + * |
|
| 142 | + * @param string|int|float|bool|array $entry |
|
| 143 | + * |
|
| 144 | + * @return string |
|
| 145 | + * @experimental 31.0.0 |
|
| 146 | + * @psalm-suppress PossiblyInvalidCast arrays are managed pre-cast |
|
| 147 | + * @psalm-suppress RiskyCast |
|
| 148 | + */ |
|
| 149 | + public function convertToString(string|int|float|bool|array $entry): string { |
|
| 150 | + // in case $default is array but is not expected to be an array... |
|
| 151 | + if ($this->getValueType() !== ValueType::ARRAY && is_array($entry)) { |
|
| 152 | + $entry = json_encode($entry, JSON_THROW_ON_ERROR); |
|
| 153 | + } |
|
| 154 | + |
|
| 155 | + return match ($this->getValueType()) { |
|
| 156 | + ValueType::MIXED => (string)$entry, |
|
| 157 | + ValueType::STRING => $this->convertFromString((string)$entry), |
|
| 158 | + ValueType::INT => $this->convertFromInt((int)$entry), |
|
| 159 | + ValueType::FLOAT => $this->convertFromFloat((float)$entry), |
|
| 160 | + ValueType::BOOL => $this->convertFromBool((bool)$entry), |
|
| 161 | + ValueType::ARRAY => $this->convertFromArray((array)$entry) |
|
| 162 | + }; |
|
| 163 | + } |
|
| 164 | + |
|
| 165 | + /** |
|
| 166 | + * returns definition |
|
| 167 | + * |
|
| 168 | + * @return string |
|
| 169 | + * @experimental 31.0.0 |
|
| 170 | + */ |
|
| 171 | + public function getDefinition(): string { |
|
| 172 | + return $this->definition; |
|
| 173 | + } |
|
| 174 | + |
|
| 175 | + /** |
|
| 176 | + * returns if config key is set as lazy |
|
| 177 | + * |
|
| 178 | + * @see IAppConfig for details on lazy config values |
|
| 179 | + * @return bool TRUE if config value is lazy |
|
| 180 | + * @experimental 31.0.0 |
|
| 181 | + */ |
|
| 182 | + public function isLazy(): bool { |
|
| 183 | + return $this->lazy; |
|
| 184 | + } |
|
| 185 | + |
|
| 186 | + /** |
|
| 187 | + * returns flags |
|
| 188 | + * |
|
| 189 | + * @see IAppConfig for details on sensitive config values |
|
| 190 | + * @return int bitflag about the config value |
|
| 191 | + * @experimental 31.0.0 |
|
| 192 | + */ |
|
| 193 | + public function getFlags(): int { |
|
| 194 | + return $this->flags; |
|
| 195 | + } |
|
| 196 | + |
|
| 197 | + /** |
|
| 198 | + * @param int $flag |
|
| 199 | + * |
|
| 200 | + * @return bool TRUE is config value bitflag contains $flag |
|
| 201 | + * @experimental 31.0.0 |
|
| 202 | + */ |
|
| 203 | + public function isFlagged(int $flag): bool { |
|
| 204 | + return (($flag & $this->getFlags()) === $flag); |
|
| 205 | + } |
|
| 206 | + |
|
| 207 | + /** |
|
| 208 | + * should be called/used only during migration/upgrade. |
|
| 209 | + * link to an old config key. |
|
| 210 | + * |
|
| 211 | + * @return string|null not NULL if value can be imported from a previous key |
|
| 212 | + * @experimental 32.0.0 |
|
| 213 | + */ |
|
| 214 | + public function getRename(): ?string { |
|
| 215 | + return $this->rename; |
|
| 216 | + } |
|
| 217 | + |
|
| 218 | + /** |
|
| 219 | + * @experimental 32.0.0 |
|
| 220 | + * @return bool TRUE if $option was set during the creation of the entry. |
|
| 221 | + */ |
|
| 222 | + public function hasOption(int $option): bool { |
|
| 223 | + return (($option & $this->options) !== 0); |
|
| 224 | + } |
|
| 225 | + |
|
| 226 | + /** |
|
| 227 | + * returns if config key is set as deprecated |
|
| 228 | + * |
|
| 229 | + * @return bool TRUE if config si deprecated |
|
| 230 | + * @experimental 31.0.0 |
|
| 231 | + */ |
|
| 232 | + public function isDeprecated(): bool { |
|
| 233 | + return $this->deprecated; |
|
| 234 | + } |
|
| 235 | 235 | } |
@@ -31,841 +31,841 @@ |
||
| 31 | 31 | * upgrading and removing apps. |
| 32 | 32 | */ |
| 33 | 33 | class OC_App { |
| 34 | - private static $altLogin = []; |
|
| 35 | - private static $alreadyRegistered = []; |
|
| 36 | - public const supportedApp = 300; |
|
| 37 | - public const officialApp = 200; |
|
| 38 | - |
|
| 39 | - /** |
|
| 40 | - * clean the appId |
|
| 41 | - * |
|
| 42 | - * @psalm-taint-escape file |
|
| 43 | - * @psalm-taint-escape include |
|
| 44 | - * @psalm-taint-escape html |
|
| 45 | - * @psalm-taint-escape has_quotes |
|
| 46 | - * |
|
| 47 | - * @deprecated 31.0.0 use IAppManager::cleanAppId |
|
| 48 | - */ |
|
| 49 | - public static function cleanAppId(string $app): string { |
|
| 50 | - return str_replace(['<', '>', '"', "'", '\0', '/', '\\', '..'], '', $app); |
|
| 51 | - } |
|
| 52 | - |
|
| 53 | - /** |
|
| 54 | - * Check if an app is loaded |
|
| 55 | - * |
|
| 56 | - * @param string $app |
|
| 57 | - * @return bool |
|
| 58 | - * @deprecated 27.0.0 use IAppManager::isAppLoaded |
|
| 59 | - */ |
|
| 60 | - public static function isAppLoaded(string $app): bool { |
|
| 61 | - return \OC::$server->get(IAppManager::class)->isAppLoaded($app); |
|
| 62 | - } |
|
| 63 | - |
|
| 64 | - /** |
|
| 65 | - * loads all apps |
|
| 66 | - * |
|
| 67 | - * @param string[] $types |
|
| 68 | - * @return bool |
|
| 69 | - * |
|
| 70 | - * This function walks through the Nextcloud directory and loads all apps |
|
| 71 | - * it can find. A directory contains an app if the file /appinfo/info.xml |
|
| 72 | - * exists. |
|
| 73 | - * |
|
| 74 | - * if $types is set to non-empty array, only apps of those types will be loaded |
|
| 75 | - * |
|
| 76 | - * @deprecated 29.0.0 use IAppManager::loadApps instead |
|
| 77 | - */ |
|
| 78 | - public static function loadApps(array $types = []): bool { |
|
| 79 | - if (!\OC::$server->getSystemConfig()->getValue('installed', false)) { |
|
| 80 | - // This should be done before calling this method so that appmanager can be used |
|
| 81 | - return false; |
|
| 82 | - } |
|
| 83 | - return \OC::$server->get(IAppManager::class)->loadApps($types); |
|
| 84 | - } |
|
| 85 | - |
|
| 86 | - /** |
|
| 87 | - * load a single app |
|
| 88 | - * |
|
| 89 | - * @param string $app |
|
| 90 | - * @throws Exception |
|
| 91 | - * @deprecated 27.0.0 use IAppManager::loadApp |
|
| 92 | - */ |
|
| 93 | - public static function loadApp(string $app): void { |
|
| 94 | - \OC::$server->get(IAppManager::class)->loadApp($app); |
|
| 95 | - } |
|
| 96 | - |
|
| 97 | - /** |
|
| 98 | - * @internal |
|
| 99 | - * @param string $app |
|
| 100 | - * @param string $path |
|
| 101 | - * @param bool $force |
|
| 102 | - */ |
|
| 103 | - public static function registerAutoloading(string $app, string $path, bool $force = false) { |
|
| 104 | - $key = $app . '-' . $path; |
|
| 105 | - if (!$force && isset(self::$alreadyRegistered[$key])) { |
|
| 106 | - return; |
|
| 107 | - } |
|
| 108 | - |
|
| 109 | - self::$alreadyRegistered[$key] = true; |
|
| 110 | - |
|
| 111 | - // Register on PSR-4 composer autoloader |
|
| 112 | - $appNamespace = \OC\AppFramework\App::buildAppNamespace($app); |
|
| 113 | - \OC::$server->registerNamespace($app, $appNamespace); |
|
| 114 | - |
|
| 115 | - if (file_exists($path . '/composer/autoload.php')) { |
|
| 116 | - require_once $path . '/composer/autoload.php'; |
|
| 117 | - } else { |
|
| 118 | - \OC::$composerAutoloader->addPsr4($appNamespace . '\\', $path . '/lib/', true); |
|
| 119 | - } |
|
| 120 | - |
|
| 121 | - // Register Test namespace only when testing |
|
| 122 | - if (defined('PHPUNIT_RUN') || defined('CLI_TEST_RUN')) { |
|
| 123 | - \OC::$composerAutoloader->addPsr4($appNamespace . '\\Tests\\', $path . '/tests/', true); |
|
| 124 | - } |
|
| 125 | - } |
|
| 126 | - |
|
| 127 | - /** |
|
| 128 | - * check if an app is of a specific type |
|
| 129 | - * |
|
| 130 | - * @param string $app |
|
| 131 | - * @param array $types |
|
| 132 | - * @return bool |
|
| 133 | - * @deprecated 27.0.0 use IAppManager::isType |
|
| 134 | - */ |
|
| 135 | - public static function isType(string $app, array $types): bool { |
|
| 136 | - return \OC::$server->get(IAppManager::class)->isType($app, $types); |
|
| 137 | - } |
|
| 138 | - |
|
| 139 | - /** |
|
| 140 | - * read app types from info.xml and cache them in the database |
|
| 141 | - */ |
|
| 142 | - public static function setAppTypes(string $app) { |
|
| 143 | - $appManager = \OC::$server->getAppManager(); |
|
| 144 | - $appData = $appManager->getAppInfo($app); |
|
| 145 | - if (!is_array($appData)) { |
|
| 146 | - return; |
|
| 147 | - } |
|
| 148 | - |
|
| 149 | - if (isset($appData['types'])) { |
|
| 150 | - $appTypes = implode(',', $appData['types']); |
|
| 151 | - } else { |
|
| 152 | - $appTypes = ''; |
|
| 153 | - $appData['types'] = []; |
|
| 154 | - } |
|
| 155 | - |
|
| 156 | - $config = \OC::$server->getConfig(); |
|
| 157 | - $config->setAppValue($app, 'types', $appTypes); |
|
| 158 | - |
|
| 159 | - if ($appManager->hasProtectedAppType($appData['types'])) { |
|
| 160 | - $enabled = $config->getAppValue($app, 'enabled', 'yes'); |
|
| 161 | - if ($enabled !== 'yes' && $enabled !== 'no') { |
|
| 162 | - $config->setAppValue($app, 'enabled', 'yes'); |
|
| 163 | - } |
|
| 164 | - } |
|
| 165 | - } |
|
| 166 | - |
|
| 167 | - /** |
|
| 168 | - * Returns apps enabled for the current user. |
|
| 169 | - * |
|
| 170 | - * @param bool $forceRefresh whether to refresh the cache |
|
| 171 | - * @param bool $all whether to return apps for all users, not only the |
|
| 172 | - * currently logged in one |
|
| 173 | - * @return list<string> |
|
| 174 | - */ |
|
| 175 | - public static function getEnabledApps(bool $forceRefresh = false, bool $all = false): array { |
|
| 176 | - if (!\OC::$server->getSystemConfig()->getValue('installed', false)) { |
|
| 177 | - return []; |
|
| 178 | - } |
|
| 179 | - // in incognito mode or when logged out, $user will be false, |
|
| 180 | - // which is also the case during an upgrade |
|
| 181 | - $appManager = \OC::$server->getAppManager(); |
|
| 182 | - if ($all) { |
|
| 183 | - $user = null; |
|
| 184 | - } else { |
|
| 185 | - $user = \OC::$server->getUserSession()->getUser(); |
|
| 186 | - } |
|
| 187 | - |
|
| 188 | - if (is_null($user)) { |
|
| 189 | - $apps = $appManager->getEnabledApps(); |
|
| 190 | - } else { |
|
| 191 | - $apps = $appManager->getEnabledAppsForUser($user); |
|
| 192 | - } |
|
| 193 | - $apps = array_filter($apps, function ($app) { |
|
| 194 | - return $app !== 'files';//we add this manually |
|
| 195 | - }); |
|
| 196 | - sort($apps); |
|
| 197 | - array_unshift($apps, 'files'); |
|
| 198 | - return $apps; |
|
| 199 | - } |
|
| 200 | - |
|
| 201 | - /** |
|
| 202 | - * enables an app |
|
| 203 | - * |
|
| 204 | - * @param string $appId |
|
| 205 | - * @param array $groups (optional) when set, only these groups will have access to the app |
|
| 206 | - * @throws \Exception |
|
| 207 | - * @return void |
|
| 208 | - * |
|
| 209 | - * This function set an app as enabled in appconfig. |
|
| 210 | - */ |
|
| 211 | - public function enable(string $appId, |
|
| 212 | - array $groups = []) { |
|
| 213 | - // Check if app is already downloaded |
|
| 214 | - /** @var Installer $installer */ |
|
| 215 | - $installer = Server::get(Installer::class); |
|
| 216 | - $isDownloaded = $installer->isDownloaded($appId); |
|
| 217 | - |
|
| 218 | - if (!$isDownloaded) { |
|
| 219 | - $installer->downloadApp($appId); |
|
| 220 | - } |
|
| 221 | - |
|
| 222 | - $installer->installApp($appId); |
|
| 223 | - |
|
| 224 | - $appManager = \OC::$server->getAppManager(); |
|
| 225 | - if ($groups !== []) { |
|
| 226 | - $groupManager = \OC::$server->getGroupManager(); |
|
| 227 | - $groupsList = []; |
|
| 228 | - foreach ($groups as $group) { |
|
| 229 | - $groupItem = $groupManager->get($group); |
|
| 230 | - if ($groupItem instanceof \OCP\IGroup) { |
|
| 231 | - $groupsList[] = $groupManager->get($group); |
|
| 232 | - } |
|
| 233 | - } |
|
| 234 | - $appManager->enableAppForGroups($appId, $groupsList); |
|
| 235 | - } else { |
|
| 236 | - $appManager->enableApp($appId); |
|
| 237 | - } |
|
| 238 | - } |
|
| 239 | - |
|
| 240 | - /** |
|
| 241 | - * Get the path where to install apps |
|
| 242 | - */ |
|
| 243 | - public static function getInstallPath(): ?string { |
|
| 244 | - foreach (OC::$APPSROOTS as $dir) { |
|
| 245 | - if (isset($dir['writable']) && $dir['writable'] === true) { |
|
| 246 | - return $dir['path']; |
|
| 247 | - } |
|
| 248 | - } |
|
| 249 | - |
|
| 250 | - Server::get(LoggerInterface::class)->error('No application directories are marked as writable.', ['app' => 'core']); |
|
| 251 | - return null; |
|
| 252 | - } |
|
| 253 | - |
|
| 254 | - |
|
| 255 | - /** |
|
| 256 | - * Find the apps root for an app id. |
|
| 257 | - * |
|
| 258 | - * If multiple copies are found, the apps root the latest version is returned. |
|
| 259 | - * |
|
| 260 | - * @param string $appId |
|
| 261 | - * @param bool $ignoreCache ignore cache and rebuild it |
|
| 262 | - * @return false|array{path: string, url: string} the apps root shape |
|
| 263 | - */ |
|
| 264 | - public static function findAppInDirectories(string $appId, bool $ignoreCache = false) { |
|
| 265 | - $sanitizedAppId = self::cleanAppId($appId); |
|
| 266 | - if ($sanitizedAppId !== $appId) { |
|
| 267 | - return false; |
|
| 268 | - } |
|
| 269 | - static $app_dir = []; |
|
| 270 | - |
|
| 271 | - if (isset($app_dir[$appId]) && !$ignoreCache) { |
|
| 272 | - return $app_dir[$appId]; |
|
| 273 | - } |
|
| 274 | - |
|
| 275 | - $possibleApps = []; |
|
| 276 | - foreach (OC::$APPSROOTS as $dir) { |
|
| 277 | - if (file_exists($dir['path'] . '/' . $appId)) { |
|
| 278 | - $possibleApps[] = $dir; |
|
| 279 | - } |
|
| 280 | - } |
|
| 281 | - |
|
| 282 | - if (empty($possibleApps)) { |
|
| 283 | - return false; |
|
| 284 | - } elseif (count($possibleApps) === 1) { |
|
| 285 | - $dir = array_shift($possibleApps); |
|
| 286 | - $app_dir[$appId] = $dir; |
|
| 287 | - return $dir; |
|
| 288 | - } else { |
|
| 289 | - $versionToLoad = []; |
|
| 290 | - foreach ($possibleApps as $possibleApp) { |
|
| 291 | - $version = self::getAppVersionByPath($possibleApp['path'] . '/' . $appId); |
|
| 292 | - if (empty($versionToLoad) || version_compare($version, $versionToLoad['version'], '>')) { |
|
| 293 | - $versionToLoad = [ |
|
| 294 | - 'dir' => $possibleApp, |
|
| 295 | - 'version' => $version, |
|
| 296 | - ]; |
|
| 297 | - } |
|
| 298 | - } |
|
| 299 | - $app_dir[$appId] = $versionToLoad['dir']; |
|
| 300 | - return $versionToLoad['dir']; |
|
| 301 | - //TODO - write test |
|
| 302 | - } |
|
| 303 | - } |
|
| 304 | - |
|
| 305 | - /** |
|
| 306 | - * Get the directory for the given app. |
|
| 307 | - * If the app is defined in multiple directories, the first one is taken. (false if not found) |
|
| 308 | - * |
|
| 309 | - * @psalm-taint-specialize |
|
| 310 | - * |
|
| 311 | - * @param string $appId |
|
| 312 | - * @param bool $refreshAppPath should be set to true only during install/upgrade |
|
| 313 | - * @return string|false |
|
| 314 | - * @deprecated 11.0.0 use Server::get(IAppManager)->getAppPath() |
|
| 315 | - */ |
|
| 316 | - public static function getAppPath(string $appId, bool $refreshAppPath = false) { |
|
| 317 | - $appId = self::cleanAppId($appId); |
|
| 318 | - if ($appId === '') { |
|
| 319 | - return false; |
|
| 320 | - } elseif ($appId === 'core') { |
|
| 321 | - return __DIR__ . '/../../../core'; |
|
| 322 | - } |
|
| 323 | - |
|
| 324 | - if (($dir = self::findAppInDirectories($appId, $refreshAppPath)) != false) { |
|
| 325 | - return $dir['path'] . '/' . $appId; |
|
| 326 | - } |
|
| 327 | - return false; |
|
| 328 | - } |
|
| 329 | - |
|
| 330 | - /** |
|
| 331 | - * Get the path for the given app on the access |
|
| 332 | - * If the app is defined in multiple directories, the first one is taken. (false if not found) |
|
| 333 | - * |
|
| 334 | - * @param string $appId |
|
| 335 | - * @return string|false |
|
| 336 | - * @deprecated 18.0.0 use \OC::$server->getAppManager()->getAppWebPath() |
|
| 337 | - */ |
|
| 338 | - public static function getAppWebPath(string $appId) { |
|
| 339 | - if (($dir = self::findAppInDirectories($appId)) != false) { |
|
| 340 | - return OC::$WEBROOT . $dir['url'] . '/' . $appId; |
|
| 341 | - } |
|
| 342 | - return false; |
|
| 343 | - } |
|
| 344 | - |
|
| 345 | - /** |
|
| 346 | - * get app's version based on it's path |
|
| 347 | - * |
|
| 348 | - * @param string $path |
|
| 349 | - * @return string |
|
| 350 | - */ |
|
| 351 | - public static function getAppVersionByPath(string $path): string { |
|
| 352 | - $infoFile = $path . '/appinfo/info.xml'; |
|
| 353 | - $appData = Server::get(IAppManager::class)->getAppInfoByPath($infoFile); |
|
| 354 | - return $appData['version'] ?? ''; |
|
| 355 | - } |
|
| 356 | - |
|
| 357 | - /** |
|
| 358 | - * get the id of loaded app |
|
| 359 | - * |
|
| 360 | - * @return string |
|
| 361 | - */ |
|
| 362 | - public static function getCurrentApp(): string { |
|
| 363 | - if (\OC::$CLI) { |
|
| 364 | - return ''; |
|
| 365 | - } |
|
| 366 | - |
|
| 367 | - $request = \OC::$server->getRequest(); |
|
| 368 | - $script = substr($request->getScriptName(), strlen(OC::$WEBROOT) + 1); |
|
| 369 | - $topFolder = substr($script, 0, strpos($script, '/') ?: 0); |
|
| 370 | - if (empty($topFolder)) { |
|
| 371 | - try { |
|
| 372 | - $path_info = $request->getPathInfo(); |
|
| 373 | - } catch (Exception $e) { |
|
| 374 | - // Can happen from unit tests because the script name is `./vendor/bin/phpunit` or something a like then. |
|
| 375 | - \OC::$server->get(LoggerInterface::class)->error('Failed to detect current app from script path', ['exception' => $e]); |
|
| 376 | - return ''; |
|
| 377 | - } |
|
| 378 | - if ($path_info) { |
|
| 379 | - $topFolder = substr($path_info, 1, strpos($path_info, '/', 1) - 1); |
|
| 380 | - } |
|
| 381 | - } |
|
| 382 | - if ($topFolder == 'apps') { |
|
| 383 | - $length = strlen($topFolder); |
|
| 384 | - return substr($script, $length + 1, strpos($script, '/', $length + 1) - $length - 1) ?: ''; |
|
| 385 | - } else { |
|
| 386 | - return $topFolder; |
|
| 387 | - } |
|
| 388 | - } |
|
| 389 | - |
|
| 390 | - /** |
|
| 391 | - * @param array $entry |
|
| 392 | - * @deprecated 20.0.0 Please register your alternative login option using the registerAlternativeLogin() on the RegistrationContext in your Application class implementing the OCP\Authentication\IAlternativeLogin interface |
|
| 393 | - */ |
|
| 394 | - public static function registerLogIn(array $entry) { |
|
| 395 | - Server::get(LoggerInterface::class)->debug('OC_App::registerLogIn() is deprecated, please register your alternative login option using the registerAlternativeLogin() on the RegistrationContext in your Application class implementing the OCP\Authentication\IAlternativeLogin interface'); |
|
| 396 | - self::$altLogin[] = $entry; |
|
| 397 | - } |
|
| 398 | - |
|
| 399 | - /** |
|
| 400 | - * @return array |
|
| 401 | - */ |
|
| 402 | - public static function getAlternativeLogIns(): array { |
|
| 403 | - /** @var Coordinator $bootstrapCoordinator */ |
|
| 404 | - $bootstrapCoordinator = Server::get(Coordinator::class); |
|
| 405 | - |
|
| 406 | - foreach ($bootstrapCoordinator->getRegistrationContext()->getAlternativeLogins() as $registration) { |
|
| 407 | - if (!in_array(IAlternativeLogin::class, class_implements($registration->getService()), true)) { |
|
| 408 | - Server::get(LoggerInterface::class)->error('Alternative login option {option} does not implement {interface} and is therefore ignored.', [ |
|
| 409 | - 'option' => $registration->getService(), |
|
| 410 | - 'interface' => IAlternativeLogin::class, |
|
| 411 | - 'app' => $registration->getAppId(), |
|
| 412 | - ]); |
|
| 413 | - continue; |
|
| 414 | - } |
|
| 415 | - |
|
| 416 | - try { |
|
| 417 | - /** @var IAlternativeLogin $provider */ |
|
| 418 | - $provider = Server::get($registration->getService()); |
|
| 419 | - } catch (ContainerExceptionInterface $e) { |
|
| 420 | - Server::get(LoggerInterface::class)->error('Alternative login option {option} can not be initialized.', |
|
| 421 | - [ |
|
| 422 | - 'exception' => $e, |
|
| 423 | - 'option' => $registration->getService(), |
|
| 424 | - 'app' => $registration->getAppId(), |
|
| 425 | - ]); |
|
| 426 | - } |
|
| 427 | - |
|
| 428 | - try { |
|
| 429 | - $provider->load(); |
|
| 430 | - |
|
| 431 | - self::$altLogin[] = [ |
|
| 432 | - 'name' => $provider->getLabel(), |
|
| 433 | - 'href' => $provider->getLink(), |
|
| 434 | - 'class' => $provider->getClass(), |
|
| 435 | - ]; |
|
| 436 | - } catch (Throwable $e) { |
|
| 437 | - Server::get(LoggerInterface::class)->error('Alternative login option {option} had an error while loading.', |
|
| 438 | - [ |
|
| 439 | - 'exception' => $e, |
|
| 440 | - 'option' => $registration->getService(), |
|
| 441 | - 'app' => $registration->getAppId(), |
|
| 442 | - ]); |
|
| 443 | - } |
|
| 444 | - } |
|
| 445 | - |
|
| 446 | - return self::$altLogin; |
|
| 447 | - } |
|
| 448 | - |
|
| 449 | - /** |
|
| 450 | - * get a list of all apps in the apps folder |
|
| 451 | - * |
|
| 452 | - * @return string[] an array of app names (string IDs) |
|
| 453 | - * @deprecated 31.0.0 Use IAppManager::getAllAppsInAppsFolders instead |
|
| 454 | - */ |
|
| 455 | - public static function getAllApps(): array { |
|
| 456 | - return Server::get(IAppManager::class)->getAllAppsInAppsFolders(); |
|
| 457 | - } |
|
| 458 | - |
|
| 459 | - /** |
|
| 460 | - * List all supported apps |
|
| 461 | - * |
|
| 462 | - * @deprecated 32.0.0 Use \OCP\Support\Subscription\IRegistry::delegateGetSupportedApps instead |
|
| 463 | - */ |
|
| 464 | - public function getSupportedApps(): array { |
|
| 465 | - $subscriptionRegistry = Server::get(\OCP\Support\Subscription\IRegistry::class); |
|
| 466 | - $supportedApps = $subscriptionRegistry->delegateGetSupportedApps(); |
|
| 467 | - return $supportedApps; |
|
| 468 | - } |
|
| 469 | - |
|
| 470 | - /** |
|
| 471 | - * List all apps, this is used in apps.php |
|
| 472 | - * |
|
| 473 | - * @return array |
|
| 474 | - */ |
|
| 475 | - public function listAllApps(): array { |
|
| 476 | - $appManager = \OC::$server->getAppManager(); |
|
| 477 | - |
|
| 478 | - $installedApps = $appManager->getAllAppsInAppsFolders(); |
|
| 479 | - //we don't want to show configuration for these |
|
| 480 | - $blacklist = $appManager->getAlwaysEnabledApps(); |
|
| 481 | - $appList = []; |
|
| 482 | - $langCode = \OC::$server->getL10N('core')->getLanguageCode(); |
|
| 483 | - $urlGenerator = \OC::$server->getURLGenerator(); |
|
| 484 | - $supportedApps = $this->getSupportedApps(); |
|
| 485 | - |
|
| 486 | - foreach ($installedApps as $app) { |
|
| 487 | - if (!in_array($app, $blacklist)) { |
|
| 488 | - $info = $appManager->getAppInfo($app, false, $langCode); |
|
| 489 | - if (!is_array($info)) { |
|
| 490 | - Server::get(LoggerInterface::class)->error('Could not read app info file for app "' . $app . '"', ['app' => 'core']); |
|
| 491 | - continue; |
|
| 492 | - } |
|
| 493 | - |
|
| 494 | - if (!isset($info['name'])) { |
|
| 495 | - Server::get(LoggerInterface::class)->error('App id "' . $app . '" has no name in appinfo', ['app' => 'core']); |
|
| 496 | - continue; |
|
| 497 | - } |
|
| 498 | - |
|
| 499 | - $enabled = \OC::$server->getConfig()->getAppValue($app, 'enabled', 'no'); |
|
| 500 | - $info['groups'] = null; |
|
| 501 | - if ($enabled === 'yes') { |
|
| 502 | - $active = true; |
|
| 503 | - } elseif ($enabled === 'no') { |
|
| 504 | - $active = false; |
|
| 505 | - } else { |
|
| 506 | - $active = true; |
|
| 507 | - $info['groups'] = $enabled; |
|
| 508 | - } |
|
| 509 | - |
|
| 510 | - $info['active'] = $active; |
|
| 511 | - |
|
| 512 | - if ($appManager->isShipped($app)) { |
|
| 513 | - $info['internal'] = true; |
|
| 514 | - $info['level'] = self::officialApp; |
|
| 515 | - $info['removable'] = false; |
|
| 516 | - } else { |
|
| 517 | - $info['internal'] = false; |
|
| 518 | - $info['removable'] = true; |
|
| 519 | - } |
|
| 520 | - |
|
| 521 | - if (in_array($app, $supportedApps)) { |
|
| 522 | - $info['level'] = self::supportedApp; |
|
| 523 | - } |
|
| 524 | - |
|
| 525 | - $appPath = self::getAppPath($app); |
|
| 526 | - if ($appPath !== false) { |
|
| 527 | - $appIcon = $appPath . '/img/' . $app . '.svg'; |
|
| 528 | - if (file_exists($appIcon)) { |
|
| 529 | - $info['preview'] = $urlGenerator->imagePath($app, $app . '.svg'); |
|
| 530 | - $info['previewAsIcon'] = true; |
|
| 531 | - } else { |
|
| 532 | - $appIcon = $appPath . '/img/app.svg'; |
|
| 533 | - if (file_exists($appIcon)) { |
|
| 534 | - $info['preview'] = $urlGenerator->imagePath($app, 'app.svg'); |
|
| 535 | - $info['previewAsIcon'] = true; |
|
| 536 | - } |
|
| 537 | - } |
|
| 538 | - } |
|
| 539 | - // fix documentation |
|
| 540 | - if (isset($info['documentation']) && is_array($info['documentation'])) { |
|
| 541 | - foreach ($info['documentation'] as $key => $url) { |
|
| 542 | - // If it is not an absolute URL we assume it is a key |
|
| 543 | - // i.e. admin-ldap will get converted to go.php?to=admin-ldap |
|
| 544 | - if (stripos($url, 'https://') !== 0 && stripos($url, 'http://') !== 0) { |
|
| 545 | - $url = $urlGenerator->linkToDocs($url); |
|
| 546 | - } |
|
| 547 | - |
|
| 548 | - $info['documentation'][$key] = $url; |
|
| 549 | - } |
|
| 550 | - } |
|
| 551 | - |
|
| 552 | - $info['version'] = $appManager->getAppVersion($app); |
|
| 553 | - $appList[] = $info; |
|
| 554 | - } |
|
| 555 | - } |
|
| 556 | - |
|
| 557 | - return $appList; |
|
| 558 | - } |
|
| 559 | - |
|
| 560 | - public static function shouldUpgrade(string $app): bool { |
|
| 561 | - $versions = self::getAppVersions(); |
|
| 562 | - $currentVersion = Server::get(\OCP\App\IAppManager::class)->getAppVersion($app); |
|
| 563 | - if ($currentVersion && isset($versions[$app])) { |
|
| 564 | - $installedVersion = $versions[$app]; |
|
| 565 | - if (!version_compare($currentVersion, $installedVersion, '=')) { |
|
| 566 | - return true; |
|
| 567 | - } |
|
| 568 | - } |
|
| 569 | - return false; |
|
| 570 | - } |
|
| 571 | - |
|
| 572 | - /** |
|
| 573 | - * Adjust the number of version parts of $version1 to match |
|
| 574 | - * the number of version parts of $version2. |
|
| 575 | - * |
|
| 576 | - * @param string $version1 version to adjust |
|
| 577 | - * @param string $version2 version to take the number of parts from |
|
| 578 | - * @return string shortened $version1 |
|
| 579 | - */ |
|
| 580 | - private static function adjustVersionParts(string $version1, string $version2): string { |
|
| 581 | - $version1 = explode('.', $version1); |
|
| 582 | - $version2 = explode('.', $version2); |
|
| 583 | - // reduce $version1 to match the number of parts in $version2 |
|
| 584 | - while (count($version1) > count($version2)) { |
|
| 585 | - array_pop($version1); |
|
| 586 | - } |
|
| 587 | - // if $version1 does not have enough parts, add some |
|
| 588 | - while (count($version1) < count($version2)) { |
|
| 589 | - $version1[] = '0'; |
|
| 590 | - } |
|
| 591 | - return implode('.', $version1); |
|
| 592 | - } |
|
| 593 | - |
|
| 594 | - /** |
|
| 595 | - * Check whether the current Nextcloud version matches the given |
|
| 596 | - * application's version requirements. |
|
| 597 | - * |
|
| 598 | - * The comparison is made based on the number of parts that the |
|
| 599 | - * app info version has. For example for ownCloud 6.0.3 if the |
|
| 600 | - * app info version is expecting version 6.0, the comparison is |
|
| 601 | - * made on the first two parts of the ownCloud version. |
|
| 602 | - * This means that it's possible to specify "requiremin" => 6 |
|
| 603 | - * and "requiremax" => 6 and it will still match ownCloud 6.0.3. |
|
| 604 | - * |
|
| 605 | - * @param string $ocVersion Nextcloud version to check against |
|
| 606 | - * @param array $appInfo app info (from xml) |
|
| 607 | - * |
|
| 608 | - * @return boolean true if compatible, otherwise false |
|
| 609 | - */ |
|
| 610 | - public static function isAppCompatible(string $ocVersion, array $appInfo, bool $ignoreMax = false): bool { |
|
| 611 | - $requireMin = ''; |
|
| 612 | - $requireMax = ''; |
|
| 613 | - if (isset($appInfo['dependencies']['nextcloud']['@attributes']['min-version'])) { |
|
| 614 | - $requireMin = $appInfo['dependencies']['nextcloud']['@attributes']['min-version']; |
|
| 615 | - } elseif (isset($appInfo['dependencies']['owncloud']['@attributes']['min-version'])) { |
|
| 616 | - $requireMin = $appInfo['dependencies']['owncloud']['@attributes']['min-version']; |
|
| 617 | - } elseif (isset($appInfo['requiremin'])) { |
|
| 618 | - $requireMin = $appInfo['requiremin']; |
|
| 619 | - } elseif (isset($appInfo['require'])) { |
|
| 620 | - $requireMin = $appInfo['require']; |
|
| 621 | - } |
|
| 622 | - |
|
| 623 | - if (isset($appInfo['dependencies']['nextcloud']['@attributes']['max-version'])) { |
|
| 624 | - $requireMax = $appInfo['dependencies']['nextcloud']['@attributes']['max-version']; |
|
| 625 | - } elseif (isset($appInfo['dependencies']['owncloud']['@attributes']['max-version'])) { |
|
| 626 | - $requireMax = $appInfo['dependencies']['owncloud']['@attributes']['max-version']; |
|
| 627 | - } elseif (isset($appInfo['requiremax'])) { |
|
| 628 | - $requireMax = $appInfo['requiremax']; |
|
| 629 | - } |
|
| 630 | - |
|
| 631 | - if (!empty($requireMin) |
|
| 632 | - && version_compare(self::adjustVersionParts($ocVersion, $requireMin), $requireMin, '<') |
|
| 633 | - ) { |
|
| 634 | - return false; |
|
| 635 | - } |
|
| 636 | - |
|
| 637 | - if (!$ignoreMax && !empty($requireMax) |
|
| 638 | - && version_compare(self::adjustVersionParts($ocVersion, $requireMax), $requireMax, '>') |
|
| 639 | - ) { |
|
| 640 | - return false; |
|
| 641 | - } |
|
| 642 | - |
|
| 643 | - return true; |
|
| 644 | - } |
|
| 645 | - |
|
| 646 | - /** |
|
| 647 | - * get the installed version of all apps |
|
| 648 | - * @deprecated 32.0.0 Use IAppManager::getAppInstalledVersions or IAppConfig::getAppInstalledVersions instead |
|
| 649 | - */ |
|
| 650 | - public static function getAppVersions(): array { |
|
| 651 | - return Server::get(IAppConfig::class)->getAppInstalledVersions(); |
|
| 652 | - } |
|
| 653 | - |
|
| 654 | - /** |
|
| 655 | - * update the database for the app and call the update script |
|
| 656 | - * |
|
| 657 | - * @param string $appId |
|
| 658 | - * @return bool |
|
| 659 | - */ |
|
| 660 | - public static function updateApp(string $appId): bool { |
|
| 661 | - // for apps distributed with core, we refresh app path in case the downloaded version |
|
| 662 | - // have been installed in custom apps and not in the default path |
|
| 663 | - $appPath = self::getAppPath($appId, true); |
|
| 664 | - if ($appPath === false) { |
|
| 665 | - return false; |
|
| 666 | - } |
|
| 667 | - |
|
| 668 | - if (is_file($appPath . '/appinfo/database.xml')) { |
|
| 669 | - Server::get(LoggerInterface::class)->error('The appinfo/database.xml file is not longer supported. Used in ' . $appId); |
|
| 670 | - return false; |
|
| 671 | - } |
|
| 672 | - |
|
| 673 | - \OC::$server->getAppManager()->clearAppsCache(); |
|
| 674 | - $l = \OC::$server->getL10N('core'); |
|
| 675 | - $appData = Server::get(\OCP\App\IAppManager::class)->getAppInfo($appId, false, $l->getLanguageCode()); |
|
| 676 | - |
|
| 677 | - $ignoreMaxApps = \OC::$server->getConfig()->getSystemValue('app_install_overwrite', []); |
|
| 678 | - $ignoreMax = in_array($appId, $ignoreMaxApps, true); |
|
| 679 | - \OC_App::checkAppDependencies( |
|
| 680 | - \OC::$server->getConfig(), |
|
| 681 | - $l, |
|
| 682 | - $appData, |
|
| 683 | - $ignoreMax |
|
| 684 | - ); |
|
| 685 | - |
|
| 686 | - self::registerAutoloading($appId, $appPath, true); |
|
| 687 | - self::executeRepairSteps($appId, $appData['repair-steps']['pre-migration']); |
|
| 688 | - |
|
| 689 | - $ms = new MigrationService($appId, \OC::$server->get(\OC\DB\Connection::class)); |
|
| 690 | - $ms->migrate(); |
|
| 691 | - |
|
| 692 | - self::executeRepairSteps($appId, $appData['repair-steps']['post-migration']); |
|
| 693 | - self::setupLiveMigrations($appId, $appData['repair-steps']['live-migration']); |
|
| 694 | - // update appversion in app manager |
|
| 695 | - \OC::$server->getAppManager()->clearAppsCache(); |
|
| 696 | - \OC::$server->getAppManager()->getAppVersion($appId, false); |
|
| 697 | - |
|
| 698 | - self::setupBackgroundJobs($appData['background-jobs']); |
|
| 699 | - |
|
| 700 | - //set remote/public handlers |
|
| 701 | - if (array_key_exists('ocsid', $appData)) { |
|
| 702 | - \OC::$server->getConfig()->setAppValue($appId, 'ocsid', $appData['ocsid']); |
|
| 703 | - } elseif (\OC::$server->getConfig()->getAppValue($appId, 'ocsid', null) !== null) { |
|
| 704 | - \OC::$server->getConfig()->deleteAppValue($appId, 'ocsid'); |
|
| 705 | - } |
|
| 706 | - foreach ($appData['remote'] as $name => $path) { |
|
| 707 | - \OC::$server->getConfig()->setAppValue('core', 'remote_' . $name, $appId . '/' . $path); |
|
| 708 | - } |
|
| 709 | - foreach ($appData['public'] as $name => $path) { |
|
| 710 | - \OC::$server->getConfig()->setAppValue('core', 'public_' . $name, $appId . '/' . $path); |
|
| 711 | - } |
|
| 712 | - |
|
| 713 | - self::setAppTypes($appId); |
|
| 714 | - |
|
| 715 | - $version = Server::get(\OCP\App\IAppManager::class)->getAppVersion($appId); |
|
| 716 | - \OC::$server->getConfig()->setAppValue($appId, 'installed_version', $version); |
|
| 717 | - |
|
| 718 | - // migrate eventual new config keys in the process |
|
| 719 | - /** @psalm-suppress InternalMethod */ |
|
| 720 | - Server::get(ConfigManager::class)->migrateConfigLexiconKeys($appId); |
|
| 721 | - |
|
| 722 | - \OC::$server->get(IEventDispatcher::class)->dispatchTyped(new AppUpdateEvent($appId)); |
|
| 723 | - \OC::$server->get(IEventDispatcher::class)->dispatch(ManagerEvent::EVENT_APP_UPDATE, new ManagerEvent( |
|
| 724 | - ManagerEvent::EVENT_APP_UPDATE, $appId |
|
| 725 | - )); |
|
| 726 | - |
|
| 727 | - return true; |
|
| 728 | - } |
|
| 729 | - |
|
| 730 | - /** |
|
| 731 | - * @param string $appId |
|
| 732 | - * @param string[] $steps |
|
| 733 | - * @throws \OC\NeedsUpdateException |
|
| 734 | - */ |
|
| 735 | - public static function executeRepairSteps(string $appId, array $steps) { |
|
| 736 | - if (empty($steps)) { |
|
| 737 | - return; |
|
| 738 | - } |
|
| 739 | - // load the app |
|
| 740 | - self::loadApp($appId); |
|
| 741 | - |
|
| 742 | - $dispatcher = Server::get(IEventDispatcher::class); |
|
| 743 | - |
|
| 744 | - // load the steps |
|
| 745 | - $r = Server::get(Repair::class); |
|
| 746 | - foreach ($steps as $step) { |
|
| 747 | - try { |
|
| 748 | - $r->addStep($step); |
|
| 749 | - } catch (Exception $ex) { |
|
| 750 | - $dispatcher->dispatchTyped(new RepairErrorEvent($ex->getMessage())); |
|
| 751 | - logger('core')->error('Failed to add app migration step ' . $step, ['exception' => $ex]); |
|
| 752 | - } |
|
| 753 | - } |
|
| 754 | - // run the steps |
|
| 755 | - $r->run(); |
|
| 756 | - } |
|
| 757 | - |
|
| 758 | - public static function setupBackgroundJobs(array $jobs) { |
|
| 759 | - $queue = \OC::$server->getJobList(); |
|
| 760 | - foreach ($jobs as $job) { |
|
| 761 | - $queue->add($job); |
|
| 762 | - } |
|
| 763 | - } |
|
| 764 | - |
|
| 765 | - /** |
|
| 766 | - * @param string $appId |
|
| 767 | - * @param string[] $steps |
|
| 768 | - */ |
|
| 769 | - private static function setupLiveMigrations(string $appId, array $steps) { |
|
| 770 | - $queue = \OC::$server->getJobList(); |
|
| 771 | - foreach ($steps as $step) { |
|
| 772 | - $queue->add('OC\Migration\BackgroundRepair', [ |
|
| 773 | - 'app' => $appId, |
|
| 774 | - 'step' => $step]); |
|
| 775 | - } |
|
| 776 | - } |
|
| 777 | - |
|
| 778 | - protected static function findBestL10NOption(array $options, string $lang): string { |
|
| 779 | - // only a single option |
|
| 780 | - if (isset($options['@value'])) { |
|
| 781 | - return $options['@value']; |
|
| 782 | - } |
|
| 783 | - |
|
| 784 | - $fallback = $similarLangFallback = $englishFallback = false; |
|
| 785 | - |
|
| 786 | - $lang = strtolower($lang); |
|
| 787 | - $similarLang = $lang; |
|
| 788 | - if (strpos($similarLang, '_')) { |
|
| 789 | - // For "de_DE" we want to find "de" and the other way around |
|
| 790 | - $similarLang = substr($lang, 0, strpos($lang, '_')); |
|
| 791 | - } |
|
| 792 | - |
|
| 793 | - foreach ($options as $option) { |
|
| 794 | - if (is_array($option)) { |
|
| 795 | - if ($fallback === false) { |
|
| 796 | - $fallback = $option['@value']; |
|
| 797 | - } |
|
| 798 | - |
|
| 799 | - if (!isset($option['@attributes']['lang'])) { |
|
| 800 | - continue; |
|
| 801 | - } |
|
| 802 | - |
|
| 803 | - $attributeLang = strtolower($option['@attributes']['lang']); |
|
| 804 | - if ($attributeLang === $lang) { |
|
| 805 | - return $option['@value']; |
|
| 806 | - } |
|
| 807 | - |
|
| 808 | - if ($attributeLang === $similarLang) { |
|
| 809 | - $similarLangFallback = $option['@value']; |
|
| 810 | - } elseif (str_starts_with($attributeLang, $similarLang . '_')) { |
|
| 811 | - if ($similarLangFallback === false) { |
|
| 812 | - $similarLangFallback = $option['@value']; |
|
| 813 | - } |
|
| 814 | - } |
|
| 815 | - } else { |
|
| 816 | - $englishFallback = $option; |
|
| 817 | - } |
|
| 818 | - } |
|
| 819 | - |
|
| 820 | - if ($similarLangFallback !== false) { |
|
| 821 | - return $similarLangFallback; |
|
| 822 | - } elseif ($englishFallback !== false) { |
|
| 823 | - return $englishFallback; |
|
| 824 | - } |
|
| 825 | - return (string)$fallback; |
|
| 826 | - } |
|
| 827 | - |
|
| 828 | - /** |
|
| 829 | - * parses the app data array and enhanced the 'description' value |
|
| 830 | - * |
|
| 831 | - * @param array $data the app data |
|
| 832 | - * @param string $lang |
|
| 833 | - * @return array improved app data |
|
| 834 | - */ |
|
| 835 | - public static function parseAppInfo(array $data, $lang = null): array { |
|
| 836 | - if ($lang && isset($data['name']) && is_array($data['name'])) { |
|
| 837 | - $data['name'] = self::findBestL10NOption($data['name'], $lang); |
|
| 838 | - } |
|
| 839 | - if ($lang && isset($data['summary']) && is_array($data['summary'])) { |
|
| 840 | - $data['summary'] = self::findBestL10NOption($data['summary'], $lang); |
|
| 841 | - } |
|
| 842 | - if ($lang && isset($data['description']) && is_array($data['description'])) { |
|
| 843 | - $data['description'] = trim(self::findBestL10NOption($data['description'], $lang)); |
|
| 844 | - } elseif (isset($data['description']) && is_string($data['description'])) { |
|
| 845 | - $data['description'] = trim($data['description']); |
|
| 846 | - } else { |
|
| 847 | - $data['description'] = ''; |
|
| 848 | - } |
|
| 849 | - |
|
| 850 | - return $data; |
|
| 851 | - } |
|
| 852 | - |
|
| 853 | - /** |
|
| 854 | - * @param \OCP\IConfig $config |
|
| 855 | - * @param \OCP\IL10N $l |
|
| 856 | - * @param array $info |
|
| 857 | - * @throws \Exception |
|
| 858 | - */ |
|
| 859 | - public static function checkAppDependencies(\OCP\IConfig $config, \OCP\IL10N $l, array $info, bool $ignoreMax) { |
|
| 860 | - $dependencyAnalyzer = new DependencyAnalyzer(new Platform($config), $l); |
|
| 861 | - $missing = $dependencyAnalyzer->analyze($info, $ignoreMax); |
|
| 862 | - if (!empty($missing)) { |
|
| 863 | - $missingMsg = implode(PHP_EOL, $missing); |
|
| 864 | - throw new \Exception( |
|
| 865 | - $l->t('App "%1$s" cannot be installed because the following dependencies are not fulfilled: %2$s', |
|
| 866 | - [$info['name'], $missingMsg] |
|
| 867 | - ) |
|
| 868 | - ); |
|
| 869 | - } |
|
| 870 | - } |
|
| 34 | + private static $altLogin = []; |
|
| 35 | + private static $alreadyRegistered = []; |
|
| 36 | + public const supportedApp = 300; |
|
| 37 | + public const officialApp = 200; |
|
| 38 | + |
|
| 39 | + /** |
|
| 40 | + * clean the appId |
|
| 41 | + * |
|
| 42 | + * @psalm-taint-escape file |
|
| 43 | + * @psalm-taint-escape include |
|
| 44 | + * @psalm-taint-escape html |
|
| 45 | + * @psalm-taint-escape has_quotes |
|
| 46 | + * |
|
| 47 | + * @deprecated 31.0.0 use IAppManager::cleanAppId |
|
| 48 | + */ |
|
| 49 | + public static function cleanAppId(string $app): string { |
|
| 50 | + return str_replace(['<', '>', '"', "'", '\0', '/', '\\', '..'], '', $app); |
|
| 51 | + } |
|
| 52 | + |
|
| 53 | + /** |
|
| 54 | + * Check if an app is loaded |
|
| 55 | + * |
|
| 56 | + * @param string $app |
|
| 57 | + * @return bool |
|
| 58 | + * @deprecated 27.0.0 use IAppManager::isAppLoaded |
|
| 59 | + */ |
|
| 60 | + public static function isAppLoaded(string $app): bool { |
|
| 61 | + return \OC::$server->get(IAppManager::class)->isAppLoaded($app); |
|
| 62 | + } |
|
| 63 | + |
|
| 64 | + /** |
|
| 65 | + * loads all apps |
|
| 66 | + * |
|
| 67 | + * @param string[] $types |
|
| 68 | + * @return bool |
|
| 69 | + * |
|
| 70 | + * This function walks through the Nextcloud directory and loads all apps |
|
| 71 | + * it can find. A directory contains an app if the file /appinfo/info.xml |
|
| 72 | + * exists. |
|
| 73 | + * |
|
| 74 | + * if $types is set to non-empty array, only apps of those types will be loaded |
|
| 75 | + * |
|
| 76 | + * @deprecated 29.0.0 use IAppManager::loadApps instead |
|
| 77 | + */ |
|
| 78 | + public static function loadApps(array $types = []): bool { |
|
| 79 | + if (!\OC::$server->getSystemConfig()->getValue('installed', false)) { |
|
| 80 | + // This should be done before calling this method so that appmanager can be used |
|
| 81 | + return false; |
|
| 82 | + } |
|
| 83 | + return \OC::$server->get(IAppManager::class)->loadApps($types); |
|
| 84 | + } |
|
| 85 | + |
|
| 86 | + /** |
|
| 87 | + * load a single app |
|
| 88 | + * |
|
| 89 | + * @param string $app |
|
| 90 | + * @throws Exception |
|
| 91 | + * @deprecated 27.0.0 use IAppManager::loadApp |
|
| 92 | + */ |
|
| 93 | + public static function loadApp(string $app): void { |
|
| 94 | + \OC::$server->get(IAppManager::class)->loadApp($app); |
|
| 95 | + } |
|
| 96 | + |
|
| 97 | + /** |
|
| 98 | + * @internal |
|
| 99 | + * @param string $app |
|
| 100 | + * @param string $path |
|
| 101 | + * @param bool $force |
|
| 102 | + */ |
|
| 103 | + public static function registerAutoloading(string $app, string $path, bool $force = false) { |
|
| 104 | + $key = $app . '-' . $path; |
|
| 105 | + if (!$force && isset(self::$alreadyRegistered[$key])) { |
|
| 106 | + return; |
|
| 107 | + } |
|
| 108 | + |
|
| 109 | + self::$alreadyRegistered[$key] = true; |
|
| 110 | + |
|
| 111 | + // Register on PSR-4 composer autoloader |
|
| 112 | + $appNamespace = \OC\AppFramework\App::buildAppNamespace($app); |
|
| 113 | + \OC::$server->registerNamespace($app, $appNamespace); |
|
| 114 | + |
|
| 115 | + if (file_exists($path . '/composer/autoload.php')) { |
|
| 116 | + require_once $path . '/composer/autoload.php'; |
|
| 117 | + } else { |
|
| 118 | + \OC::$composerAutoloader->addPsr4($appNamespace . '\\', $path . '/lib/', true); |
|
| 119 | + } |
|
| 120 | + |
|
| 121 | + // Register Test namespace only when testing |
|
| 122 | + if (defined('PHPUNIT_RUN') || defined('CLI_TEST_RUN')) { |
|
| 123 | + \OC::$composerAutoloader->addPsr4($appNamespace . '\\Tests\\', $path . '/tests/', true); |
|
| 124 | + } |
|
| 125 | + } |
|
| 126 | + |
|
| 127 | + /** |
|
| 128 | + * check if an app is of a specific type |
|
| 129 | + * |
|
| 130 | + * @param string $app |
|
| 131 | + * @param array $types |
|
| 132 | + * @return bool |
|
| 133 | + * @deprecated 27.0.0 use IAppManager::isType |
|
| 134 | + */ |
|
| 135 | + public static function isType(string $app, array $types): bool { |
|
| 136 | + return \OC::$server->get(IAppManager::class)->isType($app, $types); |
|
| 137 | + } |
|
| 138 | + |
|
| 139 | + /** |
|
| 140 | + * read app types from info.xml and cache them in the database |
|
| 141 | + */ |
|
| 142 | + public static function setAppTypes(string $app) { |
|
| 143 | + $appManager = \OC::$server->getAppManager(); |
|
| 144 | + $appData = $appManager->getAppInfo($app); |
|
| 145 | + if (!is_array($appData)) { |
|
| 146 | + return; |
|
| 147 | + } |
|
| 148 | + |
|
| 149 | + if (isset($appData['types'])) { |
|
| 150 | + $appTypes = implode(',', $appData['types']); |
|
| 151 | + } else { |
|
| 152 | + $appTypes = ''; |
|
| 153 | + $appData['types'] = []; |
|
| 154 | + } |
|
| 155 | + |
|
| 156 | + $config = \OC::$server->getConfig(); |
|
| 157 | + $config->setAppValue($app, 'types', $appTypes); |
|
| 158 | + |
|
| 159 | + if ($appManager->hasProtectedAppType($appData['types'])) { |
|
| 160 | + $enabled = $config->getAppValue($app, 'enabled', 'yes'); |
|
| 161 | + if ($enabled !== 'yes' && $enabled !== 'no') { |
|
| 162 | + $config->setAppValue($app, 'enabled', 'yes'); |
|
| 163 | + } |
|
| 164 | + } |
|
| 165 | + } |
|
| 166 | + |
|
| 167 | + /** |
|
| 168 | + * Returns apps enabled for the current user. |
|
| 169 | + * |
|
| 170 | + * @param bool $forceRefresh whether to refresh the cache |
|
| 171 | + * @param bool $all whether to return apps for all users, not only the |
|
| 172 | + * currently logged in one |
|
| 173 | + * @return list<string> |
|
| 174 | + */ |
|
| 175 | + public static function getEnabledApps(bool $forceRefresh = false, bool $all = false): array { |
|
| 176 | + if (!\OC::$server->getSystemConfig()->getValue('installed', false)) { |
|
| 177 | + return []; |
|
| 178 | + } |
|
| 179 | + // in incognito mode or when logged out, $user will be false, |
|
| 180 | + // which is also the case during an upgrade |
|
| 181 | + $appManager = \OC::$server->getAppManager(); |
|
| 182 | + if ($all) { |
|
| 183 | + $user = null; |
|
| 184 | + } else { |
|
| 185 | + $user = \OC::$server->getUserSession()->getUser(); |
|
| 186 | + } |
|
| 187 | + |
|
| 188 | + if (is_null($user)) { |
|
| 189 | + $apps = $appManager->getEnabledApps(); |
|
| 190 | + } else { |
|
| 191 | + $apps = $appManager->getEnabledAppsForUser($user); |
|
| 192 | + } |
|
| 193 | + $apps = array_filter($apps, function ($app) { |
|
| 194 | + return $app !== 'files';//we add this manually |
|
| 195 | + }); |
|
| 196 | + sort($apps); |
|
| 197 | + array_unshift($apps, 'files'); |
|
| 198 | + return $apps; |
|
| 199 | + } |
|
| 200 | + |
|
| 201 | + /** |
|
| 202 | + * enables an app |
|
| 203 | + * |
|
| 204 | + * @param string $appId |
|
| 205 | + * @param array $groups (optional) when set, only these groups will have access to the app |
|
| 206 | + * @throws \Exception |
|
| 207 | + * @return void |
|
| 208 | + * |
|
| 209 | + * This function set an app as enabled in appconfig. |
|
| 210 | + */ |
|
| 211 | + public function enable(string $appId, |
|
| 212 | + array $groups = []) { |
|
| 213 | + // Check if app is already downloaded |
|
| 214 | + /** @var Installer $installer */ |
|
| 215 | + $installer = Server::get(Installer::class); |
|
| 216 | + $isDownloaded = $installer->isDownloaded($appId); |
|
| 217 | + |
|
| 218 | + if (!$isDownloaded) { |
|
| 219 | + $installer->downloadApp($appId); |
|
| 220 | + } |
|
| 221 | + |
|
| 222 | + $installer->installApp($appId); |
|
| 223 | + |
|
| 224 | + $appManager = \OC::$server->getAppManager(); |
|
| 225 | + if ($groups !== []) { |
|
| 226 | + $groupManager = \OC::$server->getGroupManager(); |
|
| 227 | + $groupsList = []; |
|
| 228 | + foreach ($groups as $group) { |
|
| 229 | + $groupItem = $groupManager->get($group); |
|
| 230 | + if ($groupItem instanceof \OCP\IGroup) { |
|
| 231 | + $groupsList[] = $groupManager->get($group); |
|
| 232 | + } |
|
| 233 | + } |
|
| 234 | + $appManager->enableAppForGroups($appId, $groupsList); |
|
| 235 | + } else { |
|
| 236 | + $appManager->enableApp($appId); |
|
| 237 | + } |
|
| 238 | + } |
|
| 239 | + |
|
| 240 | + /** |
|
| 241 | + * Get the path where to install apps |
|
| 242 | + */ |
|
| 243 | + public static function getInstallPath(): ?string { |
|
| 244 | + foreach (OC::$APPSROOTS as $dir) { |
|
| 245 | + if (isset($dir['writable']) && $dir['writable'] === true) { |
|
| 246 | + return $dir['path']; |
|
| 247 | + } |
|
| 248 | + } |
|
| 249 | + |
|
| 250 | + Server::get(LoggerInterface::class)->error('No application directories are marked as writable.', ['app' => 'core']); |
|
| 251 | + return null; |
|
| 252 | + } |
|
| 253 | + |
|
| 254 | + |
|
| 255 | + /** |
|
| 256 | + * Find the apps root for an app id. |
|
| 257 | + * |
|
| 258 | + * If multiple copies are found, the apps root the latest version is returned. |
|
| 259 | + * |
|
| 260 | + * @param string $appId |
|
| 261 | + * @param bool $ignoreCache ignore cache and rebuild it |
|
| 262 | + * @return false|array{path: string, url: string} the apps root shape |
|
| 263 | + */ |
|
| 264 | + public static function findAppInDirectories(string $appId, bool $ignoreCache = false) { |
|
| 265 | + $sanitizedAppId = self::cleanAppId($appId); |
|
| 266 | + if ($sanitizedAppId !== $appId) { |
|
| 267 | + return false; |
|
| 268 | + } |
|
| 269 | + static $app_dir = []; |
|
| 270 | + |
|
| 271 | + if (isset($app_dir[$appId]) && !$ignoreCache) { |
|
| 272 | + return $app_dir[$appId]; |
|
| 273 | + } |
|
| 274 | + |
|
| 275 | + $possibleApps = []; |
|
| 276 | + foreach (OC::$APPSROOTS as $dir) { |
|
| 277 | + if (file_exists($dir['path'] . '/' . $appId)) { |
|
| 278 | + $possibleApps[] = $dir; |
|
| 279 | + } |
|
| 280 | + } |
|
| 281 | + |
|
| 282 | + if (empty($possibleApps)) { |
|
| 283 | + return false; |
|
| 284 | + } elseif (count($possibleApps) === 1) { |
|
| 285 | + $dir = array_shift($possibleApps); |
|
| 286 | + $app_dir[$appId] = $dir; |
|
| 287 | + return $dir; |
|
| 288 | + } else { |
|
| 289 | + $versionToLoad = []; |
|
| 290 | + foreach ($possibleApps as $possibleApp) { |
|
| 291 | + $version = self::getAppVersionByPath($possibleApp['path'] . '/' . $appId); |
|
| 292 | + if (empty($versionToLoad) || version_compare($version, $versionToLoad['version'], '>')) { |
|
| 293 | + $versionToLoad = [ |
|
| 294 | + 'dir' => $possibleApp, |
|
| 295 | + 'version' => $version, |
|
| 296 | + ]; |
|
| 297 | + } |
|
| 298 | + } |
|
| 299 | + $app_dir[$appId] = $versionToLoad['dir']; |
|
| 300 | + return $versionToLoad['dir']; |
|
| 301 | + //TODO - write test |
|
| 302 | + } |
|
| 303 | + } |
|
| 304 | + |
|
| 305 | + /** |
|
| 306 | + * Get the directory for the given app. |
|
| 307 | + * If the app is defined in multiple directories, the first one is taken. (false if not found) |
|
| 308 | + * |
|
| 309 | + * @psalm-taint-specialize |
|
| 310 | + * |
|
| 311 | + * @param string $appId |
|
| 312 | + * @param bool $refreshAppPath should be set to true only during install/upgrade |
|
| 313 | + * @return string|false |
|
| 314 | + * @deprecated 11.0.0 use Server::get(IAppManager)->getAppPath() |
|
| 315 | + */ |
|
| 316 | + public static function getAppPath(string $appId, bool $refreshAppPath = false) { |
|
| 317 | + $appId = self::cleanAppId($appId); |
|
| 318 | + if ($appId === '') { |
|
| 319 | + return false; |
|
| 320 | + } elseif ($appId === 'core') { |
|
| 321 | + return __DIR__ . '/../../../core'; |
|
| 322 | + } |
|
| 323 | + |
|
| 324 | + if (($dir = self::findAppInDirectories($appId, $refreshAppPath)) != false) { |
|
| 325 | + return $dir['path'] . '/' . $appId; |
|
| 326 | + } |
|
| 327 | + return false; |
|
| 328 | + } |
|
| 329 | + |
|
| 330 | + /** |
|
| 331 | + * Get the path for the given app on the access |
|
| 332 | + * If the app is defined in multiple directories, the first one is taken. (false if not found) |
|
| 333 | + * |
|
| 334 | + * @param string $appId |
|
| 335 | + * @return string|false |
|
| 336 | + * @deprecated 18.0.0 use \OC::$server->getAppManager()->getAppWebPath() |
|
| 337 | + */ |
|
| 338 | + public static function getAppWebPath(string $appId) { |
|
| 339 | + if (($dir = self::findAppInDirectories($appId)) != false) { |
|
| 340 | + return OC::$WEBROOT . $dir['url'] . '/' . $appId; |
|
| 341 | + } |
|
| 342 | + return false; |
|
| 343 | + } |
|
| 344 | + |
|
| 345 | + /** |
|
| 346 | + * get app's version based on it's path |
|
| 347 | + * |
|
| 348 | + * @param string $path |
|
| 349 | + * @return string |
|
| 350 | + */ |
|
| 351 | + public static function getAppVersionByPath(string $path): string { |
|
| 352 | + $infoFile = $path . '/appinfo/info.xml'; |
|
| 353 | + $appData = Server::get(IAppManager::class)->getAppInfoByPath($infoFile); |
|
| 354 | + return $appData['version'] ?? ''; |
|
| 355 | + } |
|
| 356 | + |
|
| 357 | + /** |
|
| 358 | + * get the id of loaded app |
|
| 359 | + * |
|
| 360 | + * @return string |
|
| 361 | + */ |
|
| 362 | + public static function getCurrentApp(): string { |
|
| 363 | + if (\OC::$CLI) { |
|
| 364 | + return ''; |
|
| 365 | + } |
|
| 366 | + |
|
| 367 | + $request = \OC::$server->getRequest(); |
|
| 368 | + $script = substr($request->getScriptName(), strlen(OC::$WEBROOT) + 1); |
|
| 369 | + $topFolder = substr($script, 0, strpos($script, '/') ?: 0); |
|
| 370 | + if (empty($topFolder)) { |
|
| 371 | + try { |
|
| 372 | + $path_info = $request->getPathInfo(); |
|
| 373 | + } catch (Exception $e) { |
|
| 374 | + // Can happen from unit tests because the script name is `./vendor/bin/phpunit` or something a like then. |
|
| 375 | + \OC::$server->get(LoggerInterface::class)->error('Failed to detect current app from script path', ['exception' => $e]); |
|
| 376 | + return ''; |
|
| 377 | + } |
|
| 378 | + if ($path_info) { |
|
| 379 | + $topFolder = substr($path_info, 1, strpos($path_info, '/', 1) - 1); |
|
| 380 | + } |
|
| 381 | + } |
|
| 382 | + if ($topFolder == 'apps') { |
|
| 383 | + $length = strlen($topFolder); |
|
| 384 | + return substr($script, $length + 1, strpos($script, '/', $length + 1) - $length - 1) ?: ''; |
|
| 385 | + } else { |
|
| 386 | + return $topFolder; |
|
| 387 | + } |
|
| 388 | + } |
|
| 389 | + |
|
| 390 | + /** |
|
| 391 | + * @param array $entry |
|
| 392 | + * @deprecated 20.0.0 Please register your alternative login option using the registerAlternativeLogin() on the RegistrationContext in your Application class implementing the OCP\Authentication\IAlternativeLogin interface |
|
| 393 | + */ |
|
| 394 | + public static function registerLogIn(array $entry) { |
|
| 395 | + Server::get(LoggerInterface::class)->debug('OC_App::registerLogIn() is deprecated, please register your alternative login option using the registerAlternativeLogin() on the RegistrationContext in your Application class implementing the OCP\Authentication\IAlternativeLogin interface'); |
|
| 396 | + self::$altLogin[] = $entry; |
|
| 397 | + } |
|
| 398 | + |
|
| 399 | + /** |
|
| 400 | + * @return array |
|
| 401 | + */ |
|
| 402 | + public static function getAlternativeLogIns(): array { |
|
| 403 | + /** @var Coordinator $bootstrapCoordinator */ |
|
| 404 | + $bootstrapCoordinator = Server::get(Coordinator::class); |
|
| 405 | + |
|
| 406 | + foreach ($bootstrapCoordinator->getRegistrationContext()->getAlternativeLogins() as $registration) { |
|
| 407 | + if (!in_array(IAlternativeLogin::class, class_implements($registration->getService()), true)) { |
|
| 408 | + Server::get(LoggerInterface::class)->error('Alternative login option {option} does not implement {interface} and is therefore ignored.', [ |
|
| 409 | + 'option' => $registration->getService(), |
|
| 410 | + 'interface' => IAlternativeLogin::class, |
|
| 411 | + 'app' => $registration->getAppId(), |
|
| 412 | + ]); |
|
| 413 | + continue; |
|
| 414 | + } |
|
| 415 | + |
|
| 416 | + try { |
|
| 417 | + /** @var IAlternativeLogin $provider */ |
|
| 418 | + $provider = Server::get($registration->getService()); |
|
| 419 | + } catch (ContainerExceptionInterface $e) { |
|
| 420 | + Server::get(LoggerInterface::class)->error('Alternative login option {option} can not be initialized.', |
|
| 421 | + [ |
|
| 422 | + 'exception' => $e, |
|
| 423 | + 'option' => $registration->getService(), |
|
| 424 | + 'app' => $registration->getAppId(), |
|
| 425 | + ]); |
|
| 426 | + } |
|
| 427 | + |
|
| 428 | + try { |
|
| 429 | + $provider->load(); |
|
| 430 | + |
|
| 431 | + self::$altLogin[] = [ |
|
| 432 | + 'name' => $provider->getLabel(), |
|
| 433 | + 'href' => $provider->getLink(), |
|
| 434 | + 'class' => $provider->getClass(), |
|
| 435 | + ]; |
|
| 436 | + } catch (Throwable $e) { |
|
| 437 | + Server::get(LoggerInterface::class)->error('Alternative login option {option} had an error while loading.', |
|
| 438 | + [ |
|
| 439 | + 'exception' => $e, |
|
| 440 | + 'option' => $registration->getService(), |
|
| 441 | + 'app' => $registration->getAppId(), |
|
| 442 | + ]); |
|
| 443 | + } |
|
| 444 | + } |
|
| 445 | + |
|
| 446 | + return self::$altLogin; |
|
| 447 | + } |
|
| 448 | + |
|
| 449 | + /** |
|
| 450 | + * get a list of all apps in the apps folder |
|
| 451 | + * |
|
| 452 | + * @return string[] an array of app names (string IDs) |
|
| 453 | + * @deprecated 31.0.0 Use IAppManager::getAllAppsInAppsFolders instead |
|
| 454 | + */ |
|
| 455 | + public static function getAllApps(): array { |
|
| 456 | + return Server::get(IAppManager::class)->getAllAppsInAppsFolders(); |
|
| 457 | + } |
|
| 458 | + |
|
| 459 | + /** |
|
| 460 | + * List all supported apps |
|
| 461 | + * |
|
| 462 | + * @deprecated 32.0.0 Use \OCP\Support\Subscription\IRegistry::delegateGetSupportedApps instead |
|
| 463 | + */ |
|
| 464 | + public function getSupportedApps(): array { |
|
| 465 | + $subscriptionRegistry = Server::get(\OCP\Support\Subscription\IRegistry::class); |
|
| 466 | + $supportedApps = $subscriptionRegistry->delegateGetSupportedApps(); |
|
| 467 | + return $supportedApps; |
|
| 468 | + } |
|
| 469 | + |
|
| 470 | + /** |
|
| 471 | + * List all apps, this is used in apps.php |
|
| 472 | + * |
|
| 473 | + * @return array |
|
| 474 | + */ |
|
| 475 | + public function listAllApps(): array { |
|
| 476 | + $appManager = \OC::$server->getAppManager(); |
|
| 477 | + |
|
| 478 | + $installedApps = $appManager->getAllAppsInAppsFolders(); |
|
| 479 | + //we don't want to show configuration for these |
|
| 480 | + $blacklist = $appManager->getAlwaysEnabledApps(); |
|
| 481 | + $appList = []; |
|
| 482 | + $langCode = \OC::$server->getL10N('core')->getLanguageCode(); |
|
| 483 | + $urlGenerator = \OC::$server->getURLGenerator(); |
|
| 484 | + $supportedApps = $this->getSupportedApps(); |
|
| 485 | + |
|
| 486 | + foreach ($installedApps as $app) { |
|
| 487 | + if (!in_array($app, $blacklist)) { |
|
| 488 | + $info = $appManager->getAppInfo($app, false, $langCode); |
|
| 489 | + if (!is_array($info)) { |
|
| 490 | + Server::get(LoggerInterface::class)->error('Could not read app info file for app "' . $app . '"', ['app' => 'core']); |
|
| 491 | + continue; |
|
| 492 | + } |
|
| 493 | + |
|
| 494 | + if (!isset($info['name'])) { |
|
| 495 | + Server::get(LoggerInterface::class)->error('App id "' . $app . '" has no name in appinfo', ['app' => 'core']); |
|
| 496 | + continue; |
|
| 497 | + } |
|
| 498 | + |
|
| 499 | + $enabled = \OC::$server->getConfig()->getAppValue($app, 'enabled', 'no'); |
|
| 500 | + $info['groups'] = null; |
|
| 501 | + if ($enabled === 'yes') { |
|
| 502 | + $active = true; |
|
| 503 | + } elseif ($enabled === 'no') { |
|
| 504 | + $active = false; |
|
| 505 | + } else { |
|
| 506 | + $active = true; |
|
| 507 | + $info['groups'] = $enabled; |
|
| 508 | + } |
|
| 509 | + |
|
| 510 | + $info['active'] = $active; |
|
| 511 | + |
|
| 512 | + if ($appManager->isShipped($app)) { |
|
| 513 | + $info['internal'] = true; |
|
| 514 | + $info['level'] = self::officialApp; |
|
| 515 | + $info['removable'] = false; |
|
| 516 | + } else { |
|
| 517 | + $info['internal'] = false; |
|
| 518 | + $info['removable'] = true; |
|
| 519 | + } |
|
| 520 | + |
|
| 521 | + if (in_array($app, $supportedApps)) { |
|
| 522 | + $info['level'] = self::supportedApp; |
|
| 523 | + } |
|
| 524 | + |
|
| 525 | + $appPath = self::getAppPath($app); |
|
| 526 | + if ($appPath !== false) { |
|
| 527 | + $appIcon = $appPath . '/img/' . $app . '.svg'; |
|
| 528 | + if (file_exists($appIcon)) { |
|
| 529 | + $info['preview'] = $urlGenerator->imagePath($app, $app . '.svg'); |
|
| 530 | + $info['previewAsIcon'] = true; |
|
| 531 | + } else { |
|
| 532 | + $appIcon = $appPath . '/img/app.svg'; |
|
| 533 | + if (file_exists($appIcon)) { |
|
| 534 | + $info['preview'] = $urlGenerator->imagePath($app, 'app.svg'); |
|
| 535 | + $info['previewAsIcon'] = true; |
|
| 536 | + } |
|
| 537 | + } |
|
| 538 | + } |
|
| 539 | + // fix documentation |
|
| 540 | + if (isset($info['documentation']) && is_array($info['documentation'])) { |
|
| 541 | + foreach ($info['documentation'] as $key => $url) { |
|
| 542 | + // If it is not an absolute URL we assume it is a key |
|
| 543 | + // i.e. admin-ldap will get converted to go.php?to=admin-ldap |
|
| 544 | + if (stripos($url, 'https://') !== 0 && stripos($url, 'http://') !== 0) { |
|
| 545 | + $url = $urlGenerator->linkToDocs($url); |
|
| 546 | + } |
|
| 547 | + |
|
| 548 | + $info['documentation'][$key] = $url; |
|
| 549 | + } |
|
| 550 | + } |
|
| 551 | + |
|
| 552 | + $info['version'] = $appManager->getAppVersion($app); |
|
| 553 | + $appList[] = $info; |
|
| 554 | + } |
|
| 555 | + } |
|
| 556 | + |
|
| 557 | + return $appList; |
|
| 558 | + } |
|
| 559 | + |
|
| 560 | + public static function shouldUpgrade(string $app): bool { |
|
| 561 | + $versions = self::getAppVersions(); |
|
| 562 | + $currentVersion = Server::get(\OCP\App\IAppManager::class)->getAppVersion($app); |
|
| 563 | + if ($currentVersion && isset($versions[$app])) { |
|
| 564 | + $installedVersion = $versions[$app]; |
|
| 565 | + if (!version_compare($currentVersion, $installedVersion, '=')) { |
|
| 566 | + return true; |
|
| 567 | + } |
|
| 568 | + } |
|
| 569 | + return false; |
|
| 570 | + } |
|
| 571 | + |
|
| 572 | + /** |
|
| 573 | + * Adjust the number of version parts of $version1 to match |
|
| 574 | + * the number of version parts of $version2. |
|
| 575 | + * |
|
| 576 | + * @param string $version1 version to adjust |
|
| 577 | + * @param string $version2 version to take the number of parts from |
|
| 578 | + * @return string shortened $version1 |
|
| 579 | + */ |
|
| 580 | + private static function adjustVersionParts(string $version1, string $version2): string { |
|
| 581 | + $version1 = explode('.', $version1); |
|
| 582 | + $version2 = explode('.', $version2); |
|
| 583 | + // reduce $version1 to match the number of parts in $version2 |
|
| 584 | + while (count($version1) > count($version2)) { |
|
| 585 | + array_pop($version1); |
|
| 586 | + } |
|
| 587 | + // if $version1 does not have enough parts, add some |
|
| 588 | + while (count($version1) < count($version2)) { |
|
| 589 | + $version1[] = '0'; |
|
| 590 | + } |
|
| 591 | + return implode('.', $version1); |
|
| 592 | + } |
|
| 593 | + |
|
| 594 | + /** |
|
| 595 | + * Check whether the current Nextcloud version matches the given |
|
| 596 | + * application's version requirements. |
|
| 597 | + * |
|
| 598 | + * The comparison is made based on the number of parts that the |
|
| 599 | + * app info version has. For example for ownCloud 6.0.3 if the |
|
| 600 | + * app info version is expecting version 6.0, the comparison is |
|
| 601 | + * made on the first two parts of the ownCloud version. |
|
| 602 | + * This means that it's possible to specify "requiremin" => 6 |
|
| 603 | + * and "requiremax" => 6 and it will still match ownCloud 6.0.3. |
|
| 604 | + * |
|
| 605 | + * @param string $ocVersion Nextcloud version to check against |
|
| 606 | + * @param array $appInfo app info (from xml) |
|
| 607 | + * |
|
| 608 | + * @return boolean true if compatible, otherwise false |
|
| 609 | + */ |
|
| 610 | + public static function isAppCompatible(string $ocVersion, array $appInfo, bool $ignoreMax = false): bool { |
|
| 611 | + $requireMin = ''; |
|
| 612 | + $requireMax = ''; |
|
| 613 | + if (isset($appInfo['dependencies']['nextcloud']['@attributes']['min-version'])) { |
|
| 614 | + $requireMin = $appInfo['dependencies']['nextcloud']['@attributes']['min-version']; |
|
| 615 | + } elseif (isset($appInfo['dependencies']['owncloud']['@attributes']['min-version'])) { |
|
| 616 | + $requireMin = $appInfo['dependencies']['owncloud']['@attributes']['min-version']; |
|
| 617 | + } elseif (isset($appInfo['requiremin'])) { |
|
| 618 | + $requireMin = $appInfo['requiremin']; |
|
| 619 | + } elseif (isset($appInfo['require'])) { |
|
| 620 | + $requireMin = $appInfo['require']; |
|
| 621 | + } |
|
| 622 | + |
|
| 623 | + if (isset($appInfo['dependencies']['nextcloud']['@attributes']['max-version'])) { |
|
| 624 | + $requireMax = $appInfo['dependencies']['nextcloud']['@attributes']['max-version']; |
|
| 625 | + } elseif (isset($appInfo['dependencies']['owncloud']['@attributes']['max-version'])) { |
|
| 626 | + $requireMax = $appInfo['dependencies']['owncloud']['@attributes']['max-version']; |
|
| 627 | + } elseif (isset($appInfo['requiremax'])) { |
|
| 628 | + $requireMax = $appInfo['requiremax']; |
|
| 629 | + } |
|
| 630 | + |
|
| 631 | + if (!empty($requireMin) |
|
| 632 | + && version_compare(self::adjustVersionParts($ocVersion, $requireMin), $requireMin, '<') |
|
| 633 | + ) { |
|
| 634 | + return false; |
|
| 635 | + } |
|
| 636 | + |
|
| 637 | + if (!$ignoreMax && !empty($requireMax) |
|
| 638 | + && version_compare(self::adjustVersionParts($ocVersion, $requireMax), $requireMax, '>') |
|
| 639 | + ) { |
|
| 640 | + return false; |
|
| 641 | + } |
|
| 642 | + |
|
| 643 | + return true; |
|
| 644 | + } |
|
| 645 | + |
|
| 646 | + /** |
|
| 647 | + * get the installed version of all apps |
|
| 648 | + * @deprecated 32.0.0 Use IAppManager::getAppInstalledVersions or IAppConfig::getAppInstalledVersions instead |
|
| 649 | + */ |
|
| 650 | + public static function getAppVersions(): array { |
|
| 651 | + return Server::get(IAppConfig::class)->getAppInstalledVersions(); |
|
| 652 | + } |
|
| 653 | + |
|
| 654 | + /** |
|
| 655 | + * update the database for the app and call the update script |
|
| 656 | + * |
|
| 657 | + * @param string $appId |
|
| 658 | + * @return bool |
|
| 659 | + */ |
|
| 660 | + public static function updateApp(string $appId): bool { |
|
| 661 | + // for apps distributed with core, we refresh app path in case the downloaded version |
|
| 662 | + // have been installed in custom apps and not in the default path |
|
| 663 | + $appPath = self::getAppPath($appId, true); |
|
| 664 | + if ($appPath === false) { |
|
| 665 | + return false; |
|
| 666 | + } |
|
| 667 | + |
|
| 668 | + if (is_file($appPath . '/appinfo/database.xml')) { |
|
| 669 | + Server::get(LoggerInterface::class)->error('The appinfo/database.xml file is not longer supported. Used in ' . $appId); |
|
| 670 | + return false; |
|
| 671 | + } |
|
| 672 | + |
|
| 673 | + \OC::$server->getAppManager()->clearAppsCache(); |
|
| 674 | + $l = \OC::$server->getL10N('core'); |
|
| 675 | + $appData = Server::get(\OCP\App\IAppManager::class)->getAppInfo($appId, false, $l->getLanguageCode()); |
|
| 676 | + |
|
| 677 | + $ignoreMaxApps = \OC::$server->getConfig()->getSystemValue('app_install_overwrite', []); |
|
| 678 | + $ignoreMax = in_array($appId, $ignoreMaxApps, true); |
|
| 679 | + \OC_App::checkAppDependencies( |
|
| 680 | + \OC::$server->getConfig(), |
|
| 681 | + $l, |
|
| 682 | + $appData, |
|
| 683 | + $ignoreMax |
|
| 684 | + ); |
|
| 685 | + |
|
| 686 | + self::registerAutoloading($appId, $appPath, true); |
|
| 687 | + self::executeRepairSteps($appId, $appData['repair-steps']['pre-migration']); |
|
| 688 | + |
|
| 689 | + $ms = new MigrationService($appId, \OC::$server->get(\OC\DB\Connection::class)); |
|
| 690 | + $ms->migrate(); |
|
| 691 | + |
|
| 692 | + self::executeRepairSteps($appId, $appData['repair-steps']['post-migration']); |
|
| 693 | + self::setupLiveMigrations($appId, $appData['repair-steps']['live-migration']); |
|
| 694 | + // update appversion in app manager |
|
| 695 | + \OC::$server->getAppManager()->clearAppsCache(); |
|
| 696 | + \OC::$server->getAppManager()->getAppVersion($appId, false); |
|
| 697 | + |
|
| 698 | + self::setupBackgroundJobs($appData['background-jobs']); |
|
| 699 | + |
|
| 700 | + //set remote/public handlers |
|
| 701 | + if (array_key_exists('ocsid', $appData)) { |
|
| 702 | + \OC::$server->getConfig()->setAppValue($appId, 'ocsid', $appData['ocsid']); |
|
| 703 | + } elseif (\OC::$server->getConfig()->getAppValue($appId, 'ocsid', null) !== null) { |
|
| 704 | + \OC::$server->getConfig()->deleteAppValue($appId, 'ocsid'); |
|
| 705 | + } |
|
| 706 | + foreach ($appData['remote'] as $name => $path) { |
|
| 707 | + \OC::$server->getConfig()->setAppValue('core', 'remote_' . $name, $appId . '/' . $path); |
|
| 708 | + } |
|
| 709 | + foreach ($appData['public'] as $name => $path) { |
|
| 710 | + \OC::$server->getConfig()->setAppValue('core', 'public_' . $name, $appId . '/' . $path); |
|
| 711 | + } |
|
| 712 | + |
|
| 713 | + self::setAppTypes($appId); |
|
| 714 | + |
|
| 715 | + $version = Server::get(\OCP\App\IAppManager::class)->getAppVersion($appId); |
|
| 716 | + \OC::$server->getConfig()->setAppValue($appId, 'installed_version', $version); |
|
| 717 | + |
|
| 718 | + // migrate eventual new config keys in the process |
|
| 719 | + /** @psalm-suppress InternalMethod */ |
|
| 720 | + Server::get(ConfigManager::class)->migrateConfigLexiconKeys($appId); |
|
| 721 | + |
|
| 722 | + \OC::$server->get(IEventDispatcher::class)->dispatchTyped(new AppUpdateEvent($appId)); |
|
| 723 | + \OC::$server->get(IEventDispatcher::class)->dispatch(ManagerEvent::EVENT_APP_UPDATE, new ManagerEvent( |
|
| 724 | + ManagerEvent::EVENT_APP_UPDATE, $appId |
|
| 725 | + )); |
|
| 726 | + |
|
| 727 | + return true; |
|
| 728 | + } |
|
| 729 | + |
|
| 730 | + /** |
|
| 731 | + * @param string $appId |
|
| 732 | + * @param string[] $steps |
|
| 733 | + * @throws \OC\NeedsUpdateException |
|
| 734 | + */ |
|
| 735 | + public static function executeRepairSteps(string $appId, array $steps) { |
|
| 736 | + if (empty($steps)) { |
|
| 737 | + return; |
|
| 738 | + } |
|
| 739 | + // load the app |
|
| 740 | + self::loadApp($appId); |
|
| 741 | + |
|
| 742 | + $dispatcher = Server::get(IEventDispatcher::class); |
|
| 743 | + |
|
| 744 | + // load the steps |
|
| 745 | + $r = Server::get(Repair::class); |
|
| 746 | + foreach ($steps as $step) { |
|
| 747 | + try { |
|
| 748 | + $r->addStep($step); |
|
| 749 | + } catch (Exception $ex) { |
|
| 750 | + $dispatcher->dispatchTyped(new RepairErrorEvent($ex->getMessage())); |
|
| 751 | + logger('core')->error('Failed to add app migration step ' . $step, ['exception' => $ex]); |
|
| 752 | + } |
|
| 753 | + } |
|
| 754 | + // run the steps |
|
| 755 | + $r->run(); |
|
| 756 | + } |
|
| 757 | + |
|
| 758 | + public static function setupBackgroundJobs(array $jobs) { |
|
| 759 | + $queue = \OC::$server->getJobList(); |
|
| 760 | + foreach ($jobs as $job) { |
|
| 761 | + $queue->add($job); |
|
| 762 | + } |
|
| 763 | + } |
|
| 764 | + |
|
| 765 | + /** |
|
| 766 | + * @param string $appId |
|
| 767 | + * @param string[] $steps |
|
| 768 | + */ |
|
| 769 | + private static function setupLiveMigrations(string $appId, array $steps) { |
|
| 770 | + $queue = \OC::$server->getJobList(); |
|
| 771 | + foreach ($steps as $step) { |
|
| 772 | + $queue->add('OC\Migration\BackgroundRepair', [ |
|
| 773 | + 'app' => $appId, |
|
| 774 | + 'step' => $step]); |
|
| 775 | + } |
|
| 776 | + } |
|
| 777 | + |
|
| 778 | + protected static function findBestL10NOption(array $options, string $lang): string { |
|
| 779 | + // only a single option |
|
| 780 | + if (isset($options['@value'])) { |
|
| 781 | + return $options['@value']; |
|
| 782 | + } |
|
| 783 | + |
|
| 784 | + $fallback = $similarLangFallback = $englishFallback = false; |
|
| 785 | + |
|
| 786 | + $lang = strtolower($lang); |
|
| 787 | + $similarLang = $lang; |
|
| 788 | + if (strpos($similarLang, '_')) { |
|
| 789 | + // For "de_DE" we want to find "de" and the other way around |
|
| 790 | + $similarLang = substr($lang, 0, strpos($lang, '_')); |
|
| 791 | + } |
|
| 792 | + |
|
| 793 | + foreach ($options as $option) { |
|
| 794 | + if (is_array($option)) { |
|
| 795 | + if ($fallback === false) { |
|
| 796 | + $fallback = $option['@value']; |
|
| 797 | + } |
|
| 798 | + |
|
| 799 | + if (!isset($option['@attributes']['lang'])) { |
|
| 800 | + continue; |
|
| 801 | + } |
|
| 802 | + |
|
| 803 | + $attributeLang = strtolower($option['@attributes']['lang']); |
|
| 804 | + if ($attributeLang === $lang) { |
|
| 805 | + return $option['@value']; |
|
| 806 | + } |
|
| 807 | + |
|
| 808 | + if ($attributeLang === $similarLang) { |
|
| 809 | + $similarLangFallback = $option['@value']; |
|
| 810 | + } elseif (str_starts_with($attributeLang, $similarLang . '_')) { |
|
| 811 | + if ($similarLangFallback === false) { |
|
| 812 | + $similarLangFallback = $option['@value']; |
|
| 813 | + } |
|
| 814 | + } |
|
| 815 | + } else { |
|
| 816 | + $englishFallback = $option; |
|
| 817 | + } |
|
| 818 | + } |
|
| 819 | + |
|
| 820 | + if ($similarLangFallback !== false) { |
|
| 821 | + return $similarLangFallback; |
|
| 822 | + } elseif ($englishFallback !== false) { |
|
| 823 | + return $englishFallback; |
|
| 824 | + } |
|
| 825 | + return (string)$fallback; |
|
| 826 | + } |
|
| 827 | + |
|
| 828 | + /** |
|
| 829 | + * parses the app data array and enhanced the 'description' value |
|
| 830 | + * |
|
| 831 | + * @param array $data the app data |
|
| 832 | + * @param string $lang |
|
| 833 | + * @return array improved app data |
|
| 834 | + */ |
|
| 835 | + public static function parseAppInfo(array $data, $lang = null): array { |
|
| 836 | + if ($lang && isset($data['name']) && is_array($data['name'])) { |
|
| 837 | + $data['name'] = self::findBestL10NOption($data['name'], $lang); |
|
| 838 | + } |
|
| 839 | + if ($lang && isset($data['summary']) && is_array($data['summary'])) { |
|
| 840 | + $data['summary'] = self::findBestL10NOption($data['summary'], $lang); |
|
| 841 | + } |
|
| 842 | + if ($lang && isset($data['description']) && is_array($data['description'])) { |
|
| 843 | + $data['description'] = trim(self::findBestL10NOption($data['description'], $lang)); |
|
| 844 | + } elseif (isset($data['description']) && is_string($data['description'])) { |
|
| 845 | + $data['description'] = trim($data['description']); |
|
| 846 | + } else { |
|
| 847 | + $data['description'] = ''; |
|
| 848 | + } |
|
| 849 | + |
|
| 850 | + return $data; |
|
| 851 | + } |
|
| 852 | + |
|
| 853 | + /** |
|
| 854 | + * @param \OCP\IConfig $config |
|
| 855 | + * @param \OCP\IL10N $l |
|
| 856 | + * @param array $info |
|
| 857 | + * @throws \Exception |
|
| 858 | + */ |
|
| 859 | + public static function checkAppDependencies(\OCP\IConfig $config, \OCP\IL10N $l, array $info, bool $ignoreMax) { |
|
| 860 | + $dependencyAnalyzer = new DependencyAnalyzer(new Platform($config), $l); |
|
| 861 | + $missing = $dependencyAnalyzer->analyze($info, $ignoreMax); |
|
| 862 | + if (!empty($missing)) { |
|
| 863 | + $missingMsg = implode(PHP_EOL, $missing); |
|
| 864 | + throw new \Exception( |
|
| 865 | + $l->t('App "%1$s" cannot be installed because the following dependencies are not fulfilled: %2$s', |
|
| 866 | + [$info['name'], $missingMsg] |
|
| 867 | + ) |
|
| 868 | + ); |
|
| 869 | + } |
|
| 870 | + } |
|
| 871 | 871 | } |
@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | * @param bool $force |
| 102 | 102 | */ |
| 103 | 103 | public static function registerAutoloading(string $app, string $path, bool $force = false) { |
| 104 | - $key = $app . '-' . $path; |
|
| 104 | + $key = $app.'-'.$path; |
|
| 105 | 105 | if (!$force && isset(self::$alreadyRegistered[$key])) { |
| 106 | 106 | return; |
| 107 | 107 | } |
@@ -112,15 +112,15 @@ discard block |
||
| 112 | 112 | $appNamespace = \OC\AppFramework\App::buildAppNamespace($app); |
| 113 | 113 | \OC::$server->registerNamespace($app, $appNamespace); |
| 114 | 114 | |
| 115 | - if (file_exists($path . '/composer/autoload.php')) { |
|
| 116 | - require_once $path . '/composer/autoload.php'; |
|
| 115 | + if (file_exists($path.'/composer/autoload.php')) { |
|
| 116 | + require_once $path.'/composer/autoload.php'; |
|
| 117 | 117 | } else { |
| 118 | - \OC::$composerAutoloader->addPsr4($appNamespace . '\\', $path . '/lib/', true); |
|
| 118 | + \OC::$composerAutoloader->addPsr4($appNamespace.'\\', $path.'/lib/', true); |
|
| 119 | 119 | } |
| 120 | 120 | |
| 121 | 121 | // Register Test namespace only when testing |
| 122 | 122 | if (defined('PHPUNIT_RUN') || defined('CLI_TEST_RUN')) { |
| 123 | - \OC::$composerAutoloader->addPsr4($appNamespace . '\\Tests\\', $path . '/tests/', true); |
|
| 123 | + \OC::$composerAutoloader->addPsr4($appNamespace.'\\Tests\\', $path.'/tests/', true); |
|
| 124 | 124 | } |
| 125 | 125 | } |
| 126 | 126 | |
@@ -190,8 +190,8 @@ discard block |
||
| 190 | 190 | } else { |
| 191 | 191 | $apps = $appManager->getEnabledAppsForUser($user); |
| 192 | 192 | } |
| 193 | - $apps = array_filter($apps, function ($app) { |
|
| 194 | - return $app !== 'files';//we add this manually |
|
| 193 | + $apps = array_filter($apps, function($app) { |
|
| 194 | + return $app !== 'files'; //we add this manually |
|
| 195 | 195 | }); |
| 196 | 196 | sort($apps); |
| 197 | 197 | array_unshift($apps, 'files'); |
@@ -274,7 +274,7 @@ discard block |
||
| 274 | 274 | |
| 275 | 275 | $possibleApps = []; |
| 276 | 276 | foreach (OC::$APPSROOTS as $dir) { |
| 277 | - if (file_exists($dir['path'] . '/' . $appId)) { |
|
| 277 | + if (file_exists($dir['path'].'/'.$appId)) { |
|
| 278 | 278 | $possibleApps[] = $dir; |
| 279 | 279 | } |
| 280 | 280 | } |
@@ -288,7 +288,7 @@ discard block |
||
| 288 | 288 | } else { |
| 289 | 289 | $versionToLoad = []; |
| 290 | 290 | foreach ($possibleApps as $possibleApp) { |
| 291 | - $version = self::getAppVersionByPath($possibleApp['path'] . '/' . $appId); |
|
| 291 | + $version = self::getAppVersionByPath($possibleApp['path'].'/'.$appId); |
|
| 292 | 292 | if (empty($versionToLoad) || version_compare($version, $versionToLoad['version'], '>')) { |
| 293 | 293 | $versionToLoad = [ |
| 294 | 294 | 'dir' => $possibleApp, |
@@ -318,11 +318,11 @@ discard block |
||
| 318 | 318 | if ($appId === '') { |
| 319 | 319 | return false; |
| 320 | 320 | } elseif ($appId === 'core') { |
| 321 | - return __DIR__ . '/../../../core'; |
|
| 321 | + return __DIR__.'/../../../core'; |
|
| 322 | 322 | } |
| 323 | 323 | |
| 324 | 324 | if (($dir = self::findAppInDirectories($appId, $refreshAppPath)) != false) { |
| 325 | - return $dir['path'] . '/' . $appId; |
|
| 325 | + return $dir['path'].'/'.$appId; |
|
| 326 | 326 | } |
| 327 | 327 | return false; |
| 328 | 328 | } |
@@ -337,7 +337,7 @@ discard block |
||
| 337 | 337 | */ |
| 338 | 338 | public static function getAppWebPath(string $appId) { |
| 339 | 339 | if (($dir = self::findAppInDirectories($appId)) != false) { |
| 340 | - return OC::$WEBROOT . $dir['url'] . '/' . $appId; |
|
| 340 | + return OC::$WEBROOT.$dir['url'].'/'.$appId; |
|
| 341 | 341 | } |
| 342 | 342 | return false; |
| 343 | 343 | } |
@@ -349,7 +349,7 @@ discard block |
||
| 349 | 349 | * @return string |
| 350 | 350 | */ |
| 351 | 351 | public static function getAppVersionByPath(string $path): string { |
| 352 | - $infoFile = $path . '/appinfo/info.xml'; |
|
| 352 | + $infoFile = $path.'/appinfo/info.xml'; |
|
| 353 | 353 | $appData = Server::get(IAppManager::class)->getAppInfoByPath($infoFile); |
| 354 | 354 | return $appData['version'] ?? ''; |
| 355 | 355 | } |
@@ -487,12 +487,12 @@ discard block |
||
| 487 | 487 | if (!in_array($app, $blacklist)) { |
| 488 | 488 | $info = $appManager->getAppInfo($app, false, $langCode); |
| 489 | 489 | if (!is_array($info)) { |
| 490 | - Server::get(LoggerInterface::class)->error('Could not read app info file for app "' . $app . '"', ['app' => 'core']); |
|
| 490 | + Server::get(LoggerInterface::class)->error('Could not read app info file for app "'.$app.'"', ['app' => 'core']); |
|
| 491 | 491 | continue; |
| 492 | 492 | } |
| 493 | 493 | |
| 494 | 494 | if (!isset($info['name'])) { |
| 495 | - Server::get(LoggerInterface::class)->error('App id "' . $app . '" has no name in appinfo', ['app' => 'core']); |
|
| 495 | + Server::get(LoggerInterface::class)->error('App id "'.$app.'" has no name in appinfo', ['app' => 'core']); |
|
| 496 | 496 | continue; |
| 497 | 497 | } |
| 498 | 498 | |
@@ -524,12 +524,12 @@ discard block |
||
| 524 | 524 | |
| 525 | 525 | $appPath = self::getAppPath($app); |
| 526 | 526 | if ($appPath !== false) { |
| 527 | - $appIcon = $appPath . '/img/' . $app . '.svg'; |
|
| 527 | + $appIcon = $appPath.'/img/'.$app.'.svg'; |
|
| 528 | 528 | if (file_exists($appIcon)) { |
| 529 | - $info['preview'] = $urlGenerator->imagePath($app, $app . '.svg'); |
|
| 529 | + $info['preview'] = $urlGenerator->imagePath($app, $app.'.svg'); |
|
| 530 | 530 | $info['previewAsIcon'] = true; |
| 531 | 531 | } else { |
| 532 | - $appIcon = $appPath . '/img/app.svg'; |
|
| 532 | + $appIcon = $appPath.'/img/app.svg'; |
|
| 533 | 533 | if (file_exists($appIcon)) { |
| 534 | 534 | $info['preview'] = $urlGenerator->imagePath($app, 'app.svg'); |
| 535 | 535 | $info['previewAsIcon'] = true; |
@@ -665,8 +665,8 @@ discard block |
||
| 665 | 665 | return false; |
| 666 | 666 | } |
| 667 | 667 | |
| 668 | - if (is_file($appPath . '/appinfo/database.xml')) { |
|
| 669 | - Server::get(LoggerInterface::class)->error('The appinfo/database.xml file is not longer supported. Used in ' . $appId); |
|
| 668 | + if (is_file($appPath.'/appinfo/database.xml')) { |
|
| 669 | + Server::get(LoggerInterface::class)->error('The appinfo/database.xml file is not longer supported. Used in '.$appId); |
|
| 670 | 670 | return false; |
| 671 | 671 | } |
| 672 | 672 | |
@@ -704,10 +704,10 @@ discard block |
||
| 704 | 704 | \OC::$server->getConfig()->deleteAppValue($appId, 'ocsid'); |
| 705 | 705 | } |
| 706 | 706 | foreach ($appData['remote'] as $name => $path) { |
| 707 | - \OC::$server->getConfig()->setAppValue('core', 'remote_' . $name, $appId . '/' . $path); |
|
| 707 | + \OC::$server->getConfig()->setAppValue('core', 'remote_'.$name, $appId.'/'.$path); |
|
| 708 | 708 | } |
| 709 | 709 | foreach ($appData['public'] as $name => $path) { |
| 710 | - \OC::$server->getConfig()->setAppValue('core', 'public_' . $name, $appId . '/' . $path); |
|
| 710 | + \OC::$server->getConfig()->setAppValue('core', 'public_'.$name, $appId.'/'.$path); |
|
| 711 | 711 | } |
| 712 | 712 | |
| 713 | 713 | self::setAppTypes($appId); |
@@ -748,7 +748,7 @@ discard block |
||
| 748 | 748 | $r->addStep($step); |
| 749 | 749 | } catch (Exception $ex) { |
| 750 | 750 | $dispatcher->dispatchTyped(new RepairErrorEvent($ex->getMessage())); |
| 751 | - logger('core')->error('Failed to add app migration step ' . $step, ['exception' => $ex]); |
|
| 751 | + logger('core')->error('Failed to add app migration step '.$step, ['exception' => $ex]); |
|
| 752 | 752 | } |
| 753 | 753 | } |
| 754 | 754 | // run the steps |
@@ -807,7 +807,7 @@ discard block |
||
| 807 | 807 | |
| 808 | 808 | if ($attributeLang === $similarLang) { |
| 809 | 809 | $similarLangFallback = $option['@value']; |
| 810 | - } elseif (str_starts_with($attributeLang, $similarLang . '_')) { |
|
| 810 | + } elseif (str_starts_with($attributeLang, $similarLang.'_')) { |
|
| 811 | 811 | if ($similarLangFallback === false) { |
| 812 | 812 | $similarLangFallback = $option['@value']; |
| 813 | 813 | } |
@@ -822,7 +822,7 @@ discard block |
||
| 822 | 822 | } elseif ($englishFallback !== false) { |
| 823 | 823 | return $englishFallback; |
| 824 | 824 | } |
| 825 | - return (string)$fallback; |
|
| 825 | + return (string) $fallback; |
|
| 826 | 826 | } |
| 827 | 827 | |
| 828 | 828 | /** |
@@ -250,1462 +250,1462 @@ |
||
| 250 | 250 | * TODO: hookup all manager classes |
| 251 | 251 | */ |
| 252 | 252 | class Server extends ServerContainer implements IServerContainer { |
| 253 | - /** @var string */ |
|
| 254 | - private $webRoot; |
|
| 255 | - |
|
| 256 | - /** |
|
| 257 | - * @param string $webRoot |
|
| 258 | - * @param \OC\Config $config |
|
| 259 | - */ |
|
| 260 | - public function __construct($webRoot, \OC\Config $config) { |
|
| 261 | - parent::__construct(); |
|
| 262 | - $this->webRoot = $webRoot; |
|
| 263 | - |
|
| 264 | - // To find out if we are running from CLI or not |
|
| 265 | - $this->registerParameter('isCLI', \OC::$CLI); |
|
| 266 | - $this->registerParameter('serverRoot', \OC::$SERVERROOT); |
|
| 267 | - |
|
| 268 | - $this->registerService(ContainerInterface::class, function (ContainerInterface $c) { |
|
| 269 | - return $c; |
|
| 270 | - }); |
|
| 271 | - $this->registerService(\OCP\IServerContainer::class, function (ContainerInterface $c) { |
|
| 272 | - return $c; |
|
| 273 | - }); |
|
| 274 | - |
|
| 275 | - $this->registerAlias(\OCP\Calendar\IManager::class, \OC\Calendar\Manager::class); |
|
| 276 | - |
|
| 277 | - $this->registerAlias(\OCP\Calendar\Resource\IManager::class, \OC\Calendar\Resource\Manager::class); |
|
| 278 | - |
|
| 279 | - $this->registerAlias(\OCP\Calendar\Room\IManager::class, \OC\Calendar\Room\Manager::class); |
|
| 280 | - |
|
| 281 | - $this->registerAlias(\OCP\Contacts\IManager::class, \OC\ContactsManager::class); |
|
| 282 | - |
|
| 283 | - $this->registerAlias(\OCP\DirectEditing\IManager::class, \OC\DirectEditing\Manager::class); |
|
| 284 | - $this->registerAlias(ITemplateManager::class, TemplateManager::class); |
|
| 285 | - $this->registerAlias(\OCP\Template\ITemplateManager::class, \OC\Template\TemplateManager::class); |
|
| 286 | - |
|
| 287 | - $this->registerAlias(IActionFactory::class, ActionFactory::class); |
|
| 288 | - |
|
| 289 | - $this->registerService(View::class, function (Server $c) { |
|
| 290 | - return new View(); |
|
| 291 | - }, false); |
|
| 292 | - |
|
| 293 | - $this->registerService(IPreview::class, function (ContainerInterface $c) { |
|
| 294 | - return new PreviewManager( |
|
| 295 | - $c->get(\OCP\IConfig::class), |
|
| 296 | - $c->get(IRootFolder::class), |
|
| 297 | - new \OC\Preview\Storage\Root( |
|
| 298 | - $c->get(IRootFolder::class), |
|
| 299 | - $c->get(SystemConfig::class) |
|
| 300 | - ), |
|
| 301 | - $c->get(IEventDispatcher::class), |
|
| 302 | - $c->get(GeneratorHelper::class), |
|
| 303 | - $c->get(ISession::class)->get('user_id'), |
|
| 304 | - $c->get(Coordinator::class), |
|
| 305 | - $c->get(IServerContainer::class), |
|
| 306 | - $c->get(IBinaryFinder::class), |
|
| 307 | - $c->get(IMagickSupport::class) |
|
| 308 | - ); |
|
| 309 | - }); |
|
| 310 | - $this->registerAlias(IMimeIconProvider::class, MimeIconProvider::class); |
|
| 311 | - |
|
| 312 | - $this->registerService(\OC\Preview\Watcher::class, function (ContainerInterface $c) { |
|
| 313 | - return new \OC\Preview\Watcher( |
|
| 314 | - new \OC\Preview\Storage\Root( |
|
| 315 | - $c->get(IRootFolder::class), |
|
| 316 | - $c->get(SystemConfig::class) |
|
| 317 | - ) |
|
| 318 | - ); |
|
| 319 | - }); |
|
| 320 | - |
|
| 321 | - $this->registerService(IProfiler::class, function (Server $c) { |
|
| 322 | - return new Profiler($c->get(SystemConfig::class)); |
|
| 323 | - }); |
|
| 324 | - |
|
| 325 | - $this->registerService(Encryption\Manager::class, function (Server $c): Encryption\Manager { |
|
| 326 | - $view = new View(); |
|
| 327 | - $util = new Encryption\Util( |
|
| 328 | - $view, |
|
| 329 | - $c->get(IUserManager::class), |
|
| 330 | - $c->get(IGroupManager::class), |
|
| 331 | - $c->get(\OCP\IConfig::class) |
|
| 332 | - ); |
|
| 333 | - return new Encryption\Manager( |
|
| 334 | - $c->get(\OCP\IConfig::class), |
|
| 335 | - $c->get(LoggerInterface::class), |
|
| 336 | - $c->getL10N('core'), |
|
| 337 | - new View(), |
|
| 338 | - $util, |
|
| 339 | - new ArrayCache() |
|
| 340 | - ); |
|
| 341 | - }); |
|
| 342 | - $this->registerAlias(\OCP\Encryption\IManager::class, Encryption\Manager::class); |
|
| 343 | - |
|
| 344 | - $this->registerService(IFile::class, function (ContainerInterface $c) { |
|
| 345 | - $util = new Encryption\Util( |
|
| 346 | - new View(), |
|
| 347 | - $c->get(IUserManager::class), |
|
| 348 | - $c->get(IGroupManager::class), |
|
| 349 | - $c->get(\OCP\IConfig::class) |
|
| 350 | - ); |
|
| 351 | - return new Encryption\File( |
|
| 352 | - $util, |
|
| 353 | - $c->get(IRootFolder::class), |
|
| 354 | - $c->get(\OCP\Share\IManager::class) |
|
| 355 | - ); |
|
| 356 | - }); |
|
| 357 | - |
|
| 358 | - $this->registerService(IStorage::class, function (ContainerInterface $c) { |
|
| 359 | - $view = new View(); |
|
| 360 | - $util = new Encryption\Util( |
|
| 361 | - $view, |
|
| 362 | - $c->get(IUserManager::class), |
|
| 363 | - $c->get(IGroupManager::class), |
|
| 364 | - $c->get(\OCP\IConfig::class) |
|
| 365 | - ); |
|
| 366 | - |
|
| 367 | - return new Encryption\Keys\Storage( |
|
| 368 | - $view, |
|
| 369 | - $util, |
|
| 370 | - $c->get(ICrypto::class), |
|
| 371 | - $c->get(\OCP\IConfig::class) |
|
| 372 | - ); |
|
| 373 | - }); |
|
| 374 | - |
|
| 375 | - $this->registerAlias(\OCP\ITagManager::class, TagManager::class); |
|
| 376 | - |
|
| 377 | - $this->registerService('SystemTagManagerFactory', function (ContainerInterface $c) { |
|
| 378 | - /** @var \OCP\IConfig $config */ |
|
| 379 | - $config = $c->get(\OCP\IConfig::class); |
|
| 380 | - $factoryClass = $config->getSystemValue('systemtags.managerFactory', SystemTagManagerFactory::class); |
|
| 381 | - return new $factoryClass($this); |
|
| 382 | - }); |
|
| 383 | - $this->registerService(ISystemTagManager::class, function (ContainerInterface $c) { |
|
| 384 | - return $c->get('SystemTagManagerFactory')->getManager(); |
|
| 385 | - }); |
|
| 386 | - /** @deprecated 19.0.0 */ |
|
| 387 | - $this->registerDeprecatedAlias('SystemTagManager', ISystemTagManager::class); |
|
| 388 | - |
|
| 389 | - $this->registerService(ISystemTagObjectMapper::class, function (ContainerInterface $c) { |
|
| 390 | - return $c->get('SystemTagManagerFactory')->getObjectMapper(); |
|
| 391 | - }); |
|
| 392 | - $this->registerAlias(IFileAccess::class, FileAccess::class); |
|
| 393 | - $this->registerService('RootFolder', function (ContainerInterface $c) { |
|
| 394 | - $manager = \OC\Files\Filesystem::getMountManager(); |
|
| 395 | - $view = new View(); |
|
| 396 | - /** @var IUserSession $userSession */ |
|
| 397 | - $userSession = $c->get(IUserSession::class); |
|
| 398 | - $root = new Root( |
|
| 399 | - $manager, |
|
| 400 | - $view, |
|
| 401 | - $userSession->getUser(), |
|
| 402 | - $c->get(IUserMountCache::class), |
|
| 403 | - $this->get(LoggerInterface::class), |
|
| 404 | - $this->get(IUserManager::class), |
|
| 405 | - $this->get(IEventDispatcher::class), |
|
| 406 | - $this->get(ICacheFactory::class), |
|
| 407 | - ); |
|
| 408 | - |
|
| 409 | - $previewConnector = new \OC\Preview\WatcherConnector( |
|
| 410 | - $root, |
|
| 411 | - $c->get(SystemConfig::class), |
|
| 412 | - $this->get(IEventDispatcher::class) |
|
| 413 | - ); |
|
| 414 | - $previewConnector->connectWatcher(); |
|
| 415 | - |
|
| 416 | - return $root; |
|
| 417 | - }); |
|
| 418 | - $this->registerService(HookConnector::class, function (ContainerInterface $c) { |
|
| 419 | - return new HookConnector( |
|
| 420 | - $c->get(IRootFolder::class), |
|
| 421 | - new View(), |
|
| 422 | - $c->get(IEventDispatcher::class), |
|
| 423 | - $c->get(LoggerInterface::class) |
|
| 424 | - ); |
|
| 425 | - }); |
|
| 426 | - |
|
| 427 | - $this->registerService(IRootFolder::class, function (ContainerInterface $c) { |
|
| 428 | - return new LazyRoot(function () use ($c) { |
|
| 429 | - return $c->get('RootFolder'); |
|
| 430 | - }); |
|
| 431 | - }); |
|
| 432 | - |
|
| 433 | - $this->registerAlias(\OCP\IUserManager::class, \OC\User\Manager::class); |
|
| 434 | - |
|
| 435 | - $this->registerService(DisplayNameCache::class, function (ContainerInterface $c) { |
|
| 436 | - return $c->get(\OC\User\Manager::class)->getDisplayNameCache(); |
|
| 437 | - }); |
|
| 438 | - |
|
| 439 | - $this->registerService(\OCP\IGroupManager::class, function (ContainerInterface $c) { |
|
| 440 | - $groupManager = new \OC\Group\Manager( |
|
| 441 | - $this->get(IUserManager::class), |
|
| 442 | - $this->get(IEventDispatcher::class), |
|
| 443 | - $this->get(LoggerInterface::class), |
|
| 444 | - $this->get(ICacheFactory::class), |
|
| 445 | - $this->get(IRemoteAddress::class), |
|
| 446 | - ); |
|
| 447 | - return $groupManager; |
|
| 448 | - }); |
|
| 449 | - |
|
| 450 | - $this->registerService(Store::class, function (ContainerInterface $c) { |
|
| 451 | - $session = $c->get(ISession::class); |
|
| 452 | - if (\OC::$server->get(SystemConfig::class)->getValue('installed', false)) { |
|
| 453 | - $tokenProvider = $c->get(IProvider::class); |
|
| 454 | - } else { |
|
| 455 | - $tokenProvider = null; |
|
| 456 | - } |
|
| 457 | - $logger = $c->get(LoggerInterface::class); |
|
| 458 | - $crypto = $c->get(ICrypto::class); |
|
| 459 | - return new Store($session, $logger, $crypto, $tokenProvider); |
|
| 460 | - }); |
|
| 461 | - $this->registerAlias(IStore::class, Store::class); |
|
| 462 | - $this->registerAlias(IProvider::class, Authentication\Token\Manager::class); |
|
| 463 | - $this->registerAlias(OCPIProvider::class, Authentication\Token\Manager::class); |
|
| 464 | - |
|
| 465 | - $this->registerService(\OC\User\Session::class, function (Server $c) { |
|
| 466 | - $manager = $c->get(IUserManager::class); |
|
| 467 | - $session = new \OC\Session\Memory(); |
|
| 468 | - $timeFactory = new TimeFactory(); |
|
| 469 | - // Token providers might require a working database. This code |
|
| 470 | - // might however be called when Nextcloud is not yet setup. |
|
| 471 | - if (\OC::$server->get(SystemConfig::class)->getValue('installed', false)) { |
|
| 472 | - $provider = $c->get(IProvider::class); |
|
| 473 | - } else { |
|
| 474 | - $provider = null; |
|
| 475 | - } |
|
| 476 | - |
|
| 477 | - $userSession = new \OC\User\Session( |
|
| 478 | - $manager, |
|
| 479 | - $session, |
|
| 480 | - $timeFactory, |
|
| 481 | - $provider, |
|
| 482 | - $c->get(\OCP\IConfig::class), |
|
| 483 | - $c->get(ISecureRandom::class), |
|
| 484 | - $c->get('LockdownManager'), |
|
| 485 | - $c->get(LoggerInterface::class), |
|
| 486 | - $c->get(IEventDispatcher::class), |
|
| 487 | - ); |
|
| 488 | - /** @deprecated 21.0.0 use BeforeUserCreatedEvent event with the IEventDispatcher instead */ |
|
| 489 | - $userSession->listen('\OC\User', 'preCreateUser', function ($uid, $password) { |
|
| 490 | - \OC_Hook::emit('OC_User', 'pre_createUser', ['run' => true, 'uid' => $uid, 'password' => $password]); |
|
| 491 | - }); |
|
| 492 | - /** @deprecated 21.0.0 use UserCreatedEvent event with the IEventDispatcher instead */ |
|
| 493 | - $userSession->listen('\OC\User', 'postCreateUser', function ($user, $password) { |
|
| 494 | - /** @var \OC\User\User $user */ |
|
| 495 | - \OC_Hook::emit('OC_User', 'post_createUser', ['uid' => $user->getUID(), 'password' => $password]); |
|
| 496 | - }); |
|
| 497 | - /** @deprecated 21.0.0 use BeforeUserDeletedEvent event with the IEventDispatcher instead */ |
|
| 498 | - $userSession->listen('\OC\User', 'preDelete', function ($user) { |
|
| 499 | - /** @var \OC\User\User $user */ |
|
| 500 | - \OC_Hook::emit('OC_User', 'pre_deleteUser', ['run' => true, 'uid' => $user->getUID()]); |
|
| 501 | - }); |
|
| 502 | - /** @deprecated 21.0.0 use UserDeletedEvent event with the IEventDispatcher instead */ |
|
| 503 | - $userSession->listen('\OC\User', 'postDelete', function ($user) { |
|
| 504 | - /** @var \OC\User\User $user */ |
|
| 505 | - \OC_Hook::emit('OC_User', 'post_deleteUser', ['uid' => $user->getUID()]); |
|
| 506 | - }); |
|
| 507 | - $userSession->listen('\OC\User', 'preSetPassword', function ($user, $password, $recoveryPassword) { |
|
| 508 | - /** @var \OC\User\User $user */ |
|
| 509 | - \OC_Hook::emit('OC_User', 'pre_setPassword', ['run' => true, 'uid' => $user->getUID(), 'password' => $password, 'recoveryPassword' => $recoveryPassword]); |
|
| 510 | - }); |
|
| 511 | - $userSession->listen('\OC\User', 'postSetPassword', function ($user, $password, $recoveryPassword) { |
|
| 512 | - /** @var \OC\User\User $user */ |
|
| 513 | - \OC_Hook::emit('OC_User', 'post_setPassword', ['run' => true, 'uid' => $user->getUID(), 'password' => $password, 'recoveryPassword' => $recoveryPassword]); |
|
| 514 | - }); |
|
| 515 | - $userSession->listen('\OC\User', 'preLogin', function ($uid, $password) { |
|
| 516 | - \OC_Hook::emit('OC_User', 'pre_login', ['run' => true, 'uid' => $uid, 'password' => $password]); |
|
| 517 | - |
|
| 518 | - /** @var IEventDispatcher $dispatcher */ |
|
| 519 | - $dispatcher = $this->get(IEventDispatcher::class); |
|
| 520 | - $dispatcher->dispatchTyped(new BeforeUserLoggedInEvent($uid, $password)); |
|
| 521 | - }); |
|
| 522 | - $userSession->listen('\OC\User', 'postLogin', function ($user, $loginName, $password, $isTokenLogin) { |
|
| 523 | - /** @var \OC\User\User $user */ |
|
| 524 | - \OC_Hook::emit('OC_User', 'post_login', ['run' => true, 'uid' => $user->getUID(), 'loginName' => $loginName, 'password' => $password, 'isTokenLogin' => $isTokenLogin]); |
|
| 525 | - |
|
| 526 | - /** @var IEventDispatcher $dispatcher */ |
|
| 527 | - $dispatcher = $this->get(IEventDispatcher::class); |
|
| 528 | - $dispatcher->dispatchTyped(new UserLoggedInEvent($user, $loginName, $password, $isTokenLogin)); |
|
| 529 | - }); |
|
| 530 | - $userSession->listen('\OC\User', 'preRememberedLogin', function ($uid) { |
|
| 531 | - /** @var IEventDispatcher $dispatcher */ |
|
| 532 | - $dispatcher = $this->get(IEventDispatcher::class); |
|
| 533 | - $dispatcher->dispatchTyped(new BeforeUserLoggedInWithCookieEvent($uid)); |
|
| 534 | - }); |
|
| 535 | - $userSession->listen('\OC\User', 'postRememberedLogin', function ($user, $password) { |
|
| 536 | - /** @var \OC\User\User $user */ |
|
| 537 | - \OC_Hook::emit('OC_User', 'post_login', ['run' => true, 'uid' => $user->getUID(), 'password' => $password]); |
|
| 538 | - |
|
| 539 | - /** @var IEventDispatcher $dispatcher */ |
|
| 540 | - $dispatcher = $this->get(IEventDispatcher::class); |
|
| 541 | - $dispatcher->dispatchTyped(new UserLoggedInWithCookieEvent($user, $password)); |
|
| 542 | - }); |
|
| 543 | - $userSession->listen('\OC\User', 'logout', function ($user) { |
|
| 544 | - \OC_Hook::emit('OC_User', 'logout', []); |
|
| 545 | - |
|
| 546 | - /** @var IEventDispatcher $dispatcher */ |
|
| 547 | - $dispatcher = $this->get(IEventDispatcher::class); |
|
| 548 | - $dispatcher->dispatchTyped(new BeforeUserLoggedOutEvent($user)); |
|
| 549 | - }); |
|
| 550 | - $userSession->listen('\OC\User', 'postLogout', function ($user) { |
|
| 551 | - /** @var IEventDispatcher $dispatcher */ |
|
| 552 | - $dispatcher = $this->get(IEventDispatcher::class); |
|
| 553 | - $dispatcher->dispatchTyped(new UserLoggedOutEvent($user)); |
|
| 554 | - }); |
|
| 555 | - $userSession->listen('\OC\User', 'changeUser', function ($user, $feature, $value, $oldValue) { |
|
| 556 | - /** @var \OC\User\User $user */ |
|
| 557 | - \OC_Hook::emit('OC_User', 'changeUser', ['run' => true, 'user' => $user, 'feature' => $feature, 'value' => $value, 'old_value' => $oldValue]); |
|
| 558 | - }); |
|
| 559 | - return $userSession; |
|
| 560 | - }); |
|
| 561 | - $this->registerAlias(\OCP\IUserSession::class, \OC\User\Session::class); |
|
| 562 | - |
|
| 563 | - $this->registerAlias(\OCP\Authentication\TwoFactorAuth\IRegistry::class, \OC\Authentication\TwoFactorAuth\Registry::class); |
|
| 564 | - |
|
| 565 | - $this->registerAlias(INavigationManager::class, \OC\NavigationManager::class); |
|
| 566 | - |
|
| 567 | - $this->registerAlias(\OCP\IConfig::class, \OC\AllConfig::class); |
|
| 568 | - |
|
| 569 | - $this->registerService(\OC\SystemConfig::class, function ($c) use ($config) { |
|
| 570 | - return new \OC\SystemConfig($config); |
|
| 571 | - }); |
|
| 572 | - |
|
| 573 | - $this->registerAlias(IAppConfig::class, \OC\AppConfig::class); |
|
| 574 | - $this->registerAlias(IUserConfig::class, \OC\Config\UserConfig::class); |
|
| 575 | - $this->registerAlias(IAppManager::class, AppManager::class); |
|
| 576 | - |
|
| 577 | - $this->registerService(IFactory::class, function (Server $c) { |
|
| 578 | - return new \OC\L10N\Factory( |
|
| 579 | - $c->get(\OCP\IConfig::class), |
|
| 580 | - $c->getRequest(), |
|
| 581 | - $c->get(IUserSession::class), |
|
| 582 | - $c->get(ICacheFactory::class), |
|
| 583 | - \OC::$SERVERROOT, |
|
| 584 | - $c->get(IAppManager::class), |
|
| 585 | - ); |
|
| 586 | - }); |
|
| 587 | - |
|
| 588 | - $this->registerAlias(IURLGenerator::class, URLGenerator::class); |
|
| 589 | - |
|
| 590 | - $this->registerService(ICache::class, function ($c) { |
|
| 591 | - return new Cache\File(); |
|
| 592 | - }); |
|
| 593 | - |
|
| 594 | - $this->registerService(Factory::class, function (Server $c) { |
|
| 595 | - $profiler = $c->get(IProfiler::class); |
|
| 596 | - $arrayCacheFactory = new \OC\Memcache\Factory(fn () => '', $c->get(LoggerInterface::class), |
|
| 597 | - $profiler, |
|
| 598 | - ArrayCache::class, |
|
| 599 | - ArrayCache::class, |
|
| 600 | - ArrayCache::class |
|
| 601 | - ); |
|
| 602 | - /** @var SystemConfig $config */ |
|
| 603 | - $config = $c->get(SystemConfig::class); |
|
| 604 | - /** @var ServerVersion $serverVersion */ |
|
| 605 | - $serverVersion = $c->get(ServerVersion::class); |
|
| 606 | - |
|
| 607 | - if ($config->getValue('installed', false) && !(defined('PHPUNIT_RUN') && PHPUNIT_RUN)) { |
|
| 608 | - $logQuery = $config->getValue('log_query'); |
|
| 609 | - $prefixClosure = function () use ($logQuery, $serverVersion): ?string { |
|
| 610 | - if (!$logQuery) { |
|
| 611 | - try { |
|
| 612 | - $v = \OCP\Server::get(IAppConfig::class)->getAppInstalledVersions(true); |
|
| 613 | - } catch (\Doctrine\DBAL\Exception $e) { |
|
| 614 | - // Database service probably unavailable |
|
| 615 | - // Probably related to https://github.com/nextcloud/server/issues/37424 |
|
| 616 | - return null; |
|
| 617 | - } |
|
| 618 | - } else { |
|
| 619 | - // If the log_query is enabled, we can not get the app versions |
|
| 620 | - // as that does a query, which will be logged and the logging |
|
| 621 | - // depends on redis and here we are back again in the same function. |
|
| 622 | - $v = [ |
|
| 623 | - 'log_query' => 'enabled', |
|
| 624 | - ]; |
|
| 625 | - } |
|
| 626 | - $v['core'] = implode(',', $serverVersion->getVersion()); |
|
| 627 | - $version = implode(',', array_keys($v)) . implode(',', $v); |
|
| 628 | - $instanceId = \OC_Util::getInstanceId(); |
|
| 629 | - $path = \OC::$SERVERROOT; |
|
| 630 | - return md5($instanceId . '-' . $version . '-' . $path); |
|
| 631 | - }; |
|
| 632 | - return new \OC\Memcache\Factory($prefixClosure, |
|
| 633 | - $c->get(LoggerInterface::class), |
|
| 634 | - $profiler, |
|
| 635 | - /** @psalm-taint-escape callable */ |
|
| 636 | - $config->getValue('memcache.local', null), |
|
| 637 | - /** @psalm-taint-escape callable */ |
|
| 638 | - $config->getValue('memcache.distributed', null), |
|
| 639 | - /** @psalm-taint-escape callable */ |
|
| 640 | - $config->getValue('memcache.locking', null), |
|
| 641 | - /** @psalm-taint-escape callable */ |
|
| 642 | - $config->getValue('redis_log_file') |
|
| 643 | - ); |
|
| 644 | - } |
|
| 645 | - return $arrayCacheFactory; |
|
| 646 | - }); |
|
| 647 | - $this->registerAlias(ICacheFactory::class, Factory::class); |
|
| 648 | - |
|
| 649 | - $this->registerService('RedisFactory', function (Server $c) { |
|
| 650 | - $systemConfig = $c->get(SystemConfig::class); |
|
| 651 | - return new RedisFactory($systemConfig, $c->get(IEventLogger::class)); |
|
| 652 | - }); |
|
| 653 | - |
|
| 654 | - $this->registerService(\OCP\Activity\IManager::class, function (Server $c) { |
|
| 655 | - $l10n = $this->get(IFactory::class)->get('lib'); |
|
| 656 | - return new \OC\Activity\Manager( |
|
| 657 | - $c->getRequest(), |
|
| 658 | - $c->get(IUserSession::class), |
|
| 659 | - $c->get(\OCP\IConfig::class), |
|
| 660 | - $c->get(IValidator::class), |
|
| 661 | - $c->get(IRichTextFormatter::class), |
|
| 662 | - $l10n |
|
| 663 | - ); |
|
| 664 | - }); |
|
| 665 | - |
|
| 666 | - $this->registerService(\OCP\Activity\IEventMerger::class, function (Server $c) { |
|
| 667 | - return new \OC\Activity\EventMerger( |
|
| 668 | - $c->getL10N('lib') |
|
| 669 | - ); |
|
| 670 | - }); |
|
| 671 | - $this->registerAlias(IValidator::class, Validator::class); |
|
| 672 | - |
|
| 673 | - $this->registerService(AvatarManager::class, function (Server $c) { |
|
| 674 | - return new AvatarManager( |
|
| 675 | - $c->get(IUserSession::class), |
|
| 676 | - $c->get(\OC\User\Manager::class), |
|
| 677 | - $c->getAppDataDir('avatar'), |
|
| 678 | - $c->getL10N('lib'), |
|
| 679 | - $c->get(LoggerInterface::class), |
|
| 680 | - $c->get(\OCP\IConfig::class), |
|
| 681 | - $c->get(IAccountManager::class), |
|
| 682 | - $c->get(KnownUserService::class) |
|
| 683 | - ); |
|
| 684 | - }); |
|
| 685 | - |
|
| 686 | - $this->registerAlias(IAvatarManager::class, AvatarManager::class); |
|
| 687 | - |
|
| 688 | - $this->registerAlias(\OCP\Support\CrashReport\IRegistry::class, \OC\Support\CrashReport\Registry::class); |
|
| 689 | - $this->registerAlias(\OCP\Support\Subscription\IRegistry::class, \OC\Support\Subscription\Registry::class); |
|
| 690 | - $this->registerAlias(\OCP\Support\Subscription\IAssertion::class, \OC\Support\Subscription\Assertion::class); |
|
| 691 | - |
|
| 692 | - /** Only used by the PsrLoggerAdapter should not be used by apps */ |
|
| 693 | - $this->registerService(\OC\Log::class, function (Server $c) { |
|
| 694 | - $logType = $c->get(AllConfig::class)->getSystemValue('log_type', 'file'); |
|
| 695 | - $factory = new LogFactory($c, $this->get(SystemConfig::class)); |
|
| 696 | - $logger = $factory->get($logType); |
|
| 697 | - $registry = $c->get(\OCP\Support\CrashReport\IRegistry::class); |
|
| 698 | - |
|
| 699 | - return new Log($logger, $this->get(SystemConfig::class), crashReporters: $registry); |
|
| 700 | - }); |
|
| 701 | - // PSR-3 logger |
|
| 702 | - $this->registerAlias(LoggerInterface::class, PsrLoggerAdapter::class); |
|
| 703 | - |
|
| 704 | - $this->registerService(ILogFactory::class, function (Server $c) { |
|
| 705 | - return new LogFactory($c, $this->get(SystemConfig::class)); |
|
| 706 | - }); |
|
| 707 | - |
|
| 708 | - $this->registerAlias(IJobList::class, \OC\BackgroundJob\JobList::class); |
|
| 709 | - |
|
| 710 | - $this->registerService(Router::class, function (Server $c) { |
|
| 711 | - $cacheFactory = $c->get(ICacheFactory::class); |
|
| 712 | - if ($cacheFactory->isLocalCacheAvailable()) { |
|
| 713 | - $router = $c->resolve(CachingRouter::class); |
|
| 714 | - } else { |
|
| 715 | - $router = $c->resolve(Router::class); |
|
| 716 | - } |
|
| 717 | - return $router; |
|
| 718 | - }); |
|
| 719 | - $this->registerAlias(IRouter::class, Router::class); |
|
| 720 | - |
|
| 721 | - $this->registerService(\OC\Security\RateLimiting\Backend\IBackend::class, function ($c) { |
|
| 722 | - $config = $c->get(\OCP\IConfig::class); |
|
| 723 | - if (ltrim($config->getSystemValueString('memcache.distributed', ''), '\\') === \OC\Memcache\Redis::class) { |
|
| 724 | - $backend = new \OC\Security\RateLimiting\Backend\MemoryCacheBackend( |
|
| 725 | - $c->get(AllConfig::class), |
|
| 726 | - $this->get(ICacheFactory::class), |
|
| 727 | - new \OC\AppFramework\Utility\TimeFactory() |
|
| 728 | - ); |
|
| 729 | - } else { |
|
| 730 | - $backend = new \OC\Security\RateLimiting\Backend\DatabaseBackend( |
|
| 731 | - $c->get(AllConfig::class), |
|
| 732 | - $c->get(IDBConnection::class), |
|
| 733 | - new \OC\AppFramework\Utility\TimeFactory() |
|
| 734 | - ); |
|
| 735 | - } |
|
| 736 | - |
|
| 737 | - return $backend; |
|
| 738 | - }); |
|
| 739 | - |
|
| 740 | - $this->registerAlias(\OCP\Security\ISecureRandom::class, SecureRandom::class); |
|
| 741 | - $this->registerAlias(\OCP\Security\IRemoteHostValidator::class, \OC\Security\RemoteHostValidator::class); |
|
| 742 | - $this->registerAlias(IVerificationToken::class, VerificationToken::class); |
|
| 743 | - |
|
| 744 | - $this->registerAlias(ICrypto::class, Crypto::class); |
|
| 745 | - |
|
| 746 | - $this->registerAlias(IHasher::class, Hasher::class); |
|
| 747 | - |
|
| 748 | - $this->registerAlias(ICredentialsManager::class, CredentialsManager::class); |
|
| 749 | - |
|
| 750 | - $this->registerAlias(IDBConnection::class, ConnectionAdapter::class); |
|
| 751 | - $this->registerService(Connection::class, function (Server $c) { |
|
| 752 | - $systemConfig = $c->get(SystemConfig::class); |
|
| 753 | - $factory = new \OC\DB\ConnectionFactory($systemConfig, $c->get(ICacheFactory::class)); |
|
| 754 | - $type = $systemConfig->getValue('dbtype', 'sqlite'); |
|
| 755 | - if (!$factory->isValidType($type)) { |
|
| 756 | - throw new \OC\DatabaseException('Invalid database type'); |
|
| 757 | - } |
|
| 758 | - $connection = $factory->getConnection($type, []); |
|
| 759 | - return $connection; |
|
| 760 | - }); |
|
| 761 | - |
|
| 762 | - $this->registerAlias(ICertificateManager::class, CertificateManager::class); |
|
| 763 | - $this->registerAlias(IClientService::class, ClientService::class); |
|
| 764 | - $this->registerService(NegativeDnsCache::class, function (ContainerInterface $c) { |
|
| 765 | - return new NegativeDnsCache( |
|
| 766 | - $c->get(ICacheFactory::class), |
|
| 767 | - ); |
|
| 768 | - }); |
|
| 769 | - $this->registerDeprecatedAlias('HttpClientService', IClientService::class); |
|
| 770 | - $this->registerService(IEventLogger::class, function (ContainerInterface $c) { |
|
| 771 | - return new EventLogger($c->get(SystemConfig::class), $c->get(LoggerInterface::class), $c->get(Log::class)); |
|
| 772 | - }); |
|
| 773 | - |
|
| 774 | - $this->registerService(IQueryLogger::class, function (ContainerInterface $c) { |
|
| 775 | - $queryLogger = new QueryLogger(); |
|
| 776 | - if ($c->get(SystemConfig::class)->getValue('debug', false)) { |
|
| 777 | - // In debug mode, module is being activated by default |
|
| 778 | - $queryLogger->activate(); |
|
| 779 | - } |
|
| 780 | - return $queryLogger; |
|
| 781 | - }); |
|
| 782 | - |
|
| 783 | - $this->registerAlias(ITempManager::class, TempManager::class); |
|
| 784 | - $this->registerAlias(IDateTimeZone::class, DateTimeZone::class); |
|
| 785 | - |
|
| 786 | - $this->registerService(IDateTimeFormatter::class, function (Server $c) { |
|
| 787 | - $language = $c->get(\OCP\IConfig::class)->getUserValue($c->get(ISession::class)->get('user_id'), 'core', 'lang', null); |
|
| 788 | - |
|
| 789 | - return new DateTimeFormatter( |
|
| 790 | - $c->get(IDateTimeZone::class)->getTimeZone(), |
|
| 791 | - $c->getL10N('lib', $language) |
|
| 792 | - ); |
|
| 793 | - }); |
|
| 794 | - |
|
| 795 | - $this->registerService(IUserMountCache::class, function (ContainerInterface $c) { |
|
| 796 | - $mountCache = $c->get(UserMountCache::class); |
|
| 797 | - $listener = new UserMountCacheListener($mountCache); |
|
| 798 | - $listener->listen($c->get(IUserManager::class)); |
|
| 799 | - return $mountCache; |
|
| 800 | - }); |
|
| 801 | - |
|
| 802 | - $this->registerService(IMountProviderCollection::class, function (ContainerInterface $c) { |
|
| 803 | - $loader = $c->get(IStorageFactory::class); |
|
| 804 | - $mountCache = $c->get(IUserMountCache::class); |
|
| 805 | - $eventLogger = $c->get(IEventLogger::class); |
|
| 806 | - $manager = new MountProviderCollection($loader, $mountCache, $eventLogger); |
|
| 807 | - |
|
| 808 | - // builtin providers |
|
| 809 | - |
|
| 810 | - $config = $c->get(\OCP\IConfig::class); |
|
| 811 | - $logger = $c->get(LoggerInterface::class); |
|
| 812 | - $objectStoreConfig = $c->get(PrimaryObjectStoreConfig::class); |
|
| 813 | - $manager->registerProvider(new CacheMountProvider($config)); |
|
| 814 | - $manager->registerHomeProvider(new LocalHomeMountProvider()); |
|
| 815 | - $manager->registerHomeProvider(new ObjectHomeMountProvider($objectStoreConfig)); |
|
| 816 | - $manager->registerRootProvider(new RootMountProvider($objectStoreConfig, $config)); |
|
| 817 | - $manager->registerRootProvider(new ObjectStorePreviewCacheMountProvider($logger, $config)); |
|
| 818 | - |
|
| 819 | - return $manager; |
|
| 820 | - }); |
|
| 821 | - |
|
| 822 | - $this->registerService(IBus::class, function (ContainerInterface $c) { |
|
| 823 | - $busClass = $c->get(\OCP\IConfig::class)->getSystemValueString('commandbus'); |
|
| 824 | - if ($busClass) { |
|
| 825 | - [$app, $class] = explode('::', $busClass, 2); |
|
| 826 | - if ($c->get(IAppManager::class)->isEnabledForUser($app)) { |
|
| 827 | - $c->get(IAppManager::class)->loadApp($app); |
|
| 828 | - return $c->get($class); |
|
| 829 | - } else { |
|
| 830 | - throw new ServiceUnavailableException("The app providing the command bus ($app) is not enabled"); |
|
| 831 | - } |
|
| 832 | - } else { |
|
| 833 | - $jobList = $c->get(IJobList::class); |
|
| 834 | - return new CronBus($jobList); |
|
| 835 | - } |
|
| 836 | - }); |
|
| 837 | - $this->registerDeprecatedAlias('AsyncCommandBus', IBus::class); |
|
| 838 | - $this->registerAlias(ITrustedDomainHelper::class, TrustedDomainHelper::class); |
|
| 839 | - $this->registerAlias(IThrottler::class, Throttler::class); |
|
| 840 | - |
|
| 841 | - $this->registerService(\OC\Security\Bruteforce\Backend\IBackend::class, function ($c) { |
|
| 842 | - $config = $c->get(\OCP\IConfig::class); |
|
| 843 | - if (!$config->getSystemValueBool('auth.bruteforce.protection.force.database', false) |
|
| 844 | - && ltrim($config->getSystemValueString('memcache.distributed', ''), '\\') === \OC\Memcache\Redis::class) { |
|
| 845 | - $backend = $c->get(\OC\Security\Bruteforce\Backend\MemoryCacheBackend::class); |
|
| 846 | - } else { |
|
| 847 | - $backend = $c->get(\OC\Security\Bruteforce\Backend\DatabaseBackend::class); |
|
| 848 | - } |
|
| 849 | - |
|
| 850 | - return $backend; |
|
| 851 | - }); |
|
| 852 | - |
|
| 853 | - $this->registerDeprecatedAlias('IntegrityCodeChecker', Checker::class); |
|
| 854 | - $this->registerService(Checker::class, function (ContainerInterface $c) { |
|
| 855 | - // IConfig requires a working database. This code |
|
| 856 | - // might however be called when Nextcloud is not yet setup. |
|
| 857 | - if (\OC::$server->get(SystemConfig::class)->getValue('installed', false)) { |
|
| 858 | - $config = $c->get(\OCP\IConfig::class); |
|
| 859 | - $appConfig = $c->get(\OCP\IAppConfig::class); |
|
| 860 | - } else { |
|
| 861 | - $config = null; |
|
| 862 | - $appConfig = null; |
|
| 863 | - } |
|
| 864 | - |
|
| 865 | - return new Checker( |
|
| 866 | - $c->get(ServerVersion::class), |
|
| 867 | - $c->get(EnvironmentHelper::class), |
|
| 868 | - new FileAccessHelper(), |
|
| 869 | - new AppLocator(), |
|
| 870 | - $config, |
|
| 871 | - $appConfig, |
|
| 872 | - $c->get(ICacheFactory::class), |
|
| 873 | - $c->get(IAppManager::class), |
|
| 874 | - $c->get(IMimeTypeDetector::class) |
|
| 875 | - ); |
|
| 876 | - }); |
|
| 877 | - $this->registerService(\OCP\IRequest::class, function (ContainerInterface $c) { |
|
| 878 | - if (isset($this['urlParams'])) { |
|
| 879 | - $urlParams = $this['urlParams']; |
|
| 880 | - } else { |
|
| 881 | - $urlParams = []; |
|
| 882 | - } |
|
| 883 | - |
|
| 884 | - if (defined('PHPUNIT_RUN') && PHPUNIT_RUN |
|
| 885 | - && in_array('fakeinput', stream_get_wrappers()) |
|
| 886 | - ) { |
|
| 887 | - $stream = 'fakeinput://data'; |
|
| 888 | - } else { |
|
| 889 | - $stream = 'php://input'; |
|
| 890 | - } |
|
| 891 | - |
|
| 892 | - return new Request( |
|
| 893 | - [ |
|
| 894 | - 'get' => $_GET, |
|
| 895 | - 'post' => $_POST, |
|
| 896 | - 'files' => $_FILES, |
|
| 897 | - 'server' => $_SERVER, |
|
| 898 | - 'env' => $_ENV, |
|
| 899 | - 'cookies' => $_COOKIE, |
|
| 900 | - 'method' => (isset($_SERVER) && isset($_SERVER['REQUEST_METHOD'])) |
|
| 901 | - ? $_SERVER['REQUEST_METHOD'] |
|
| 902 | - : '', |
|
| 903 | - 'urlParams' => $urlParams, |
|
| 904 | - ], |
|
| 905 | - $this->get(IRequestId::class), |
|
| 906 | - $this->get(\OCP\IConfig::class), |
|
| 907 | - $this->get(CsrfTokenManager::class), |
|
| 908 | - $stream |
|
| 909 | - ); |
|
| 910 | - }); |
|
| 911 | - |
|
| 912 | - $this->registerService(IRequestId::class, function (ContainerInterface $c): IRequestId { |
|
| 913 | - return new RequestId( |
|
| 914 | - $_SERVER['UNIQUE_ID'] ?? '', |
|
| 915 | - $this->get(ISecureRandom::class) |
|
| 916 | - ); |
|
| 917 | - }); |
|
| 918 | - |
|
| 919 | - $this->registerService(IMailer::class, function (Server $c) { |
|
| 920 | - return new Mailer( |
|
| 921 | - $c->get(\OCP\IConfig::class), |
|
| 922 | - $c->get(LoggerInterface::class), |
|
| 923 | - $c->get(Defaults::class), |
|
| 924 | - $c->get(IURLGenerator::class), |
|
| 925 | - $c->getL10N('lib'), |
|
| 926 | - $c->get(IEventDispatcher::class), |
|
| 927 | - $c->get(IFactory::class) |
|
| 928 | - ); |
|
| 929 | - }); |
|
| 930 | - |
|
| 931 | - /** @since 30.0.0 */ |
|
| 932 | - $this->registerAlias(\OCP\Mail\Provider\IManager::class, \OC\Mail\Provider\Manager::class); |
|
| 933 | - |
|
| 934 | - $this->registerService(ILDAPProviderFactory::class, function (ContainerInterface $c) { |
|
| 935 | - $config = $c->get(\OCP\IConfig::class); |
|
| 936 | - $factoryClass = $config->getSystemValue('ldapProviderFactory', null); |
|
| 937 | - if (is_null($factoryClass) || !class_exists($factoryClass)) { |
|
| 938 | - return new NullLDAPProviderFactory($this); |
|
| 939 | - } |
|
| 940 | - /** @var \OCP\LDAP\ILDAPProviderFactory $factory */ |
|
| 941 | - return new $factoryClass($this); |
|
| 942 | - }); |
|
| 943 | - $this->registerService(ILDAPProvider::class, function (ContainerInterface $c) { |
|
| 944 | - $factory = $c->get(ILDAPProviderFactory::class); |
|
| 945 | - return $factory->getLDAPProvider(); |
|
| 946 | - }); |
|
| 947 | - $this->registerService(ILockingProvider::class, function (ContainerInterface $c) { |
|
| 948 | - $ini = $c->get(IniGetWrapper::class); |
|
| 949 | - $config = $c->get(\OCP\IConfig::class); |
|
| 950 | - $ttl = $config->getSystemValueInt('filelocking.ttl', max(3600, $ini->getNumeric('max_execution_time'))); |
|
| 951 | - if ($config->getSystemValueBool('filelocking.enabled', true) or (defined('PHPUNIT_RUN') && PHPUNIT_RUN)) { |
|
| 952 | - /** @var \OC\Memcache\Factory $memcacheFactory */ |
|
| 953 | - $memcacheFactory = $c->get(ICacheFactory::class); |
|
| 954 | - $memcache = $memcacheFactory->createLocking('lock'); |
|
| 955 | - if (!($memcache instanceof \OC\Memcache\NullCache)) { |
|
| 956 | - $timeFactory = $c->get(ITimeFactory::class); |
|
| 957 | - return new MemcacheLockingProvider($memcache, $timeFactory, $ttl); |
|
| 958 | - } |
|
| 959 | - return new DBLockingProvider( |
|
| 960 | - $c->get(IDBConnection::class), |
|
| 961 | - new TimeFactory(), |
|
| 962 | - $ttl, |
|
| 963 | - !\OC::$CLI |
|
| 964 | - ); |
|
| 965 | - } |
|
| 966 | - return new NoopLockingProvider(); |
|
| 967 | - }); |
|
| 968 | - |
|
| 969 | - $this->registerService(ILockManager::class, function (Server $c): LockManager { |
|
| 970 | - return new LockManager(); |
|
| 971 | - }); |
|
| 972 | - |
|
| 973 | - $this->registerAlias(ILockdownManager::class, 'LockdownManager'); |
|
| 974 | - $this->registerService(SetupManager::class, function ($c) { |
|
| 975 | - // create the setupmanager through the mount manager to resolve the cyclic dependency |
|
| 976 | - return $c->get(\OC\Files\Mount\Manager::class)->getSetupManager(); |
|
| 977 | - }); |
|
| 978 | - $this->registerAlias(IMountManager::class, \OC\Files\Mount\Manager::class); |
|
| 979 | - |
|
| 980 | - $this->registerService(IMimeTypeDetector::class, function (ContainerInterface $c) { |
|
| 981 | - return new \OC\Files\Type\Detection( |
|
| 982 | - $c->get(IURLGenerator::class), |
|
| 983 | - $c->get(LoggerInterface::class), |
|
| 984 | - \OC::$configDir, |
|
| 985 | - \OC::$SERVERROOT . '/resources/config/' |
|
| 986 | - ); |
|
| 987 | - }); |
|
| 988 | - |
|
| 989 | - $this->registerAlias(IMimeTypeLoader::class, Loader::class); |
|
| 990 | - $this->registerService(BundleFetcher::class, function () { |
|
| 991 | - return new BundleFetcher($this->getL10N('lib')); |
|
| 992 | - }); |
|
| 993 | - $this->registerAlias(\OCP\Notification\IManager::class, Manager::class); |
|
| 994 | - |
|
| 995 | - $this->registerService(CapabilitiesManager::class, function (ContainerInterface $c) { |
|
| 996 | - $manager = new CapabilitiesManager($c->get(LoggerInterface::class)); |
|
| 997 | - $manager->registerCapability(function () use ($c) { |
|
| 998 | - return new \OC\OCS\CoreCapabilities($c->get(\OCP\IConfig::class)); |
|
| 999 | - }); |
|
| 1000 | - $manager->registerCapability(function () use ($c) { |
|
| 1001 | - return $c->get(\OC\Security\Bruteforce\Capabilities::class); |
|
| 1002 | - }); |
|
| 1003 | - return $manager; |
|
| 1004 | - }); |
|
| 1005 | - |
|
| 1006 | - $this->registerService(ICommentsManager::class, function (Server $c) { |
|
| 1007 | - $config = $c->get(\OCP\IConfig::class); |
|
| 1008 | - $factoryClass = $config->getSystemValue('comments.managerFactory', CommentsManagerFactory::class); |
|
| 1009 | - /** @var \OCP\Comments\ICommentsManagerFactory $factory */ |
|
| 1010 | - $factory = new $factoryClass($this); |
|
| 1011 | - $manager = $factory->getManager(); |
|
| 1012 | - |
|
| 1013 | - $manager->registerDisplayNameResolver('user', function ($id) use ($c) { |
|
| 1014 | - $manager = $c->get(IUserManager::class); |
|
| 1015 | - $userDisplayName = $manager->getDisplayName($id); |
|
| 1016 | - if ($userDisplayName === null) { |
|
| 1017 | - $l = $c->get(IFactory::class)->get('core'); |
|
| 1018 | - return $l->t('Unknown account'); |
|
| 1019 | - } |
|
| 1020 | - return $userDisplayName; |
|
| 1021 | - }); |
|
| 1022 | - |
|
| 1023 | - return $manager; |
|
| 1024 | - }); |
|
| 1025 | - |
|
| 1026 | - $this->registerAlias(\OC_Defaults::class, 'ThemingDefaults'); |
|
| 1027 | - $this->registerService('ThemingDefaults', function (Server $c) { |
|
| 1028 | - try { |
|
| 1029 | - $classExists = class_exists('OCA\Theming\ThemingDefaults'); |
|
| 1030 | - } catch (\OCP\AutoloadNotAllowedException $e) { |
|
| 1031 | - // App disabled or in maintenance mode |
|
| 1032 | - $classExists = false; |
|
| 1033 | - } |
|
| 1034 | - |
|
| 1035 | - if ($classExists && $c->get(\OCP\IConfig::class)->getSystemValueBool('installed', false) && $c->get(IAppManager::class)->isEnabledForAnyone('theming') && $c->get(TrustedDomainHelper::class)->isTrustedDomain($c->getRequest()->getInsecureServerHost())) { |
|
| 1036 | - $backgroundService = new BackgroundService( |
|
| 1037 | - $c->get(IRootFolder::class), |
|
| 1038 | - $c->getAppDataDir('theming'), |
|
| 1039 | - $c->get(IAppConfig::class), |
|
| 1040 | - $c->get(\OCP\IConfig::class), |
|
| 1041 | - $c->get(ISession::class)->get('user_id'), |
|
| 1042 | - ); |
|
| 1043 | - $imageManager = new ImageManager( |
|
| 1044 | - $c->get(\OCP\IConfig::class), |
|
| 1045 | - $c->getAppDataDir('theming'), |
|
| 1046 | - $c->get(IURLGenerator::class), |
|
| 1047 | - $c->get(ICacheFactory::class), |
|
| 1048 | - $c->get(LoggerInterface::class), |
|
| 1049 | - $c->get(ITempManager::class), |
|
| 1050 | - $backgroundService, |
|
| 1051 | - ); |
|
| 1052 | - return new ThemingDefaults( |
|
| 1053 | - $c->get(\OCP\IConfig::class), |
|
| 1054 | - $c->get(\OCP\IAppConfig::class), |
|
| 1055 | - $c->getL10N('theming'), |
|
| 1056 | - $c->get(IUserSession::class), |
|
| 1057 | - $c->get(IURLGenerator::class), |
|
| 1058 | - $c->get(ICacheFactory::class), |
|
| 1059 | - new Util($c->get(ServerVersion::class), $c->get(\OCP\IConfig::class), $this->get(IAppManager::class), $c->getAppDataDir('theming'), $imageManager), |
|
| 1060 | - $imageManager, |
|
| 1061 | - $c->get(IAppManager::class), |
|
| 1062 | - $c->get(INavigationManager::class), |
|
| 1063 | - $backgroundService, |
|
| 1064 | - ); |
|
| 1065 | - } |
|
| 1066 | - return new \OC_Defaults(); |
|
| 1067 | - }); |
|
| 1068 | - $this->registerService(JSCombiner::class, function (Server $c) { |
|
| 1069 | - return new JSCombiner( |
|
| 1070 | - $c->getAppDataDir('js'), |
|
| 1071 | - $c->get(IURLGenerator::class), |
|
| 1072 | - $this->get(ICacheFactory::class), |
|
| 1073 | - $c->get(SystemConfig::class), |
|
| 1074 | - $c->get(LoggerInterface::class) |
|
| 1075 | - ); |
|
| 1076 | - }); |
|
| 1077 | - $this->registerAlias(\OCP\EventDispatcher\IEventDispatcher::class, \OC\EventDispatcher\EventDispatcher::class); |
|
| 1078 | - |
|
| 1079 | - $this->registerService('CryptoWrapper', function (ContainerInterface $c) { |
|
| 1080 | - // FIXME: Instantiated here due to cyclic dependency |
|
| 1081 | - $request = new Request( |
|
| 1082 | - [ |
|
| 1083 | - 'get' => $_GET, |
|
| 1084 | - 'post' => $_POST, |
|
| 1085 | - 'files' => $_FILES, |
|
| 1086 | - 'server' => $_SERVER, |
|
| 1087 | - 'env' => $_ENV, |
|
| 1088 | - 'cookies' => $_COOKIE, |
|
| 1089 | - 'method' => (isset($_SERVER) && isset($_SERVER['REQUEST_METHOD'])) |
|
| 1090 | - ? $_SERVER['REQUEST_METHOD'] |
|
| 1091 | - : null, |
|
| 1092 | - ], |
|
| 1093 | - $c->get(IRequestId::class), |
|
| 1094 | - $c->get(\OCP\IConfig::class) |
|
| 1095 | - ); |
|
| 1096 | - |
|
| 1097 | - return new CryptoWrapper( |
|
| 1098 | - $c->get(ICrypto::class), |
|
| 1099 | - $c->get(ISecureRandom::class), |
|
| 1100 | - $request |
|
| 1101 | - ); |
|
| 1102 | - }); |
|
| 1103 | - $this->registerService(SessionStorage::class, function (ContainerInterface $c) { |
|
| 1104 | - return new SessionStorage($c->get(ISession::class)); |
|
| 1105 | - }); |
|
| 1106 | - $this->registerAlias(\OCP\Security\IContentSecurityPolicyManager::class, ContentSecurityPolicyManager::class); |
|
| 1107 | - |
|
| 1108 | - $this->registerService(IProviderFactory::class, function (ContainerInterface $c) { |
|
| 1109 | - $config = $c->get(\OCP\IConfig::class); |
|
| 1110 | - $factoryClass = $config->getSystemValue('sharing.managerFactory', ProviderFactory::class); |
|
| 1111 | - /** @var \OCP\Share\IProviderFactory $factory */ |
|
| 1112 | - return $c->get($factoryClass); |
|
| 1113 | - }); |
|
| 1114 | - |
|
| 1115 | - $this->registerAlias(\OCP\Share\IManager::class, \OC\Share20\Manager::class); |
|
| 1116 | - |
|
| 1117 | - $this->registerService(\OCP\Collaboration\Collaborators\ISearch::class, function (Server $c) { |
|
| 1118 | - $instance = new Collaboration\Collaborators\Search($c); |
|
| 1119 | - |
|
| 1120 | - // register default plugins |
|
| 1121 | - $instance->registerPlugin(['shareType' => 'SHARE_TYPE_USER', 'class' => UserPlugin::class]); |
|
| 1122 | - $instance->registerPlugin(['shareType' => 'SHARE_TYPE_GROUP', 'class' => GroupPlugin::class]); |
|
| 1123 | - $instance->registerPlugin(['shareType' => 'SHARE_TYPE_EMAIL', 'class' => MailPlugin::class]); |
|
| 1124 | - $instance->registerPlugin(['shareType' => 'SHARE_TYPE_REMOTE', 'class' => RemotePlugin::class]); |
|
| 1125 | - $instance->registerPlugin(['shareType' => 'SHARE_TYPE_REMOTE_GROUP', 'class' => RemoteGroupPlugin::class]); |
|
| 1126 | - |
|
| 1127 | - return $instance; |
|
| 1128 | - }); |
|
| 1129 | - $this->registerAlias(\OCP\Collaboration\Collaborators\ISearchResult::class, \OC\Collaboration\Collaborators\SearchResult::class); |
|
| 1130 | - |
|
| 1131 | - $this->registerAlias(\OCP\Collaboration\AutoComplete\IManager::class, \OC\Collaboration\AutoComplete\Manager::class); |
|
| 1132 | - |
|
| 1133 | - $this->registerAlias(\OCP\Collaboration\Resources\IProviderManager::class, \OC\Collaboration\Resources\ProviderManager::class); |
|
| 1134 | - $this->registerAlias(\OCP\Collaboration\Resources\IManager::class, \OC\Collaboration\Resources\Manager::class); |
|
| 1135 | - |
|
| 1136 | - $this->registerAlias(IReferenceManager::class, ReferenceManager::class); |
|
| 1137 | - $this->registerAlias(ITeamManager::class, TeamManager::class); |
|
| 1138 | - |
|
| 1139 | - $this->registerDeprecatedAlias('SettingsManager', \OC\Settings\Manager::class); |
|
| 1140 | - $this->registerAlias(\OCP\Settings\IManager::class, \OC\Settings\Manager::class); |
|
| 1141 | - $this->registerService(\OC\Files\AppData\Factory::class, function (ContainerInterface $c) { |
|
| 1142 | - return new \OC\Files\AppData\Factory( |
|
| 1143 | - $c->get(IRootFolder::class), |
|
| 1144 | - $c->get(SystemConfig::class) |
|
| 1145 | - ); |
|
| 1146 | - }); |
|
| 1147 | - |
|
| 1148 | - $this->registerService('LockdownManager', function (ContainerInterface $c) { |
|
| 1149 | - return new LockdownManager(function () use ($c) { |
|
| 1150 | - return $c->get(ISession::class); |
|
| 1151 | - }); |
|
| 1152 | - }); |
|
| 1153 | - |
|
| 1154 | - $this->registerService(\OCP\OCS\IDiscoveryService::class, function (ContainerInterface $c) { |
|
| 1155 | - return new DiscoveryService( |
|
| 1156 | - $c->get(ICacheFactory::class), |
|
| 1157 | - $c->get(IClientService::class) |
|
| 1158 | - ); |
|
| 1159 | - }); |
|
| 1160 | - $this->registerAlias(IOCMDiscoveryService::class, OCMDiscoveryService::class); |
|
| 1161 | - |
|
| 1162 | - $this->registerService(ICloudIdManager::class, function (ContainerInterface $c) { |
|
| 1163 | - return new CloudIdManager( |
|
| 1164 | - $c->get(\OCP\Contacts\IManager::class), |
|
| 1165 | - $c->get(IURLGenerator::class), |
|
| 1166 | - $c->get(IUserManager::class), |
|
| 1167 | - $c->get(ICacheFactory::class), |
|
| 1168 | - $c->get(IEventDispatcher::class), |
|
| 1169 | - ); |
|
| 1170 | - }); |
|
| 1171 | - |
|
| 1172 | - $this->registerAlias(\OCP\GlobalScale\IConfig::class, \OC\GlobalScale\Config::class); |
|
| 1173 | - $this->registerAlias(ICloudFederationProviderManager::class, CloudFederationProviderManager::class); |
|
| 1174 | - $this->registerService(ICloudFederationFactory::class, function (Server $c) { |
|
| 1175 | - return new CloudFederationFactory(); |
|
| 1176 | - }); |
|
| 253 | + /** @var string */ |
|
| 254 | + private $webRoot; |
|
| 255 | + |
|
| 256 | + /** |
|
| 257 | + * @param string $webRoot |
|
| 258 | + * @param \OC\Config $config |
|
| 259 | + */ |
|
| 260 | + public function __construct($webRoot, \OC\Config $config) { |
|
| 261 | + parent::__construct(); |
|
| 262 | + $this->webRoot = $webRoot; |
|
| 263 | + |
|
| 264 | + // To find out if we are running from CLI or not |
|
| 265 | + $this->registerParameter('isCLI', \OC::$CLI); |
|
| 266 | + $this->registerParameter('serverRoot', \OC::$SERVERROOT); |
|
| 267 | + |
|
| 268 | + $this->registerService(ContainerInterface::class, function (ContainerInterface $c) { |
|
| 269 | + return $c; |
|
| 270 | + }); |
|
| 271 | + $this->registerService(\OCP\IServerContainer::class, function (ContainerInterface $c) { |
|
| 272 | + return $c; |
|
| 273 | + }); |
|
| 274 | + |
|
| 275 | + $this->registerAlias(\OCP\Calendar\IManager::class, \OC\Calendar\Manager::class); |
|
| 276 | + |
|
| 277 | + $this->registerAlias(\OCP\Calendar\Resource\IManager::class, \OC\Calendar\Resource\Manager::class); |
|
| 278 | + |
|
| 279 | + $this->registerAlias(\OCP\Calendar\Room\IManager::class, \OC\Calendar\Room\Manager::class); |
|
| 280 | + |
|
| 281 | + $this->registerAlias(\OCP\Contacts\IManager::class, \OC\ContactsManager::class); |
|
| 282 | + |
|
| 283 | + $this->registerAlias(\OCP\DirectEditing\IManager::class, \OC\DirectEditing\Manager::class); |
|
| 284 | + $this->registerAlias(ITemplateManager::class, TemplateManager::class); |
|
| 285 | + $this->registerAlias(\OCP\Template\ITemplateManager::class, \OC\Template\TemplateManager::class); |
|
| 286 | + |
|
| 287 | + $this->registerAlias(IActionFactory::class, ActionFactory::class); |
|
| 288 | + |
|
| 289 | + $this->registerService(View::class, function (Server $c) { |
|
| 290 | + return new View(); |
|
| 291 | + }, false); |
|
| 292 | + |
|
| 293 | + $this->registerService(IPreview::class, function (ContainerInterface $c) { |
|
| 294 | + return new PreviewManager( |
|
| 295 | + $c->get(\OCP\IConfig::class), |
|
| 296 | + $c->get(IRootFolder::class), |
|
| 297 | + new \OC\Preview\Storage\Root( |
|
| 298 | + $c->get(IRootFolder::class), |
|
| 299 | + $c->get(SystemConfig::class) |
|
| 300 | + ), |
|
| 301 | + $c->get(IEventDispatcher::class), |
|
| 302 | + $c->get(GeneratorHelper::class), |
|
| 303 | + $c->get(ISession::class)->get('user_id'), |
|
| 304 | + $c->get(Coordinator::class), |
|
| 305 | + $c->get(IServerContainer::class), |
|
| 306 | + $c->get(IBinaryFinder::class), |
|
| 307 | + $c->get(IMagickSupport::class) |
|
| 308 | + ); |
|
| 309 | + }); |
|
| 310 | + $this->registerAlias(IMimeIconProvider::class, MimeIconProvider::class); |
|
| 311 | + |
|
| 312 | + $this->registerService(\OC\Preview\Watcher::class, function (ContainerInterface $c) { |
|
| 313 | + return new \OC\Preview\Watcher( |
|
| 314 | + new \OC\Preview\Storage\Root( |
|
| 315 | + $c->get(IRootFolder::class), |
|
| 316 | + $c->get(SystemConfig::class) |
|
| 317 | + ) |
|
| 318 | + ); |
|
| 319 | + }); |
|
| 320 | + |
|
| 321 | + $this->registerService(IProfiler::class, function (Server $c) { |
|
| 322 | + return new Profiler($c->get(SystemConfig::class)); |
|
| 323 | + }); |
|
| 324 | + |
|
| 325 | + $this->registerService(Encryption\Manager::class, function (Server $c): Encryption\Manager { |
|
| 326 | + $view = new View(); |
|
| 327 | + $util = new Encryption\Util( |
|
| 328 | + $view, |
|
| 329 | + $c->get(IUserManager::class), |
|
| 330 | + $c->get(IGroupManager::class), |
|
| 331 | + $c->get(\OCP\IConfig::class) |
|
| 332 | + ); |
|
| 333 | + return new Encryption\Manager( |
|
| 334 | + $c->get(\OCP\IConfig::class), |
|
| 335 | + $c->get(LoggerInterface::class), |
|
| 336 | + $c->getL10N('core'), |
|
| 337 | + new View(), |
|
| 338 | + $util, |
|
| 339 | + new ArrayCache() |
|
| 340 | + ); |
|
| 341 | + }); |
|
| 342 | + $this->registerAlias(\OCP\Encryption\IManager::class, Encryption\Manager::class); |
|
| 343 | + |
|
| 344 | + $this->registerService(IFile::class, function (ContainerInterface $c) { |
|
| 345 | + $util = new Encryption\Util( |
|
| 346 | + new View(), |
|
| 347 | + $c->get(IUserManager::class), |
|
| 348 | + $c->get(IGroupManager::class), |
|
| 349 | + $c->get(\OCP\IConfig::class) |
|
| 350 | + ); |
|
| 351 | + return new Encryption\File( |
|
| 352 | + $util, |
|
| 353 | + $c->get(IRootFolder::class), |
|
| 354 | + $c->get(\OCP\Share\IManager::class) |
|
| 355 | + ); |
|
| 356 | + }); |
|
| 357 | + |
|
| 358 | + $this->registerService(IStorage::class, function (ContainerInterface $c) { |
|
| 359 | + $view = new View(); |
|
| 360 | + $util = new Encryption\Util( |
|
| 361 | + $view, |
|
| 362 | + $c->get(IUserManager::class), |
|
| 363 | + $c->get(IGroupManager::class), |
|
| 364 | + $c->get(\OCP\IConfig::class) |
|
| 365 | + ); |
|
| 366 | + |
|
| 367 | + return new Encryption\Keys\Storage( |
|
| 368 | + $view, |
|
| 369 | + $util, |
|
| 370 | + $c->get(ICrypto::class), |
|
| 371 | + $c->get(\OCP\IConfig::class) |
|
| 372 | + ); |
|
| 373 | + }); |
|
| 374 | + |
|
| 375 | + $this->registerAlias(\OCP\ITagManager::class, TagManager::class); |
|
| 376 | + |
|
| 377 | + $this->registerService('SystemTagManagerFactory', function (ContainerInterface $c) { |
|
| 378 | + /** @var \OCP\IConfig $config */ |
|
| 379 | + $config = $c->get(\OCP\IConfig::class); |
|
| 380 | + $factoryClass = $config->getSystemValue('systemtags.managerFactory', SystemTagManagerFactory::class); |
|
| 381 | + return new $factoryClass($this); |
|
| 382 | + }); |
|
| 383 | + $this->registerService(ISystemTagManager::class, function (ContainerInterface $c) { |
|
| 384 | + return $c->get('SystemTagManagerFactory')->getManager(); |
|
| 385 | + }); |
|
| 386 | + /** @deprecated 19.0.0 */ |
|
| 387 | + $this->registerDeprecatedAlias('SystemTagManager', ISystemTagManager::class); |
|
| 388 | + |
|
| 389 | + $this->registerService(ISystemTagObjectMapper::class, function (ContainerInterface $c) { |
|
| 390 | + return $c->get('SystemTagManagerFactory')->getObjectMapper(); |
|
| 391 | + }); |
|
| 392 | + $this->registerAlias(IFileAccess::class, FileAccess::class); |
|
| 393 | + $this->registerService('RootFolder', function (ContainerInterface $c) { |
|
| 394 | + $manager = \OC\Files\Filesystem::getMountManager(); |
|
| 395 | + $view = new View(); |
|
| 396 | + /** @var IUserSession $userSession */ |
|
| 397 | + $userSession = $c->get(IUserSession::class); |
|
| 398 | + $root = new Root( |
|
| 399 | + $manager, |
|
| 400 | + $view, |
|
| 401 | + $userSession->getUser(), |
|
| 402 | + $c->get(IUserMountCache::class), |
|
| 403 | + $this->get(LoggerInterface::class), |
|
| 404 | + $this->get(IUserManager::class), |
|
| 405 | + $this->get(IEventDispatcher::class), |
|
| 406 | + $this->get(ICacheFactory::class), |
|
| 407 | + ); |
|
| 408 | + |
|
| 409 | + $previewConnector = new \OC\Preview\WatcherConnector( |
|
| 410 | + $root, |
|
| 411 | + $c->get(SystemConfig::class), |
|
| 412 | + $this->get(IEventDispatcher::class) |
|
| 413 | + ); |
|
| 414 | + $previewConnector->connectWatcher(); |
|
| 415 | + |
|
| 416 | + return $root; |
|
| 417 | + }); |
|
| 418 | + $this->registerService(HookConnector::class, function (ContainerInterface $c) { |
|
| 419 | + return new HookConnector( |
|
| 420 | + $c->get(IRootFolder::class), |
|
| 421 | + new View(), |
|
| 422 | + $c->get(IEventDispatcher::class), |
|
| 423 | + $c->get(LoggerInterface::class) |
|
| 424 | + ); |
|
| 425 | + }); |
|
| 426 | + |
|
| 427 | + $this->registerService(IRootFolder::class, function (ContainerInterface $c) { |
|
| 428 | + return new LazyRoot(function () use ($c) { |
|
| 429 | + return $c->get('RootFolder'); |
|
| 430 | + }); |
|
| 431 | + }); |
|
| 432 | + |
|
| 433 | + $this->registerAlias(\OCP\IUserManager::class, \OC\User\Manager::class); |
|
| 434 | + |
|
| 435 | + $this->registerService(DisplayNameCache::class, function (ContainerInterface $c) { |
|
| 436 | + return $c->get(\OC\User\Manager::class)->getDisplayNameCache(); |
|
| 437 | + }); |
|
| 438 | + |
|
| 439 | + $this->registerService(\OCP\IGroupManager::class, function (ContainerInterface $c) { |
|
| 440 | + $groupManager = new \OC\Group\Manager( |
|
| 441 | + $this->get(IUserManager::class), |
|
| 442 | + $this->get(IEventDispatcher::class), |
|
| 443 | + $this->get(LoggerInterface::class), |
|
| 444 | + $this->get(ICacheFactory::class), |
|
| 445 | + $this->get(IRemoteAddress::class), |
|
| 446 | + ); |
|
| 447 | + return $groupManager; |
|
| 448 | + }); |
|
| 449 | + |
|
| 450 | + $this->registerService(Store::class, function (ContainerInterface $c) { |
|
| 451 | + $session = $c->get(ISession::class); |
|
| 452 | + if (\OC::$server->get(SystemConfig::class)->getValue('installed', false)) { |
|
| 453 | + $tokenProvider = $c->get(IProvider::class); |
|
| 454 | + } else { |
|
| 455 | + $tokenProvider = null; |
|
| 456 | + } |
|
| 457 | + $logger = $c->get(LoggerInterface::class); |
|
| 458 | + $crypto = $c->get(ICrypto::class); |
|
| 459 | + return new Store($session, $logger, $crypto, $tokenProvider); |
|
| 460 | + }); |
|
| 461 | + $this->registerAlias(IStore::class, Store::class); |
|
| 462 | + $this->registerAlias(IProvider::class, Authentication\Token\Manager::class); |
|
| 463 | + $this->registerAlias(OCPIProvider::class, Authentication\Token\Manager::class); |
|
| 464 | + |
|
| 465 | + $this->registerService(\OC\User\Session::class, function (Server $c) { |
|
| 466 | + $manager = $c->get(IUserManager::class); |
|
| 467 | + $session = new \OC\Session\Memory(); |
|
| 468 | + $timeFactory = new TimeFactory(); |
|
| 469 | + // Token providers might require a working database. This code |
|
| 470 | + // might however be called when Nextcloud is not yet setup. |
|
| 471 | + if (\OC::$server->get(SystemConfig::class)->getValue('installed', false)) { |
|
| 472 | + $provider = $c->get(IProvider::class); |
|
| 473 | + } else { |
|
| 474 | + $provider = null; |
|
| 475 | + } |
|
| 476 | + |
|
| 477 | + $userSession = new \OC\User\Session( |
|
| 478 | + $manager, |
|
| 479 | + $session, |
|
| 480 | + $timeFactory, |
|
| 481 | + $provider, |
|
| 482 | + $c->get(\OCP\IConfig::class), |
|
| 483 | + $c->get(ISecureRandom::class), |
|
| 484 | + $c->get('LockdownManager'), |
|
| 485 | + $c->get(LoggerInterface::class), |
|
| 486 | + $c->get(IEventDispatcher::class), |
|
| 487 | + ); |
|
| 488 | + /** @deprecated 21.0.0 use BeforeUserCreatedEvent event with the IEventDispatcher instead */ |
|
| 489 | + $userSession->listen('\OC\User', 'preCreateUser', function ($uid, $password) { |
|
| 490 | + \OC_Hook::emit('OC_User', 'pre_createUser', ['run' => true, 'uid' => $uid, 'password' => $password]); |
|
| 491 | + }); |
|
| 492 | + /** @deprecated 21.0.0 use UserCreatedEvent event with the IEventDispatcher instead */ |
|
| 493 | + $userSession->listen('\OC\User', 'postCreateUser', function ($user, $password) { |
|
| 494 | + /** @var \OC\User\User $user */ |
|
| 495 | + \OC_Hook::emit('OC_User', 'post_createUser', ['uid' => $user->getUID(), 'password' => $password]); |
|
| 496 | + }); |
|
| 497 | + /** @deprecated 21.0.0 use BeforeUserDeletedEvent event with the IEventDispatcher instead */ |
|
| 498 | + $userSession->listen('\OC\User', 'preDelete', function ($user) { |
|
| 499 | + /** @var \OC\User\User $user */ |
|
| 500 | + \OC_Hook::emit('OC_User', 'pre_deleteUser', ['run' => true, 'uid' => $user->getUID()]); |
|
| 501 | + }); |
|
| 502 | + /** @deprecated 21.0.0 use UserDeletedEvent event with the IEventDispatcher instead */ |
|
| 503 | + $userSession->listen('\OC\User', 'postDelete', function ($user) { |
|
| 504 | + /** @var \OC\User\User $user */ |
|
| 505 | + \OC_Hook::emit('OC_User', 'post_deleteUser', ['uid' => $user->getUID()]); |
|
| 506 | + }); |
|
| 507 | + $userSession->listen('\OC\User', 'preSetPassword', function ($user, $password, $recoveryPassword) { |
|
| 508 | + /** @var \OC\User\User $user */ |
|
| 509 | + \OC_Hook::emit('OC_User', 'pre_setPassword', ['run' => true, 'uid' => $user->getUID(), 'password' => $password, 'recoveryPassword' => $recoveryPassword]); |
|
| 510 | + }); |
|
| 511 | + $userSession->listen('\OC\User', 'postSetPassword', function ($user, $password, $recoveryPassword) { |
|
| 512 | + /** @var \OC\User\User $user */ |
|
| 513 | + \OC_Hook::emit('OC_User', 'post_setPassword', ['run' => true, 'uid' => $user->getUID(), 'password' => $password, 'recoveryPassword' => $recoveryPassword]); |
|
| 514 | + }); |
|
| 515 | + $userSession->listen('\OC\User', 'preLogin', function ($uid, $password) { |
|
| 516 | + \OC_Hook::emit('OC_User', 'pre_login', ['run' => true, 'uid' => $uid, 'password' => $password]); |
|
| 517 | + |
|
| 518 | + /** @var IEventDispatcher $dispatcher */ |
|
| 519 | + $dispatcher = $this->get(IEventDispatcher::class); |
|
| 520 | + $dispatcher->dispatchTyped(new BeforeUserLoggedInEvent($uid, $password)); |
|
| 521 | + }); |
|
| 522 | + $userSession->listen('\OC\User', 'postLogin', function ($user, $loginName, $password, $isTokenLogin) { |
|
| 523 | + /** @var \OC\User\User $user */ |
|
| 524 | + \OC_Hook::emit('OC_User', 'post_login', ['run' => true, 'uid' => $user->getUID(), 'loginName' => $loginName, 'password' => $password, 'isTokenLogin' => $isTokenLogin]); |
|
| 525 | + |
|
| 526 | + /** @var IEventDispatcher $dispatcher */ |
|
| 527 | + $dispatcher = $this->get(IEventDispatcher::class); |
|
| 528 | + $dispatcher->dispatchTyped(new UserLoggedInEvent($user, $loginName, $password, $isTokenLogin)); |
|
| 529 | + }); |
|
| 530 | + $userSession->listen('\OC\User', 'preRememberedLogin', function ($uid) { |
|
| 531 | + /** @var IEventDispatcher $dispatcher */ |
|
| 532 | + $dispatcher = $this->get(IEventDispatcher::class); |
|
| 533 | + $dispatcher->dispatchTyped(new BeforeUserLoggedInWithCookieEvent($uid)); |
|
| 534 | + }); |
|
| 535 | + $userSession->listen('\OC\User', 'postRememberedLogin', function ($user, $password) { |
|
| 536 | + /** @var \OC\User\User $user */ |
|
| 537 | + \OC_Hook::emit('OC_User', 'post_login', ['run' => true, 'uid' => $user->getUID(), 'password' => $password]); |
|
| 538 | + |
|
| 539 | + /** @var IEventDispatcher $dispatcher */ |
|
| 540 | + $dispatcher = $this->get(IEventDispatcher::class); |
|
| 541 | + $dispatcher->dispatchTyped(new UserLoggedInWithCookieEvent($user, $password)); |
|
| 542 | + }); |
|
| 543 | + $userSession->listen('\OC\User', 'logout', function ($user) { |
|
| 544 | + \OC_Hook::emit('OC_User', 'logout', []); |
|
| 545 | + |
|
| 546 | + /** @var IEventDispatcher $dispatcher */ |
|
| 547 | + $dispatcher = $this->get(IEventDispatcher::class); |
|
| 548 | + $dispatcher->dispatchTyped(new BeforeUserLoggedOutEvent($user)); |
|
| 549 | + }); |
|
| 550 | + $userSession->listen('\OC\User', 'postLogout', function ($user) { |
|
| 551 | + /** @var IEventDispatcher $dispatcher */ |
|
| 552 | + $dispatcher = $this->get(IEventDispatcher::class); |
|
| 553 | + $dispatcher->dispatchTyped(new UserLoggedOutEvent($user)); |
|
| 554 | + }); |
|
| 555 | + $userSession->listen('\OC\User', 'changeUser', function ($user, $feature, $value, $oldValue) { |
|
| 556 | + /** @var \OC\User\User $user */ |
|
| 557 | + \OC_Hook::emit('OC_User', 'changeUser', ['run' => true, 'user' => $user, 'feature' => $feature, 'value' => $value, 'old_value' => $oldValue]); |
|
| 558 | + }); |
|
| 559 | + return $userSession; |
|
| 560 | + }); |
|
| 561 | + $this->registerAlias(\OCP\IUserSession::class, \OC\User\Session::class); |
|
| 562 | + |
|
| 563 | + $this->registerAlias(\OCP\Authentication\TwoFactorAuth\IRegistry::class, \OC\Authentication\TwoFactorAuth\Registry::class); |
|
| 564 | + |
|
| 565 | + $this->registerAlias(INavigationManager::class, \OC\NavigationManager::class); |
|
| 566 | + |
|
| 567 | + $this->registerAlias(\OCP\IConfig::class, \OC\AllConfig::class); |
|
| 568 | + |
|
| 569 | + $this->registerService(\OC\SystemConfig::class, function ($c) use ($config) { |
|
| 570 | + return new \OC\SystemConfig($config); |
|
| 571 | + }); |
|
| 572 | + |
|
| 573 | + $this->registerAlias(IAppConfig::class, \OC\AppConfig::class); |
|
| 574 | + $this->registerAlias(IUserConfig::class, \OC\Config\UserConfig::class); |
|
| 575 | + $this->registerAlias(IAppManager::class, AppManager::class); |
|
| 576 | + |
|
| 577 | + $this->registerService(IFactory::class, function (Server $c) { |
|
| 578 | + return new \OC\L10N\Factory( |
|
| 579 | + $c->get(\OCP\IConfig::class), |
|
| 580 | + $c->getRequest(), |
|
| 581 | + $c->get(IUserSession::class), |
|
| 582 | + $c->get(ICacheFactory::class), |
|
| 583 | + \OC::$SERVERROOT, |
|
| 584 | + $c->get(IAppManager::class), |
|
| 585 | + ); |
|
| 586 | + }); |
|
| 587 | + |
|
| 588 | + $this->registerAlias(IURLGenerator::class, URLGenerator::class); |
|
| 589 | + |
|
| 590 | + $this->registerService(ICache::class, function ($c) { |
|
| 591 | + return new Cache\File(); |
|
| 592 | + }); |
|
| 593 | + |
|
| 594 | + $this->registerService(Factory::class, function (Server $c) { |
|
| 595 | + $profiler = $c->get(IProfiler::class); |
|
| 596 | + $arrayCacheFactory = new \OC\Memcache\Factory(fn () => '', $c->get(LoggerInterface::class), |
|
| 597 | + $profiler, |
|
| 598 | + ArrayCache::class, |
|
| 599 | + ArrayCache::class, |
|
| 600 | + ArrayCache::class |
|
| 601 | + ); |
|
| 602 | + /** @var SystemConfig $config */ |
|
| 603 | + $config = $c->get(SystemConfig::class); |
|
| 604 | + /** @var ServerVersion $serverVersion */ |
|
| 605 | + $serverVersion = $c->get(ServerVersion::class); |
|
| 606 | + |
|
| 607 | + if ($config->getValue('installed', false) && !(defined('PHPUNIT_RUN') && PHPUNIT_RUN)) { |
|
| 608 | + $logQuery = $config->getValue('log_query'); |
|
| 609 | + $prefixClosure = function () use ($logQuery, $serverVersion): ?string { |
|
| 610 | + if (!$logQuery) { |
|
| 611 | + try { |
|
| 612 | + $v = \OCP\Server::get(IAppConfig::class)->getAppInstalledVersions(true); |
|
| 613 | + } catch (\Doctrine\DBAL\Exception $e) { |
|
| 614 | + // Database service probably unavailable |
|
| 615 | + // Probably related to https://github.com/nextcloud/server/issues/37424 |
|
| 616 | + return null; |
|
| 617 | + } |
|
| 618 | + } else { |
|
| 619 | + // If the log_query is enabled, we can not get the app versions |
|
| 620 | + // as that does a query, which will be logged and the logging |
|
| 621 | + // depends on redis and here we are back again in the same function. |
|
| 622 | + $v = [ |
|
| 623 | + 'log_query' => 'enabled', |
|
| 624 | + ]; |
|
| 625 | + } |
|
| 626 | + $v['core'] = implode(',', $serverVersion->getVersion()); |
|
| 627 | + $version = implode(',', array_keys($v)) . implode(',', $v); |
|
| 628 | + $instanceId = \OC_Util::getInstanceId(); |
|
| 629 | + $path = \OC::$SERVERROOT; |
|
| 630 | + return md5($instanceId . '-' . $version . '-' . $path); |
|
| 631 | + }; |
|
| 632 | + return new \OC\Memcache\Factory($prefixClosure, |
|
| 633 | + $c->get(LoggerInterface::class), |
|
| 634 | + $profiler, |
|
| 635 | + /** @psalm-taint-escape callable */ |
|
| 636 | + $config->getValue('memcache.local', null), |
|
| 637 | + /** @psalm-taint-escape callable */ |
|
| 638 | + $config->getValue('memcache.distributed', null), |
|
| 639 | + /** @psalm-taint-escape callable */ |
|
| 640 | + $config->getValue('memcache.locking', null), |
|
| 641 | + /** @psalm-taint-escape callable */ |
|
| 642 | + $config->getValue('redis_log_file') |
|
| 643 | + ); |
|
| 644 | + } |
|
| 645 | + return $arrayCacheFactory; |
|
| 646 | + }); |
|
| 647 | + $this->registerAlias(ICacheFactory::class, Factory::class); |
|
| 648 | + |
|
| 649 | + $this->registerService('RedisFactory', function (Server $c) { |
|
| 650 | + $systemConfig = $c->get(SystemConfig::class); |
|
| 651 | + return new RedisFactory($systemConfig, $c->get(IEventLogger::class)); |
|
| 652 | + }); |
|
| 653 | + |
|
| 654 | + $this->registerService(\OCP\Activity\IManager::class, function (Server $c) { |
|
| 655 | + $l10n = $this->get(IFactory::class)->get('lib'); |
|
| 656 | + return new \OC\Activity\Manager( |
|
| 657 | + $c->getRequest(), |
|
| 658 | + $c->get(IUserSession::class), |
|
| 659 | + $c->get(\OCP\IConfig::class), |
|
| 660 | + $c->get(IValidator::class), |
|
| 661 | + $c->get(IRichTextFormatter::class), |
|
| 662 | + $l10n |
|
| 663 | + ); |
|
| 664 | + }); |
|
| 665 | + |
|
| 666 | + $this->registerService(\OCP\Activity\IEventMerger::class, function (Server $c) { |
|
| 667 | + return new \OC\Activity\EventMerger( |
|
| 668 | + $c->getL10N('lib') |
|
| 669 | + ); |
|
| 670 | + }); |
|
| 671 | + $this->registerAlias(IValidator::class, Validator::class); |
|
| 672 | + |
|
| 673 | + $this->registerService(AvatarManager::class, function (Server $c) { |
|
| 674 | + return new AvatarManager( |
|
| 675 | + $c->get(IUserSession::class), |
|
| 676 | + $c->get(\OC\User\Manager::class), |
|
| 677 | + $c->getAppDataDir('avatar'), |
|
| 678 | + $c->getL10N('lib'), |
|
| 679 | + $c->get(LoggerInterface::class), |
|
| 680 | + $c->get(\OCP\IConfig::class), |
|
| 681 | + $c->get(IAccountManager::class), |
|
| 682 | + $c->get(KnownUserService::class) |
|
| 683 | + ); |
|
| 684 | + }); |
|
| 685 | + |
|
| 686 | + $this->registerAlias(IAvatarManager::class, AvatarManager::class); |
|
| 687 | + |
|
| 688 | + $this->registerAlias(\OCP\Support\CrashReport\IRegistry::class, \OC\Support\CrashReport\Registry::class); |
|
| 689 | + $this->registerAlias(\OCP\Support\Subscription\IRegistry::class, \OC\Support\Subscription\Registry::class); |
|
| 690 | + $this->registerAlias(\OCP\Support\Subscription\IAssertion::class, \OC\Support\Subscription\Assertion::class); |
|
| 691 | + |
|
| 692 | + /** Only used by the PsrLoggerAdapter should not be used by apps */ |
|
| 693 | + $this->registerService(\OC\Log::class, function (Server $c) { |
|
| 694 | + $logType = $c->get(AllConfig::class)->getSystemValue('log_type', 'file'); |
|
| 695 | + $factory = new LogFactory($c, $this->get(SystemConfig::class)); |
|
| 696 | + $logger = $factory->get($logType); |
|
| 697 | + $registry = $c->get(\OCP\Support\CrashReport\IRegistry::class); |
|
| 698 | + |
|
| 699 | + return new Log($logger, $this->get(SystemConfig::class), crashReporters: $registry); |
|
| 700 | + }); |
|
| 701 | + // PSR-3 logger |
|
| 702 | + $this->registerAlias(LoggerInterface::class, PsrLoggerAdapter::class); |
|
| 703 | + |
|
| 704 | + $this->registerService(ILogFactory::class, function (Server $c) { |
|
| 705 | + return new LogFactory($c, $this->get(SystemConfig::class)); |
|
| 706 | + }); |
|
| 707 | + |
|
| 708 | + $this->registerAlias(IJobList::class, \OC\BackgroundJob\JobList::class); |
|
| 709 | + |
|
| 710 | + $this->registerService(Router::class, function (Server $c) { |
|
| 711 | + $cacheFactory = $c->get(ICacheFactory::class); |
|
| 712 | + if ($cacheFactory->isLocalCacheAvailable()) { |
|
| 713 | + $router = $c->resolve(CachingRouter::class); |
|
| 714 | + } else { |
|
| 715 | + $router = $c->resolve(Router::class); |
|
| 716 | + } |
|
| 717 | + return $router; |
|
| 718 | + }); |
|
| 719 | + $this->registerAlias(IRouter::class, Router::class); |
|
| 720 | + |
|
| 721 | + $this->registerService(\OC\Security\RateLimiting\Backend\IBackend::class, function ($c) { |
|
| 722 | + $config = $c->get(\OCP\IConfig::class); |
|
| 723 | + if (ltrim($config->getSystemValueString('memcache.distributed', ''), '\\') === \OC\Memcache\Redis::class) { |
|
| 724 | + $backend = new \OC\Security\RateLimiting\Backend\MemoryCacheBackend( |
|
| 725 | + $c->get(AllConfig::class), |
|
| 726 | + $this->get(ICacheFactory::class), |
|
| 727 | + new \OC\AppFramework\Utility\TimeFactory() |
|
| 728 | + ); |
|
| 729 | + } else { |
|
| 730 | + $backend = new \OC\Security\RateLimiting\Backend\DatabaseBackend( |
|
| 731 | + $c->get(AllConfig::class), |
|
| 732 | + $c->get(IDBConnection::class), |
|
| 733 | + new \OC\AppFramework\Utility\TimeFactory() |
|
| 734 | + ); |
|
| 735 | + } |
|
| 736 | + |
|
| 737 | + return $backend; |
|
| 738 | + }); |
|
| 739 | + |
|
| 740 | + $this->registerAlias(\OCP\Security\ISecureRandom::class, SecureRandom::class); |
|
| 741 | + $this->registerAlias(\OCP\Security\IRemoteHostValidator::class, \OC\Security\RemoteHostValidator::class); |
|
| 742 | + $this->registerAlias(IVerificationToken::class, VerificationToken::class); |
|
| 743 | + |
|
| 744 | + $this->registerAlias(ICrypto::class, Crypto::class); |
|
| 745 | + |
|
| 746 | + $this->registerAlias(IHasher::class, Hasher::class); |
|
| 747 | + |
|
| 748 | + $this->registerAlias(ICredentialsManager::class, CredentialsManager::class); |
|
| 749 | + |
|
| 750 | + $this->registerAlias(IDBConnection::class, ConnectionAdapter::class); |
|
| 751 | + $this->registerService(Connection::class, function (Server $c) { |
|
| 752 | + $systemConfig = $c->get(SystemConfig::class); |
|
| 753 | + $factory = new \OC\DB\ConnectionFactory($systemConfig, $c->get(ICacheFactory::class)); |
|
| 754 | + $type = $systemConfig->getValue('dbtype', 'sqlite'); |
|
| 755 | + if (!$factory->isValidType($type)) { |
|
| 756 | + throw new \OC\DatabaseException('Invalid database type'); |
|
| 757 | + } |
|
| 758 | + $connection = $factory->getConnection($type, []); |
|
| 759 | + return $connection; |
|
| 760 | + }); |
|
| 761 | + |
|
| 762 | + $this->registerAlias(ICertificateManager::class, CertificateManager::class); |
|
| 763 | + $this->registerAlias(IClientService::class, ClientService::class); |
|
| 764 | + $this->registerService(NegativeDnsCache::class, function (ContainerInterface $c) { |
|
| 765 | + return new NegativeDnsCache( |
|
| 766 | + $c->get(ICacheFactory::class), |
|
| 767 | + ); |
|
| 768 | + }); |
|
| 769 | + $this->registerDeprecatedAlias('HttpClientService', IClientService::class); |
|
| 770 | + $this->registerService(IEventLogger::class, function (ContainerInterface $c) { |
|
| 771 | + return new EventLogger($c->get(SystemConfig::class), $c->get(LoggerInterface::class), $c->get(Log::class)); |
|
| 772 | + }); |
|
| 773 | + |
|
| 774 | + $this->registerService(IQueryLogger::class, function (ContainerInterface $c) { |
|
| 775 | + $queryLogger = new QueryLogger(); |
|
| 776 | + if ($c->get(SystemConfig::class)->getValue('debug', false)) { |
|
| 777 | + // In debug mode, module is being activated by default |
|
| 778 | + $queryLogger->activate(); |
|
| 779 | + } |
|
| 780 | + return $queryLogger; |
|
| 781 | + }); |
|
| 782 | + |
|
| 783 | + $this->registerAlias(ITempManager::class, TempManager::class); |
|
| 784 | + $this->registerAlias(IDateTimeZone::class, DateTimeZone::class); |
|
| 785 | + |
|
| 786 | + $this->registerService(IDateTimeFormatter::class, function (Server $c) { |
|
| 787 | + $language = $c->get(\OCP\IConfig::class)->getUserValue($c->get(ISession::class)->get('user_id'), 'core', 'lang', null); |
|
| 788 | + |
|
| 789 | + return new DateTimeFormatter( |
|
| 790 | + $c->get(IDateTimeZone::class)->getTimeZone(), |
|
| 791 | + $c->getL10N('lib', $language) |
|
| 792 | + ); |
|
| 793 | + }); |
|
| 794 | + |
|
| 795 | + $this->registerService(IUserMountCache::class, function (ContainerInterface $c) { |
|
| 796 | + $mountCache = $c->get(UserMountCache::class); |
|
| 797 | + $listener = new UserMountCacheListener($mountCache); |
|
| 798 | + $listener->listen($c->get(IUserManager::class)); |
|
| 799 | + return $mountCache; |
|
| 800 | + }); |
|
| 801 | + |
|
| 802 | + $this->registerService(IMountProviderCollection::class, function (ContainerInterface $c) { |
|
| 803 | + $loader = $c->get(IStorageFactory::class); |
|
| 804 | + $mountCache = $c->get(IUserMountCache::class); |
|
| 805 | + $eventLogger = $c->get(IEventLogger::class); |
|
| 806 | + $manager = new MountProviderCollection($loader, $mountCache, $eventLogger); |
|
| 807 | + |
|
| 808 | + // builtin providers |
|
| 809 | + |
|
| 810 | + $config = $c->get(\OCP\IConfig::class); |
|
| 811 | + $logger = $c->get(LoggerInterface::class); |
|
| 812 | + $objectStoreConfig = $c->get(PrimaryObjectStoreConfig::class); |
|
| 813 | + $manager->registerProvider(new CacheMountProvider($config)); |
|
| 814 | + $manager->registerHomeProvider(new LocalHomeMountProvider()); |
|
| 815 | + $manager->registerHomeProvider(new ObjectHomeMountProvider($objectStoreConfig)); |
|
| 816 | + $manager->registerRootProvider(new RootMountProvider($objectStoreConfig, $config)); |
|
| 817 | + $manager->registerRootProvider(new ObjectStorePreviewCacheMountProvider($logger, $config)); |
|
| 818 | + |
|
| 819 | + return $manager; |
|
| 820 | + }); |
|
| 821 | + |
|
| 822 | + $this->registerService(IBus::class, function (ContainerInterface $c) { |
|
| 823 | + $busClass = $c->get(\OCP\IConfig::class)->getSystemValueString('commandbus'); |
|
| 824 | + if ($busClass) { |
|
| 825 | + [$app, $class] = explode('::', $busClass, 2); |
|
| 826 | + if ($c->get(IAppManager::class)->isEnabledForUser($app)) { |
|
| 827 | + $c->get(IAppManager::class)->loadApp($app); |
|
| 828 | + return $c->get($class); |
|
| 829 | + } else { |
|
| 830 | + throw new ServiceUnavailableException("The app providing the command bus ($app) is not enabled"); |
|
| 831 | + } |
|
| 832 | + } else { |
|
| 833 | + $jobList = $c->get(IJobList::class); |
|
| 834 | + return new CronBus($jobList); |
|
| 835 | + } |
|
| 836 | + }); |
|
| 837 | + $this->registerDeprecatedAlias('AsyncCommandBus', IBus::class); |
|
| 838 | + $this->registerAlias(ITrustedDomainHelper::class, TrustedDomainHelper::class); |
|
| 839 | + $this->registerAlias(IThrottler::class, Throttler::class); |
|
| 840 | + |
|
| 841 | + $this->registerService(\OC\Security\Bruteforce\Backend\IBackend::class, function ($c) { |
|
| 842 | + $config = $c->get(\OCP\IConfig::class); |
|
| 843 | + if (!$config->getSystemValueBool('auth.bruteforce.protection.force.database', false) |
|
| 844 | + && ltrim($config->getSystemValueString('memcache.distributed', ''), '\\') === \OC\Memcache\Redis::class) { |
|
| 845 | + $backend = $c->get(\OC\Security\Bruteforce\Backend\MemoryCacheBackend::class); |
|
| 846 | + } else { |
|
| 847 | + $backend = $c->get(\OC\Security\Bruteforce\Backend\DatabaseBackend::class); |
|
| 848 | + } |
|
| 849 | + |
|
| 850 | + return $backend; |
|
| 851 | + }); |
|
| 852 | + |
|
| 853 | + $this->registerDeprecatedAlias('IntegrityCodeChecker', Checker::class); |
|
| 854 | + $this->registerService(Checker::class, function (ContainerInterface $c) { |
|
| 855 | + // IConfig requires a working database. This code |
|
| 856 | + // might however be called when Nextcloud is not yet setup. |
|
| 857 | + if (\OC::$server->get(SystemConfig::class)->getValue('installed', false)) { |
|
| 858 | + $config = $c->get(\OCP\IConfig::class); |
|
| 859 | + $appConfig = $c->get(\OCP\IAppConfig::class); |
|
| 860 | + } else { |
|
| 861 | + $config = null; |
|
| 862 | + $appConfig = null; |
|
| 863 | + } |
|
| 864 | + |
|
| 865 | + return new Checker( |
|
| 866 | + $c->get(ServerVersion::class), |
|
| 867 | + $c->get(EnvironmentHelper::class), |
|
| 868 | + new FileAccessHelper(), |
|
| 869 | + new AppLocator(), |
|
| 870 | + $config, |
|
| 871 | + $appConfig, |
|
| 872 | + $c->get(ICacheFactory::class), |
|
| 873 | + $c->get(IAppManager::class), |
|
| 874 | + $c->get(IMimeTypeDetector::class) |
|
| 875 | + ); |
|
| 876 | + }); |
|
| 877 | + $this->registerService(\OCP\IRequest::class, function (ContainerInterface $c) { |
|
| 878 | + if (isset($this['urlParams'])) { |
|
| 879 | + $urlParams = $this['urlParams']; |
|
| 880 | + } else { |
|
| 881 | + $urlParams = []; |
|
| 882 | + } |
|
| 883 | + |
|
| 884 | + if (defined('PHPUNIT_RUN') && PHPUNIT_RUN |
|
| 885 | + && in_array('fakeinput', stream_get_wrappers()) |
|
| 886 | + ) { |
|
| 887 | + $stream = 'fakeinput://data'; |
|
| 888 | + } else { |
|
| 889 | + $stream = 'php://input'; |
|
| 890 | + } |
|
| 891 | + |
|
| 892 | + return new Request( |
|
| 893 | + [ |
|
| 894 | + 'get' => $_GET, |
|
| 895 | + 'post' => $_POST, |
|
| 896 | + 'files' => $_FILES, |
|
| 897 | + 'server' => $_SERVER, |
|
| 898 | + 'env' => $_ENV, |
|
| 899 | + 'cookies' => $_COOKIE, |
|
| 900 | + 'method' => (isset($_SERVER) && isset($_SERVER['REQUEST_METHOD'])) |
|
| 901 | + ? $_SERVER['REQUEST_METHOD'] |
|
| 902 | + : '', |
|
| 903 | + 'urlParams' => $urlParams, |
|
| 904 | + ], |
|
| 905 | + $this->get(IRequestId::class), |
|
| 906 | + $this->get(\OCP\IConfig::class), |
|
| 907 | + $this->get(CsrfTokenManager::class), |
|
| 908 | + $stream |
|
| 909 | + ); |
|
| 910 | + }); |
|
| 911 | + |
|
| 912 | + $this->registerService(IRequestId::class, function (ContainerInterface $c): IRequestId { |
|
| 913 | + return new RequestId( |
|
| 914 | + $_SERVER['UNIQUE_ID'] ?? '', |
|
| 915 | + $this->get(ISecureRandom::class) |
|
| 916 | + ); |
|
| 917 | + }); |
|
| 918 | + |
|
| 919 | + $this->registerService(IMailer::class, function (Server $c) { |
|
| 920 | + return new Mailer( |
|
| 921 | + $c->get(\OCP\IConfig::class), |
|
| 922 | + $c->get(LoggerInterface::class), |
|
| 923 | + $c->get(Defaults::class), |
|
| 924 | + $c->get(IURLGenerator::class), |
|
| 925 | + $c->getL10N('lib'), |
|
| 926 | + $c->get(IEventDispatcher::class), |
|
| 927 | + $c->get(IFactory::class) |
|
| 928 | + ); |
|
| 929 | + }); |
|
| 930 | + |
|
| 931 | + /** @since 30.0.0 */ |
|
| 932 | + $this->registerAlias(\OCP\Mail\Provider\IManager::class, \OC\Mail\Provider\Manager::class); |
|
| 933 | + |
|
| 934 | + $this->registerService(ILDAPProviderFactory::class, function (ContainerInterface $c) { |
|
| 935 | + $config = $c->get(\OCP\IConfig::class); |
|
| 936 | + $factoryClass = $config->getSystemValue('ldapProviderFactory', null); |
|
| 937 | + if (is_null($factoryClass) || !class_exists($factoryClass)) { |
|
| 938 | + return new NullLDAPProviderFactory($this); |
|
| 939 | + } |
|
| 940 | + /** @var \OCP\LDAP\ILDAPProviderFactory $factory */ |
|
| 941 | + return new $factoryClass($this); |
|
| 942 | + }); |
|
| 943 | + $this->registerService(ILDAPProvider::class, function (ContainerInterface $c) { |
|
| 944 | + $factory = $c->get(ILDAPProviderFactory::class); |
|
| 945 | + return $factory->getLDAPProvider(); |
|
| 946 | + }); |
|
| 947 | + $this->registerService(ILockingProvider::class, function (ContainerInterface $c) { |
|
| 948 | + $ini = $c->get(IniGetWrapper::class); |
|
| 949 | + $config = $c->get(\OCP\IConfig::class); |
|
| 950 | + $ttl = $config->getSystemValueInt('filelocking.ttl', max(3600, $ini->getNumeric('max_execution_time'))); |
|
| 951 | + if ($config->getSystemValueBool('filelocking.enabled', true) or (defined('PHPUNIT_RUN') && PHPUNIT_RUN)) { |
|
| 952 | + /** @var \OC\Memcache\Factory $memcacheFactory */ |
|
| 953 | + $memcacheFactory = $c->get(ICacheFactory::class); |
|
| 954 | + $memcache = $memcacheFactory->createLocking('lock'); |
|
| 955 | + if (!($memcache instanceof \OC\Memcache\NullCache)) { |
|
| 956 | + $timeFactory = $c->get(ITimeFactory::class); |
|
| 957 | + return new MemcacheLockingProvider($memcache, $timeFactory, $ttl); |
|
| 958 | + } |
|
| 959 | + return new DBLockingProvider( |
|
| 960 | + $c->get(IDBConnection::class), |
|
| 961 | + new TimeFactory(), |
|
| 962 | + $ttl, |
|
| 963 | + !\OC::$CLI |
|
| 964 | + ); |
|
| 965 | + } |
|
| 966 | + return new NoopLockingProvider(); |
|
| 967 | + }); |
|
| 968 | + |
|
| 969 | + $this->registerService(ILockManager::class, function (Server $c): LockManager { |
|
| 970 | + return new LockManager(); |
|
| 971 | + }); |
|
| 972 | + |
|
| 973 | + $this->registerAlias(ILockdownManager::class, 'LockdownManager'); |
|
| 974 | + $this->registerService(SetupManager::class, function ($c) { |
|
| 975 | + // create the setupmanager through the mount manager to resolve the cyclic dependency |
|
| 976 | + return $c->get(\OC\Files\Mount\Manager::class)->getSetupManager(); |
|
| 977 | + }); |
|
| 978 | + $this->registerAlias(IMountManager::class, \OC\Files\Mount\Manager::class); |
|
| 979 | + |
|
| 980 | + $this->registerService(IMimeTypeDetector::class, function (ContainerInterface $c) { |
|
| 981 | + return new \OC\Files\Type\Detection( |
|
| 982 | + $c->get(IURLGenerator::class), |
|
| 983 | + $c->get(LoggerInterface::class), |
|
| 984 | + \OC::$configDir, |
|
| 985 | + \OC::$SERVERROOT . '/resources/config/' |
|
| 986 | + ); |
|
| 987 | + }); |
|
| 988 | + |
|
| 989 | + $this->registerAlias(IMimeTypeLoader::class, Loader::class); |
|
| 990 | + $this->registerService(BundleFetcher::class, function () { |
|
| 991 | + return new BundleFetcher($this->getL10N('lib')); |
|
| 992 | + }); |
|
| 993 | + $this->registerAlias(\OCP\Notification\IManager::class, Manager::class); |
|
| 994 | + |
|
| 995 | + $this->registerService(CapabilitiesManager::class, function (ContainerInterface $c) { |
|
| 996 | + $manager = new CapabilitiesManager($c->get(LoggerInterface::class)); |
|
| 997 | + $manager->registerCapability(function () use ($c) { |
|
| 998 | + return new \OC\OCS\CoreCapabilities($c->get(\OCP\IConfig::class)); |
|
| 999 | + }); |
|
| 1000 | + $manager->registerCapability(function () use ($c) { |
|
| 1001 | + return $c->get(\OC\Security\Bruteforce\Capabilities::class); |
|
| 1002 | + }); |
|
| 1003 | + return $manager; |
|
| 1004 | + }); |
|
| 1005 | + |
|
| 1006 | + $this->registerService(ICommentsManager::class, function (Server $c) { |
|
| 1007 | + $config = $c->get(\OCP\IConfig::class); |
|
| 1008 | + $factoryClass = $config->getSystemValue('comments.managerFactory', CommentsManagerFactory::class); |
|
| 1009 | + /** @var \OCP\Comments\ICommentsManagerFactory $factory */ |
|
| 1010 | + $factory = new $factoryClass($this); |
|
| 1011 | + $manager = $factory->getManager(); |
|
| 1012 | + |
|
| 1013 | + $manager->registerDisplayNameResolver('user', function ($id) use ($c) { |
|
| 1014 | + $manager = $c->get(IUserManager::class); |
|
| 1015 | + $userDisplayName = $manager->getDisplayName($id); |
|
| 1016 | + if ($userDisplayName === null) { |
|
| 1017 | + $l = $c->get(IFactory::class)->get('core'); |
|
| 1018 | + return $l->t('Unknown account'); |
|
| 1019 | + } |
|
| 1020 | + return $userDisplayName; |
|
| 1021 | + }); |
|
| 1022 | + |
|
| 1023 | + return $manager; |
|
| 1024 | + }); |
|
| 1025 | + |
|
| 1026 | + $this->registerAlias(\OC_Defaults::class, 'ThemingDefaults'); |
|
| 1027 | + $this->registerService('ThemingDefaults', function (Server $c) { |
|
| 1028 | + try { |
|
| 1029 | + $classExists = class_exists('OCA\Theming\ThemingDefaults'); |
|
| 1030 | + } catch (\OCP\AutoloadNotAllowedException $e) { |
|
| 1031 | + // App disabled or in maintenance mode |
|
| 1032 | + $classExists = false; |
|
| 1033 | + } |
|
| 1034 | + |
|
| 1035 | + if ($classExists && $c->get(\OCP\IConfig::class)->getSystemValueBool('installed', false) && $c->get(IAppManager::class)->isEnabledForAnyone('theming') && $c->get(TrustedDomainHelper::class)->isTrustedDomain($c->getRequest()->getInsecureServerHost())) { |
|
| 1036 | + $backgroundService = new BackgroundService( |
|
| 1037 | + $c->get(IRootFolder::class), |
|
| 1038 | + $c->getAppDataDir('theming'), |
|
| 1039 | + $c->get(IAppConfig::class), |
|
| 1040 | + $c->get(\OCP\IConfig::class), |
|
| 1041 | + $c->get(ISession::class)->get('user_id'), |
|
| 1042 | + ); |
|
| 1043 | + $imageManager = new ImageManager( |
|
| 1044 | + $c->get(\OCP\IConfig::class), |
|
| 1045 | + $c->getAppDataDir('theming'), |
|
| 1046 | + $c->get(IURLGenerator::class), |
|
| 1047 | + $c->get(ICacheFactory::class), |
|
| 1048 | + $c->get(LoggerInterface::class), |
|
| 1049 | + $c->get(ITempManager::class), |
|
| 1050 | + $backgroundService, |
|
| 1051 | + ); |
|
| 1052 | + return new ThemingDefaults( |
|
| 1053 | + $c->get(\OCP\IConfig::class), |
|
| 1054 | + $c->get(\OCP\IAppConfig::class), |
|
| 1055 | + $c->getL10N('theming'), |
|
| 1056 | + $c->get(IUserSession::class), |
|
| 1057 | + $c->get(IURLGenerator::class), |
|
| 1058 | + $c->get(ICacheFactory::class), |
|
| 1059 | + new Util($c->get(ServerVersion::class), $c->get(\OCP\IConfig::class), $this->get(IAppManager::class), $c->getAppDataDir('theming'), $imageManager), |
|
| 1060 | + $imageManager, |
|
| 1061 | + $c->get(IAppManager::class), |
|
| 1062 | + $c->get(INavigationManager::class), |
|
| 1063 | + $backgroundService, |
|
| 1064 | + ); |
|
| 1065 | + } |
|
| 1066 | + return new \OC_Defaults(); |
|
| 1067 | + }); |
|
| 1068 | + $this->registerService(JSCombiner::class, function (Server $c) { |
|
| 1069 | + return new JSCombiner( |
|
| 1070 | + $c->getAppDataDir('js'), |
|
| 1071 | + $c->get(IURLGenerator::class), |
|
| 1072 | + $this->get(ICacheFactory::class), |
|
| 1073 | + $c->get(SystemConfig::class), |
|
| 1074 | + $c->get(LoggerInterface::class) |
|
| 1075 | + ); |
|
| 1076 | + }); |
|
| 1077 | + $this->registerAlias(\OCP\EventDispatcher\IEventDispatcher::class, \OC\EventDispatcher\EventDispatcher::class); |
|
| 1078 | + |
|
| 1079 | + $this->registerService('CryptoWrapper', function (ContainerInterface $c) { |
|
| 1080 | + // FIXME: Instantiated here due to cyclic dependency |
|
| 1081 | + $request = new Request( |
|
| 1082 | + [ |
|
| 1083 | + 'get' => $_GET, |
|
| 1084 | + 'post' => $_POST, |
|
| 1085 | + 'files' => $_FILES, |
|
| 1086 | + 'server' => $_SERVER, |
|
| 1087 | + 'env' => $_ENV, |
|
| 1088 | + 'cookies' => $_COOKIE, |
|
| 1089 | + 'method' => (isset($_SERVER) && isset($_SERVER['REQUEST_METHOD'])) |
|
| 1090 | + ? $_SERVER['REQUEST_METHOD'] |
|
| 1091 | + : null, |
|
| 1092 | + ], |
|
| 1093 | + $c->get(IRequestId::class), |
|
| 1094 | + $c->get(\OCP\IConfig::class) |
|
| 1095 | + ); |
|
| 1096 | + |
|
| 1097 | + return new CryptoWrapper( |
|
| 1098 | + $c->get(ICrypto::class), |
|
| 1099 | + $c->get(ISecureRandom::class), |
|
| 1100 | + $request |
|
| 1101 | + ); |
|
| 1102 | + }); |
|
| 1103 | + $this->registerService(SessionStorage::class, function (ContainerInterface $c) { |
|
| 1104 | + return new SessionStorage($c->get(ISession::class)); |
|
| 1105 | + }); |
|
| 1106 | + $this->registerAlias(\OCP\Security\IContentSecurityPolicyManager::class, ContentSecurityPolicyManager::class); |
|
| 1107 | + |
|
| 1108 | + $this->registerService(IProviderFactory::class, function (ContainerInterface $c) { |
|
| 1109 | + $config = $c->get(\OCP\IConfig::class); |
|
| 1110 | + $factoryClass = $config->getSystemValue('sharing.managerFactory', ProviderFactory::class); |
|
| 1111 | + /** @var \OCP\Share\IProviderFactory $factory */ |
|
| 1112 | + return $c->get($factoryClass); |
|
| 1113 | + }); |
|
| 1114 | + |
|
| 1115 | + $this->registerAlias(\OCP\Share\IManager::class, \OC\Share20\Manager::class); |
|
| 1116 | + |
|
| 1117 | + $this->registerService(\OCP\Collaboration\Collaborators\ISearch::class, function (Server $c) { |
|
| 1118 | + $instance = new Collaboration\Collaborators\Search($c); |
|
| 1119 | + |
|
| 1120 | + // register default plugins |
|
| 1121 | + $instance->registerPlugin(['shareType' => 'SHARE_TYPE_USER', 'class' => UserPlugin::class]); |
|
| 1122 | + $instance->registerPlugin(['shareType' => 'SHARE_TYPE_GROUP', 'class' => GroupPlugin::class]); |
|
| 1123 | + $instance->registerPlugin(['shareType' => 'SHARE_TYPE_EMAIL', 'class' => MailPlugin::class]); |
|
| 1124 | + $instance->registerPlugin(['shareType' => 'SHARE_TYPE_REMOTE', 'class' => RemotePlugin::class]); |
|
| 1125 | + $instance->registerPlugin(['shareType' => 'SHARE_TYPE_REMOTE_GROUP', 'class' => RemoteGroupPlugin::class]); |
|
| 1126 | + |
|
| 1127 | + return $instance; |
|
| 1128 | + }); |
|
| 1129 | + $this->registerAlias(\OCP\Collaboration\Collaborators\ISearchResult::class, \OC\Collaboration\Collaborators\SearchResult::class); |
|
| 1130 | + |
|
| 1131 | + $this->registerAlias(\OCP\Collaboration\AutoComplete\IManager::class, \OC\Collaboration\AutoComplete\Manager::class); |
|
| 1132 | + |
|
| 1133 | + $this->registerAlias(\OCP\Collaboration\Resources\IProviderManager::class, \OC\Collaboration\Resources\ProviderManager::class); |
|
| 1134 | + $this->registerAlias(\OCP\Collaboration\Resources\IManager::class, \OC\Collaboration\Resources\Manager::class); |
|
| 1135 | + |
|
| 1136 | + $this->registerAlias(IReferenceManager::class, ReferenceManager::class); |
|
| 1137 | + $this->registerAlias(ITeamManager::class, TeamManager::class); |
|
| 1138 | + |
|
| 1139 | + $this->registerDeprecatedAlias('SettingsManager', \OC\Settings\Manager::class); |
|
| 1140 | + $this->registerAlias(\OCP\Settings\IManager::class, \OC\Settings\Manager::class); |
|
| 1141 | + $this->registerService(\OC\Files\AppData\Factory::class, function (ContainerInterface $c) { |
|
| 1142 | + return new \OC\Files\AppData\Factory( |
|
| 1143 | + $c->get(IRootFolder::class), |
|
| 1144 | + $c->get(SystemConfig::class) |
|
| 1145 | + ); |
|
| 1146 | + }); |
|
| 1147 | + |
|
| 1148 | + $this->registerService('LockdownManager', function (ContainerInterface $c) { |
|
| 1149 | + return new LockdownManager(function () use ($c) { |
|
| 1150 | + return $c->get(ISession::class); |
|
| 1151 | + }); |
|
| 1152 | + }); |
|
| 1153 | + |
|
| 1154 | + $this->registerService(\OCP\OCS\IDiscoveryService::class, function (ContainerInterface $c) { |
|
| 1155 | + return new DiscoveryService( |
|
| 1156 | + $c->get(ICacheFactory::class), |
|
| 1157 | + $c->get(IClientService::class) |
|
| 1158 | + ); |
|
| 1159 | + }); |
|
| 1160 | + $this->registerAlias(IOCMDiscoveryService::class, OCMDiscoveryService::class); |
|
| 1161 | + |
|
| 1162 | + $this->registerService(ICloudIdManager::class, function (ContainerInterface $c) { |
|
| 1163 | + return new CloudIdManager( |
|
| 1164 | + $c->get(\OCP\Contacts\IManager::class), |
|
| 1165 | + $c->get(IURLGenerator::class), |
|
| 1166 | + $c->get(IUserManager::class), |
|
| 1167 | + $c->get(ICacheFactory::class), |
|
| 1168 | + $c->get(IEventDispatcher::class), |
|
| 1169 | + ); |
|
| 1170 | + }); |
|
| 1171 | + |
|
| 1172 | + $this->registerAlias(\OCP\GlobalScale\IConfig::class, \OC\GlobalScale\Config::class); |
|
| 1173 | + $this->registerAlias(ICloudFederationProviderManager::class, CloudFederationProviderManager::class); |
|
| 1174 | + $this->registerService(ICloudFederationFactory::class, function (Server $c) { |
|
| 1175 | + return new CloudFederationFactory(); |
|
| 1176 | + }); |
|
| 1177 | 1177 | |
| 1178 | - $this->registerAlias(\OCP\AppFramework\Utility\IControllerMethodReflector::class, \OC\AppFramework\Utility\ControllerMethodReflector::class); |
|
| 1178 | + $this->registerAlias(\OCP\AppFramework\Utility\IControllerMethodReflector::class, \OC\AppFramework\Utility\ControllerMethodReflector::class); |
|
| 1179 | 1179 | |
| 1180 | - $this->registerAlias(\OCP\AppFramework\Utility\ITimeFactory::class, \OC\AppFramework\Utility\TimeFactory::class); |
|
| 1181 | - $this->registerAlias(\Psr\Clock\ClockInterface::class, \OCP\AppFramework\Utility\ITimeFactory::class); |
|
| 1180 | + $this->registerAlias(\OCP\AppFramework\Utility\ITimeFactory::class, \OC\AppFramework\Utility\TimeFactory::class); |
|
| 1181 | + $this->registerAlias(\Psr\Clock\ClockInterface::class, \OCP\AppFramework\Utility\ITimeFactory::class); |
|
| 1182 | 1182 | |
| 1183 | - $this->registerService(Defaults::class, function (Server $c) { |
|
| 1184 | - return new Defaults( |
|
| 1185 | - $c->get('ThemingDefaults') |
|
| 1186 | - ); |
|
| 1187 | - }); |
|
| 1183 | + $this->registerService(Defaults::class, function (Server $c) { |
|
| 1184 | + return new Defaults( |
|
| 1185 | + $c->get('ThemingDefaults') |
|
| 1186 | + ); |
|
| 1187 | + }); |
|
| 1188 | 1188 | |
| 1189 | - $this->registerService(\OCP\ISession::class, function (ContainerInterface $c) { |
|
| 1190 | - return $c->get(\OCP\IUserSession::class)->getSession(); |
|
| 1191 | - }, false); |
|
| 1189 | + $this->registerService(\OCP\ISession::class, function (ContainerInterface $c) { |
|
| 1190 | + return $c->get(\OCP\IUserSession::class)->getSession(); |
|
| 1191 | + }, false); |
|
| 1192 | 1192 | |
| 1193 | - $this->registerService(IShareHelper::class, function (ContainerInterface $c) { |
|
| 1194 | - return new ShareHelper( |
|
| 1195 | - $c->get(\OCP\Share\IManager::class) |
|
| 1196 | - ); |
|
| 1197 | - }); |
|
| 1193 | + $this->registerService(IShareHelper::class, function (ContainerInterface $c) { |
|
| 1194 | + return new ShareHelper( |
|
| 1195 | + $c->get(\OCP\Share\IManager::class) |
|
| 1196 | + ); |
|
| 1197 | + }); |
|
| 1198 | 1198 | |
| 1199 | - $this->registerService(Installer::class, function (ContainerInterface $c) { |
|
| 1200 | - return new Installer( |
|
| 1201 | - $c->get(AppFetcher::class), |
|
| 1202 | - $c->get(IClientService::class), |
|
| 1203 | - $c->get(ITempManager::class), |
|
| 1204 | - $c->get(LoggerInterface::class), |
|
| 1205 | - $c->get(\OCP\IConfig::class), |
|
| 1206 | - \OC::$CLI |
|
| 1207 | - ); |
|
| 1208 | - }); |
|
| 1199 | + $this->registerService(Installer::class, function (ContainerInterface $c) { |
|
| 1200 | + return new Installer( |
|
| 1201 | + $c->get(AppFetcher::class), |
|
| 1202 | + $c->get(IClientService::class), |
|
| 1203 | + $c->get(ITempManager::class), |
|
| 1204 | + $c->get(LoggerInterface::class), |
|
| 1205 | + $c->get(\OCP\IConfig::class), |
|
| 1206 | + \OC::$CLI |
|
| 1207 | + ); |
|
| 1208 | + }); |
|
| 1209 | 1209 | |
| 1210 | - $this->registerService(IApiFactory::class, function (ContainerInterface $c) { |
|
| 1211 | - return new ApiFactory($c->get(IClientService::class)); |
|
| 1212 | - }); |
|
| 1210 | + $this->registerService(IApiFactory::class, function (ContainerInterface $c) { |
|
| 1211 | + return new ApiFactory($c->get(IClientService::class)); |
|
| 1212 | + }); |
|
| 1213 | 1213 | |
| 1214 | - $this->registerService(IInstanceFactory::class, function (ContainerInterface $c) { |
|
| 1215 | - $memcacheFactory = $c->get(ICacheFactory::class); |
|
| 1216 | - return new InstanceFactory($memcacheFactory->createLocal('remoteinstance.'), $c->get(IClientService::class)); |
|
| 1217 | - }); |
|
| 1214 | + $this->registerService(IInstanceFactory::class, function (ContainerInterface $c) { |
|
| 1215 | + $memcacheFactory = $c->get(ICacheFactory::class); |
|
| 1216 | + return new InstanceFactory($memcacheFactory->createLocal('remoteinstance.'), $c->get(IClientService::class)); |
|
| 1217 | + }); |
|
| 1218 | 1218 | |
| 1219 | - $this->registerAlias(IContactsStore::class, ContactsStore::class); |
|
| 1220 | - $this->registerAlias(IAccountManager::class, AccountManager::class); |
|
| 1219 | + $this->registerAlias(IContactsStore::class, ContactsStore::class); |
|
| 1220 | + $this->registerAlias(IAccountManager::class, AccountManager::class); |
|
| 1221 | 1221 | |
| 1222 | - $this->registerAlias(IStorageFactory::class, StorageFactory::class); |
|
| 1222 | + $this->registerAlias(IStorageFactory::class, StorageFactory::class); |
|
| 1223 | 1223 | |
| 1224 | - $this->registerAlias(\OCP\Dashboard\IManager::class, \OC\Dashboard\Manager::class); |
|
| 1224 | + $this->registerAlias(\OCP\Dashboard\IManager::class, \OC\Dashboard\Manager::class); |
|
| 1225 | 1225 | |
| 1226 | - $this->registerAlias(IFullTextSearchManager::class, FullTextSearchManager::class); |
|
| 1227 | - $this->registerAlias(IFilesMetadataManager::class, FilesMetadataManager::class); |
|
| 1226 | + $this->registerAlias(IFullTextSearchManager::class, FullTextSearchManager::class); |
|
| 1227 | + $this->registerAlias(IFilesMetadataManager::class, FilesMetadataManager::class); |
|
| 1228 | 1228 | |
| 1229 | - $this->registerAlias(ISubAdmin::class, SubAdmin::class); |
|
| 1229 | + $this->registerAlias(ISubAdmin::class, SubAdmin::class); |
|
| 1230 | 1230 | |
| 1231 | - $this->registerAlias(IInitialStateService::class, InitialStateService::class); |
|
| 1231 | + $this->registerAlias(IInitialStateService::class, InitialStateService::class); |
|
| 1232 | 1232 | |
| 1233 | - $this->registerAlias(\OCP\IEmojiHelper::class, \OC\EmojiHelper::class); |
|
| 1233 | + $this->registerAlias(\OCP\IEmojiHelper::class, \OC\EmojiHelper::class); |
|
| 1234 | 1234 | |
| 1235 | - $this->registerAlias(\OCP\UserStatus\IManager::class, \OC\UserStatus\Manager::class); |
|
| 1235 | + $this->registerAlias(\OCP\UserStatus\IManager::class, \OC\UserStatus\Manager::class); |
|
| 1236 | 1236 | |
| 1237 | - $this->registerAlias(IBroker::class, Broker::class); |
|
| 1237 | + $this->registerAlias(IBroker::class, Broker::class); |
|
| 1238 | 1238 | |
| 1239 | - $this->registerAlias(\OCP\Files\AppData\IAppDataFactory::class, \OC\Files\AppData\Factory::class); |
|
| 1239 | + $this->registerAlias(\OCP\Files\AppData\IAppDataFactory::class, \OC\Files\AppData\Factory::class); |
|
| 1240 | 1240 | |
| 1241 | - $this->registerAlias(\OCP\Files\IFilenameValidator::class, \OC\Files\FilenameValidator::class); |
|
| 1241 | + $this->registerAlias(\OCP\Files\IFilenameValidator::class, \OC\Files\FilenameValidator::class); |
|
| 1242 | 1242 | |
| 1243 | - $this->registerAlias(IBinaryFinder::class, BinaryFinder::class); |
|
| 1243 | + $this->registerAlias(IBinaryFinder::class, BinaryFinder::class); |
|
| 1244 | 1244 | |
| 1245 | - $this->registerAlias(\OCP\Share\IPublicShareTemplateFactory::class, \OC\Share20\PublicShareTemplateFactory::class); |
|
| 1245 | + $this->registerAlias(\OCP\Share\IPublicShareTemplateFactory::class, \OC\Share20\PublicShareTemplateFactory::class); |
|
| 1246 | 1246 | |
| 1247 | - $this->registerAlias(ITranslationManager::class, TranslationManager::class); |
|
| 1247 | + $this->registerAlias(ITranslationManager::class, TranslationManager::class); |
|
| 1248 | 1248 | |
| 1249 | - $this->registerAlias(IConversionManager::class, ConversionManager::class); |
|
| 1249 | + $this->registerAlias(IConversionManager::class, ConversionManager::class); |
|
| 1250 | 1250 | |
| 1251 | - $this->registerAlias(ISpeechToTextManager::class, SpeechToTextManager::class); |
|
| 1251 | + $this->registerAlias(ISpeechToTextManager::class, SpeechToTextManager::class); |
|
| 1252 | 1252 | |
| 1253 | - $this->registerAlias(IEventSourceFactory::class, EventSourceFactory::class); |
|
| 1253 | + $this->registerAlias(IEventSourceFactory::class, EventSourceFactory::class); |
|
| 1254 | 1254 | |
| 1255 | - $this->registerAlias(\OCP\TextProcessing\IManager::class, \OC\TextProcessing\Manager::class); |
|
| 1255 | + $this->registerAlias(\OCP\TextProcessing\IManager::class, \OC\TextProcessing\Manager::class); |
|
| 1256 | 1256 | |
| 1257 | - $this->registerAlias(\OCP\TextToImage\IManager::class, \OC\TextToImage\Manager::class); |
|
| 1257 | + $this->registerAlias(\OCP\TextToImage\IManager::class, \OC\TextToImage\Manager::class); |
|
| 1258 | 1258 | |
| 1259 | - $this->registerAlias(ILimiter::class, Limiter::class); |
|
| 1259 | + $this->registerAlias(ILimiter::class, Limiter::class); |
|
| 1260 | 1260 | |
| 1261 | - $this->registerAlias(IPhoneNumberUtil::class, PhoneNumberUtil::class); |
|
| 1261 | + $this->registerAlias(IPhoneNumberUtil::class, PhoneNumberUtil::class); |
|
| 1262 | 1262 | |
| 1263 | - $this->registerAlias(ICapabilityAwareOCMProvider::class, OCMProvider::class); |
|
| 1264 | - $this->registerDeprecatedAlias(IOCMProvider::class, OCMProvider::class); |
|
| 1263 | + $this->registerAlias(ICapabilityAwareOCMProvider::class, OCMProvider::class); |
|
| 1264 | + $this->registerDeprecatedAlias(IOCMProvider::class, OCMProvider::class); |
|
| 1265 | 1265 | |
| 1266 | - $this->registerAlias(ISetupCheckManager::class, SetupCheckManager::class); |
|
| 1266 | + $this->registerAlias(ISetupCheckManager::class, SetupCheckManager::class); |
|
| 1267 | 1267 | |
| 1268 | - $this->registerAlias(IProfileManager::class, ProfileManager::class); |
|
| 1268 | + $this->registerAlias(IProfileManager::class, ProfileManager::class); |
|
| 1269 | 1269 | |
| 1270 | - $this->registerAlias(IAvailabilityCoordinator::class, AvailabilityCoordinator::class); |
|
| 1270 | + $this->registerAlias(IAvailabilityCoordinator::class, AvailabilityCoordinator::class); |
|
| 1271 | 1271 | |
| 1272 | - $this->registerAlias(IDeclarativeManager::class, DeclarativeManager::class); |
|
| 1272 | + $this->registerAlias(IDeclarativeManager::class, DeclarativeManager::class); |
|
| 1273 | 1273 | |
| 1274 | - $this->registerAlias(\OCP\TaskProcessing\IManager::class, \OC\TaskProcessing\Manager::class); |
|
| 1274 | + $this->registerAlias(\OCP\TaskProcessing\IManager::class, \OC\TaskProcessing\Manager::class); |
|
| 1275 | 1275 | |
| 1276 | - $this->registerAlias(IRemoteAddress::class, RemoteAddress::class); |
|
| 1276 | + $this->registerAlias(IRemoteAddress::class, RemoteAddress::class); |
|
| 1277 | 1277 | |
| 1278 | - $this->registerAlias(\OCP\Security\Ip\IFactory::class, \OC\Security\Ip\Factory::class); |
|
| 1279 | - |
|
| 1280 | - $this->registerAlias(IRichTextFormatter::class, \OC\RichObjectStrings\RichTextFormatter::class); |
|
| 1281 | - |
|
| 1282 | - $this->registerAlias(ISignatureManager::class, SignatureManager::class); |
|
| 1283 | - |
|
| 1284 | - $this->connectDispatcher(); |
|
| 1285 | - } |
|
| 1286 | - |
|
| 1287 | - public function boot() { |
|
| 1288 | - /** @var HookConnector $hookConnector */ |
|
| 1289 | - $hookConnector = $this->get(HookConnector::class); |
|
| 1290 | - $hookConnector->viewToNode(); |
|
| 1291 | - } |
|
| 1292 | - |
|
| 1293 | - private function connectDispatcher(): void { |
|
| 1294 | - /** @var IEventDispatcher $eventDispatcher */ |
|
| 1295 | - $eventDispatcher = $this->get(IEventDispatcher::class); |
|
| 1296 | - $eventDispatcher->addServiceListener(LoginFailed::class, LoginFailedListener::class); |
|
| 1297 | - $eventDispatcher->addServiceListener(PostLoginEvent::class, UserLoggedInListener::class); |
|
| 1298 | - $eventDispatcher->addServiceListener(UserChangedEvent::class, UserChangedListener::class); |
|
| 1299 | - $eventDispatcher->addServiceListener(BeforeUserDeletedEvent::class, BeforeUserDeletedListener::class); |
|
| 1300 | - |
|
| 1301 | - FilesMetadataManager::loadListeners($eventDispatcher); |
|
| 1302 | - GenerateBlurhashMetadata::loadListeners($eventDispatcher); |
|
| 1303 | - } |
|
| 1304 | - |
|
| 1305 | - /** |
|
| 1306 | - * @return \OCP\Contacts\IManager |
|
| 1307 | - * @deprecated 20.0.0 |
|
| 1308 | - */ |
|
| 1309 | - public function getContactsManager() { |
|
| 1310 | - return $this->get(\OCP\Contacts\IManager::class); |
|
| 1311 | - } |
|
| 1312 | - |
|
| 1313 | - /** |
|
| 1314 | - * @return \OC\Encryption\Manager |
|
| 1315 | - * @deprecated 20.0.0 |
|
| 1316 | - */ |
|
| 1317 | - public function getEncryptionManager() { |
|
| 1318 | - return $this->get(\OCP\Encryption\IManager::class); |
|
| 1319 | - } |
|
| 1320 | - |
|
| 1321 | - /** |
|
| 1322 | - * @return \OC\Encryption\File |
|
| 1323 | - * @deprecated 20.0.0 |
|
| 1324 | - */ |
|
| 1325 | - public function getEncryptionFilesHelper() { |
|
| 1326 | - return $this->get(IFile::class); |
|
| 1327 | - } |
|
| 1328 | - |
|
| 1329 | - /** |
|
| 1330 | - * The current request object holding all information about the request |
|
| 1331 | - * currently being processed is returned from this method. |
|
| 1332 | - * In case the current execution was not initiated by a web request null is returned |
|
| 1333 | - * |
|
| 1334 | - * @return \OCP\IRequest |
|
| 1335 | - * @deprecated 20.0.0 |
|
| 1336 | - */ |
|
| 1337 | - public function getRequest() { |
|
| 1338 | - return $this->get(IRequest::class); |
|
| 1339 | - } |
|
| 1340 | - |
|
| 1341 | - /** |
|
| 1342 | - * Returns the root folder of ownCloud's data directory |
|
| 1343 | - * |
|
| 1344 | - * @return IRootFolder |
|
| 1345 | - * @deprecated 20.0.0 |
|
| 1346 | - */ |
|
| 1347 | - public function getRootFolder() { |
|
| 1348 | - return $this->get(IRootFolder::class); |
|
| 1349 | - } |
|
| 1350 | - |
|
| 1351 | - /** |
|
| 1352 | - * Returns the root folder of ownCloud's data directory |
|
| 1353 | - * This is the lazy variant so this gets only initialized once it |
|
| 1354 | - * is actually used. |
|
| 1355 | - * |
|
| 1356 | - * @return IRootFolder |
|
| 1357 | - * @deprecated 20.0.0 |
|
| 1358 | - */ |
|
| 1359 | - public function getLazyRootFolder() { |
|
| 1360 | - return $this->get(IRootFolder::class); |
|
| 1361 | - } |
|
| 1362 | - |
|
| 1363 | - /** |
|
| 1364 | - * Returns a view to ownCloud's files folder |
|
| 1365 | - * |
|
| 1366 | - * @param string $userId user ID |
|
| 1367 | - * @return \OCP\Files\Folder|null |
|
| 1368 | - * @deprecated 20.0.0 |
|
| 1369 | - */ |
|
| 1370 | - public function getUserFolder($userId = null) { |
|
| 1371 | - if ($userId === null) { |
|
| 1372 | - $user = $this->get(IUserSession::class)->getUser(); |
|
| 1373 | - if (!$user) { |
|
| 1374 | - return null; |
|
| 1375 | - } |
|
| 1376 | - $userId = $user->getUID(); |
|
| 1377 | - } |
|
| 1378 | - $root = $this->get(IRootFolder::class); |
|
| 1379 | - return $root->getUserFolder($userId); |
|
| 1380 | - } |
|
| 1381 | - |
|
| 1382 | - /** |
|
| 1383 | - * @return \OC\User\Manager |
|
| 1384 | - * @deprecated 20.0.0 |
|
| 1385 | - */ |
|
| 1386 | - public function getUserManager() { |
|
| 1387 | - return $this->get(IUserManager::class); |
|
| 1388 | - } |
|
| 1389 | - |
|
| 1390 | - /** |
|
| 1391 | - * @return \OC\Group\Manager |
|
| 1392 | - * @deprecated 20.0.0 |
|
| 1393 | - */ |
|
| 1394 | - public function getGroupManager() { |
|
| 1395 | - return $this->get(IGroupManager::class); |
|
| 1396 | - } |
|
| 1397 | - |
|
| 1398 | - /** |
|
| 1399 | - * @return \OC\User\Session |
|
| 1400 | - * @deprecated 20.0.0 |
|
| 1401 | - */ |
|
| 1402 | - public function getUserSession() { |
|
| 1403 | - return $this->get(IUserSession::class); |
|
| 1404 | - } |
|
| 1405 | - |
|
| 1406 | - /** |
|
| 1407 | - * @return \OCP\ISession |
|
| 1408 | - * @deprecated 20.0.0 |
|
| 1409 | - */ |
|
| 1410 | - public function getSession() { |
|
| 1411 | - return $this->get(Session::class)->getSession(); |
|
| 1412 | - } |
|
| 1413 | - |
|
| 1414 | - /** |
|
| 1415 | - * @param \OCP\ISession $session |
|
| 1416 | - * @return void |
|
| 1417 | - */ |
|
| 1418 | - public function setSession(\OCP\ISession $session) { |
|
| 1419 | - $this->get(SessionStorage::class)->setSession($session); |
|
| 1420 | - $this->get(Session::class)->setSession($session); |
|
| 1421 | - $this->get(Store::class)->setSession($session); |
|
| 1422 | - } |
|
| 1423 | - |
|
| 1424 | - /** |
|
| 1425 | - * @return \OCP\IConfig |
|
| 1426 | - * @deprecated 20.0.0 |
|
| 1427 | - */ |
|
| 1428 | - public function getConfig() { |
|
| 1429 | - return $this->get(AllConfig::class); |
|
| 1430 | - } |
|
| 1431 | - |
|
| 1432 | - /** |
|
| 1433 | - * @return \OC\SystemConfig |
|
| 1434 | - * @deprecated 20.0.0 |
|
| 1435 | - */ |
|
| 1436 | - public function getSystemConfig() { |
|
| 1437 | - return $this->get(SystemConfig::class); |
|
| 1438 | - } |
|
| 1439 | - |
|
| 1440 | - /** |
|
| 1441 | - * @return IFactory |
|
| 1442 | - * @deprecated 20.0.0 |
|
| 1443 | - */ |
|
| 1444 | - public function getL10NFactory() { |
|
| 1445 | - return $this->get(IFactory::class); |
|
| 1446 | - } |
|
| 1447 | - |
|
| 1448 | - /** |
|
| 1449 | - * get an L10N instance |
|
| 1450 | - * |
|
| 1451 | - * @param string $app appid |
|
| 1452 | - * @param string $lang |
|
| 1453 | - * @return IL10N |
|
| 1454 | - * @deprecated 20.0.0 use DI of {@see IL10N} or {@see IFactory} instead, or {@see \OCP\Util::getL10N()} as a last resort |
|
| 1455 | - */ |
|
| 1456 | - public function getL10N($app, $lang = null) { |
|
| 1457 | - return $this->get(IFactory::class)->get($app, $lang); |
|
| 1458 | - } |
|
| 1459 | - |
|
| 1460 | - /** |
|
| 1461 | - * @return IURLGenerator |
|
| 1462 | - * @deprecated 20.0.0 |
|
| 1463 | - */ |
|
| 1464 | - public function getURLGenerator() { |
|
| 1465 | - return $this->get(IURLGenerator::class); |
|
| 1466 | - } |
|
| 1467 | - |
|
| 1468 | - /** |
|
| 1469 | - * Returns an ICache instance. Since 8.1.0 it returns a fake cache. Use |
|
| 1470 | - * getMemCacheFactory() instead. |
|
| 1471 | - * |
|
| 1472 | - * @return ICache |
|
| 1473 | - * @deprecated 8.1.0 use getMemCacheFactory to obtain a proper cache |
|
| 1474 | - */ |
|
| 1475 | - public function getCache() { |
|
| 1476 | - return $this->get(ICache::class); |
|
| 1477 | - } |
|
| 1478 | - |
|
| 1479 | - /** |
|
| 1480 | - * Returns an \OCP\CacheFactory instance |
|
| 1481 | - * |
|
| 1482 | - * @return \OCP\ICacheFactory |
|
| 1483 | - * @deprecated 20.0.0 |
|
| 1484 | - */ |
|
| 1485 | - public function getMemCacheFactory() { |
|
| 1486 | - return $this->get(ICacheFactory::class); |
|
| 1487 | - } |
|
| 1488 | - |
|
| 1489 | - /** |
|
| 1490 | - * Returns the current session |
|
| 1491 | - * |
|
| 1492 | - * @return \OCP\IDBConnection |
|
| 1493 | - * @deprecated 20.0.0 |
|
| 1494 | - */ |
|
| 1495 | - public function getDatabaseConnection() { |
|
| 1496 | - return $this->get(IDBConnection::class); |
|
| 1497 | - } |
|
| 1498 | - |
|
| 1499 | - /** |
|
| 1500 | - * Returns the activity manager |
|
| 1501 | - * |
|
| 1502 | - * @return \OCP\Activity\IManager |
|
| 1503 | - * @deprecated 20.0.0 |
|
| 1504 | - */ |
|
| 1505 | - public function getActivityManager() { |
|
| 1506 | - return $this->get(\OCP\Activity\IManager::class); |
|
| 1507 | - } |
|
| 1508 | - |
|
| 1509 | - /** |
|
| 1510 | - * Returns an job list for controlling background jobs |
|
| 1511 | - * |
|
| 1512 | - * @return IJobList |
|
| 1513 | - * @deprecated 20.0.0 |
|
| 1514 | - */ |
|
| 1515 | - public function getJobList() { |
|
| 1516 | - return $this->get(IJobList::class); |
|
| 1517 | - } |
|
| 1518 | - |
|
| 1519 | - /** |
|
| 1520 | - * Returns a SecureRandom instance |
|
| 1521 | - * |
|
| 1522 | - * @return \OCP\Security\ISecureRandom |
|
| 1523 | - * @deprecated 20.0.0 |
|
| 1524 | - */ |
|
| 1525 | - public function getSecureRandom() { |
|
| 1526 | - return $this->get(ISecureRandom::class); |
|
| 1527 | - } |
|
| 1528 | - |
|
| 1529 | - /** |
|
| 1530 | - * Returns a Crypto instance |
|
| 1531 | - * |
|
| 1532 | - * @return ICrypto |
|
| 1533 | - * @deprecated 20.0.0 |
|
| 1534 | - */ |
|
| 1535 | - public function getCrypto() { |
|
| 1536 | - return $this->get(ICrypto::class); |
|
| 1537 | - } |
|
| 1538 | - |
|
| 1539 | - /** |
|
| 1540 | - * Returns a Hasher instance |
|
| 1541 | - * |
|
| 1542 | - * @return IHasher |
|
| 1543 | - * @deprecated 20.0.0 |
|
| 1544 | - */ |
|
| 1545 | - public function getHasher() { |
|
| 1546 | - return $this->get(IHasher::class); |
|
| 1547 | - } |
|
| 1548 | - |
|
| 1549 | - /** |
|
| 1550 | - * Get the certificate manager |
|
| 1551 | - * |
|
| 1552 | - * @return \OCP\ICertificateManager |
|
| 1553 | - */ |
|
| 1554 | - public function getCertificateManager() { |
|
| 1555 | - return $this->get(ICertificateManager::class); |
|
| 1556 | - } |
|
| 1557 | - |
|
| 1558 | - /** |
|
| 1559 | - * Get the manager for temporary files and folders |
|
| 1560 | - * |
|
| 1561 | - * @return \OCP\ITempManager |
|
| 1562 | - * @deprecated 20.0.0 |
|
| 1563 | - */ |
|
| 1564 | - public function getTempManager() { |
|
| 1565 | - return $this->get(ITempManager::class); |
|
| 1566 | - } |
|
| 1567 | - |
|
| 1568 | - /** |
|
| 1569 | - * Get the app manager |
|
| 1570 | - * |
|
| 1571 | - * @return \OCP\App\IAppManager |
|
| 1572 | - * @deprecated 20.0.0 |
|
| 1573 | - */ |
|
| 1574 | - public function getAppManager() { |
|
| 1575 | - return $this->get(IAppManager::class); |
|
| 1576 | - } |
|
| 1577 | - |
|
| 1578 | - /** |
|
| 1579 | - * Creates a new mailer |
|
| 1580 | - * |
|
| 1581 | - * @return IMailer |
|
| 1582 | - * @deprecated 20.0.0 |
|
| 1583 | - */ |
|
| 1584 | - public function getMailer() { |
|
| 1585 | - return $this->get(IMailer::class); |
|
| 1586 | - } |
|
| 1587 | - |
|
| 1588 | - /** |
|
| 1589 | - * Get the webroot |
|
| 1590 | - * |
|
| 1591 | - * @return string |
|
| 1592 | - * @deprecated 20.0.0 |
|
| 1593 | - */ |
|
| 1594 | - public function getWebRoot() { |
|
| 1595 | - return $this->webRoot; |
|
| 1596 | - } |
|
| 1597 | - |
|
| 1598 | - /** |
|
| 1599 | - * Get the locking provider |
|
| 1600 | - * |
|
| 1601 | - * @return ILockingProvider |
|
| 1602 | - * @since 8.1.0 |
|
| 1603 | - * @deprecated 20.0.0 |
|
| 1604 | - */ |
|
| 1605 | - public function getLockingProvider() { |
|
| 1606 | - return $this->get(ILockingProvider::class); |
|
| 1607 | - } |
|
| 1608 | - |
|
| 1609 | - /** |
|
| 1610 | - * Get the MimeTypeDetector |
|
| 1611 | - * |
|
| 1612 | - * @return IMimeTypeDetector |
|
| 1613 | - * @deprecated 20.0.0 |
|
| 1614 | - */ |
|
| 1615 | - public function getMimeTypeDetector() { |
|
| 1616 | - return $this->get(IMimeTypeDetector::class); |
|
| 1617 | - } |
|
| 1618 | - |
|
| 1619 | - /** |
|
| 1620 | - * Get the MimeTypeLoader |
|
| 1621 | - * |
|
| 1622 | - * @return IMimeTypeLoader |
|
| 1623 | - * @deprecated 20.0.0 |
|
| 1624 | - */ |
|
| 1625 | - public function getMimeTypeLoader() { |
|
| 1626 | - return $this->get(IMimeTypeLoader::class); |
|
| 1627 | - } |
|
| 1628 | - |
|
| 1629 | - /** |
|
| 1630 | - * Get the Notification Manager |
|
| 1631 | - * |
|
| 1632 | - * @return \OCP\Notification\IManager |
|
| 1633 | - * @since 8.2.0 |
|
| 1634 | - * @deprecated 20.0.0 |
|
| 1635 | - */ |
|
| 1636 | - public function getNotificationManager() { |
|
| 1637 | - return $this->get(\OCP\Notification\IManager::class); |
|
| 1638 | - } |
|
| 1639 | - |
|
| 1640 | - /** |
|
| 1641 | - * @return \OCA\Theming\ThemingDefaults |
|
| 1642 | - * @deprecated 20.0.0 |
|
| 1643 | - */ |
|
| 1644 | - public function getThemingDefaults() { |
|
| 1645 | - return $this->get('ThemingDefaults'); |
|
| 1646 | - } |
|
| 1647 | - |
|
| 1648 | - /** |
|
| 1649 | - * @return \OC\IntegrityCheck\Checker |
|
| 1650 | - * @deprecated 20.0.0 |
|
| 1651 | - */ |
|
| 1652 | - public function getIntegrityCodeChecker() { |
|
| 1653 | - return $this->get('IntegrityCodeChecker'); |
|
| 1654 | - } |
|
| 1655 | - |
|
| 1656 | - /** |
|
| 1657 | - * @return CsrfTokenManager |
|
| 1658 | - * @deprecated 20.0.0 |
|
| 1659 | - */ |
|
| 1660 | - public function getCsrfTokenManager() { |
|
| 1661 | - return $this->get(CsrfTokenManager::class); |
|
| 1662 | - } |
|
| 1663 | - |
|
| 1664 | - /** |
|
| 1665 | - * @return ContentSecurityPolicyNonceManager |
|
| 1666 | - * @deprecated 20.0.0 |
|
| 1667 | - */ |
|
| 1668 | - public function getContentSecurityPolicyNonceManager() { |
|
| 1669 | - return $this->get(ContentSecurityPolicyNonceManager::class); |
|
| 1670 | - } |
|
| 1671 | - |
|
| 1672 | - /** |
|
| 1673 | - * @return \OCP\Settings\IManager |
|
| 1674 | - * @deprecated 20.0.0 |
|
| 1675 | - */ |
|
| 1676 | - public function getSettingsManager() { |
|
| 1677 | - return $this->get(\OC\Settings\Manager::class); |
|
| 1678 | - } |
|
| 1679 | - |
|
| 1680 | - /** |
|
| 1681 | - * @return \OCP\Files\IAppData |
|
| 1682 | - * @deprecated 20.0.0 Use get(\OCP\Files\AppData\IAppDataFactory::class)->get($app) instead |
|
| 1683 | - */ |
|
| 1684 | - public function getAppDataDir($app) { |
|
| 1685 | - /** @var \OC\Files\AppData\Factory $factory */ |
|
| 1686 | - $factory = $this->get(\OC\Files\AppData\Factory::class); |
|
| 1687 | - return $factory->get($app); |
|
| 1688 | - } |
|
| 1689 | - |
|
| 1690 | - /** |
|
| 1691 | - * @return \OCP\Federation\ICloudIdManager |
|
| 1692 | - * @deprecated 20.0.0 |
|
| 1693 | - */ |
|
| 1694 | - public function getCloudIdManager() { |
|
| 1695 | - return $this->get(ICloudIdManager::class); |
|
| 1696 | - } |
|
| 1697 | - |
|
| 1698 | - private function registerDeprecatedAlias(string $alias, string $target) { |
|
| 1699 | - $this->registerService($alias, function (ContainerInterface $container) use ($target, $alias) { |
|
| 1700 | - try { |
|
| 1701 | - /** @var LoggerInterface $logger */ |
|
| 1702 | - $logger = $container->get(LoggerInterface::class); |
|
| 1703 | - $logger->debug('The requested alias "' . $alias . '" is deprecated. Please request "' . $target . '" directly. This alias will be removed in a future Nextcloud version.', ['app' => 'serverDI']); |
|
| 1704 | - } catch (ContainerExceptionInterface $e) { |
|
| 1705 | - // Could not get logger. Continue |
|
| 1706 | - } |
|
| 1707 | - |
|
| 1708 | - return $container->get($target); |
|
| 1709 | - }, false); |
|
| 1710 | - } |
|
| 1278 | + $this->registerAlias(\OCP\Security\Ip\IFactory::class, \OC\Security\Ip\Factory::class); |
|
| 1279 | + |
|
| 1280 | + $this->registerAlias(IRichTextFormatter::class, \OC\RichObjectStrings\RichTextFormatter::class); |
|
| 1281 | + |
|
| 1282 | + $this->registerAlias(ISignatureManager::class, SignatureManager::class); |
|
| 1283 | + |
|
| 1284 | + $this->connectDispatcher(); |
|
| 1285 | + } |
|
| 1286 | + |
|
| 1287 | + public function boot() { |
|
| 1288 | + /** @var HookConnector $hookConnector */ |
|
| 1289 | + $hookConnector = $this->get(HookConnector::class); |
|
| 1290 | + $hookConnector->viewToNode(); |
|
| 1291 | + } |
|
| 1292 | + |
|
| 1293 | + private function connectDispatcher(): void { |
|
| 1294 | + /** @var IEventDispatcher $eventDispatcher */ |
|
| 1295 | + $eventDispatcher = $this->get(IEventDispatcher::class); |
|
| 1296 | + $eventDispatcher->addServiceListener(LoginFailed::class, LoginFailedListener::class); |
|
| 1297 | + $eventDispatcher->addServiceListener(PostLoginEvent::class, UserLoggedInListener::class); |
|
| 1298 | + $eventDispatcher->addServiceListener(UserChangedEvent::class, UserChangedListener::class); |
|
| 1299 | + $eventDispatcher->addServiceListener(BeforeUserDeletedEvent::class, BeforeUserDeletedListener::class); |
|
| 1300 | + |
|
| 1301 | + FilesMetadataManager::loadListeners($eventDispatcher); |
|
| 1302 | + GenerateBlurhashMetadata::loadListeners($eventDispatcher); |
|
| 1303 | + } |
|
| 1304 | + |
|
| 1305 | + /** |
|
| 1306 | + * @return \OCP\Contacts\IManager |
|
| 1307 | + * @deprecated 20.0.0 |
|
| 1308 | + */ |
|
| 1309 | + public function getContactsManager() { |
|
| 1310 | + return $this->get(\OCP\Contacts\IManager::class); |
|
| 1311 | + } |
|
| 1312 | + |
|
| 1313 | + /** |
|
| 1314 | + * @return \OC\Encryption\Manager |
|
| 1315 | + * @deprecated 20.0.0 |
|
| 1316 | + */ |
|
| 1317 | + public function getEncryptionManager() { |
|
| 1318 | + return $this->get(\OCP\Encryption\IManager::class); |
|
| 1319 | + } |
|
| 1320 | + |
|
| 1321 | + /** |
|
| 1322 | + * @return \OC\Encryption\File |
|
| 1323 | + * @deprecated 20.0.0 |
|
| 1324 | + */ |
|
| 1325 | + public function getEncryptionFilesHelper() { |
|
| 1326 | + return $this->get(IFile::class); |
|
| 1327 | + } |
|
| 1328 | + |
|
| 1329 | + /** |
|
| 1330 | + * The current request object holding all information about the request |
|
| 1331 | + * currently being processed is returned from this method. |
|
| 1332 | + * In case the current execution was not initiated by a web request null is returned |
|
| 1333 | + * |
|
| 1334 | + * @return \OCP\IRequest |
|
| 1335 | + * @deprecated 20.0.0 |
|
| 1336 | + */ |
|
| 1337 | + public function getRequest() { |
|
| 1338 | + return $this->get(IRequest::class); |
|
| 1339 | + } |
|
| 1340 | + |
|
| 1341 | + /** |
|
| 1342 | + * Returns the root folder of ownCloud's data directory |
|
| 1343 | + * |
|
| 1344 | + * @return IRootFolder |
|
| 1345 | + * @deprecated 20.0.0 |
|
| 1346 | + */ |
|
| 1347 | + public function getRootFolder() { |
|
| 1348 | + return $this->get(IRootFolder::class); |
|
| 1349 | + } |
|
| 1350 | + |
|
| 1351 | + /** |
|
| 1352 | + * Returns the root folder of ownCloud's data directory |
|
| 1353 | + * This is the lazy variant so this gets only initialized once it |
|
| 1354 | + * is actually used. |
|
| 1355 | + * |
|
| 1356 | + * @return IRootFolder |
|
| 1357 | + * @deprecated 20.0.0 |
|
| 1358 | + */ |
|
| 1359 | + public function getLazyRootFolder() { |
|
| 1360 | + return $this->get(IRootFolder::class); |
|
| 1361 | + } |
|
| 1362 | + |
|
| 1363 | + /** |
|
| 1364 | + * Returns a view to ownCloud's files folder |
|
| 1365 | + * |
|
| 1366 | + * @param string $userId user ID |
|
| 1367 | + * @return \OCP\Files\Folder|null |
|
| 1368 | + * @deprecated 20.0.0 |
|
| 1369 | + */ |
|
| 1370 | + public function getUserFolder($userId = null) { |
|
| 1371 | + if ($userId === null) { |
|
| 1372 | + $user = $this->get(IUserSession::class)->getUser(); |
|
| 1373 | + if (!$user) { |
|
| 1374 | + return null; |
|
| 1375 | + } |
|
| 1376 | + $userId = $user->getUID(); |
|
| 1377 | + } |
|
| 1378 | + $root = $this->get(IRootFolder::class); |
|
| 1379 | + return $root->getUserFolder($userId); |
|
| 1380 | + } |
|
| 1381 | + |
|
| 1382 | + /** |
|
| 1383 | + * @return \OC\User\Manager |
|
| 1384 | + * @deprecated 20.0.0 |
|
| 1385 | + */ |
|
| 1386 | + public function getUserManager() { |
|
| 1387 | + return $this->get(IUserManager::class); |
|
| 1388 | + } |
|
| 1389 | + |
|
| 1390 | + /** |
|
| 1391 | + * @return \OC\Group\Manager |
|
| 1392 | + * @deprecated 20.0.0 |
|
| 1393 | + */ |
|
| 1394 | + public function getGroupManager() { |
|
| 1395 | + return $this->get(IGroupManager::class); |
|
| 1396 | + } |
|
| 1397 | + |
|
| 1398 | + /** |
|
| 1399 | + * @return \OC\User\Session |
|
| 1400 | + * @deprecated 20.0.0 |
|
| 1401 | + */ |
|
| 1402 | + public function getUserSession() { |
|
| 1403 | + return $this->get(IUserSession::class); |
|
| 1404 | + } |
|
| 1405 | + |
|
| 1406 | + /** |
|
| 1407 | + * @return \OCP\ISession |
|
| 1408 | + * @deprecated 20.0.0 |
|
| 1409 | + */ |
|
| 1410 | + public function getSession() { |
|
| 1411 | + return $this->get(Session::class)->getSession(); |
|
| 1412 | + } |
|
| 1413 | + |
|
| 1414 | + /** |
|
| 1415 | + * @param \OCP\ISession $session |
|
| 1416 | + * @return void |
|
| 1417 | + */ |
|
| 1418 | + public function setSession(\OCP\ISession $session) { |
|
| 1419 | + $this->get(SessionStorage::class)->setSession($session); |
|
| 1420 | + $this->get(Session::class)->setSession($session); |
|
| 1421 | + $this->get(Store::class)->setSession($session); |
|
| 1422 | + } |
|
| 1423 | + |
|
| 1424 | + /** |
|
| 1425 | + * @return \OCP\IConfig |
|
| 1426 | + * @deprecated 20.0.0 |
|
| 1427 | + */ |
|
| 1428 | + public function getConfig() { |
|
| 1429 | + return $this->get(AllConfig::class); |
|
| 1430 | + } |
|
| 1431 | + |
|
| 1432 | + /** |
|
| 1433 | + * @return \OC\SystemConfig |
|
| 1434 | + * @deprecated 20.0.0 |
|
| 1435 | + */ |
|
| 1436 | + public function getSystemConfig() { |
|
| 1437 | + return $this->get(SystemConfig::class); |
|
| 1438 | + } |
|
| 1439 | + |
|
| 1440 | + /** |
|
| 1441 | + * @return IFactory |
|
| 1442 | + * @deprecated 20.0.0 |
|
| 1443 | + */ |
|
| 1444 | + public function getL10NFactory() { |
|
| 1445 | + return $this->get(IFactory::class); |
|
| 1446 | + } |
|
| 1447 | + |
|
| 1448 | + /** |
|
| 1449 | + * get an L10N instance |
|
| 1450 | + * |
|
| 1451 | + * @param string $app appid |
|
| 1452 | + * @param string $lang |
|
| 1453 | + * @return IL10N |
|
| 1454 | + * @deprecated 20.0.0 use DI of {@see IL10N} or {@see IFactory} instead, or {@see \OCP\Util::getL10N()} as a last resort |
|
| 1455 | + */ |
|
| 1456 | + public function getL10N($app, $lang = null) { |
|
| 1457 | + return $this->get(IFactory::class)->get($app, $lang); |
|
| 1458 | + } |
|
| 1459 | + |
|
| 1460 | + /** |
|
| 1461 | + * @return IURLGenerator |
|
| 1462 | + * @deprecated 20.0.0 |
|
| 1463 | + */ |
|
| 1464 | + public function getURLGenerator() { |
|
| 1465 | + return $this->get(IURLGenerator::class); |
|
| 1466 | + } |
|
| 1467 | + |
|
| 1468 | + /** |
|
| 1469 | + * Returns an ICache instance. Since 8.1.0 it returns a fake cache. Use |
|
| 1470 | + * getMemCacheFactory() instead. |
|
| 1471 | + * |
|
| 1472 | + * @return ICache |
|
| 1473 | + * @deprecated 8.1.0 use getMemCacheFactory to obtain a proper cache |
|
| 1474 | + */ |
|
| 1475 | + public function getCache() { |
|
| 1476 | + return $this->get(ICache::class); |
|
| 1477 | + } |
|
| 1478 | + |
|
| 1479 | + /** |
|
| 1480 | + * Returns an \OCP\CacheFactory instance |
|
| 1481 | + * |
|
| 1482 | + * @return \OCP\ICacheFactory |
|
| 1483 | + * @deprecated 20.0.0 |
|
| 1484 | + */ |
|
| 1485 | + public function getMemCacheFactory() { |
|
| 1486 | + return $this->get(ICacheFactory::class); |
|
| 1487 | + } |
|
| 1488 | + |
|
| 1489 | + /** |
|
| 1490 | + * Returns the current session |
|
| 1491 | + * |
|
| 1492 | + * @return \OCP\IDBConnection |
|
| 1493 | + * @deprecated 20.0.0 |
|
| 1494 | + */ |
|
| 1495 | + public function getDatabaseConnection() { |
|
| 1496 | + return $this->get(IDBConnection::class); |
|
| 1497 | + } |
|
| 1498 | + |
|
| 1499 | + /** |
|
| 1500 | + * Returns the activity manager |
|
| 1501 | + * |
|
| 1502 | + * @return \OCP\Activity\IManager |
|
| 1503 | + * @deprecated 20.0.0 |
|
| 1504 | + */ |
|
| 1505 | + public function getActivityManager() { |
|
| 1506 | + return $this->get(\OCP\Activity\IManager::class); |
|
| 1507 | + } |
|
| 1508 | + |
|
| 1509 | + /** |
|
| 1510 | + * Returns an job list for controlling background jobs |
|
| 1511 | + * |
|
| 1512 | + * @return IJobList |
|
| 1513 | + * @deprecated 20.0.0 |
|
| 1514 | + */ |
|
| 1515 | + public function getJobList() { |
|
| 1516 | + return $this->get(IJobList::class); |
|
| 1517 | + } |
|
| 1518 | + |
|
| 1519 | + /** |
|
| 1520 | + * Returns a SecureRandom instance |
|
| 1521 | + * |
|
| 1522 | + * @return \OCP\Security\ISecureRandom |
|
| 1523 | + * @deprecated 20.0.0 |
|
| 1524 | + */ |
|
| 1525 | + public function getSecureRandom() { |
|
| 1526 | + return $this->get(ISecureRandom::class); |
|
| 1527 | + } |
|
| 1528 | + |
|
| 1529 | + /** |
|
| 1530 | + * Returns a Crypto instance |
|
| 1531 | + * |
|
| 1532 | + * @return ICrypto |
|
| 1533 | + * @deprecated 20.0.0 |
|
| 1534 | + */ |
|
| 1535 | + public function getCrypto() { |
|
| 1536 | + return $this->get(ICrypto::class); |
|
| 1537 | + } |
|
| 1538 | + |
|
| 1539 | + /** |
|
| 1540 | + * Returns a Hasher instance |
|
| 1541 | + * |
|
| 1542 | + * @return IHasher |
|
| 1543 | + * @deprecated 20.0.0 |
|
| 1544 | + */ |
|
| 1545 | + public function getHasher() { |
|
| 1546 | + return $this->get(IHasher::class); |
|
| 1547 | + } |
|
| 1548 | + |
|
| 1549 | + /** |
|
| 1550 | + * Get the certificate manager |
|
| 1551 | + * |
|
| 1552 | + * @return \OCP\ICertificateManager |
|
| 1553 | + */ |
|
| 1554 | + public function getCertificateManager() { |
|
| 1555 | + return $this->get(ICertificateManager::class); |
|
| 1556 | + } |
|
| 1557 | + |
|
| 1558 | + /** |
|
| 1559 | + * Get the manager for temporary files and folders |
|
| 1560 | + * |
|
| 1561 | + * @return \OCP\ITempManager |
|
| 1562 | + * @deprecated 20.0.0 |
|
| 1563 | + */ |
|
| 1564 | + public function getTempManager() { |
|
| 1565 | + return $this->get(ITempManager::class); |
|
| 1566 | + } |
|
| 1567 | + |
|
| 1568 | + /** |
|
| 1569 | + * Get the app manager |
|
| 1570 | + * |
|
| 1571 | + * @return \OCP\App\IAppManager |
|
| 1572 | + * @deprecated 20.0.0 |
|
| 1573 | + */ |
|
| 1574 | + public function getAppManager() { |
|
| 1575 | + return $this->get(IAppManager::class); |
|
| 1576 | + } |
|
| 1577 | + |
|
| 1578 | + /** |
|
| 1579 | + * Creates a new mailer |
|
| 1580 | + * |
|
| 1581 | + * @return IMailer |
|
| 1582 | + * @deprecated 20.0.0 |
|
| 1583 | + */ |
|
| 1584 | + public function getMailer() { |
|
| 1585 | + return $this->get(IMailer::class); |
|
| 1586 | + } |
|
| 1587 | + |
|
| 1588 | + /** |
|
| 1589 | + * Get the webroot |
|
| 1590 | + * |
|
| 1591 | + * @return string |
|
| 1592 | + * @deprecated 20.0.0 |
|
| 1593 | + */ |
|
| 1594 | + public function getWebRoot() { |
|
| 1595 | + return $this->webRoot; |
|
| 1596 | + } |
|
| 1597 | + |
|
| 1598 | + /** |
|
| 1599 | + * Get the locking provider |
|
| 1600 | + * |
|
| 1601 | + * @return ILockingProvider |
|
| 1602 | + * @since 8.1.0 |
|
| 1603 | + * @deprecated 20.0.0 |
|
| 1604 | + */ |
|
| 1605 | + public function getLockingProvider() { |
|
| 1606 | + return $this->get(ILockingProvider::class); |
|
| 1607 | + } |
|
| 1608 | + |
|
| 1609 | + /** |
|
| 1610 | + * Get the MimeTypeDetector |
|
| 1611 | + * |
|
| 1612 | + * @return IMimeTypeDetector |
|
| 1613 | + * @deprecated 20.0.0 |
|
| 1614 | + */ |
|
| 1615 | + public function getMimeTypeDetector() { |
|
| 1616 | + return $this->get(IMimeTypeDetector::class); |
|
| 1617 | + } |
|
| 1618 | + |
|
| 1619 | + /** |
|
| 1620 | + * Get the MimeTypeLoader |
|
| 1621 | + * |
|
| 1622 | + * @return IMimeTypeLoader |
|
| 1623 | + * @deprecated 20.0.0 |
|
| 1624 | + */ |
|
| 1625 | + public function getMimeTypeLoader() { |
|
| 1626 | + return $this->get(IMimeTypeLoader::class); |
|
| 1627 | + } |
|
| 1628 | + |
|
| 1629 | + /** |
|
| 1630 | + * Get the Notification Manager |
|
| 1631 | + * |
|
| 1632 | + * @return \OCP\Notification\IManager |
|
| 1633 | + * @since 8.2.0 |
|
| 1634 | + * @deprecated 20.0.0 |
|
| 1635 | + */ |
|
| 1636 | + public function getNotificationManager() { |
|
| 1637 | + return $this->get(\OCP\Notification\IManager::class); |
|
| 1638 | + } |
|
| 1639 | + |
|
| 1640 | + /** |
|
| 1641 | + * @return \OCA\Theming\ThemingDefaults |
|
| 1642 | + * @deprecated 20.0.0 |
|
| 1643 | + */ |
|
| 1644 | + public function getThemingDefaults() { |
|
| 1645 | + return $this->get('ThemingDefaults'); |
|
| 1646 | + } |
|
| 1647 | + |
|
| 1648 | + /** |
|
| 1649 | + * @return \OC\IntegrityCheck\Checker |
|
| 1650 | + * @deprecated 20.0.0 |
|
| 1651 | + */ |
|
| 1652 | + public function getIntegrityCodeChecker() { |
|
| 1653 | + return $this->get('IntegrityCodeChecker'); |
|
| 1654 | + } |
|
| 1655 | + |
|
| 1656 | + /** |
|
| 1657 | + * @return CsrfTokenManager |
|
| 1658 | + * @deprecated 20.0.0 |
|
| 1659 | + */ |
|
| 1660 | + public function getCsrfTokenManager() { |
|
| 1661 | + return $this->get(CsrfTokenManager::class); |
|
| 1662 | + } |
|
| 1663 | + |
|
| 1664 | + /** |
|
| 1665 | + * @return ContentSecurityPolicyNonceManager |
|
| 1666 | + * @deprecated 20.0.0 |
|
| 1667 | + */ |
|
| 1668 | + public function getContentSecurityPolicyNonceManager() { |
|
| 1669 | + return $this->get(ContentSecurityPolicyNonceManager::class); |
|
| 1670 | + } |
|
| 1671 | + |
|
| 1672 | + /** |
|
| 1673 | + * @return \OCP\Settings\IManager |
|
| 1674 | + * @deprecated 20.0.0 |
|
| 1675 | + */ |
|
| 1676 | + public function getSettingsManager() { |
|
| 1677 | + return $this->get(\OC\Settings\Manager::class); |
|
| 1678 | + } |
|
| 1679 | + |
|
| 1680 | + /** |
|
| 1681 | + * @return \OCP\Files\IAppData |
|
| 1682 | + * @deprecated 20.0.0 Use get(\OCP\Files\AppData\IAppDataFactory::class)->get($app) instead |
|
| 1683 | + */ |
|
| 1684 | + public function getAppDataDir($app) { |
|
| 1685 | + /** @var \OC\Files\AppData\Factory $factory */ |
|
| 1686 | + $factory = $this->get(\OC\Files\AppData\Factory::class); |
|
| 1687 | + return $factory->get($app); |
|
| 1688 | + } |
|
| 1689 | + |
|
| 1690 | + /** |
|
| 1691 | + * @return \OCP\Federation\ICloudIdManager |
|
| 1692 | + * @deprecated 20.0.0 |
|
| 1693 | + */ |
|
| 1694 | + public function getCloudIdManager() { |
|
| 1695 | + return $this->get(ICloudIdManager::class); |
|
| 1696 | + } |
|
| 1697 | + |
|
| 1698 | + private function registerDeprecatedAlias(string $alias, string $target) { |
|
| 1699 | + $this->registerService($alias, function (ContainerInterface $container) use ($target, $alias) { |
|
| 1700 | + try { |
|
| 1701 | + /** @var LoggerInterface $logger */ |
|
| 1702 | + $logger = $container->get(LoggerInterface::class); |
|
| 1703 | + $logger->debug('The requested alias "' . $alias . '" is deprecated. Please request "' . $target . '" directly. This alias will be removed in a future Nextcloud version.', ['app' => 'serverDI']); |
|
| 1704 | + } catch (ContainerExceptionInterface $e) { |
|
| 1705 | + // Could not get logger. Continue |
|
| 1706 | + } |
|
| 1707 | + |
|
| 1708 | + return $container->get($target); |
|
| 1709 | + }, false); |
|
| 1710 | + } |
|
| 1711 | 1711 | } |
@@ -265,10 +265,10 @@ discard block |
||
| 265 | 265 | $this->registerParameter('isCLI', \OC::$CLI); |
| 266 | 266 | $this->registerParameter('serverRoot', \OC::$SERVERROOT); |
| 267 | 267 | |
| 268 | - $this->registerService(ContainerInterface::class, function (ContainerInterface $c) { |
|
| 268 | + $this->registerService(ContainerInterface::class, function(ContainerInterface $c) { |
|
| 269 | 269 | return $c; |
| 270 | 270 | }); |
| 271 | - $this->registerService(\OCP\IServerContainer::class, function (ContainerInterface $c) { |
|
| 271 | + $this->registerService(\OCP\IServerContainer::class, function(ContainerInterface $c) { |
|
| 272 | 272 | return $c; |
| 273 | 273 | }); |
| 274 | 274 | |
@@ -286,11 +286,11 @@ discard block |
||
| 286 | 286 | |
| 287 | 287 | $this->registerAlias(IActionFactory::class, ActionFactory::class); |
| 288 | 288 | |
| 289 | - $this->registerService(View::class, function (Server $c) { |
|
| 289 | + $this->registerService(View::class, function(Server $c) { |
|
| 290 | 290 | return new View(); |
| 291 | 291 | }, false); |
| 292 | 292 | |
| 293 | - $this->registerService(IPreview::class, function (ContainerInterface $c) { |
|
| 293 | + $this->registerService(IPreview::class, function(ContainerInterface $c) { |
|
| 294 | 294 | return new PreviewManager( |
| 295 | 295 | $c->get(\OCP\IConfig::class), |
| 296 | 296 | $c->get(IRootFolder::class), |
@@ -309,7 +309,7 @@ discard block |
||
| 309 | 309 | }); |
| 310 | 310 | $this->registerAlias(IMimeIconProvider::class, MimeIconProvider::class); |
| 311 | 311 | |
| 312 | - $this->registerService(\OC\Preview\Watcher::class, function (ContainerInterface $c) { |
|
| 312 | + $this->registerService(\OC\Preview\Watcher::class, function(ContainerInterface $c) { |
|
| 313 | 313 | return new \OC\Preview\Watcher( |
| 314 | 314 | new \OC\Preview\Storage\Root( |
| 315 | 315 | $c->get(IRootFolder::class), |
@@ -318,11 +318,11 @@ discard block |
||
| 318 | 318 | ); |
| 319 | 319 | }); |
| 320 | 320 | |
| 321 | - $this->registerService(IProfiler::class, function (Server $c) { |
|
| 321 | + $this->registerService(IProfiler::class, function(Server $c) { |
|
| 322 | 322 | return new Profiler($c->get(SystemConfig::class)); |
| 323 | 323 | }); |
| 324 | 324 | |
| 325 | - $this->registerService(Encryption\Manager::class, function (Server $c): Encryption\Manager { |
|
| 325 | + $this->registerService(Encryption\Manager::class, function(Server $c): Encryption\Manager { |
|
| 326 | 326 | $view = new View(); |
| 327 | 327 | $util = new Encryption\Util( |
| 328 | 328 | $view, |
@@ -341,7 +341,7 @@ discard block |
||
| 341 | 341 | }); |
| 342 | 342 | $this->registerAlias(\OCP\Encryption\IManager::class, Encryption\Manager::class); |
| 343 | 343 | |
| 344 | - $this->registerService(IFile::class, function (ContainerInterface $c) { |
|
| 344 | + $this->registerService(IFile::class, function(ContainerInterface $c) { |
|
| 345 | 345 | $util = new Encryption\Util( |
| 346 | 346 | new View(), |
| 347 | 347 | $c->get(IUserManager::class), |
@@ -355,7 +355,7 @@ discard block |
||
| 355 | 355 | ); |
| 356 | 356 | }); |
| 357 | 357 | |
| 358 | - $this->registerService(IStorage::class, function (ContainerInterface $c) { |
|
| 358 | + $this->registerService(IStorage::class, function(ContainerInterface $c) { |
|
| 359 | 359 | $view = new View(); |
| 360 | 360 | $util = new Encryption\Util( |
| 361 | 361 | $view, |
@@ -374,23 +374,23 @@ discard block |
||
| 374 | 374 | |
| 375 | 375 | $this->registerAlias(\OCP\ITagManager::class, TagManager::class); |
| 376 | 376 | |
| 377 | - $this->registerService('SystemTagManagerFactory', function (ContainerInterface $c) { |
|
| 377 | + $this->registerService('SystemTagManagerFactory', function(ContainerInterface $c) { |
|
| 378 | 378 | /** @var \OCP\IConfig $config */ |
| 379 | 379 | $config = $c->get(\OCP\IConfig::class); |
| 380 | 380 | $factoryClass = $config->getSystemValue('systemtags.managerFactory', SystemTagManagerFactory::class); |
| 381 | 381 | return new $factoryClass($this); |
| 382 | 382 | }); |
| 383 | - $this->registerService(ISystemTagManager::class, function (ContainerInterface $c) { |
|
| 383 | + $this->registerService(ISystemTagManager::class, function(ContainerInterface $c) { |
|
| 384 | 384 | return $c->get('SystemTagManagerFactory')->getManager(); |
| 385 | 385 | }); |
| 386 | 386 | /** @deprecated 19.0.0 */ |
| 387 | 387 | $this->registerDeprecatedAlias('SystemTagManager', ISystemTagManager::class); |
| 388 | 388 | |
| 389 | - $this->registerService(ISystemTagObjectMapper::class, function (ContainerInterface $c) { |
|
| 389 | + $this->registerService(ISystemTagObjectMapper::class, function(ContainerInterface $c) { |
|
| 390 | 390 | return $c->get('SystemTagManagerFactory')->getObjectMapper(); |
| 391 | 391 | }); |
| 392 | 392 | $this->registerAlias(IFileAccess::class, FileAccess::class); |
| 393 | - $this->registerService('RootFolder', function (ContainerInterface $c) { |
|
| 393 | + $this->registerService('RootFolder', function(ContainerInterface $c) { |
|
| 394 | 394 | $manager = \OC\Files\Filesystem::getMountManager(); |
| 395 | 395 | $view = new View(); |
| 396 | 396 | /** @var IUserSession $userSession */ |
@@ -415,7 +415,7 @@ discard block |
||
| 415 | 415 | |
| 416 | 416 | return $root; |
| 417 | 417 | }); |
| 418 | - $this->registerService(HookConnector::class, function (ContainerInterface $c) { |
|
| 418 | + $this->registerService(HookConnector::class, function(ContainerInterface $c) { |
|
| 419 | 419 | return new HookConnector( |
| 420 | 420 | $c->get(IRootFolder::class), |
| 421 | 421 | new View(), |
@@ -424,19 +424,19 @@ discard block |
||
| 424 | 424 | ); |
| 425 | 425 | }); |
| 426 | 426 | |
| 427 | - $this->registerService(IRootFolder::class, function (ContainerInterface $c) { |
|
| 428 | - return new LazyRoot(function () use ($c) { |
|
| 427 | + $this->registerService(IRootFolder::class, function(ContainerInterface $c) { |
|
| 428 | + return new LazyRoot(function() use ($c) { |
|
| 429 | 429 | return $c->get('RootFolder'); |
| 430 | 430 | }); |
| 431 | 431 | }); |
| 432 | 432 | |
| 433 | 433 | $this->registerAlias(\OCP\IUserManager::class, \OC\User\Manager::class); |
| 434 | 434 | |
| 435 | - $this->registerService(DisplayNameCache::class, function (ContainerInterface $c) { |
|
| 435 | + $this->registerService(DisplayNameCache::class, function(ContainerInterface $c) { |
|
| 436 | 436 | return $c->get(\OC\User\Manager::class)->getDisplayNameCache(); |
| 437 | 437 | }); |
| 438 | 438 | |
| 439 | - $this->registerService(\OCP\IGroupManager::class, function (ContainerInterface $c) { |
|
| 439 | + $this->registerService(\OCP\IGroupManager::class, function(ContainerInterface $c) { |
|
| 440 | 440 | $groupManager = new \OC\Group\Manager( |
| 441 | 441 | $this->get(IUserManager::class), |
| 442 | 442 | $this->get(IEventDispatcher::class), |
@@ -447,7 +447,7 @@ discard block |
||
| 447 | 447 | return $groupManager; |
| 448 | 448 | }); |
| 449 | 449 | |
| 450 | - $this->registerService(Store::class, function (ContainerInterface $c) { |
|
| 450 | + $this->registerService(Store::class, function(ContainerInterface $c) { |
|
| 451 | 451 | $session = $c->get(ISession::class); |
| 452 | 452 | if (\OC::$server->get(SystemConfig::class)->getValue('installed', false)) { |
| 453 | 453 | $tokenProvider = $c->get(IProvider::class); |
@@ -462,7 +462,7 @@ discard block |
||
| 462 | 462 | $this->registerAlias(IProvider::class, Authentication\Token\Manager::class); |
| 463 | 463 | $this->registerAlias(OCPIProvider::class, Authentication\Token\Manager::class); |
| 464 | 464 | |
| 465 | - $this->registerService(\OC\User\Session::class, function (Server $c) { |
|
| 465 | + $this->registerService(\OC\User\Session::class, function(Server $c) { |
|
| 466 | 466 | $manager = $c->get(IUserManager::class); |
| 467 | 467 | $session = new \OC\Session\Memory(); |
| 468 | 468 | $timeFactory = new TimeFactory(); |
@@ -486,40 +486,40 @@ discard block |
||
| 486 | 486 | $c->get(IEventDispatcher::class), |
| 487 | 487 | ); |
| 488 | 488 | /** @deprecated 21.0.0 use BeforeUserCreatedEvent event with the IEventDispatcher instead */ |
| 489 | - $userSession->listen('\OC\User', 'preCreateUser', function ($uid, $password) { |
|
| 489 | + $userSession->listen('\OC\User', 'preCreateUser', function($uid, $password) { |
|
| 490 | 490 | \OC_Hook::emit('OC_User', 'pre_createUser', ['run' => true, 'uid' => $uid, 'password' => $password]); |
| 491 | 491 | }); |
| 492 | 492 | /** @deprecated 21.0.0 use UserCreatedEvent event with the IEventDispatcher instead */ |
| 493 | - $userSession->listen('\OC\User', 'postCreateUser', function ($user, $password) { |
|
| 493 | + $userSession->listen('\OC\User', 'postCreateUser', function($user, $password) { |
|
| 494 | 494 | /** @var \OC\User\User $user */ |
| 495 | 495 | \OC_Hook::emit('OC_User', 'post_createUser', ['uid' => $user->getUID(), 'password' => $password]); |
| 496 | 496 | }); |
| 497 | 497 | /** @deprecated 21.0.0 use BeforeUserDeletedEvent event with the IEventDispatcher instead */ |
| 498 | - $userSession->listen('\OC\User', 'preDelete', function ($user) { |
|
| 498 | + $userSession->listen('\OC\User', 'preDelete', function($user) { |
|
| 499 | 499 | /** @var \OC\User\User $user */ |
| 500 | 500 | \OC_Hook::emit('OC_User', 'pre_deleteUser', ['run' => true, 'uid' => $user->getUID()]); |
| 501 | 501 | }); |
| 502 | 502 | /** @deprecated 21.0.0 use UserDeletedEvent event with the IEventDispatcher instead */ |
| 503 | - $userSession->listen('\OC\User', 'postDelete', function ($user) { |
|
| 503 | + $userSession->listen('\OC\User', 'postDelete', function($user) { |
|
| 504 | 504 | /** @var \OC\User\User $user */ |
| 505 | 505 | \OC_Hook::emit('OC_User', 'post_deleteUser', ['uid' => $user->getUID()]); |
| 506 | 506 | }); |
| 507 | - $userSession->listen('\OC\User', 'preSetPassword', function ($user, $password, $recoveryPassword) { |
|
| 507 | + $userSession->listen('\OC\User', 'preSetPassword', function($user, $password, $recoveryPassword) { |
|
| 508 | 508 | /** @var \OC\User\User $user */ |
| 509 | 509 | \OC_Hook::emit('OC_User', 'pre_setPassword', ['run' => true, 'uid' => $user->getUID(), 'password' => $password, 'recoveryPassword' => $recoveryPassword]); |
| 510 | 510 | }); |
| 511 | - $userSession->listen('\OC\User', 'postSetPassword', function ($user, $password, $recoveryPassword) { |
|
| 511 | + $userSession->listen('\OC\User', 'postSetPassword', function($user, $password, $recoveryPassword) { |
|
| 512 | 512 | /** @var \OC\User\User $user */ |
| 513 | 513 | \OC_Hook::emit('OC_User', 'post_setPassword', ['run' => true, 'uid' => $user->getUID(), 'password' => $password, 'recoveryPassword' => $recoveryPassword]); |
| 514 | 514 | }); |
| 515 | - $userSession->listen('\OC\User', 'preLogin', function ($uid, $password) { |
|
| 515 | + $userSession->listen('\OC\User', 'preLogin', function($uid, $password) { |
|
| 516 | 516 | \OC_Hook::emit('OC_User', 'pre_login', ['run' => true, 'uid' => $uid, 'password' => $password]); |
| 517 | 517 | |
| 518 | 518 | /** @var IEventDispatcher $dispatcher */ |
| 519 | 519 | $dispatcher = $this->get(IEventDispatcher::class); |
| 520 | 520 | $dispatcher->dispatchTyped(new BeforeUserLoggedInEvent($uid, $password)); |
| 521 | 521 | }); |
| 522 | - $userSession->listen('\OC\User', 'postLogin', function ($user, $loginName, $password, $isTokenLogin) { |
|
| 522 | + $userSession->listen('\OC\User', 'postLogin', function($user, $loginName, $password, $isTokenLogin) { |
|
| 523 | 523 | /** @var \OC\User\User $user */ |
| 524 | 524 | \OC_Hook::emit('OC_User', 'post_login', ['run' => true, 'uid' => $user->getUID(), 'loginName' => $loginName, 'password' => $password, 'isTokenLogin' => $isTokenLogin]); |
| 525 | 525 | |
@@ -527,12 +527,12 @@ discard block |
||
| 527 | 527 | $dispatcher = $this->get(IEventDispatcher::class); |
| 528 | 528 | $dispatcher->dispatchTyped(new UserLoggedInEvent($user, $loginName, $password, $isTokenLogin)); |
| 529 | 529 | }); |
| 530 | - $userSession->listen('\OC\User', 'preRememberedLogin', function ($uid) { |
|
| 530 | + $userSession->listen('\OC\User', 'preRememberedLogin', function($uid) { |
|
| 531 | 531 | /** @var IEventDispatcher $dispatcher */ |
| 532 | 532 | $dispatcher = $this->get(IEventDispatcher::class); |
| 533 | 533 | $dispatcher->dispatchTyped(new BeforeUserLoggedInWithCookieEvent($uid)); |
| 534 | 534 | }); |
| 535 | - $userSession->listen('\OC\User', 'postRememberedLogin', function ($user, $password) { |
|
| 535 | + $userSession->listen('\OC\User', 'postRememberedLogin', function($user, $password) { |
|
| 536 | 536 | /** @var \OC\User\User $user */ |
| 537 | 537 | \OC_Hook::emit('OC_User', 'post_login', ['run' => true, 'uid' => $user->getUID(), 'password' => $password]); |
| 538 | 538 | |
@@ -540,19 +540,19 @@ discard block |
||
| 540 | 540 | $dispatcher = $this->get(IEventDispatcher::class); |
| 541 | 541 | $dispatcher->dispatchTyped(new UserLoggedInWithCookieEvent($user, $password)); |
| 542 | 542 | }); |
| 543 | - $userSession->listen('\OC\User', 'logout', function ($user) { |
|
| 543 | + $userSession->listen('\OC\User', 'logout', function($user) { |
|
| 544 | 544 | \OC_Hook::emit('OC_User', 'logout', []); |
| 545 | 545 | |
| 546 | 546 | /** @var IEventDispatcher $dispatcher */ |
| 547 | 547 | $dispatcher = $this->get(IEventDispatcher::class); |
| 548 | 548 | $dispatcher->dispatchTyped(new BeforeUserLoggedOutEvent($user)); |
| 549 | 549 | }); |
| 550 | - $userSession->listen('\OC\User', 'postLogout', function ($user) { |
|
| 550 | + $userSession->listen('\OC\User', 'postLogout', function($user) { |
|
| 551 | 551 | /** @var IEventDispatcher $dispatcher */ |
| 552 | 552 | $dispatcher = $this->get(IEventDispatcher::class); |
| 553 | 553 | $dispatcher->dispatchTyped(new UserLoggedOutEvent($user)); |
| 554 | 554 | }); |
| 555 | - $userSession->listen('\OC\User', 'changeUser', function ($user, $feature, $value, $oldValue) { |
|
| 555 | + $userSession->listen('\OC\User', 'changeUser', function($user, $feature, $value, $oldValue) { |
|
| 556 | 556 | /** @var \OC\User\User $user */ |
| 557 | 557 | \OC_Hook::emit('OC_User', 'changeUser', ['run' => true, 'user' => $user, 'feature' => $feature, 'value' => $value, 'old_value' => $oldValue]); |
| 558 | 558 | }); |
@@ -566,7 +566,7 @@ discard block |
||
| 566 | 566 | |
| 567 | 567 | $this->registerAlias(\OCP\IConfig::class, \OC\AllConfig::class); |
| 568 | 568 | |
| 569 | - $this->registerService(\OC\SystemConfig::class, function ($c) use ($config) { |
|
| 569 | + $this->registerService(\OC\SystemConfig::class, function($c) use ($config) { |
|
| 570 | 570 | return new \OC\SystemConfig($config); |
| 571 | 571 | }); |
| 572 | 572 | |
@@ -574,7 +574,7 @@ discard block |
||
| 574 | 574 | $this->registerAlias(IUserConfig::class, \OC\Config\UserConfig::class); |
| 575 | 575 | $this->registerAlias(IAppManager::class, AppManager::class); |
| 576 | 576 | |
| 577 | - $this->registerService(IFactory::class, function (Server $c) { |
|
| 577 | + $this->registerService(IFactory::class, function(Server $c) { |
|
| 578 | 578 | return new \OC\L10N\Factory( |
| 579 | 579 | $c->get(\OCP\IConfig::class), |
| 580 | 580 | $c->getRequest(), |
@@ -587,11 +587,11 @@ discard block |
||
| 587 | 587 | |
| 588 | 588 | $this->registerAlias(IURLGenerator::class, URLGenerator::class); |
| 589 | 589 | |
| 590 | - $this->registerService(ICache::class, function ($c) { |
|
| 590 | + $this->registerService(ICache::class, function($c) { |
|
| 591 | 591 | return new Cache\File(); |
| 592 | 592 | }); |
| 593 | 593 | |
| 594 | - $this->registerService(Factory::class, function (Server $c) { |
|
| 594 | + $this->registerService(Factory::class, function(Server $c) { |
|
| 595 | 595 | $profiler = $c->get(IProfiler::class); |
| 596 | 596 | $arrayCacheFactory = new \OC\Memcache\Factory(fn () => '', $c->get(LoggerInterface::class), |
| 597 | 597 | $profiler, |
@@ -606,7 +606,7 @@ discard block |
||
| 606 | 606 | |
| 607 | 607 | if ($config->getValue('installed', false) && !(defined('PHPUNIT_RUN') && PHPUNIT_RUN)) { |
| 608 | 608 | $logQuery = $config->getValue('log_query'); |
| 609 | - $prefixClosure = function () use ($logQuery, $serverVersion): ?string { |
|
| 609 | + $prefixClosure = function() use ($logQuery, $serverVersion): ?string { |
|
| 610 | 610 | if (!$logQuery) { |
| 611 | 611 | try { |
| 612 | 612 | $v = \OCP\Server::get(IAppConfig::class)->getAppInstalledVersions(true); |
@@ -624,10 +624,10 @@ discard block |
||
| 624 | 624 | ]; |
| 625 | 625 | } |
| 626 | 626 | $v['core'] = implode(',', $serverVersion->getVersion()); |
| 627 | - $version = implode(',', array_keys($v)) . implode(',', $v); |
|
| 627 | + $version = implode(',', array_keys($v)).implode(',', $v); |
|
| 628 | 628 | $instanceId = \OC_Util::getInstanceId(); |
| 629 | 629 | $path = \OC::$SERVERROOT; |
| 630 | - return md5($instanceId . '-' . $version . '-' . $path); |
|
| 630 | + return md5($instanceId.'-'.$version.'-'.$path); |
|
| 631 | 631 | }; |
| 632 | 632 | return new \OC\Memcache\Factory($prefixClosure, |
| 633 | 633 | $c->get(LoggerInterface::class), |
@@ -646,12 +646,12 @@ discard block |
||
| 646 | 646 | }); |
| 647 | 647 | $this->registerAlias(ICacheFactory::class, Factory::class); |
| 648 | 648 | |
| 649 | - $this->registerService('RedisFactory', function (Server $c) { |
|
| 649 | + $this->registerService('RedisFactory', function(Server $c) { |
|
| 650 | 650 | $systemConfig = $c->get(SystemConfig::class); |
| 651 | 651 | return new RedisFactory($systemConfig, $c->get(IEventLogger::class)); |
| 652 | 652 | }); |
| 653 | 653 | |
| 654 | - $this->registerService(\OCP\Activity\IManager::class, function (Server $c) { |
|
| 654 | + $this->registerService(\OCP\Activity\IManager::class, function(Server $c) { |
|
| 655 | 655 | $l10n = $this->get(IFactory::class)->get('lib'); |
| 656 | 656 | return new \OC\Activity\Manager( |
| 657 | 657 | $c->getRequest(), |
@@ -663,14 +663,14 @@ discard block |
||
| 663 | 663 | ); |
| 664 | 664 | }); |
| 665 | 665 | |
| 666 | - $this->registerService(\OCP\Activity\IEventMerger::class, function (Server $c) { |
|
| 666 | + $this->registerService(\OCP\Activity\IEventMerger::class, function(Server $c) { |
|
| 667 | 667 | return new \OC\Activity\EventMerger( |
| 668 | 668 | $c->getL10N('lib') |
| 669 | 669 | ); |
| 670 | 670 | }); |
| 671 | 671 | $this->registerAlias(IValidator::class, Validator::class); |
| 672 | 672 | |
| 673 | - $this->registerService(AvatarManager::class, function (Server $c) { |
|
| 673 | + $this->registerService(AvatarManager::class, function(Server $c) { |
|
| 674 | 674 | return new AvatarManager( |
| 675 | 675 | $c->get(IUserSession::class), |
| 676 | 676 | $c->get(\OC\User\Manager::class), |
@@ -690,7 +690,7 @@ discard block |
||
| 690 | 690 | $this->registerAlias(\OCP\Support\Subscription\IAssertion::class, \OC\Support\Subscription\Assertion::class); |
| 691 | 691 | |
| 692 | 692 | /** Only used by the PsrLoggerAdapter should not be used by apps */ |
| 693 | - $this->registerService(\OC\Log::class, function (Server $c) { |
|
| 693 | + $this->registerService(\OC\Log::class, function(Server $c) { |
|
| 694 | 694 | $logType = $c->get(AllConfig::class)->getSystemValue('log_type', 'file'); |
| 695 | 695 | $factory = new LogFactory($c, $this->get(SystemConfig::class)); |
| 696 | 696 | $logger = $factory->get($logType); |
@@ -701,13 +701,13 @@ discard block |
||
| 701 | 701 | // PSR-3 logger |
| 702 | 702 | $this->registerAlias(LoggerInterface::class, PsrLoggerAdapter::class); |
| 703 | 703 | |
| 704 | - $this->registerService(ILogFactory::class, function (Server $c) { |
|
| 704 | + $this->registerService(ILogFactory::class, function(Server $c) { |
|
| 705 | 705 | return new LogFactory($c, $this->get(SystemConfig::class)); |
| 706 | 706 | }); |
| 707 | 707 | |
| 708 | 708 | $this->registerAlias(IJobList::class, \OC\BackgroundJob\JobList::class); |
| 709 | 709 | |
| 710 | - $this->registerService(Router::class, function (Server $c) { |
|
| 710 | + $this->registerService(Router::class, function(Server $c) { |
|
| 711 | 711 | $cacheFactory = $c->get(ICacheFactory::class); |
| 712 | 712 | if ($cacheFactory->isLocalCacheAvailable()) { |
| 713 | 713 | $router = $c->resolve(CachingRouter::class); |
@@ -718,7 +718,7 @@ discard block |
||
| 718 | 718 | }); |
| 719 | 719 | $this->registerAlias(IRouter::class, Router::class); |
| 720 | 720 | |
| 721 | - $this->registerService(\OC\Security\RateLimiting\Backend\IBackend::class, function ($c) { |
|
| 721 | + $this->registerService(\OC\Security\RateLimiting\Backend\IBackend::class, function($c) { |
|
| 722 | 722 | $config = $c->get(\OCP\IConfig::class); |
| 723 | 723 | if (ltrim($config->getSystemValueString('memcache.distributed', ''), '\\') === \OC\Memcache\Redis::class) { |
| 724 | 724 | $backend = new \OC\Security\RateLimiting\Backend\MemoryCacheBackend( |
@@ -748,7 +748,7 @@ discard block |
||
| 748 | 748 | $this->registerAlias(ICredentialsManager::class, CredentialsManager::class); |
| 749 | 749 | |
| 750 | 750 | $this->registerAlias(IDBConnection::class, ConnectionAdapter::class); |
| 751 | - $this->registerService(Connection::class, function (Server $c) { |
|
| 751 | + $this->registerService(Connection::class, function(Server $c) { |
|
| 752 | 752 | $systemConfig = $c->get(SystemConfig::class); |
| 753 | 753 | $factory = new \OC\DB\ConnectionFactory($systemConfig, $c->get(ICacheFactory::class)); |
| 754 | 754 | $type = $systemConfig->getValue('dbtype', 'sqlite'); |
@@ -761,17 +761,17 @@ discard block |
||
| 761 | 761 | |
| 762 | 762 | $this->registerAlias(ICertificateManager::class, CertificateManager::class); |
| 763 | 763 | $this->registerAlias(IClientService::class, ClientService::class); |
| 764 | - $this->registerService(NegativeDnsCache::class, function (ContainerInterface $c) { |
|
| 764 | + $this->registerService(NegativeDnsCache::class, function(ContainerInterface $c) { |
|
| 765 | 765 | return new NegativeDnsCache( |
| 766 | 766 | $c->get(ICacheFactory::class), |
| 767 | 767 | ); |
| 768 | 768 | }); |
| 769 | 769 | $this->registerDeprecatedAlias('HttpClientService', IClientService::class); |
| 770 | - $this->registerService(IEventLogger::class, function (ContainerInterface $c) { |
|
| 770 | + $this->registerService(IEventLogger::class, function(ContainerInterface $c) { |
|
| 771 | 771 | return new EventLogger($c->get(SystemConfig::class), $c->get(LoggerInterface::class), $c->get(Log::class)); |
| 772 | 772 | }); |
| 773 | 773 | |
| 774 | - $this->registerService(IQueryLogger::class, function (ContainerInterface $c) { |
|
| 774 | + $this->registerService(IQueryLogger::class, function(ContainerInterface $c) { |
|
| 775 | 775 | $queryLogger = new QueryLogger(); |
| 776 | 776 | if ($c->get(SystemConfig::class)->getValue('debug', false)) { |
| 777 | 777 | // In debug mode, module is being activated by default |
@@ -783,7 +783,7 @@ discard block |
||
| 783 | 783 | $this->registerAlias(ITempManager::class, TempManager::class); |
| 784 | 784 | $this->registerAlias(IDateTimeZone::class, DateTimeZone::class); |
| 785 | 785 | |
| 786 | - $this->registerService(IDateTimeFormatter::class, function (Server $c) { |
|
| 786 | + $this->registerService(IDateTimeFormatter::class, function(Server $c) { |
|
| 787 | 787 | $language = $c->get(\OCP\IConfig::class)->getUserValue($c->get(ISession::class)->get('user_id'), 'core', 'lang', null); |
| 788 | 788 | |
| 789 | 789 | return new DateTimeFormatter( |
@@ -792,14 +792,14 @@ discard block |
||
| 792 | 792 | ); |
| 793 | 793 | }); |
| 794 | 794 | |
| 795 | - $this->registerService(IUserMountCache::class, function (ContainerInterface $c) { |
|
| 795 | + $this->registerService(IUserMountCache::class, function(ContainerInterface $c) { |
|
| 796 | 796 | $mountCache = $c->get(UserMountCache::class); |
| 797 | 797 | $listener = new UserMountCacheListener($mountCache); |
| 798 | 798 | $listener->listen($c->get(IUserManager::class)); |
| 799 | 799 | return $mountCache; |
| 800 | 800 | }); |
| 801 | 801 | |
| 802 | - $this->registerService(IMountProviderCollection::class, function (ContainerInterface $c) { |
|
| 802 | + $this->registerService(IMountProviderCollection::class, function(ContainerInterface $c) { |
|
| 803 | 803 | $loader = $c->get(IStorageFactory::class); |
| 804 | 804 | $mountCache = $c->get(IUserMountCache::class); |
| 805 | 805 | $eventLogger = $c->get(IEventLogger::class); |
@@ -819,7 +819,7 @@ discard block |
||
| 819 | 819 | return $manager; |
| 820 | 820 | }); |
| 821 | 821 | |
| 822 | - $this->registerService(IBus::class, function (ContainerInterface $c) { |
|
| 822 | + $this->registerService(IBus::class, function(ContainerInterface $c) { |
|
| 823 | 823 | $busClass = $c->get(\OCP\IConfig::class)->getSystemValueString('commandbus'); |
| 824 | 824 | if ($busClass) { |
| 825 | 825 | [$app, $class] = explode('::', $busClass, 2); |
@@ -838,7 +838,7 @@ discard block |
||
| 838 | 838 | $this->registerAlias(ITrustedDomainHelper::class, TrustedDomainHelper::class); |
| 839 | 839 | $this->registerAlias(IThrottler::class, Throttler::class); |
| 840 | 840 | |
| 841 | - $this->registerService(\OC\Security\Bruteforce\Backend\IBackend::class, function ($c) { |
|
| 841 | + $this->registerService(\OC\Security\Bruteforce\Backend\IBackend::class, function($c) { |
|
| 842 | 842 | $config = $c->get(\OCP\IConfig::class); |
| 843 | 843 | if (!$config->getSystemValueBool('auth.bruteforce.protection.force.database', false) |
| 844 | 844 | && ltrim($config->getSystemValueString('memcache.distributed', ''), '\\') === \OC\Memcache\Redis::class) { |
@@ -851,7 +851,7 @@ discard block |
||
| 851 | 851 | }); |
| 852 | 852 | |
| 853 | 853 | $this->registerDeprecatedAlias('IntegrityCodeChecker', Checker::class); |
| 854 | - $this->registerService(Checker::class, function (ContainerInterface $c) { |
|
| 854 | + $this->registerService(Checker::class, function(ContainerInterface $c) { |
|
| 855 | 855 | // IConfig requires a working database. This code |
| 856 | 856 | // might however be called when Nextcloud is not yet setup. |
| 857 | 857 | if (\OC::$server->get(SystemConfig::class)->getValue('installed', false)) { |
@@ -874,7 +874,7 @@ discard block |
||
| 874 | 874 | $c->get(IMimeTypeDetector::class) |
| 875 | 875 | ); |
| 876 | 876 | }); |
| 877 | - $this->registerService(\OCP\IRequest::class, function (ContainerInterface $c) { |
|
| 877 | + $this->registerService(\OCP\IRequest::class, function(ContainerInterface $c) { |
|
| 878 | 878 | if (isset($this['urlParams'])) { |
| 879 | 879 | $urlParams = $this['urlParams']; |
| 880 | 880 | } else { |
@@ -909,14 +909,14 @@ discard block |
||
| 909 | 909 | ); |
| 910 | 910 | }); |
| 911 | 911 | |
| 912 | - $this->registerService(IRequestId::class, function (ContainerInterface $c): IRequestId { |
|
| 912 | + $this->registerService(IRequestId::class, function(ContainerInterface $c): IRequestId { |
|
| 913 | 913 | return new RequestId( |
| 914 | 914 | $_SERVER['UNIQUE_ID'] ?? '', |
| 915 | 915 | $this->get(ISecureRandom::class) |
| 916 | 916 | ); |
| 917 | 917 | }); |
| 918 | 918 | |
| 919 | - $this->registerService(IMailer::class, function (Server $c) { |
|
| 919 | + $this->registerService(IMailer::class, function(Server $c) { |
|
| 920 | 920 | return new Mailer( |
| 921 | 921 | $c->get(\OCP\IConfig::class), |
| 922 | 922 | $c->get(LoggerInterface::class), |
@@ -931,7 +931,7 @@ discard block |
||
| 931 | 931 | /** @since 30.0.0 */ |
| 932 | 932 | $this->registerAlias(\OCP\Mail\Provider\IManager::class, \OC\Mail\Provider\Manager::class); |
| 933 | 933 | |
| 934 | - $this->registerService(ILDAPProviderFactory::class, function (ContainerInterface $c) { |
|
| 934 | + $this->registerService(ILDAPProviderFactory::class, function(ContainerInterface $c) { |
|
| 935 | 935 | $config = $c->get(\OCP\IConfig::class); |
| 936 | 936 | $factoryClass = $config->getSystemValue('ldapProviderFactory', null); |
| 937 | 937 | if (is_null($factoryClass) || !class_exists($factoryClass)) { |
@@ -940,11 +940,11 @@ discard block |
||
| 940 | 940 | /** @var \OCP\LDAP\ILDAPProviderFactory $factory */ |
| 941 | 941 | return new $factoryClass($this); |
| 942 | 942 | }); |
| 943 | - $this->registerService(ILDAPProvider::class, function (ContainerInterface $c) { |
|
| 943 | + $this->registerService(ILDAPProvider::class, function(ContainerInterface $c) { |
|
| 944 | 944 | $factory = $c->get(ILDAPProviderFactory::class); |
| 945 | 945 | return $factory->getLDAPProvider(); |
| 946 | 946 | }); |
| 947 | - $this->registerService(ILockingProvider::class, function (ContainerInterface $c) { |
|
| 947 | + $this->registerService(ILockingProvider::class, function(ContainerInterface $c) { |
|
| 948 | 948 | $ini = $c->get(IniGetWrapper::class); |
| 949 | 949 | $config = $c->get(\OCP\IConfig::class); |
| 950 | 950 | $ttl = $config->getSystemValueInt('filelocking.ttl', max(3600, $ini->getNumeric('max_execution_time'))); |
@@ -966,51 +966,51 @@ discard block |
||
| 966 | 966 | return new NoopLockingProvider(); |
| 967 | 967 | }); |
| 968 | 968 | |
| 969 | - $this->registerService(ILockManager::class, function (Server $c): LockManager { |
|
| 969 | + $this->registerService(ILockManager::class, function(Server $c): LockManager { |
|
| 970 | 970 | return new LockManager(); |
| 971 | 971 | }); |
| 972 | 972 | |
| 973 | 973 | $this->registerAlias(ILockdownManager::class, 'LockdownManager'); |
| 974 | - $this->registerService(SetupManager::class, function ($c) { |
|
| 974 | + $this->registerService(SetupManager::class, function($c) { |
|
| 975 | 975 | // create the setupmanager through the mount manager to resolve the cyclic dependency |
| 976 | 976 | return $c->get(\OC\Files\Mount\Manager::class)->getSetupManager(); |
| 977 | 977 | }); |
| 978 | 978 | $this->registerAlias(IMountManager::class, \OC\Files\Mount\Manager::class); |
| 979 | 979 | |
| 980 | - $this->registerService(IMimeTypeDetector::class, function (ContainerInterface $c) { |
|
| 980 | + $this->registerService(IMimeTypeDetector::class, function(ContainerInterface $c) { |
|
| 981 | 981 | return new \OC\Files\Type\Detection( |
| 982 | 982 | $c->get(IURLGenerator::class), |
| 983 | 983 | $c->get(LoggerInterface::class), |
| 984 | 984 | \OC::$configDir, |
| 985 | - \OC::$SERVERROOT . '/resources/config/' |
|
| 985 | + \OC::$SERVERROOT.'/resources/config/' |
|
| 986 | 986 | ); |
| 987 | 987 | }); |
| 988 | 988 | |
| 989 | 989 | $this->registerAlias(IMimeTypeLoader::class, Loader::class); |
| 990 | - $this->registerService(BundleFetcher::class, function () { |
|
| 990 | + $this->registerService(BundleFetcher::class, function() { |
|
| 991 | 991 | return new BundleFetcher($this->getL10N('lib')); |
| 992 | 992 | }); |
| 993 | 993 | $this->registerAlias(\OCP\Notification\IManager::class, Manager::class); |
| 994 | 994 | |
| 995 | - $this->registerService(CapabilitiesManager::class, function (ContainerInterface $c) { |
|
| 995 | + $this->registerService(CapabilitiesManager::class, function(ContainerInterface $c) { |
|
| 996 | 996 | $manager = new CapabilitiesManager($c->get(LoggerInterface::class)); |
| 997 | - $manager->registerCapability(function () use ($c) { |
|
| 997 | + $manager->registerCapability(function() use ($c) { |
|
| 998 | 998 | return new \OC\OCS\CoreCapabilities($c->get(\OCP\IConfig::class)); |
| 999 | 999 | }); |
| 1000 | - $manager->registerCapability(function () use ($c) { |
|
| 1000 | + $manager->registerCapability(function() use ($c) { |
|
| 1001 | 1001 | return $c->get(\OC\Security\Bruteforce\Capabilities::class); |
| 1002 | 1002 | }); |
| 1003 | 1003 | return $manager; |
| 1004 | 1004 | }); |
| 1005 | 1005 | |
| 1006 | - $this->registerService(ICommentsManager::class, function (Server $c) { |
|
| 1006 | + $this->registerService(ICommentsManager::class, function(Server $c) { |
|
| 1007 | 1007 | $config = $c->get(\OCP\IConfig::class); |
| 1008 | 1008 | $factoryClass = $config->getSystemValue('comments.managerFactory', CommentsManagerFactory::class); |
| 1009 | 1009 | /** @var \OCP\Comments\ICommentsManagerFactory $factory */ |
| 1010 | 1010 | $factory = new $factoryClass($this); |
| 1011 | 1011 | $manager = $factory->getManager(); |
| 1012 | 1012 | |
| 1013 | - $manager->registerDisplayNameResolver('user', function ($id) use ($c) { |
|
| 1013 | + $manager->registerDisplayNameResolver('user', function($id) use ($c) { |
|
| 1014 | 1014 | $manager = $c->get(IUserManager::class); |
| 1015 | 1015 | $userDisplayName = $manager->getDisplayName($id); |
| 1016 | 1016 | if ($userDisplayName === null) { |
@@ -1024,7 +1024,7 @@ discard block |
||
| 1024 | 1024 | }); |
| 1025 | 1025 | |
| 1026 | 1026 | $this->registerAlias(\OC_Defaults::class, 'ThemingDefaults'); |
| 1027 | - $this->registerService('ThemingDefaults', function (Server $c) { |
|
| 1027 | + $this->registerService('ThemingDefaults', function(Server $c) { |
|
| 1028 | 1028 | try { |
| 1029 | 1029 | $classExists = class_exists('OCA\Theming\ThemingDefaults'); |
| 1030 | 1030 | } catch (\OCP\AutoloadNotAllowedException $e) { |
@@ -1065,7 +1065,7 @@ discard block |
||
| 1065 | 1065 | } |
| 1066 | 1066 | return new \OC_Defaults(); |
| 1067 | 1067 | }); |
| 1068 | - $this->registerService(JSCombiner::class, function (Server $c) { |
|
| 1068 | + $this->registerService(JSCombiner::class, function(Server $c) { |
|
| 1069 | 1069 | return new JSCombiner( |
| 1070 | 1070 | $c->getAppDataDir('js'), |
| 1071 | 1071 | $c->get(IURLGenerator::class), |
@@ -1076,7 +1076,7 @@ discard block |
||
| 1076 | 1076 | }); |
| 1077 | 1077 | $this->registerAlias(\OCP\EventDispatcher\IEventDispatcher::class, \OC\EventDispatcher\EventDispatcher::class); |
| 1078 | 1078 | |
| 1079 | - $this->registerService('CryptoWrapper', function (ContainerInterface $c) { |
|
| 1079 | + $this->registerService('CryptoWrapper', function(ContainerInterface $c) { |
|
| 1080 | 1080 | // FIXME: Instantiated here due to cyclic dependency |
| 1081 | 1081 | $request = new Request( |
| 1082 | 1082 | [ |
@@ -1100,12 +1100,12 @@ discard block |
||
| 1100 | 1100 | $request |
| 1101 | 1101 | ); |
| 1102 | 1102 | }); |
| 1103 | - $this->registerService(SessionStorage::class, function (ContainerInterface $c) { |
|
| 1103 | + $this->registerService(SessionStorage::class, function(ContainerInterface $c) { |
|
| 1104 | 1104 | return new SessionStorage($c->get(ISession::class)); |
| 1105 | 1105 | }); |
| 1106 | 1106 | $this->registerAlias(\OCP\Security\IContentSecurityPolicyManager::class, ContentSecurityPolicyManager::class); |
| 1107 | 1107 | |
| 1108 | - $this->registerService(IProviderFactory::class, function (ContainerInterface $c) { |
|
| 1108 | + $this->registerService(IProviderFactory::class, function(ContainerInterface $c) { |
|
| 1109 | 1109 | $config = $c->get(\OCP\IConfig::class); |
| 1110 | 1110 | $factoryClass = $config->getSystemValue('sharing.managerFactory', ProviderFactory::class); |
| 1111 | 1111 | /** @var \OCP\Share\IProviderFactory $factory */ |
@@ -1114,7 +1114,7 @@ discard block |
||
| 1114 | 1114 | |
| 1115 | 1115 | $this->registerAlias(\OCP\Share\IManager::class, \OC\Share20\Manager::class); |
| 1116 | 1116 | |
| 1117 | - $this->registerService(\OCP\Collaboration\Collaborators\ISearch::class, function (Server $c) { |
|
| 1117 | + $this->registerService(\OCP\Collaboration\Collaborators\ISearch::class, function(Server $c) { |
|
| 1118 | 1118 | $instance = new Collaboration\Collaborators\Search($c); |
| 1119 | 1119 | |
| 1120 | 1120 | // register default plugins |
@@ -1138,20 +1138,20 @@ discard block |
||
| 1138 | 1138 | |
| 1139 | 1139 | $this->registerDeprecatedAlias('SettingsManager', \OC\Settings\Manager::class); |
| 1140 | 1140 | $this->registerAlias(\OCP\Settings\IManager::class, \OC\Settings\Manager::class); |
| 1141 | - $this->registerService(\OC\Files\AppData\Factory::class, function (ContainerInterface $c) { |
|
| 1141 | + $this->registerService(\OC\Files\AppData\Factory::class, function(ContainerInterface $c) { |
|
| 1142 | 1142 | return new \OC\Files\AppData\Factory( |
| 1143 | 1143 | $c->get(IRootFolder::class), |
| 1144 | 1144 | $c->get(SystemConfig::class) |
| 1145 | 1145 | ); |
| 1146 | 1146 | }); |
| 1147 | 1147 | |
| 1148 | - $this->registerService('LockdownManager', function (ContainerInterface $c) { |
|
| 1149 | - return new LockdownManager(function () use ($c) { |
|
| 1148 | + $this->registerService('LockdownManager', function(ContainerInterface $c) { |
|
| 1149 | + return new LockdownManager(function() use ($c) { |
|
| 1150 | 1150 | return $c->get(ISession::class); |
| 1151 | 1151 | }); |
| 1152 | 1152 | }); |
| 1153 | 1153 | |
| 1154 | - $this->registerService(\OCP\OCS\IDiscoveryService::class, function (ContainerInterface $c) { |
|
| 1154 | + $this->registerService(\OCP\OCS\IDiscoveryService::class, function(ContainerInterface $c) { |
|
| 1155 | 1155 | return new DiscoveryService( |
| 1156 | 1156 | $c->get(ICacheFactory::class), |
| 1157 | 1157 | $c->get(IClientService::class) |
@@ -1159,7 +1159,7 @@ discard block |
||
| 1159 | 1159 | }); |
| 1160 | 1160 | $this->registerAlias(IOCMDiscoveryService::class, OCMDiscoveryService::class); |
| 1161 | 1161 | |
| 1162 | - $this->registerService(ICloudIdManager::class, function (ContainerInterface $c) { |
|
| 1162 | + $this->registerService(ICloudIdManager::class, function(ContainerInterface $c) { |
|
| 1163 | 1163 | return new CloudIdManager( |
| 1164 | 1164 | $c->get(\OCP\Contacts\IManager::class), |
| 1165 | 1165 | $c->get(IURLGenerator::class), |
@@ -1171,7 +1171,7 @@ discard block |
||
| 1171 | 1171 | |
| 1172 | 1172 | $this->registerAlias(\OCP\GlobalScale\IConfig::class, \OC\GlobalScale\Config::class); |
| 1173 | 1173 | $this->registerAlias(ICloudFederationProviderManager::class, CloudFederationProviderManager::class); |
| 1174 | - $this->registerService(ICloudFederationFactory::class, function (Server $c) { |
|
| 1174 | + $this->registerService(ICloudFederationFactory::class, function(Server $c) { |
|
| 1175 | 1175 | return new CloudFederationFactory(); |
| 1176 | 1176 | }); |
| 1177 | 1177 | |
@@ -1180,23 +1180,23 @@ discard block |
||
| 1180 | 1180 | $this->registerAlias(\OCP\AppFramework\Utility\ITimeFactory::class, \OC\AppFramework\Utility\TimeFactory::class); |
| 1181 | 1181 | $this->registerAlias(\Psr\Clock\ClockInterface::class, \OCP\AppFramework\Utility\ITimeFactory::class); |
| 1182 | 1182 | |
| 1183 | - $this->registerService(Defaults::class, function (Server $c) { |
|
| 1183 | + $this->registerService(Defaults::class, function(Server $c) { |
|
| 1184 | 1184 | return new Defaults( |
| 1185 | 1185 | $c->get('ThemingDefaults') |
| 1186 | 1186 | ); |
| 1187 | 1187 | }); |
| 1188 | 1188 | |
| 1189 | - $this->registerService(\OCP\ISession::class, function (ContainerInterface $c) { |
|
| 1189 | + $this->registerService(\OCP\ISession::class, function(ContainerInterface $c) { |
|
| 1190 | 1190 | return $c->get(\OCP\IUserSession::class)->getSession(); |
| 1191 | 1191 | }, false); |
| 1192 | 1192 | |
| 1193 | - $this->registerService(IShareHelper::class, function (ContainerInterface $c) { |
|
| 1193 | + $this->registerService(IShareHelper::class, function(ContainerInterface $c) { |
|
| 1194 | 1194 | return new ShareHelper( |
| 1195 | 1195 | $c->get(\OCP\Share\IManager::class) |
| 1196 | 1196 | ); |
| 1197 | 1197 | }); |
| 1198 | 1198 | |
| 1199 | - $this->registerService(Installer::class, function (ContainerInterface $c) { |
|
| 1199 | + $this->registerService(Installer::class, function(ContainerInterface $c) { |
|
| 1200 | 1200 | return new Installer( |
| 1201 | 1201 | $c->get(AppFetcher::class), |
| 1202 | 1202 | $c->get(IClientService::class), |
@@ -1207,11 +1207,11 @@ discard block |
||
| 1207 | 1207 | ); |
| 1208 | 1208 | }); |
| 1209 | 1209 | |
| 1210 | - $this->registerService(IApiFactory::class, function (ContainerInterface $c) { |
|
| 1210 | + $this->registerService(IApiFactory::class, function(ContainerInterface $c) { |
|
| 1211 | 1211 | return new ApiFactory($c->get(IClientService::class)); |
| 1212 | 1212 | }); |
| 1213 | 1213 | |
| 1214 | - $this->registerService(IInstanceFactory::class, function (ContainerInterface $c) { |
|
| 1214 | + $this->registerService(IInstanceFactory::class, function(ContainerInterface $c) { |
|
| 1215 | 1215 | $memcacheFactory = $c->get(ICacheFactory::class); |
| 1216 | 1216 | return new InstanceFactory($memcacheFactory->createLocal('remoteinstance.'), $c->get(IClientService::class)); |
| 1217 | 1217 | }); |
@@ -1696,11 +1696,11 @@ discard block |
||
| 1696 | 1696 | } |
| 1697 | 1697 | |
| 1698 | 1698 | private function registerDeprecatedAlias(string $alias, string $target) { |
| 1699 | - $this->registerService($alias, function (ContainerInterface $container) use ($target, $alias) { |
|
| 1699 | + $this->registerService($alias, function(ContainerInterface $container) use ($target, $alias) { |
|
| 1700 | 1700 | try { |
| 1701 | 1701 | /** @var LoggerInterface $logger */ |
| 1702 | 1702 | $logger = $container->get(LoggerInterface::class); |
| 1703 | - $logger->debug('The requested alias "' . $alias . '" is deprecated. Please request "' . $target . '" directly. This alias will be removed in a future Nextcloud version.', ['app' => 'serverDI']); |
|
| 1703 | + $logger->debug('The requested alias "'.$alias.'" is deprecated. Please request "'.$target.'" directly. This alias will be removed in a future Nextcloud version.', ['app' => 'serverDI']); |
|
| 1704 | 1704 | } catch (ContainerExceptionInterface $e) { |
| 1705 | 1705 | // Could not get logger. Continue |
| 1706 | 1706 | } |
@@ -25,226 +25,226 @@ |
||
| 25 | 25 | * @since 32.0.0 |
| 26 | 26 | */ |
| 27 | 27 | class ConfigManager { |
| 28 | - /** @var AppConfig|null $appConfig */ |
|
| 29 | - private ?IAppConfig $appConfig = null; |
|
| 30 | - /** @var UserConfig|null $userConfig */ |
|
| 31 | - private ?IUserConfig $userConfig = null; |
|
| 32 | - |
|
| 33 | - public function __construct( |
|
| 34 | - private readonly LoggerInterface $logger, |
|
| 35 | - ) { |
|
| 36 | - } |
|
| 37 | - |
|
| 38 | - /** |
|
| 39 | - * Use the rename values from the list of ConfigLexiconEntry defined in each app ConfigLexicon |
|
| 40 | - * to migrate config value to a new config key. |
|
| 41 | - * Migration will only occur if new config key has no value in database. |
|
| 42 | - * The previous value from the key set in rename will be deleted from the database when migration |
|
| 43 | - * is over. |
|
| 44 | - * |
|
| 45 | - * This method should be mainly called during a new upgrade or when a new app is enabled. |
|
| 46 | - * |
|
| 47 | - * @see ConfigLexiconEntry |
|
| 48 | - * @internal |
|
| 49 | - * @since 32.0.0 |
|
| 50 | - * @param string|null $appId when set to NULL the method will be executed for all enabled apps of the instance |
|
| 51 | - */ |
|
| 52 | - public function migrateConfigLexiconKeys(?string $appId = null): void { |
|
| 53 | - if ($appId === null) { |
|
| 54 | - $this->migrateConfigLexiconKeys('core'); |
|
| 55 | - $appManager = Server::get(IAppManager::class); |
|
| 56 | - foreach ($appManager->getEnabledApps() as $app) { |
|
| 57 | - $this->migrateConfigLexiconKeys($app); |
|
| 58 | - } |
|
| 59 | - |
|
| 60 | - return; |
|
| 61 | - } |
|
| 62 | - |
|
| 63 | - $this->loadConfigServices(); |
|
| 64 | - |
|
| 65 | - // it is required to ignore aliases when moving config values |
|
| 66 | - $this->appConfig->ignoreLexiconAliases(true); |
|
| 67 | - $this->userConfig->ignoreLexiconAliases(true); |
|
| 68 | - |
|
| 69 | - $this->migrateAppConfigKeys($appId); |
|
| 70 | - $this->migrateUserConfigKeys($appId); |
|
| 71 | - |
|
| 72 | - // switch back to normal behavior |
|
| 73 | - $this->appConfig->ignoreLexiconAliases(false); |
|
| 74 | - $this->userConfig->ignoreLexiconAliases(false); |
|
| 75 | - } |
|
| 76 | - |
|
| 77 | - /** |
|
| 78 | - * config services cannot be load at __construct() or install will fail |
|
| 79 | - */ |
|
| 80 | - private function loadConfigServices(): void { |
|
| 81 | - if ($this->appConfig === null) { |
|
| 82 | - $this->appConfig = Server::get(IAppConfig::class); |
|
| 83 | - } |
|
| 84 | - if ($this->userConfig === null) { |
|
| 85 | - $this->userConfig = Server::get(IUserConfig::class); |
|
| 86 | - } |
|
| 87 | - } |
|
| 88 | - |
|
| 89 | - /** |
|
| 90 | - * Get details from lexicon related to AppConfig and search for entries with rename to initiate |
|
| 91 | - * a migration to new config key |
|
| 92 | - */ |
|
| 93 | - private function migrateAppConfigKeys(string $appId): void { |
|
| 94 | - $lexicon = $this->appConfig->getConfigDetailsFromLexicon($appId); |
|
| 95 | - foreach ($lexicon['entries'] as $entry) { |
|
| 96 | - // only interested in entries with rename set |
|
| 97 | - if ($entry->getRename() === null) { |
|
| 98 | - continue; |
|
| 99 | - } |
|
| 100 | - |
|
| 101 | - // only migrate if rename config key has a value and the new config key hasn't |
|
| 102 | - if ($this->appConfig->hasKey($appId, $entry->getRename()) |
|
| 103 | - && !$this->appConfig->hasKey($appId, $entry->getKey())) { |
|
| 104 | - try { |
|
| 105 | - $this->migrateAppConfigValue($appId, $entry); |
|
| 106 | - } catch (TypeConflictException $e) { |
|
| 107 | - $this->logger->error('could not migrate AppConfig value', ['appId' => $appId, 'entry' => $entry, 'exception' => $e]); |
|
| 108 | - continue; |
|
| 109 | - } |
|
| 110 | - } |
|
| 111 | - |
|
| 112 | - // we only delete previous config value if migration went fine. |
|
| 113 | - $this->appConfig->deleteKey($appId, $entry->getRename()); |
|
| 114 | - } |
|
| 115 | - } |
|
| 116 | - |
|
| 117 | - /** |
|
| 118 | - * Get details from lexicon related to UserConfig and search for entries with rename to initiate |
|
| 119 | - * a migration to new config key |
|
| 120 | - */ |
|
| 121 | - private function migrateUserConfigKeys(string $appId): void { |
|
| 122 | - $lexicon = $this->userConfig->getConfigDetailsFromLexicon($appId); |
|
| 123 | - foreach ($lexicon['entries'] as $entry) { |
|
| 124 | - // only interested in keys with rename set |
|
| 125 | - if ($entry->getRename() === null) { |
|
| 126 | - continue; |
|
| 127 | - } |
|
| 128 | - |
|
| 129 | - foreach ($this->userConfig->getValuesByUsers($appId, $entry->getRename()) as $userId => $value) { |
|
| 130 | - if ($this->userConfig->hasKey($userId, $appId, $entry->getKey())) { |
|
| 131 | - continue; |
|
| 132 | - } |
|
| 133 | - |
|
| 134 | - try { |
|
| 135 | - $this->migrateUserConfigValue($userId, $appId, $entry); |
|
| 136 | - } catch (TypeConflictException $e) { |
|
| 137 | - $this->logger->error('could not migrate UserConfig value', ['userId' => $userId, 'appId' => $appId, 'entry' => $entry, 'exception' => $e]); |
|
| 138 | - continue; |
|
| 139 | - } |
|
| 140 | - |
|
| 141 | - $this->userConfig->deleteUserConfig($userId, $appId, $entry->getRename()); |
|
| 142 | - } |
|
| 143 | - } |
|
| 144 | - } |
|
| 145 | - |
|
| 146 | - |
|
| 147 | - /** |
|
| 148 | - * converting value from rename to the new key |
|
| 149 | - * |
|
| 150 | - * @throws TypeConflictException if previous value does not fit the expected type |
|
| 151 | - */ |
|
| 152 | - private function migrateAppConfigValue(string $appId, ConfigLexiconEntry $entry): void { |
|
| 153 | - $value = $this->appConfig->getValueMixed($appId, $entry->getRename(), lazy: null); |
|
| 154 | - switch ($entry->getValueType()) { |
|
| 155 | - case ValueType::STRING: |
|
| 156 | - $this->appConfig->setValueString($appId, $entry->getKey(), $value); |
|
| 157 | - return; |
|
| 158 | - |
|
| 159 | - case ValueType::INT: |
|
| 160 | - $this->appConfig->setValueInt($appId, $entry->getKey(), $this->convertToInt($value)); |
|
| 161 | - return; |
|
| 162 | - |
|
| 163 | - case ValueType::FLOAT: |
|
| 164 | - $this->appConfig->setValueFloat($appId, $entry->getKey(), $this->convertToFloat($value)); |
|
| 165 | - return; |
|
| 166 | - |
|
| 167 | - case ValueType::BOOL: |
|
| 168 | - $this->appConfig->setValueBool($appId, $entry->getKey(), $this->convertToBool($value, $entry)); |
|
| 169 | - return; |
|
| 170 | - |
|
| 171 | - case ValueType::ARRAY: |
|
| 172 | - $this->appConfig->setValueArray($appId, $entry->getKey(), $this->convertToArray($value)); |
|
| 173 | - return; |
|
| 174 | - } |
|
| 175 | - } |
|
| 176 | - |
|
| 177 | - /** |
|
| 178 | - * converting value from rename to the new key |
|
| 179 | - * |
|
| 180 | - * @throws TypeConflictException if previous value does not fit the expected type |
|
| 181 | - */ |
|
| 182 | - private function migrateUserConfigValue(string $userId, string $appId, ConfigLexiconEntry $entry): void { |
|
| 183 | - $value = $this->userConfig->getValueMixed($userId, $appId, $entry->getRename(), lazy: null); |
|
| 184 | - switch ($entry->getValueType()) { |
|
| 185 | - case ValueType::STRING: |
|
| 186 | - $this->userConfig->setValueString($userId, $appId, $entry->getKey(), $value); |
|
| 187 | - return; |
|
| 188 | - |
|
| 189 | - case ValueType::INT: |
|
| 190 | - $this->userConfig->setValueInt($userId, $appId, $entry->getKey(), $this->convertToInt($value)); |
|
| 191 | - return; |
|
| 192 | - |
|
| 193 | - case ValueType::FLOAT: |
|
| 194 | - $this->userConfig->setValueFloat($userId, $appId, $entry->getKey(), $this->convertToFloat($value)); |
|
| 195 | - return; |
|
| 196 | - |
|
| 197 | - case ValueType::BOOL: |
|
| 198 | - $this->userConfig->setValueBool($userId, $appId, $entry->getKey(), $this->convertToBool($value, $entry)); |
|
| 199 | - return; |
|
| 200 | - |
|
| 201 | - case ValueType::ARRAY: |
|
| 202 | - $this->userConfig->setValueArray($userId, $appId, $entry->getKey(), $this->convertToArray($value)); |
|
| 203 | - return; |
|
| 204 | - } |
|
| 205 | - } |
|
| 206 | - |
|
| 207 | - public function convertToInt(string $value): int { |
|
| 208 | - if (!is_numeric($value) || (float)$value <> (int)$value) { |
|
| 209 | - throw new TypeConflictException('Value is not an integer'); |
|
| 210 | - } |
|
| 211 | - |
|
| 212 | - return (int)$value; |
|
| 213 | - } |
|
| 214 | - |
|
| 215 | - public function convertToFloat(string $value): float { |
|
| 216 | - if (!is_numeric($value)) { |
|
| 217 | - throw new TypeConflictException('Value is not a float'); |
|
| 218 | - } |
|
| 219 | - |
|
| 220 | - return (float)$value; |
|
| 221 | - } |
|
| 222 | - |
|
| 223 | - public function convertToBool(string $value, ?ConfigLexiconEntry $entry = null): bool { |
|
| 224 | - if (in_array(strtolower($value), ['true', '1', 'on', 'yes'])) { |
|
| 225 | - $valueBool = true; |
|
| 226 | - } elseif (in_array(strtolower($value), ['false', '0', 'off', 'no'])) { |
|
| 227 | - $valueBool = false; |
|
| 228 | - } else { |
|
| 229 | - throw new TypeConflictException('Value cannot be converted to boolean'); |
|
| 230 | - } |
|
| 231 | - if ($entry?->hasOption(ConfigLexiconEntry::RENAME_INVERT_BOOLEAN) === true) { |
|
| 232 | - $valueBool = !$valueBool; |
|
| 233 | - } |
|
| 234 | - |
|
| 235 | - return $valueBool; |
|
| 236 | - } |
|
| 237 | - |
|
| 238 | - public function convertToArray(string $value): array { |
|
| 239 | - try { |
|
| 240 | - $valueArray = json_decode($value, true, flags: JSON_THROW_ON_ERROR); |
|
| 241 | - } catch (JsonException) { |
|
| 242 | - throw new TypeConflictException('Value is not a valid json'); |
|
| 243 | - } |
|
| 244 | - if (!is_array($valueArray)) { |
|
| 245 | - throw new TypeConflictException('Value is not an array'); |
|
| 246 | - } |
|
| 247 | - |
|
| 248 | - return $valueArray; |
|
| 249 | - } |
|
| 28 | + /** @var AppConfig|null $appConfig */ |
|
| 29 | + private ?IAppConfig $appConfig = null; |
|
| 30 | + /** @var UserConfig|null $userConfig */ |
|
| 31 | + private ?IUserConfig $userConfig = null; |
|
| 32 | + |
|
| 33 | + public function __construct( |
|
| 34 | + private readonly LoggerInterface $logger, |
|
| 35 | + ) { |
|
| 36 | + } |
|
| 37 | + |
|
| 38 | + /** |
|
| 39 | + * Use the rename values from the list of ConfigLexiconEntry defined in each app ConfigLexicon |
|
| 40 | + * to migrate config value to a new config key. |
|
| 41 | + * Migration will only occur if new config key has no value in database. |
|
| 42 | + * The previous value from the key set in rename will be deleted from the database when migration |
|
| 43 | + * is over. |
|
| 44 | + * |
|
| 45 | + * This method should be mainly called during a new upgrade or when a new app is enabled. |
|
| 46 | + * |
|
| 47 | + * @see ConfigLexiconEntry |
|
| 48 | + * @internal |
|
| 49 | + * @since 32.0.0 |
|
| 50 | + * @param string|null $appId when set to NULL the method will be executed for all enabled apps of the instance |
|
| 51 | + */ |
|
| 52 | + public function migrateConfigLexiconKeys(?string $appId = null): void { |
|
| 53 | + if ($appId === null) { |
|
| 54 | + $this->migrateConfigLexiconKeys('core'); |
|
| 55 | + $appManager = Server::get(IAppManager::class); |
|
| 56 | + foreach ($appManager->getEnabledApps() as $app) { |
|
| 57 | + $this->migrateConfigLexiconKeys($app); |
|
| 58 | + } |
|
| 59 | + |
|
| 60 | + return; |
|
| 61 | + } |
|
| 62 | + |
|
| 63 | + $this->loadConfigServices(); |
|
| 64 | + |
|
| 65 | + // it is required to ignore aliases when moving config values |
|
| 66 | + $this->appConfig->ignoreLexiconAliases(true); |
|
| 67 | + $this->userConfig->ignoreLexiconAliases(true); |
|
| 68 | + |
|
| 69 | + $this->migrateAppConfigKeys($appId); |
|
| 70 | + $this->migrateUserConfigKeys($appId); |
|
| 71 | + |
|
| 72 | + // switch back to normal behavior |
|
| 73 | + $this->appConfig->ignoreLexiconAliases(false); |
|
| 74 | + $this->userConfig->ignoreLexiconAliases(false); |
|
| 75 | + } |
|
| 76 | + |
|
| 77 | + /** |
|
| 78 | + * config services cannot be load at __construct() or install will fail |
|
| 79 | + */ |
|
| 80 | + private function loadConfigServices(): void { |
|
| 81 | + if ($this->appConfig === null) { |
|
| 82 | + $this->appConfig = Server::get(IAppConfig::class); |
|
| 83 | + } |
|
| 84 | + if ($this->userConfig === null) { |
|
| 85 | + $this->userConfig = Server::get(IUserConfig::class); |
|
| 86 | + } |
|
| 87 | + } |
|
| 88 | + |
|
| 89 | + /** |
|
| 90 | + * Get details from lexicon related to AppConfig and search for entries with rename to initiate |
|
| 91 | + * a migration to new config key |
|
| 92 | + */ |
|
| 93 | + private function migrateAppConfigKeys(string $appId): void { |
|
| 94 | + $lexicon = $this->appConfig->getConfigDetailsFromLexicon($appId); |
|
| 95 | + foreach ($lexicon['entries'] as $entry) { |
|
| 96 | + // only interested in entries with rename set |
|
| 97 | + if ($entry->getRename() === null) { |
|
| 98 | + continue; |
|
| 99 | + } |
|
| 100 | + |
|
| 101 | + // only migrate if rename config key has a value and the new config key hasn't |
|
| 102 | + if ($this->appConfig->hasKey($appId, $entry->getRename()) |
|
| 103 | + && !$this->appConfig->hasKey($appId, $entry->getKey())) { |
|
| 104 | + try { |
|
| 105 | + $this->migrateAppConfigValue($appId, $entry); |
|
| 106 | + } catch (TypeConflictException $e) { |
|
| 107 | + $this->logger->error('could not migrate AppConfig value', ['appId' => $appId, 'entry' => $entry, 'exception' => $e]); |
|
| 108 | + continue; |
|
| 109 | + } |
|
| 110 | + } |
|
| 111 | + |
|
| 112 | + // we only delete previous config value if migration went fine. |
|
| 113 | + $this->appConfig->deleteKey($appId, $entry->getRename()); |
|
| 114 | + } |
|
| 115 | + } |
|
| 116 | + |
|
| 117 | + /** |
|
| 118 | + * Get details from lexicon related to UserConfig and search for entries with rename to initiate |
|
| 119 | + * a migration to new config key |
|
| 120 | + */ |
|
| 121 | + private function migrateUserConfigKeys(string $appId): void { |
|
| 122 | + $lexicon = $this->userConfig->getConfigDetailsFromLexicon($appId); |
|
| 123 | + foreach ($lexicon['entries'] as $entry) { |
|
| 124 | + // only interested in keys with rename set |
|
| 125 | + if ($entry->getRename() === null) { |
|
| 126 | + continue; |
|
| 127 | + } |
|
| 128 | + |
|
| 129 | + foreach ($this->userConfig->getValuesByUsers($appId, $entry->getRename()) as $userId => $value) { |
|
| 130 | + if ($this->userConfig->hasKey($userId, $appId, $entry->getKey())) { |
|
| 131 | + continue; |
|
| 132 | + } |
|
| 133 | + |
|
| 134 | + try { |
|
| 135 | + $this->migrateUserConfigValue($userId, $appId, $entry); |
|
| 136 | + } catch (TypeConflictException $e) { |
|
| 137 | + $this->logger->error('could not migrate UserConfig value', ['userId' => $userId, 'appId' => $appId, 'entry' => $entry, 'exception' => $e]); |
|
| 138 | + continue; |
|
| 139 | + } |
|
| 140 | + |
|
| 141 | + $this->userConfig->deleteUserConfig($userId, $appId, $entry->getRename()); |
|
| 142 | + } |
|
| 143 | + } |
|
| 144 | + } |
|
| 145 | + |
|
| 146 | + |
|
| 147 | + /** |
|
| 148 | + * converting value from rename to the new key |
|
| 149 | + * |
|
| 150 | + * @throws TypeConflictException if previous value does not fit the expected type |
|
| 151 | + */ |
|
| 152 | + private function migrateAppConfigValue(string $appId, ConfigLexiconEntry $entry): void { |
|
| 153 | + $value = $this->appConfig->getValueMixed($appId, $entry->getRename(), lazy: null); |
|
| 154 | + switch ($entry->getValueType()) { |
|
| 155 | + case ValueType::STRING: |
|
| 156 | + $this->appConfig->setValueString($appId, $entry->getKey(), $value); |
|
| 157 | + return; |
|
| 158 | + |
|
| 159 | + case ValueType::INT: |
|
| 160 | + $this->appConfig->setValueInt($appId, $entry->getKey(), $this->convertToInt($value)); |
|
| 161 | + return; |
|
| 162 | + |
|
| 163 | + case ValueType::FLOAT: |
|
| 164 | + $this->appConfig->setValueFloat($appId, $entry->getKey(), $this->convertToFloat($value)); |
|
| 165 | + return; |
|
| 166 | + |
|
| 167 | + case ValueType::BOOL: |
|
| 168 | + $this->appConfig->setValueBool($appId, $entry->getKey(), $this->convertToBool($value, $entry)); |
|
| 169 | + return; |
|
| 170 | + |
|
| 171 | + case ValueType::ARRAY: |
|
| 172 | + $this->appConfig->setValueArray($appId, $entry->getKey(), $this->convertToArray($value)); |
|
| 173 | + return; |
|
| 174 | + } |
|
| 175 | + } |
|
| 176 | + |
|
| 177 | + /** |
|
| 178 | + * converting value from rename to the new key |
|
| 179 | + * |
|
| 180 | + * @throws TypeConflictException if previous value does not fit the expected type |
|
| 181 | + */ |
|
| 182 | + private function migrateUserConfigValue(string $userId, string $appId, ConfigLexiconEntry $entry): void { |
|
| 183 | + $value = $this->userConfig->getValueMixed($userId, $appId, $entry->getRename(), lazy: null); |
|
| 184 | + switch ($entry->getValueType()) { |
|
| 185 | + case ValueType::STRING: |
|
| 186 | + $this->userConfig->setValueString($userId, $appId, $entry->getKey(), $value); |
|
| 187 | + return; |
|
| 188 | + |
|
| 189 | + case ValueType::INT: |
|
| 190 | + $this->userConfig->setValueInt($userId, $appId, $entry->getKey(), $this->convertToInt($value)); |
|
| 191 | + return; |
|
| 192 | + |
|
| 193 | + case ValueType::FLOAT: |
|
| 194 | + $this->userConfig->setValueFloat($userId, $appId, $entry->getKey(), $this->convertToFloat($value)); |
|
| 195 | + return; |
|
| 196 | + |
|
| 197 | + case ValueType::BOOL: |
|
| 198 | + $this->userConfig->setValueBool($userId, $appId, $entry->getKey(), $this->convertToBool($value, $entry)); |
|
| 199 | + return; |
|
| 200 | + |
|
| 201 | + case ValueType::ARRAY: |
|
| 202 | + $this->userConfig->setValueArray($userId, $appId, $entry->getKey(), $this->convertToArray($value)); |
|
| 203 | + return; |
|
| 204 | + } |
|
| 205 | + } |
|
| 206 | + |
|
| 207 | + public function convertToInt(string $value): int { |
|
| 208 | + if (!is_numeric($value) || (float)$value <> (int)$value) { |
|
| 209 | + throw new TypeConflictException('Value is not an integer'); |
|
| 210 | + } |
|
| 211 | + |
|
| 212 | + return (int)$value; |
|
| 213 | + } |
|
| 214 | + |
|
| 215 | + public function convertToFloat(string $value): float { |
|
| 216 | + if (!is_numeric($value)) { |
|
| 217 | + throw new TypeConflictException('Value is not a float'); |
|
| 218 | + } |
|
| 219 | + |
|
| 220 | + return (float)$value; |
|
| 221 | + } |
|
| 222 | + |
|
| 223 | + public function convertToBool(string $value, ?ConfigLexiconEntry $entry = null): bool { |
|
| 224 | + if (in_array(strtolower($value), ['true', '1', 'on', 'yes'])) { |
|
| 225 | + $valueBool = true; |
|
| 226 | + } elseif (in_array(strtolower($value), ['false', '0', 'off', 'no'])) { |
|
| 227 | + $valueBool = false; |
|
| 228 | + } else { |
|
| 229 | + throw new TypeConflictException('Value cannot be converted to boolean'); |
|
| 230 | + } |
|
| 231 | + if ($entry?->hasOption(ConfigLexiconEntry::RENAME_INVERT_BOOLEAN) === true) { |
|
| 232 | + $valueBool = !$valueBool; |
|
| 233 | + } |
|
| 234 | + |
|
| 235 | + return $valueBool; |
|
| 236 | + } |
|
| 237 | + |
|
| 238 | + public function convertToArray(string $value): array { |
|
| 239 | + try { |
|
| 240 | + $valueArray = json_decode($value, true, flags: JSON_THROW_ON_ERROR); |
|
| 241 | + } catch (JsonException) { |
|
| 242 | + throw new TypeConflictException('Value is not a valid json'); |
|
| 243 | + } |
|
| 244 | + if (!is_array($valueArray)) { |
|
| 245 | + throw new TypeConflictException('Value is not an array'); |
|
| 246 | + } |
|
| 247 | + |
|
| 248 | + return $valueArray; |
|
| 249 | + } |
|
| 250 | 250 | } |
@@ -205,11 +205,11 @@ discard block |
||
| 205 | 205 | } |
| 206 | 206 | |
| 207 | 207 | public function convertToInt(string $value): int { |
| 208 | - if (!is_numeric($value) || (float)$value <> (int)$value) { |
|
| 208 | + if (!is_numeric($value) || (float) $value <> (int) $value) { |
|
| 209 | 209 | throw new TypeConflictException('Value is not an integer'); |
| 210 | 210 | } |
| 211 | 211 | |
| 212 | - return (int)$value; |
|
| 212 | + return (int) $value; |
|
| 213 | 213 | } |
| 214 | 214 | |
| 215 | 215 | public function convertToFloat(string $value): float { |
@@ -217,7 +217,7 @@ discard block |
||
| 217 | 217 | throw new TypeConflictException('Value is not a float'); |
| 218 | 218 | } |
| 219 | 219 | |
| 220 | - return (float)$value; |
|
| 220 | + return (float) $value; |
|
| 221 | 221 | } |
| 222 | 222 | |
| 223 | 223 | public function convertToBool(string $value, ?ConfigLexiconEntry $entry = null): bool { |
@@ -46,1983 +46,1983 @@ |
||
| 46 | 46 | * @since 31.0.0 |
| 47 | 47 | */ |
| 48 | 48 | class UserConfig implements IUserConfig { |
| 49 | - private const USER_MAX_LENGTH = 64; |
|
| 50 | - private const APP_MAX_LENGTH = 32; |
|
| 51 | - private const KEY_MAX_LENGTH = 64; |
|
| 52 | - private const INDEX_MAX_LENGTH = 64; |
|
| 53 | - private const ENCRYPTION_PREFIX = '$UserConfigEncryption$'; |
|
| 54 | - private const ENCRYPTION_PREFIX_LENGTH = 22; // strlen(self::ENCRYPTION_PREFIX) |
|
| 55 | - |
|
| 56 | - /** @var array<string, array<string, array<string, mixed>>> [ass'user_id' => ['app_id' => ['key' => 'value']]] */ |
|
| 57 | - private array $fastCache = []; // cache for normal config keys |
|
| 58 | - /** @var array<string, array<string, array<string, mixed>>> ['user_id' => ['app_id' => ['key' => 'value']]] */ |
|
| 59 | - private array $lazyCache = []; // cache for lazy config keys |
|
| 60 | - /** @var array<string, array<string, array<string, array<string, mixed>>>> ['user_id' => ['app_id' => ['key' => ['type' => ValueType, 'flags' => bitflag]]]] */ |
|
| 61 | - private array $valueDetails = []; // type for all config values |
|
| 62 | - /** @var array<string, boolean> ['user_id' => bool] */ |
|
| 63 | - private array $fastLoaded = []; |
|
| 64 | - /** @var array<string, boolean> ['user_id' => bool] */ |
|
| 65 | - private array $lazyLoaded = []; |
|
| 66 | - /** @var array<string, array{entries: array<string, ConfigLexiconEntry>, aliases: array<string, string>, strictness: ConfigLexiconStrictness}> ['app_id' => ['strictness' => ConfigLexiconStrictness, 'entries' => ['config_key' => ConfigLexiconEntry[]]] */ |
|
| 67 | - private array $configLexiconDetails = []; |
|
| 68 | - private bool $ignoreLexiconAliases = false; |
|
| 69 | - |
|
| 70 | - public function __construct( |
|
| 71 | - protected IDBConnection $connection, |
|
| 72 | - protected IConfig $config, |
|
| 73 | - protected LoggerInterface $logger, |
|
| 74 | - protected ICrypto $crypto, |
|
| 75 | - ) { |
|
| 76 | - } |
|
| 77 | - |
|
| 78 | - /** |
|
| 79 | - * @inheritDoc |
|
| 80 | - * |
|
| 81 | - * @param string $appId optional id of app |
|
| 82 | - * |
|
| 83 | - * @return list<string> list of userIds |
|
| 84 | - * @since 31.0.0 |
|
| 85 | - */ |
|
| 86 | - public function getUserIds(string $appId = ''): array { |
|
| 87 | - $this->assertParams(app: $appId, allowEmptyUser: true, allowEmptyApp: true); |
|
| 88 | - |
|
| 89 | - $qb = $this->connection->getQueryBuilder(); |
|
| 90 | - $qb->from('preferences'); |
|
| 91 | - $qb->select('userid'); |
|
| 92 | - $qb->groupBy('userid'); |
|
| 93 | - if ($appId !== '') { |
|
| 94 | - $qb->where($qb->expr()->eq('appid', $qb->createNamedParameter($appId))); |
|
| 95 | - } |
|
| 96 | - |
|
| 97 | - $result = $qb->executeQuery(); |
|
| 98 | - $rows = $result->fetchAll(); |
|
| 99 | - $userIds = []; |
|
| 100 | - foreach ($rows as $row) { |
|
| 101 | - $userIds[] = $row['userid']; |
|
| 102 | - } |
|
| 103 | - |
|
| 104 | - return $userIds; |
|
| 105 | - } |
|
| 106 | - |
|
| 107 | - /** |
|
| 108 | - * @inheritDoc |
|
| 109 | - * |
|
| 110 | - * @return list<string> list of app ids |
|
| 111 | - * @since 31.0.0 |
|
| 112 | - */ |
|
| 113 | - public function getApps(string $userId): array { |
|
| 114 | - $this->assertParams($userId, allowEmptyApp: true); |
|
| 115 | - $this->loadConfigAll($userId); |
|
| 116 | - $apps = array_merge(array_keys($this->fastCache[$userId] ?? []), array_keys($this->lazyCache[$userId] ?? [])); |
|
| 117 | - sort($apps); |
|
| 118 | - |
|
| 119 | - return array_values(array_unique($apps)); |
|
| 120 | - } |
|
| 121 | - |
|
| 122 | - /** |
|
| 123 | - * @inheritDoc |
|
| 124 | - * |
|
| 125 | - * @param string $userId id of the user |
|
| 126 | - * @param string $app id of the app |
|
| 127 | - * |
|
| 128 | - * @return list<string> list of stored config keys |
|
| 129 | - * @since 31.0.0 |
|
| 130 | - */ |
|
| 131 | - public function getKeys(string $userId, string $app): array { |
|
| 132 | - $this->assertParams($userId, $app); |
|
| 133 | - $this->loadConfigAll($userId); |
|
| 134 | - // array_merge() will remove numeric keys (here config keys), so addition arrays instead |
|
| 135 | - $keys = array_map('strval', array_keys(($this->fastCache[$userId][$app] ?? []) + ($this->lazyCache[$userId][$app] ?? []))); |
|
| 136 | - sort($keys); |
|
| 137 | - |
|
| 138 | - return array_values(array_unique($keys)); |
|
| 139 | - } |
|
| 140 | - |
|
| 141 | - /** |
|
| 142 | - * @inheritDoc |
|
| 143 | - * |
|
| 144 | - * @param string $userId id of the user |
|
| 145 | - * @param string $app id of the app |
|
| 146 | - * @param string $key config key |
|
| 147 | - * @param bool|null $lazy TRUE to search within lazy loaded config, NULL to search within all config |
|
| 148 | - * |
|
| 149 | - * @return bool TRUE if key exists |
|
| 150 | - * @since 31.0.0 |
|
| 151 | - */ |
|
| 152 | - public function hasKey(string $userId, string $app, string $key, ?bool $lazy = false): bool { |
|
| 153 | - $this->assertParams($userId, $app, $key); |
|
| 154 | - $this->loadConfig($userId, $lazy); |
|
| 155 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 156 | - |
|
| 157 | - if ($lazy === null) { |
|
| 158 | - $appCache = $this->getValues($userId, $app); |
|
| 159 | - return isset($appCache[$key]); |
|
| 160 | - } |
|
| 161 | - |
|
| 162 | - if ($lazy) { |
|
| 163 | - return isset($this->lazyCache[$userId][$app][$key]); |
|
| 164 | - } |
|
| 165 | - |
|
| 166 | - return isset($this->fastCache[$userId][$app][$key]); |
|
| 167 | - } |
|
| 168 | - |
|
| 169 | - /** |
|
| 170 | - * @inheritDoc |
|
| 171 | - * |
|
| 172 | - * @param string $userId id of the user |
|
| 173 | - * @param string $app id of the app |
|
| 174 | - * @param string $key config key |
|
| 175 | - * @param bool|null $lazy TRUE to search within lazy loaded config, NULL to search within all config |
|
| 176 | - * |
|
| 177 | - * @return bool |
|
| 178 | - * @throws UnknownKeyException if config key is not known |
|
| 179 | - * @since 31.0.0 |
|
| 180 | - */ |
|
| 181 | - public function isSensitive(string $userId, string $app, string $key, ?bool $lazy = false): bool { |
|
| 182 | - $this->assertParams($userId, $app, $key); |
|
| 183 | - $this->loadConfig($userId, $lazy); |
|
| 184 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 185 | - |
|
| 186 | - if (!isset($this->valueDetails[$userId][$app][$key])) { |
|
| 187 | - throw new UnknownKeyException('unknown config key'); |
|
| 188 | - } |
|
| 189 | - |
|
| 190 | - return $this->isFlagged(self::FLAG_SENSITIVE, $this->valueDetails[$userId][$app][$key]['flags']); |
|
| 191 | - } |
|
| 192 | - |
|
| 193 | - /** |
|
| 194 | - * @inheritDoc |
|
| 195 | - * |
|
| 196 | - * @param string $userId id of the user |
|
| 197 | - * @param string $app id of the app |
|
| 198 | - * @param string $key config key |
|
| 199 | - * @param bool|null $lazy TRUE to search within lazy loaded config, NULL to search within all config |
|
| 200 | - * |
|
| 201 | - * @return bool |
|
| 202 | - * @throws UnknownKeyException if config key is not known |
|
| 203 | - * @since 31.0.0 |
|
| 204 | - */ |
|
| 205 | - public function isIndexed(string $userId, string $app, string $key, ?bool $lazy = false): bool { |
|
| 206 | - $this->assertParams($userId, $app, $key); |
|
| 207 | - $this->loadConfig($userId, $lazy); |
|
| 208 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 209 | - |
|
| 210 | - if (!isset($this->valueDetails[$userId][$app][$key])) { |
|
| 211 | - throw new UnknownKeyException('unknown config key'); |
|
| 212 | - } |
|
| 213 | - |
|
| 214 | - return $this->isFlagged(self::FLAG_INDEXED, $this->valueDetails[$userId][$app][$key]['flags']); |
|
| 215 | - } |
|
| 216 | - |
|
| 217 | - /** |
|
| 218 | - * @inheritDoc |
|
| 219 | - * |
|
| 220 | - * @param string $userId id of the user |
|
| 221 | - * @param string $app if of the app |
|
| 222 | - * @param string $key config key |
|
| 223 | - * |
|
| 224 | - * @return bool TRUE if config is lazy loaded |
|
| 225 | - * @throws UnknownKeyException if config key is not known |
|
| 226 | - * @see IUserConfig for details about lazy loading |
|
| 227 | - * @since 31.0.0 |
|
| 228 | - */ |
|
| 229 | - public function isLazy(string $userId, string $app, string $key): bool { |
|
| 230 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 231 | - |
|
| 232 | - // there is a huge probability the non-lazy config are already loaded |
|
| 233 | - // meaning that we can start by only checking if a current non-lazy key exists |
|
| 234 | - if ($this->hasKey($userId, $app, $key, false)) { |
|
| 235 | - // meaning key is not lazy. |
|
| 236 | - return false; |
|
| 237 | - } |
|
| 238 | - |
|
| 239 | - // as key is not found as non-lazy, we load and search in the lazy config |
|
| 240 | - if ($this->hasKey($userId, $app, $key, true)) { |
|
| 241 | - return true; |
|
| 242 | - } |
|
| 243 | - |
|
| 244 | - throw new UnknownKeyException('unknown config key'); |
|
| 245 | - } |
|
| 246 | - |
|
| 247 | - /** |
|
| 248 | - * @inheritDoc |
|
| 249 | - * |
|
| 250 | - * @param string $userId id of the user |
|
| 251 | - * @param string $app id of the app |
|
| 252 | - * @param string $prefix config keys prefix to search |
|
| 253 | - * @param bool $filtered TRUE to hide sensitive config values. Value are replaced by {@see IConfig::SENSITIVE_VALUE} |
|
| 254 | - * |
|
| 255 | - * @return array<string, string|int|float|bool|array> [key => value] |
|
| 256 | - * @since 31.0.0 |
|
| 257 | - */ |
|
| 258 | - public function getValues( |
|
| 259 | - string $userId, |
|
| 260 | - string $app, |
|
| 261 | - string $prefix = '', |
|
| 262 | - bool $filtered = false, |
|
| 263 | - ): array { |
|
| 264 | - $this->assertParams($userId, $app, $prefix); |
|
| 265 | - // if we want to filter values, we need to get sensitivity |
|
| 266 | - $this->loadConfigAll($userId); |
|
| 267 | - // array_merge() will remove numeric keys (here config keys), so addition arrays instead |
|
| 268 | - $values = array_filter( |
|
| 269 | - $this->formatAppValues($userId, $app, ($this->fastCache[$userId][$app] ?? []) + ($this->lazyCache[$userId][$app] ?? []), $filtered), |
|
| 270 | - function (string $key) use ($prefix): bool { |
|
| 271 | - // filter values based on $prefix |
|
| 272 | - return str_starts_with($key, $prefix); |
|
| 273 | - }, ARRAY_FILTER_USE_KEY |
|
| 274 | - ); |
|
| 275 | - |
|
| 276 | - return $values; |
|
| 277 | - } |
|
| 278 | - |
|
| 279 | - /** |
|
| 280 | - * @inheritDoc |
|
| 281 | - * |
|
| 282 | - * @param string $userId id of the user |
|
| 283 | - * @param bool $filtered TRUE to hide sensitive config values. Value are replaced by {@see IConfig::SENSITIVE_VALUE} |
|
| 284 | - * |
|
| 285 | - * @return array<string, array<string, string|int|float|bool|array>> [appId => [key => value]] |
|
| 286 | - * @since 31.0.0 |
|
| 287 | - */ |
|
| 288 | - public function getAllValues(string $userId, bool $filtered = false): array { |
|
| 289 | - $this->assertParams($userId, allowEmptyApp: true); |
|
| 290 | - $this->loadConfigAll($userId); |
|
| 291 | - |
|
| 292 | - $result = []; |
|
| 293 | - foreach ($this->getApps($userId) as $app) { |
|
| 294 | - // array_merge() will remove numeric keys (here config keys), so addition arrays instead |
|
| 295 | - $cached = ($this->fastCache[$userId][$app] ?? []) + ($this->lazyCache[$userId][$app] ?? []); |
|
| 296 | - $result[$app] = $this->formatAppValues($userId, $app, $cached, $filtered); |
|
| 297 | - } |
|
| 298 | - |
|
| 299 | - return $result; |
|
| 300 | - } |
|
| 301 | - |
|
| 302 | - /** |
|
| 303 | - * @inheritDoc |
|
| 304 | - * |
|
| 305 | - * @param string $userId id of the user |
|
| 306 | - * @param string $key config key |
|
| 307 | - * @param bool $lazy search within lazy loaded config |
|
| 308 | - * @param ValueType|null $typedAs enforce type for the returned values |
|
| 309 | - * |
|
| 310 | - * @return array<string, string|int|float|bool|array> [appId => value] |
|
| 311 | - * @since 31.0.0 |
|
| 312 | - */ |
|
| 313 | - public function getValuesByApps(string $userId, string $key, bool $lazy = false, ?ValueType $typedAs = null): array { |
|
| 314 | - $this->assertParams($userId, '', $key, allowEmptyApp: true); |
|
| 315 | - $this->loadConfig($userId, $lazy); |
|
| 316 | - |
|
| 317 | - /** @var array<array-key, array<array-key, mixed>> $cache */ |
|
| 318 | - if ($lazy) { |
|
| 319 | - $cache = $this->lazyCache[$userId]; |
|
| 320 | - } else { |
|
| 321 | - $cache = $this->fastCache[$userId]; |
|
| 322 | - } |
|
| 323 | - |
|
| 324 | - $values = []; |
|
| 325 | - foreach (array_keys($cache) as $app) { |
|
| 326 | - if (isset($cache[$app][$key])) { |
|
| 327 | - $value = $cache[$app][$key]; |
|
| 328 | - try { |
|
| 329 | - $this->decryptSensitiveValue($userId, $app, $key, $value); |
|
| 330 | - $value = $this->convertTypedValue($value, $typedAs ?? $this->getValueType($userId, $app, $key, $lazy)); |
|
| 331 | - } catch (IncorrectTypeException|UnknownKeyException) { |
|
| 332 | - } |
|
| 333 | - $values[$app] = $value; |
|
| 334 | - } |
|
| 335 | - } |
|
| 336 | - |
|
| 337 | - return $values; |
|
| 338 | - } |
|
| 339 | - |
|
| 340 | - |
|
| 341 | - /** |
|
| 342 | - * @inheritDoc |
|
| 343 | - * |
|
| 344 | - * @param string $app id of the app |
|
| 345 | - * @param string $key config key |
|
| 346 | - * @param ValueType|null $typedAs enforce type for the returned values |
|
| 347 | - * @param array|null $userIds limit to a list of user ids |
|
| 348 | - * |
|
| 349 | - * @return array<string, string|int|float|bool|array> [userId => value] |
|
| 350 | - * @since 31.0.0 |
|
| 351 | - */ |
|
| 352 | - public function getValuesByUsers( |
|
| 353 | - string $app, |
|
| 354 | - string $key, |
|
| 355 | - ?ValueType $typedAs = null, |
|
| 356 | - ?array $userIds = null, |
|
| 357 | - ): array { |
|
| 358 | - $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 359 | - $this->matchAndApplyLexiconDefinition('', $app, $key); |
|
| 360 | - |
|
| 361 | - $qb = $this->connection->getQueryBuilder(); |
|
| 362 | - $qb->select('userid', 'configvalue', 'type') |
|
| 363 | - ->from('preferences') |
|
| 364 | - ->where($qb->expr()->eq('appid', $qb->createNamedParameter($app))) |
|
| 365 | - ->andWhere($qb->expr()->eq('configkey', $qb->createNamedParameter($key))); |
|
| 366 | - |
|
| 367 | - $values = []; |
|
| 368 | - // this nested function will execute current Query and store result within $values. |
|
| 369 | - $executeAndStoreValue = function (IQueryBuilder $qb) use (&$values, $typedAs): IResult { |
|
| 370 | - $result = $qb->executeQuery(); |
|
| 371 | - while ($row = $result->fetch()) { |
|
| 372 | - $value = $row['configvalue']; |
|
| 373 | - try { |
|
| 374 | - $value = $this->convertTypedValue($value, $typedAs ?? ValueType::from((int)$row['type'])); |
|
| 375 | - } catch (IncorrectTypeException) { |
|
| 376 | - } |
|
| 377 | - $values[$row['userid']] = $value; |
|
| 378 | - } |
|
| 379 | - return $result; |
|
| 380 | - }; |
|
| 381 | - |
|
| 382 | - // if no userIds to filter, we execute query as it is and returns all values ... |
|
| 383 | - if ($userIds === null) { |
|
| 384 | - $result = $executeAndStoreValue($qb); |
|
| 385 | - $result->closeCursor(); |
|
| 386 | - return $values; |
|
| 387 | - } |
|
| 388 | - |
|
| 389 | - // if userIds to filter, we chunk the list and execute the same query multiple times until we get all values |
|
| 390 | - $result = null; |
|
| 391 | - $qb->andWhere($qb->expr()->in('userid', $qb->createParameter('userIds'))); |
|
| 392 | - foreach (array_chunk($userIds, 50, true) as $chunk) { |
|
| 393 | - $qb->setParameter('userIds', $chunk, IQueryBuilder::PARAM_STR_ARRAY); |
|
| 394 | - $result = $executeAndStoreValue($qb); |
|
| 395 | - } |
|
| 396 | - $result?->closeCursor(); |
|
| 397 | - |
|
| 398 | - return $values; |
|
| 399 | - } |
|
| 400 | - |
|
| 401 | - /** |
|
| 402 | - * @inheritDoc |
|
| 403 | - * |
|
| 404 | - * @param string $app id of the app |
|
| 405 | - * @param string $key config key |
|
| 406 | - * @param string $value config value |
|
| 407 | - * @param bool $caseInsensitive non-case-sensitive search, only works if $value is a string |
|
| 408 | - * |
|
| 409 | - * @return Generator<string> |
|
| 410 | - * @since 31.0.0 |
|
| 411 | - */ |
|
| 412 | - public function searchUsersByValueString(string $app, string $key, string $value, bool $caseInsensitive = false): Generator { |
|
| 413 | - return $this->searchUsersByTypedValue($app, $key, $value, $caseInsensitive); |
|
| 414 | - } |
|
| 415 | - |
|
| 416 | - /** |
|
| 417 | - * @inheritDoc |
|
| 418 | - * |
|
| 419 | - * @param string $app id of the app |
|
| 420 | - * @param string $key config key |
|
| 421 | - * @param int $value config value |
|
| 422 | - * |
|
| 423 | - * @return Generator<string> |
|
| 424 | - * @since 31.0.0 |
|
| 425 | - */ |
|
| 426 | - public function searchUsersByValueInt(string $app, string $key, int $value): Generator { |
|
| 427 | - return $this->searchUsersByValueString($app, $key, (string)$value); |
|
| 428 | - } |
|
| 429 | - |
|
| 430 | - /** |
|
| 431 | - * @inheritDoc |
|
| 432 | - * |
|
| 433 | - * @param string $app id of the app |
|
| 434 | - * @param string $key config key |
|
| 435 | - * @param array $values list of config values |
|
| 436 | - * |
|
| 437 | - * @return Generator<string> |
|
| 438 | - * @since 31.0.0 |
|
| 439 | - */ |
|
| 440 | - public function searchUsersByValues(string $app, string $key, array $values): Generator { |
|
| 441 | - return $this->searchUsersByTypedValue($app, $key, $values); |
|
| 442 | - } |
|
| 443 | - |
|
| 444 | - /** |
|
| 445 | - * @inheritDoc |
|
| 446 | - * |
|
| 447 | - * @param string $app id of the app |
|
| 448 | - * @param string $key config key |
|
| 449 | - * @param bool $value config value |
|
| 450 | - * |
|
| 451 | - * @return Generator<string> |
|
| 452 | - * @since 31.0.0 |
|
| 453 | - */ |
|
| 454 | - public function searchUsersByValueBool(string $app, string $key, bool $value): Generator { |
|
| 455 | - $values = ['0', 'off', 'false', 'no']; |
|
| 456 | - if ($value) { |
|
| 457 | - $values = ['1', 'on', 'true', 'yes']; |
|
| 458 | - } |
|
| 459 | - return $this->searchUsersByValues($app, $key, $values); |
|
| 460 | - } |
|
| 461 | - |
|
| 462 | - /** |
|
| 463 | - * returns a list of users with config key set to a specific value, or within the list of |
|
| 464 | - * possible values |
|
| 465 | - * |
|
| 466 | - * @param string $app |
|
| 467 | - * @param string $key |
|
| 468 | - * @param string|array $value |
|
| 469 | - * @param bool $caseInsensitive |
|
| 470 | - * |
|
| 471 | - * @return Generator<string> |
|
| 472 | - */ |
|
| 473 | - private function searchUsersByTypedValue(string $app, string $key, string|array $value, bool $caseInsensitive = false): Generator { |
|
| 474 | - $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 475 | - $this->matchAndApplyLexiconDefinition('', $app, $key); |
|
| 476 | - |
|
| 477 | - $qb = $this->connection->getQueryBuilder(); |
|
| 478 | - $qb->from('preferences'); |
|
| 479 | - $qb->select('userid'); |
|
| 480 | - $qb->where($qb->expr()->eq('appid', $qb->createNamedParameter($app))); |
|
| 481 | - $qb->andWhere($qb->expr()->eq('configkey', $qb->createNamedParameter($key))); |
|
| 482 | - |
|
| 483 | - // search within 'indexed' OR 'configvalue' only if 'flags' is set as not indexed |
|
| 484 | - // TODO: when implementing config lexicon remove the searches on 'configvalue' if value is set as indexed |
|
| 485 | - $configValueColumn = ($this->connection->getDatabaseProvider() === IDBConnection::PLATFORM_ORACLE) ? $qb->expr()->castColumn('configvalue', IQueryBuilder::PARAM_STR) : 'configvalue'; |
|
| 486 | - if (is_array($value)) { |
|
| 487 | - $where = $qb->expr()->orX( |
|
| 488 | - $qb->expr()->in('indexed', $qb->createNamedParameter($value, IQueryBuilder::PARAM_STR_ARRAY)), |
|
| 489 | - $qb->expr()->andX( |
|
| 490 | - $qb->expr()->neq($qb->expr()->bitwiseAnd('flags', self::FLAG_INDEXED), $qb->createNamedParameter(self::FLAG_INDEXED, IQueryBuilder::PARAM_INT)), |
|
| 491 | - $qb->expr()->in($configValueColumn, $qb->createNamedParameter($value, IQueryBuilder::PARAM_STR_ARRAY)) |
|
| 492 | - ) |
|
| 493 | - ); |
|
| 494 | - } else { |
|
| 495 | - if ($caseInsensitive) { |
|
| 496 | - $where = $qb->expr()->orX( |
|
| 497 | - $qb->expr()->eq($qb->func()->lower('indexed'), $qb->createNamedParameter(strtolower($value))), |
|
| 498 | - $qb->expr()->andX( |
|
| 499 | - $qb->expr()->neq($qb->expr()->bitwiseAnd('flags', self::FLAG_INDEXED), $qb->createNamedParameter(self::FLAG_INDEXED, IQueryBuilder::PARAM_INT)), |
|
| 500 | - $qb->expr()->eq($qb->func()->lower($configValueColumn), $qb->createNamedParameter(strtolower($value))) |
|
| 501 | - ) |
|
| 502 | - ); |
|
| 503 | - } else { |
|
| 504 | - $where = $qb->expr()->orX( |
|
| 505 | - $qb->expr()->eq('indexed', $qb->createNamedParameter($value)), |
|
| 506 | - $qb->expr()->andX( |
|
| 507 | - $qb->expr()->neq($qb->expr()->bitwiseAnd('flags', self::FLAG_INDEXED), $qb->createNamedParameter(self::FLAG_INDEXED, IQueryBuilder::PARAM_INT)), |
|
| 508 | - $qb->expr()->eq($configValueColumn, $qb->createNamedParameter($value)) |
|
| 509 | - ) |
|
| 510 | - ); |
|
| 511 | - } |
|
| 512 | - } |
|
| 513 | - |
|
| 514 | - $qb->andWhere($where); |
|
| 515 | - $result = $qb->executeQuery(); |
|
| 516 | - while ($row = $result->fetch()) { |
|
| 517 | - yield $row['userid']; |
|
| 518 | - } |
|
| 519 | - } |
|
| 520 | - |
|
| 521 | - /** |
|
| 522 | - * Get the config value as string. |
|
| 523 | - * If the value does not exist the given default will be returned. |
|
| 524 | - * |
|
| 525 | - * Set lazy to `null` to ignore it and get the value from either source. |
|
| 526 | - * |
|
| 527 | - * **WARNING:** Method is internal and **SHOULD** not be used, as it is better to get the value with a type. |
|
| 528 | - * |
|
| 529 | - * @param string $userId id of the user |
|
| 530 | - * @param string $app id of the app |
|
| 531 | - * @param string $key config key |
|
| 532 | - * @param string $default config value |
|
| 533 | - * @param null|bool $lazy get config as lazy loaded or not. can be NULL |
|
| 534 | - * |
|
| 535 | - * @return string the value or $default |
|
| 536 | - * @throws TypeConflictException |
|
| 537 | - * @internal |
|
| 538 | - * @since 31.0.0 |
|
| 539 | - * @see IUserConfig for explanation about lazy loading |
|
| 540 | - * @see getValueString() |
|
| 541 | - * @see getValueInt() |
|
| 542 | - * @see getValueFloat() |
|
| 543 | - * @see getValueBool() |
|
| 544 | - * @see getValueArray() |
|
| 545 | - */ |
|
| 546 | - public function getValueMixed( |
|
| 547 | - string $userId, |
|
| 548 | - string $app, |
|
| 549 | - string $key, |
|
| 550 | - string $default = '', |
|
| 551 | - ?bool $lazy = false, |
|
| 552 | - ): string { |
|
| 553 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 554 | - try { |
|
| 555 | - $lazy ??= $this->isLazy($userId, $app, $key); |
|
| 556 | - } catch (UnknownKeyException) { |
|
| 557 | - return $default; |
|
| 558 | - } |
|
| 559 | - |
|
| 560 | - return $this->getTypedValue( |
|
| 561 | - $userId, |
|
| 562 | - $app, |
|
| 563 | - $key, |
|
| 564 | - $default, |
|
| 565 | - $lazy, |
|
| 566 | - ValueType::MIXED |
|
| 567 | - ); |
|
| 568 | - } |
|
| 569 | - |
|
| 570 | - /** |
|
| 571 | - * @inheritDoc |
|
| 572 | - * |
|
| 573 | - * @param string $userId id of the user |
|
| 574 | - * @param string $app id of the app |
|
| 575 | - * @param string $key config key |
|
| 576 | - * @param string $default default value |
|
| 577 | - * @param bool $lazy search within lazy loaded config |
|
| 578 | - * |
|
| 579 | - * @return string stored config value or $default if not set in database |
|
| 580 | - * @throws InvalidArgumentException if one of the argument format is invalid |
|
| 581 | - * @throws TypeConflictException in case of conflict with the value type set in database |
|
| 582 | - * @since 31.0.0 |
|
| 583 | - * @see IUserConfig for explanation about lazy loading |
|
| 584 | - */ |
|
| 585 | - public function getValueString( |
|
| 586 | - string $userId, |
|
| 587 | - string $app, |
|
| 588 | - string $key, |
|
| 589 | - string $default = '', |
|
| 590 | - bool $lazy = false, |
|
| 591 | - ): string { |
|
| 592 | - return $this->getTypedValue($userId, $app, $key, $default, $lazy, ValueType::STRING); |
|
| 593 | - } |
|
| 594 | - |
|
| 595 | - /** |
|
| 596 | - * @inheritDoc |
|
| 597 | - * |
|
| 598 | - * @param string $userId id of the user |
|
| 599 | - * @param string $app id of the app |
|
| 600 | - * @param string $key config key |
|
| 601 | - * @param int $default default value |
|
| 602 | - * @param bool $lazy search within lazy loaded config |
|
| 603 | - * |
|
| 604 | - * @return int stored config value or $default if not set in database |
|
| 605 | - * @throws InvalidArgumentException if one of the argument format is invalid |
|
| 606 | - * @throws TypeConflictException in case of conflict with the value type set in database |
|
| 607 | - * @since 31.0.0 |
|
| 608 | - * @see IUserConfig for explanation about lazy loading |
|
| 609 | - */ |
|
| 610 | - public function getValueInt( |
|
| 611 | - string $userId, |
|
| 612 | - string $app, |
|
| 613 | - string $key, |
|
| 614 | - int $default = 0, |
|
| 615 | - bool $lazy = false, |
|
| 616 | - ): int { |
|
| 617 | - return (int)$this->getTypedValue($userId, $app, $key, (string)$default, $lazy, ValueType::INT); |
|
| 618 | - } |
|
| 619 | - |
|
| 620 | - /** |
|
| 621 | - * @inheritDoc |
|
| 622 | - * |
|
| 623 | - * @param string $userId id of the user |
|
| 624 | - * @param string $app id of the app |
|
| 625 | - * @param string $key config key |
|
| 626 | - * @param float $default default value |
|
| 627 | - * @param bool $lazy search within lazy loaded config |
|
| 628 | - * |
|
| 629 | - * @return float stored config value or $default if not set in database |
|
| 630 | - * @throws InvalidArgumentException if one of the argument format is invalid |
|
| 631 | - * @throws TypeConflictException in case of conflict with the value type set in database |
|
| 632 | - * @since 31.0.0 |
|
| 633 | - * @see IUserConfig for explanation about lazy loading |
|
| 634 | - */ |
|
| 635 | - public function getValueFloat( |
|
| 636 | - string $userId, |
|
| 637 | - string $app, |
|
| 638 | - string $key, |
|
| 639 | - float $default = 0, |
|
| 640 | - bool $lazy = false, |
|
| 641 | - ): float { |
|
| 642 | - return (float)$this->getTypedValue($userId, $app, $key, (string)$default, $lazy, ValueType::FLOAT); |
|
| 643 | - } |
|
| 644 | - |
|
| 645 | - /** |
|
| 646 | - * @inheritDoc |
|
| 647 | - * |
|
| 648 | - * @param string $userId id of the user |
|
| 649 | - * @param string $app id of the app |
|
| 650 | - * @param string $key config key |
|
| 651 | - * @param bool $default default value |
|
| 652 | - * @param bool $lazy search within lazy loaded config |
|
| 653 | - * |
|
| 654 | - * @return bool stored config value or $default if not set in database |
|
| 655 | - * @throws InvalidArgumentException if one of the argument format is invalid |
|
| 656 | - * @throws TypeConflictException in case of conflict with the value type set in database |
|
| 657 | - * @since 31.0.0 |
|
| 658 | - * @see IUserConfig for explanation about lazy loading |
|
| 659 | - */ |
|
| 660 | - public function getValueBool( |
|
| 661 | - string $userId, |
|
| 662 | - string $app, |
|
| 663 | - string $key, |
|
| 664 | - bool $default = false, |
|
| 665 | - bool $lazy = false, |
|
| 666 | - ): bool { |
|
| 667 | - $b = strtolower($this->getTypedValue($userId, $app, $key, $default ? 'true' : 'false', $lazy, ValueType::BOOL)); |
|
| 668 | - return in_array($b, ['1', 'true', 'yes', 'on']); |
|
| 669 | - } |
|
| 670 | - |
|
| 671 | - /** |
|
| 672 | - * @inheritDoc |
|
| 673 | - * |
|
| 674 | - * @param string $userId id of the user |
|
| 675 | - * @param string $app id of the app |
|
| 676 | - * @param string $key config key |
|
| 677 | - * @param array $default default value |
|
| 678 | - * @param bool $lazy search within lazy loaded config |
|
| 679 | - * |
|
| 680 | - * @return array stored config value or $default if not set in database |
|
| 681 | - * @throws InvalidArgumentException if one of the argument format is invalid |
|
| 682 | - * @throws TypeConflictException in case of conflict with the value type set in database |
|
| 683 | - * @since 31.0.0 |
|
| 684 | - * @see IUserConfig for explanation about lazy loading |
|
| 685 | - */ |
|
| 686 | - public function getValueArray( |
|
| 687 | - string $userId, |
|
| 688 | - string $app, |
|
| 689 | - string $key, |
|
| 690 | - array $default = [], |
|
| 691 | - bool $lazy = false, |
|
| 692 | - ): array { |
|
| 693 | - try { |
|
| 694 | - $defaultJson = json_encode($default, JSON_THROW_ON_ERROR); |
|
| 695 | - $value = json_decode($this->getTypedValue($userId, $app, $key, $defaultJson, $lazy, ValueType::ARRAY), true, flags: JSON_THROW_ON_ERROR); |
|
| 696 | - |
|
| 697 | - return is_array($value) ? $value : []; |
|
| 698 | - } catch (JsonException) { |
|
| 699 | - return []; |
|
| 700 | - } |
|
| 701 | - } |
|
| 702 | - |
|
| 703 | - /** |
|
| 704 | - * @param string $userId |
|
| 705 | - * @param string $app id of the app |
|
| 706 | - * @param string $key config key |
|
| 707 | - * @param string $default default value |
|
| 708 | - * @param bool $lazy search within lazy loaded config |
|
| 709 | - * @param ValueType $type value type |
|
| 710 | - * |
|
| 711 | - * @return string |
|
| 712 | - * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 713 | - */ |
|
| 714 | - private function getTypedValue( |
|
| 715 | - string $userId, |
|
| 716 | - string $app, |
|
| 717 | - string $key, |
|
| 718 | - string $default, |
|
| 719 | - bool $lazy, |
|
| 720 | - ValueType $type, |
|
| 721 | - ): string { |
|
| 722 | - $this->assertParams($userId, $app, $key); |
|
| 723 | - $origKey = $key; |
|
| 724 | - if (!$this->matchAndApplyLexiconDefinition($userId, $app, $key, $lazy, $type, default: $default)) { |
|
| 725 | - // returns default if strictness of lexicon is set to WARNING (block and report) |
|
| 726 | - return $default; |
|
| 727 | - } |
|
| 728 | - $this->loadConfig($userId, $lazy); |
|
| 729 | - |
|
| 730 | - /** |
|
| 731 | - * We ignore check if mixed type is requested. |
|
| 732 | - * If type of stored value is set as mixed, we don't filter. |
|
| 733 | - * If type of stored value is defined, we compare with the one requested. |
|
| 734 | - */ |
|
| 735 | - $knownType = $this->valueDetails[$userId][$app][$key]['type'] ?? null; |
|
| 736 | - if ($type !== ValueType::MIXED |
|
| 737 | - && $knownType !== null |
|
| 738 | - && $knownType !== ValueType::MIXED |
|
| 739 | - && $type !== $knownType) { |
|
| 740 | - $this->logger->warning('conflict with value type from database', ['app' => $app, 'key' => $key, 'type' => $type, 'knownType' => $knownType]); |
|
| 741 | - throw new TypeConflictException('conflict with value type from database'); |
|
| 742 | - } |
|
| 743 | - |
|
| 744 | - /** |
|
| 745 | - * - the pair $app/$key cannot exist in both array, |
|
| 746 | - * - we should still return an existing non-lazy value even if current method |
|
| 747 | - * is called with $lazy is true |
|
| 748 | - * |
|
| 749 | - * This way, lazyCache will be empty until the load for lazy config value is requested. |
|
| 750 | - */ |
|
| 751 | - if (isset($this->lazyCache[$userId][$app][$key])) { |
|
| 752 | - $value = $this->lazyCache[$userId][$app][$key]; |
|
| 753 | - } elseif (isset($this->fastCache[$userId][$app][$key])) { |
|
| 754 | - $value = $this->fastCache[$userId][$app][$key]; |
|
| 755 | - } else { |
|
| 756 | - return $default; |
|
| 757 | - } |
|
| 758 | - |
|
| 759 | - $this->decryptSensitiveValue($userId, $app, $key, $value); |
|
| 760 | - |
|
| 761 | - // in case the key was modified while running matchAndApplyLexiconDefinition() we are |
|
| 762 | - // interested to check options in case a modification of the value is needed |
|
| 763 | - // ie inverting value from previous key when using lexicon option RENAME_INVERT_BOOLEAN |
|
| 764 | - if ($origKey !== $key && $type === ValueType::BOOL) { |
|
| 765 | - $configManager = Server::get(ConfigManager::class); |
|
| 766 | - $value = ($configManager->convertToBool($value, $this->getLexiconEntry($app, $key))) ? '1' : '0'; |
|
| 767 | - } |
|
| 768 | - |
|
| 769 | - return $value; |
|
| 770 | - } |
|
| 771 | - |
|
| 772 | - /** |
|
| 773 | - * @inheritDoc |
|
| 774 | - * |
|
| 775 | - * @param string $userId id of the user |
|
| 776 | - * @param string $app id of the app |
|
| 777 | - * @param string $key config key |
|
| 778 | - * |
|
| 779 | - * @return ValueType type of the value |
|
| 780 | - * @throws UnknownKeyException if config key is not known |
|
| 781 | - * @throws IncorrectTypeException if config value type is not known |
|
| 782 | - * @since 31.0.0 |
|
| 783 | - */ |
|
| 784 | - public function getValueType(string $userId, string $app, string $key, ?bool $lazy = null): ValueType { |
|
| 785 | - $this->assertParams($userId, $app, $key); |
|
| 786 | - $this->loadConfig($userId, $lazy); |
|
| 787 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 788 | - |
|
| 789 | - if (!isset($this->valueDetails[$userId][$app][$key]['type'])) { |
|
| 790 | - throw new UnknownKeyException('unknown config key'); |
|
| 791 | - } |
|
| 792 | - |
|
| 793 | - return $this->valueDetails[$userId][$app][$key]['type']; |
|
| 794 | - } |
|
| 795 | - |
|
| 796 | - /** |
|
| 797 | - * @inheritDoc |
|
| 798 | - * |
|
| 799 | - * @param string $userId id of the user |
|
| 800 | - * @param string $app id of the app |
|
| 801 | - * @param string $key config key |
|
| 802 | - * @param bool $lazy lazy loading |
|
| 803 | - * |
|
| 804 | - * @return int flags applied to value |
|
| 805 | - * @throws UnknownKeyException if config key is not known |
|
| 806 | - * @throws IncorrectTypeException if config value type is not known |
|
| 807 | - * @since 31.0.0 |
|
| 808 | - */ |
|
| 809 | - public function getValueFlags(string $userId, string $app, string $key, bool $lazy = false): int { |
|
| 810 | - $this->assertParams($userId, $app, $key); |
|
| 811 | - $this->loadConfig($userId, $lazy); |
|
| 812 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 813 | - |
|
| 814 | - if (!isset($this->valueDetails[$userId][$app][$key])) { |
|
| 815 | - throw new UnknownKeyException('unknown config key'); |
|
| 816 | - } |
|
| 817 | - |
|
| 818 | - return $this->valueDetails[$userId][$app][$key]['flags']; |
|
| 819 | - } |
|
| 820 | - |
|
| 821 | - /** |
|
| 822 | - * Store a config key and its value in database as VALUE_MIXED |
|
| 823 | - * |
|
| 824 | - * **WARNING:** Method is internal and **MUST** not be used as it is best to set a real value type |
|
| 825 | - * |
|
| 826 | - * @param string $userId id of the user |
|
| 827 | - * @param string $app id of the app |
|
| 828 | - * @param string $key config key |
|
| 829 | - * @param string $value config value |
|
| 830 | - * @param bool $lazy set config as lazy loaded |
|
| 831 | - * @param bool $sensitive if TRUE value will be hidden when listing config values. |
|
| 832 | - * |
|
| 833 | - * @return bool TRUE if value was different, therefor updated in database |
|
| 834 | - * @throws TypeConflictException if type from database is not VALUE_MIXED |
|
| 835 | - * @internal |
|
| 836 | - * @since 31.0.0 |
|
| 837 | - * @see IUserConfig for explanation about lazy loading |
|
| 838 | - * @see setValueString() |
|
| 839 | - * @see setValueInt() |
|
| 840 | - * @see setValueFloat() |
|
| 841 | - * @see setValueBool() |
|
| 842 | - * @see setValueArray() |
|
| 843 | - */ |
|
| 844 | - public function setValueMixed( |
|
| 845 | - string $userId, |
|
| 846 | - string $app, |
|
| 847 | - string $key, |
|
| 848 | - string $value, |
|
| 849 | - bool $lazy = false, |
|
| 850 | - int $flags = 0, |
|
| 851 | - ): bool { |
|
| 852 | - return $this->setTypedValue( |
|
| 853 | - $userId, |
|
| 854 | - $app, |
|
| 855 | - $key, |
|
| 856 | - $value, |
|
| 857 | - $lazy, |
|
| 858 | - $flags, |
|
| 859 | - ValueType::MIXED |
|
| 860 | - ); |
|
| 861 | - } |
|
| 862 | - |
|
| 863 | - |
|
| 864 | - /** |
|
| 865 | - * @inheritDoc |
|
| 866 | - * |
|
| 867 | - * @param string $userId id of the user |
|
| 868 | - * @param string $app id of the app |
|
| 869 | - * @param string $key config key |
|
| 870 | - * @param string $value config value |
|
| 871 | - * @param bool $lazy set config as lazy loaded |
|
| 872 | - * @param bool $sensitive if TRUE value will be hidden when listing config values. |
|
| 873 | - * |
|
| 874 | - * @return bool TRUE if value was different, therefor updated in database |
|
| 875 | - * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 876 | - * @since 31.0.0 |
|
| 877 | - * @see IUserConfig for explanation about lazy loading |
|
| 878 | - */ |
|
| 879 | - public function setValueString( |
|
| 880 | - string $userId, |
|
| 881 | - string $app, |
|
| 882 | - string $key, |
|
| 883 | - string $value, |
|
| 884 | - bool $lazy = false, |
|
| 885 | - int $flags = 0, |
|
| 886 | - ): bool { |
|
| 887 | - return $this->setTypedValue( |
|
| 888 | - $userId, |
|
| 889 | - $app, |
|
| 890 | - $key, |
|
| 891 | - $value, |
|
| 892 | - $lazy, |
|
| 893 | - $flags, |
|
| 894 | - ValueType::STRING |
|
| 895 | - ); |
|
| 896 | - } |
|
| 897 | - |
|
| 898 | - /** |
|
| 899 | - * @inheritDoc |
|
| 900 | - * |
|
| 901 | - * @param string $userId id of the user |
|
| 902 | - * @param string $app id of the app |
|
| 903 | - * @param string $key config key |
|
| 904 | - * @param int $value config value |
|
| 905 | - * @param bool $lazy set config as lazy loaded |
|
| 906 | - * @param bool $sensitive if TRUE value will be hidden when listing config values. |
|
| 907 | - * |
|
| 908 | - * @return bool TRUE if value was different, therefor updated in database |
|
| 909 | - * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 910 | - * @since 31.0.0 |
|
| 911 | - * @see IUserConfig for explanation about lazy loading |
|
| 912 | - */ |
|
| 913 | - public function setValueInt( |
|
| 914 | - string $userId, |
|
| 915 | - string $app, |
|
| 916 | - string $key, |
|
| 917 | - int $value, |
|
| 918 | - bool $lazy = false, |
|
| 919 | - int $flags = 0, |
|
| 920 | - ): bool { |
|
| 921 | - if ($value > 2000000000) { |
|
| 922 | - $this->logger->debug('You are trying to store an integer value around/above 2,147,483,647. This is a reminder that reaching this theoretical limit on 32 bits system will throw an exception.'); |
|
| 923 | - } |
|
| 924 | - |
|
| 925 | - return $this->setTypedValue( |
|
| 926 | - $userId, |
|
| 927 | - $app, |
|
| 928 | - $key, |
|
| 929 | - (string)$value, |
|
| 930 | - $lazy, |
|
| 931 | - $flags, |
|
| 932 | - ValueType::INT |
|
| 933 | - ); |
|
| 934 | - } |
|
| 935 | - |
|
| 936 | - /** |
|
| 937 | - * @inheritDoc |
|
| 938 | - * |
|
| 939 | - * @param string $userId id of the user |
|
| 940 | - * @param string $app id of the app |
|
| 941 | - * @param string $key config key |
|
| 942 | - * @param float $value config value |
|
| 943 | - * @param bool $lazy set config as lazy loaded |
|
| 944 | - * @param bool $sensitive if TRUE value will be hidden when listing config values. |
|
| 945 | - * |
|
| 946 | - * @return bool TRUE if value was different, therefor updated in database |
|
| 947 | - * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 948 | - * @since 31.0.0 |
|
| 949 | - * @see IUserConfig for explanation about lazy loading |
|
| 950 | - */ |
|
| 951 | - public function setValueFloat( |
|
| 952 | - string $userId, |
|
| 953 | - string $app, |
|
| 954 | - string $key, |
|
| 955 | - float $value, |
|
| 956 | - bool $lazy = false, |
|
| 957 | - int $flags = 0, |
|
| 958 | - ): bool { |
|
| 959 | - return $this->setTypedValue( |
|
| 960 | - $userId, |
|
| 961 | - $app, |
|
| 962 | - $key, |
|
| 963 | - (string)$value, |
|
| 964 | - $lazy, |
|
| 965 | - $flags, |
|
| 966 | - ValueType::FLOAT |
|
| 967 | - ); |
|
| 968 | - } |
|
| 969 | - |
|
| 970 | - /** |
|
| 971 | - * @inheritDoc |
|
| 972 | - * |
|
| 973 | - * @param string $userId id of the user |
|
| 974 | - * @param string $app id of the app |
|
| 975 | - * @param string $key config key |
|
| 976 | - * @param bool $value config value |
|
| 977 | - * @param bool $lazy set config as lazy loaded |
|
| 978 | - * |
|
| 979 | - * @return bool TRUE if value was different, therefor updated in database |
|
| 980 | - * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 981 | - * @since 31.0.0 |
|
| 982 | - * @see IUserConfig for explanation about lazy loading |
|
| 983 | - */ |
|
| 984 | - public function setValueBool( |
|
| 985 | - string $userId, |
|
| 986 | - string $app, |
|
| 987 | - string $key, |
|
| 988 | - bool $value, |
|
| 989 | - bool $lazy = false, |
|
| 990 | - int $flags = 0, |
|
| 991 | - ): bool { |
|
| 992 | - return $this->setTypedValue( |
|
| 993 | - $userId, |
|
| 994 | - $app, |
|
| 995 | - $key, |
|
| 996 | - ($value) ? '1' : '0', |
|
| 997 | - $lazy, |
|
| 998 | - $flags, |
|
| 999 | - ValueType::BOOL |
|
| 1000 | - ); |
|
| 1001 | - } |
|
| 1002 | - |
|
| 1003 | - /** |
|
| 1004 | - * @inheritDoc |
|
| 1005 | - * |
|
| 1006 | - * @param string $userId id of the user |
|
| 1007 | - * @param string $app id of the app |
|
| 1008 | - * @param string $key config key |
|
| 1009 | - * @param array $value config value |
|
| 1010 | - * @param bool $lazy set config as lazy loaded |
|
| 1011 | - * @param bool $sensitive if TRUE value will be hidden when listing config values. |
|
| 1012 | - * |
|
| 1013 | - * @return bool TRUE if value was different, therefor updated in database |
|
| 1014 | - * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 1015 | - * @throws JsonException |
|
| 1016 | - * @since 31.0.0 |
|
| 1017 | - * @see IUserConfig for explanation about lazy loading |
|
| 1018 | - */ |
|
| 1019 | - public function setValueArray( |
|
| 1020 | - string $userId, |
|
| 1021 | - string $app, |
|
| 1022 | - string $key, |
|
| 1023 | - array $value, |
|
| 1024 | - bool $lazy = false, |
|
| 1025 | - int $flags = 0, |
|
| 1026 | - ): bool { |
|
| 1027 | - try { |
|
| 1028 | - return $this->setTypedValue( |
|
| 1029 | - $userId, |
|
| 1030 | - $app, |
|
| 1031 | - $key, |
|
| 1032 | - json_encode($value, JSON_THROW_ON_ERROR), |
|
| 1033 | - $lazy, |
|
| 1034 | - $flags, |
|
| 1035 | - ValueType::ARRAY |
|
| 1036 | - ); |
|
| 1037 | - } catch (JsonException $e) { |
|
| 1038 | - $this->logger->warning('could not setValueArray', ['app' => $app, 'key' => $key, 'exception' => $e]); |
|
| 1039 | - throw $e; |
|
| 1040 | - } |
|
| 1041 | - } |
|
| 1042 | - |
|
| 1043 | - /** |
|
| 1044 | - * Store a config key and its value in database |
|
| 1045 | - * |
|
| 1046 | - * If config key is already known with the exact same config value and same sensitive/lazy status, the |
|
| 1047 | - * database is not updated. If config value was previously stored as sensitive, status will not be |
|
| 1048 | - * altered. |
|
| 1049 | - * |
|
| 1050 | - * @param string $userId id of the user |
|
| 1051 | - * @param string $app id of the app |
|
| 1052 | - * @param string $key config key |
|
| 1053 | - * @param string $value config value |
|
| 1054 | - * @param bool $lazy config set as lazy loaded |
|
| 1055 | - * @param ValueType $type value type |
|
| 1056 | - * |
|
| 1057 | - * @return bool TRUE if value was updated in database |
|
| 1058 | - * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 1059 | - * @see IUserConfig for explanation about lazy loading |
|
| 1060 | - */ |
|
| 1061 | - private function setTypedValue( |
|
| 1062 | - string $userId, |
|
| 1063 | - string $app, |
|
| 1064 | - string $key, |
|
| 1065 | - string $value, |
|
| 1066 | - bool $lazy, |
|
| 1067 | - int $flags, |
|
| 1068 | - ValueType $type, |
|
| 1069 | - ): bool { |
|
| 1070 | - // Primary email addresses are always(!) expected to be lowercase |
|
| 1071 | - if ($app === 'settings' && $key === 'email') { |
|
| 1072 | - $value = strtolower($value); |
|
| 1073 | - } |
|
| 1074 | - |
|
| 1075 | - $this->assertParams($userId, $app, $key); |
|
| 1076 | - if (!$this->matchAndApplyLexiconDefinition($userId, $app, $key, $lazy, $type, $flags)) { |
|
| 1077 | - // returns false as database is not updated |
|
| 1078 | - return false; |
|
| 1079 | - } |
|
| 1080 | - $this->loadConfig($userId, $lazy); |
|
| 1081 | - |
|
| 1082 | - $inserted = $refreshCache = false; |
|
| 1083 | - $origValue = $value; |
|
| 1084 | - $sensitive = $this->isFlagged(self::FLAG_SENSITIVE, $flags); |
|
| 1085 | - if ($sensitive || ($this->hasKey($userId, $app, $key, $lazy) && $this->isSensitive($userId, $app, $key, $lazy))) { |
|
| 1086 | - $value = self::ENCRYPTION_PREFIX . $this->crypto->encrypt($value); |
|
| 1087 | - $flags |= self::FLAG_SENSITIVE; |
|
| 1088 | - } |
|
| 1089 | - |
|
| 1090 | - // if requested, we fill the 'indexed' field with current value |
|
| 1091 | - $indexed = ''; |
|
| 1092 | - if ($type !== ValueType::ARRAY && $this->isFlagged(self::FLAG_INDEXED, $flags)) { |
|
| 1093 | - if ($this->isFlagged(self::FLAG_SENSITIVE, $flags)) { |
|
| 1094 | - $this->logger->warning('sensitive value are not to be indexed'); |
|
| 1095 | - } elseif (strlen($value) > self::USER_MAX_LENGTH) { |
|
| 1096 | - $this->logger->warning('value is too lengthy to be indexed'); |
|
| 1097 | - } else { |
|
| 1098 | - $indexed = $value; |
|
| 1099 | - } |
|
| 1100 | - } |
|
| 1101 | - |
|
| 1102 | - if ($this->hasKey($userId, $app, $key, $lazy)) { |
|
| 1103 | - /** |
|
| 1104 | - * no update if key is already known with set lazy status and value is |
|
| 1105 | - * not different, unless sensitivity is switched from false to true. |
|
| 1106 | - */ |
|
| 1107 | - if ($origValue === $this->getTypedValue($userId, $app, $key, $value, $lazy, $type) |
|
| 1108 | - && (!$sensitive || $this->isSensitive($userId, $app, $key, $lazy))) { |
|
| 1109 | - return false; |
|
| 1110 | - } |
|
| 1111 | - } else { |
|
| 1112 | - /** |
|
| 1113 | - * if key is not known yet, we try to insert. |
|
| 1114 | - * It might fail if the key exists with a different lazy flag. |
|
| 1115 | - */ |
|
| 1116 | - try { |
|
| 1117 | - $insert = $this->connection->getQueryBuilder(); |
|
| 1118 | - $insert->insert('preferences') |
|
| 1119 | - ->setValue('userid', $insert->createNamedParameter($userId)) |
|
| 1120 | - ->setValue('appid', $insert->createNamedParameter($app)) |
|
| 1121 | - ->setValue('lazy', $insert->createNamedParameter(($lazy) ? 1 : 0, IQueryBuilder::PARAM_INT)) |
|
| 1122 | - ->setValue('type', $insert->createNamedParameter($type->value, IQueryBuilder::PARAM_INT)) |
|
| 1123 | - ->setValue('flags', $insert->createNamedParameter($flags, IQueryBuilder::PARAM_INT)) |
|
| 1124 | - ->setValue('indexed', $insert->createNamedParameter($indexed)) |
|
| 1125 | - ->setValue('configkey', $insert->createNamedParameter($key)) |
|
| 1126 | - ->setValue('configvalue', $insert->createNamedParameter($value)); |
|
| 1127 | - $insert->executeStatement(); |
|
| 1128 | - $inserted = true; |
|
| 1129 | - } catch (DBException $e) { |
|
| 1130 | - if ($e->getReason() !== DBException::REASON_UNIQUE_CONSTRAINT_VIOLATION) { |
|
| 1131 | - // TODO: throw exception or just log and returns false !? |
|
| 1132 | - throw $e; |
|
| 1133 | - } |
|
| 1134 | - } |
|
| 1135 | - } |
|
| 1136 | - |
|
| 1137 | - /** |
|
| 1138 | - * We cannot insert a new row, meaning we need to update an already existing one |
|
| 1139 | - */ |
|
| 1140 | - if (!$inserted) { |
|
| 1141 | - $currType = $this->valueDetails[$userId][$app][$key]['type'] ?? null; |
|
| 1142 | - if ($currType === null) { // this might happen when switching lazy loading status |
|
| 1143 | - $this->loadConfigAll($userId); |
|
| 1144 | - $currType = $this->valueDetails[$userId][$app][$key]['type']; |
|
| 1145 | - } |
|
| 1146 | - |
|
| 1147 | - /** |
|
| 1148 | - * We only log a warning and set it to VALUE_MIXED. |
|
| 1149 | - */ |
|
| 1150 | - if ($currType === null) { |
|
| 1151 | - $this->logger->warning('Value type is set to zero (0) in database. This is not supposed to happens', ['app' => $app, 'key' => $key]); |
|
| 1152 | - $currType = ValueType::MIXED; |
|
| 1153 | - } |
|
| 1154 | - |
|
| 1155 | - /** |
|
| 1156 | - * we only accept a different type from the one stored in database |
|
| 1157 | - * if the one stored in database is not-defined (VALUE_MIXED) |
|
| 1158 | - */ |
|
| 1159 | - if ($currType !== ValueType::MIXED && |
|
| 1160 | - $currType !== $type) { |
|
| 1161 | - try { |
|
| 1162 | - $currTypeDef = $currType->getDefinition(); |
|
| 1163 | - $typeDef = $type->getDefinition(); |
|
| 1164 | - } catch (IncorrectTypeException) { |
|
| 1165 | - $currTypeDef = $currType->value; |
|
| 1166 | - $typeDef = $type->value; |
|
| 1167 | - } |
|
| 1168 | - throw new TypeConflictException('conflict between new type (' . $typeDef . ') and old type (' . $currTypeDef . ')'); |
|
| 1169 | - } |
|
| 1170 | - |
|
| 1171 | - if ($lazy !== $this->isLazy($userId, $app, $key)) { |
|
| 1172 | - $refreshCache = true; |
|
| 1173 | - } |
|
| 1174 | - |
|
| 1175 | - $update = $this->connection->getQueryBuilder(); |
|
| 1176 | - $update->update('preferences') |
|
| 1177 | - ->set('configvalue', $update->createNamedParameter($value)) |
|
| 1178 | - ->set('lazy', $update->createNamedParameter(($lazy) ? 1 : 0, IQueryBuilder::PARAM_INT)) |
|
| 1179 | - ->set('type', $update->createNamedParameter($type->value, IQueryBuilder::PARAM_INT)) |
|
| 1180 | - ->set('flags', $update->createNamedParameter($flags, IQueryBuilder::PARAM_INT)) |
|
| 1181 | - ->set('indexed', $update->createNamedParameter($indexed)) |
|
| 1182 | - ->where($update->expr()->eq('userid', $update->createNamedParameter($userId))) |
|
| 1183 | - ->andWhere($update->expr()->eq('appid', $update->createNamedParameter($app))) |
|
| 1184 | - ->andWhere($update->expr()->eq('configkey', $update->createNamedParameter($key))); |
|
| 1185 | - |
|
| 1186 | - $update->executeStatement(); |
|
| 1187 | - } |
|
| 1188 | - |
|
| 1189 | - if ($refreshCache) { |
|
| 1190 | - $this->clearCache($userId); |
|
| 1191 | - return true; |
|
| 1192 | - } |
|
| 1193 | - |
|
| 1194 | - // update local cache |
|
| 1195 | - if ($lazy) { |
|
| 1196 | - $this->lazyCache[$userId][$app][$key] = $value; |
|
| 1197 | - } else { |
|
| 1198 | - $this->fastCache[$userId][$app][$key] = $value; |
|
| 1199 | - } |
|
| 1200 | - $this->valueDetails[$userId][$app][$key] = [ |
|
| 1201 | - 'type' => $type, |
|
| 1202 | - 'flags' => $flags |
|
| 1203 | - ]; |
|
| 1204 | - |
|
| 1205 | - return true; |
|
| 1206 | - } |
|
| 1207 | - |
|
| 1208 | - /** |
|
| 1209 | - * Change the type of config value. |
|
| 1210 | - * |
|
| 1211 | - * **WARNING:** Method is internal and **MUST** not be used as it may break things. |
|
| 1212 | - * |
|
| 1213 | - * @param string $userId id of the user |
|
| 1214 | - * @param string $app id of the app |
|
| 1215 | - * @param string $key config key |
|
| 1216 | - * @param ValueType $type value type |
|
| 1217 | - * |
|
| 1218 | - * @return bool TRUE if database update were necessary |
|
| 1219 | - * @throws UnknownKeyException if $key is now known in database |
|
| 1220 | - * @throws IncorrectTypeException if $type is not valid |
|
| 1221 | - * @internal |
|
| 1222 | - * @since 31.0.0 |
|
| 1223 | - */ |
|
| 1224 | - public function updateType(string $userId, string $app, string $key, ValueType $type = ValueType::MIXED): bool { |
|
| 1225 | - $this->assertParams($userId, $app, $key); |
|
| 1226 | - $this->loadConfigAll($userId); |
|
| 1227 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 1228 | - $this->isLazy($userId, $app, $key); // confirm key exists |
|
| 1229 | - |
|
| 1230 | - $update = $this->connection->getQueryBuilder(); |
|
| 1231 | - $update->update('preferences') |
|
| 1232 | - ->set('type', $update->createNamedParameter($type->value, IQueryBuilder::PARAM_INT)) |
|
| 1233 | - ->where($update->expr()->eq('userid', $update->createNamedParameter($userId))) |
|
| 1234 | - ->andWhere($update->expr()->eq('appid', $update->createNamedParameter($app))) |
|
| 1235 | - ->andWhere($update->expr()->eq('configkey', $update->createNamedParameter($key))); |
|
| 1236 | - $update->executeStatement(); |
|
| 1237 | - |
|
| 1238 | - $this->valueDetails[$userId][$app][$key]['type'] = $type; |
|
| 1239 | - |
|
| 1240 | - return true; |
|
| 1241 | - } |
|
| 1242 | - |
|
| 1243 | - /** |
|
| 1244 | - * @inheritDoc |
|
| 1245 | - * |
|
| 1246 | - * @param string $userId id of the user |
|
| 1247 | - * @param string $app id of the app |
|
| 1248 | - * @param string $key config key |
|
| 1249 | - * @param bool $sensitive TRUE to set as sensitive, FALSE to unset |
|
| 1250 | - * |
|
| 1251 | - * @return bool TRUE if entry was found in database and an update was necessary |
|
| 1252 | - * @since 31.0.0 |
|
| 1253 | - */ |
|
| 1254 | - public function updateSensitive(string $userId, string $app, string $key, bool $sensitive): bool { |
|
| 1255 | - $this->assertParams($userId, $app, $key); |
|
| 1256 | - $this->loadConfigAll($userId); |
|
| 1257 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 1258 | - |
|
| 1259 | - try { |
|
| 1260 | - if ($sensitive === $this->isSensitive($userId, $app, $key, null)) { |
|
| 1261 | - return false; |
|
| 1262 | - } |
|
| 1263 | - } catch (UnknownKeyException) { |
|
| 1264 | - return false; |
|
| 1265 | - } |
|
| 1266 | - |
|
| 1267 | - $lazy = $this->isLazy($userId, $app, $key); |
|
| 1268 | - if ($lazy) { |
|
| 1269 | - $cache = $this->lazyCache; |
|
| 1270 | - } else { |
|
| 1271 | - $cache = $this->fastCache; |
|
| 1272 | - } |
|
| 1273 | - |
|
| 1274 | - if (!isset($cache[$userId][$app][$key])) { |
|
| 1275 | - throw new UnknownKeyException('unknown config key'); |
|
| 1276 | - } |
|
| 1277 | - |
|
| 1278 | - $value = $cache[$userId][$app][$key]; |
|
| 1279 | - $flags = $this->getValueFlags($userId, $app, $key); |
|
| 1280 | - if ($sensitive) { |
|
| 1281 | - $flags |= self::FLAG_SENSITIVE; |
|
| 1282 | - $value = self::ENCRYPTION_PREFIX . $this->crypto->encrypt($value); |
|
| 1283 | - } else { |
|
| 1284 | - $flags &= ~self::FLAG_SENSITIVE; |
|
| 1285 | - $this->decryptSensitiveValue($userId, $app, $key, $value); |
|
| 1286 | - } |
|
| 1287 | - |
|
| 1288 | - $update = $this->connection->getQueryBuilder(); |
|
| 1289 | - $update->update('preferences') |
|
| 1290 | - ->set('flags', $update->createNamedParameter($flags, IQueryBuilder::PARAM_INT)) |
|
| 1291 | - ->set('configvalue', $update->createNamedParameter($value)) |
|
| 1292 | - ->where($update->expr()->eq('userid', $update->createNamedParameter($userId))) |
|
| 1293 | - ->andWhere($update->expr()->eq('appid', $update->createNamedParameter($app))) |
|
| 1294 | - ->andWhere($update->expr()->eq('configkey', $update->createNamedParameter($key))); |
|
| 1295 | - $update->executeStatement(); |
|
| 1296 | - |
|
| 1297 | - $this->valueDetails[$userId][$app][$key]['flags'] = $flags; |
|
| 1298 | - |
|
| 1299 | - return true; |
|
| 1300 | - } |
|
| 1301 | - |
|
| 1302 | - /** |
|
| 1303 | - * @inheritDoc |
|
| 1304 | - * |
|
| 1305 | - * @param string $app |
|
| 1306 | - * @param string $key |
|
| 1307 | - * @param bool $sensitive |
|
| 1308 | - * |
|
| 1309 | - * @since 31.0.0 |
|
| 1310 | - */ |
|
| 1311 | - public function updateGlobalSensitive(string $app, string $key, bool $sensitive): void { |
|
| 1312 | - $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 1313 | - $this->matchAndApplyLexiconDefinition('', $app, $key); |
|
| 1314 | - |
|
| 1315 | - foreach (array_keys($this->getValuesByUsers($app, $key)) as $userId) { |
|
| 1316 | - try { |
|
| 1317 | - $this->updateSensitive($userId, $app, $key, $sensitive); |
|
| 1318 | - } catch (UnknownKeyException) { |
|
| 1319 | - // should not happen and can be ignored |
|
| 1320 | - } |
|
| 1321 | - } |
|
| 1322 | - |
|
| 1323 | - // we clear all cache |
|
| 1324 | - $this->clearCacheAll(); |
|
| 1325 | - } |
|
| 1326 | - |
|
| 1327 | - /** |
|
| 1328 | - * @inheritDoc |
|
| 1329 | - * |
|
| 1330 | - * @param string $userId |
|
| 1331 | - * @param string $app |
|
| 1332 | - * @param string $key |
|
| 1333 | - * @param bool $indexed |
|
| 1334 | - * |
|
| 1335 | - * @return bool |
|
| 1336 | - * @throws DBException |
|
| 1337 | - * @throws IncorrectTypeException |
|
| 1338 | - * @throws UnknownKeyException |
|
| 1339 | - * @since 31.0.0 |
|
| 1340 | - */ |
|
| 1341 | - public function updateIndexed(string $userId, string $app, string $key, bool $indexed): bool { |
|
| 1342 | - $this->assertParams($userId, $app, $key); |
|
| 1343 | - $this->loadConfigAll($userId); |
|
| 1344 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 1345 | - |
|
| 1346 | - try { |
|
| 1347 | - if ($indexed === $this->isIndexed($userId, $app, $key, null)) { |
|
| 1348 | - return false; |
|
| 1349 | - } |
|
| 1350 | - } catch (UnknownKeyException) { |
|
| 1351 | - return false; |
|
| 1352 | - } |
|
| 1353 | - |
|
| 1354 | - $lazy = $this->isLazy($userId, $app, $key); |
|
| 1355 | - if ($lazy) { |
|
| 1356 | - $cache = $this->lazyCache; |
|
| 1357 | - } else { |
|
| 1358 | - $cache = $this->fastCache; |
|
| 1359 | - } |
|
| 1360 | - |
|
| 1361 | - if (!isset($cache[$userId][$app][$key])) { |
|
| 1362 | - throw new UnknownKeyException('unknown config key'); |
|
| 1363 | - } |
|
| 1364 | - |
|
| 1365 | - $value = $cache[$userId][$app][$key]; |
|
| 1366 | - $flags = $this->getValueFlags($userId, $app, $key); |
|
| 1367 | - if ($indexed) { |
|
| 1368 | - $indexed = $value; |
|
| 1369 | - } else { |
|
| 1370 | - $flags &= ~self::FLAG_INDEXED; |
|
| 1371 | - $indexed = ''; |
|
| 1372 | - } |
|
| 1373 | - |
|
| 1374 | - $update = $this->connection->getQueryBuilder(); |
|
| 1375 | - $update->update('preferences') |
|
| 1376 | - ->set('flags', $update->createNamedParameter($flags, IQueryBuilder::PARAM_INT)) |
|
| 1377 | - ->set('indexed', $update->createNamedParameter($indexed)) |
|
| 1378 | - ->where($update->expr()->eq('userid', $update->createNamedParameter($userId))) |
|
| 1379 | - ->andWhere($update->expr()->eq('appid', $update->createNamedParameter($app))) |
|
| 1380 | - ->andWhere($update->expr()->eq('configkey', $update->createNamedParameter($key))); |
|
| 1381 | - $update->executeStatement(); |
|
| 1382 | - |
|
| 1383 | - $this->valueDetails[$userId][$app][$key]['flags'] = $flags; |
|
| 1384 | - |
|
| 1385 | - return true; |
|
| 1386 | - } |
|
| 1387 | - |
|
| 1388 | - |
|
| 1389 | - /** |
|
| 1390 | - * @inheritDoc |
|
| 1391 | - * |
|
| 1392 | - * @param string $app |
|
| 1393 | - * @param string $key |
|
| 1394 | - * @param bool $indexed |
|
| 1395 | - * |
|
| 1396 | - * @since 31.0.0 |
|
| 1397 | - */ |
|
| 1398 | - public function updateGlobalIndexed(string $app, string $key, bool $indexed): void { |
|
| 1399 | - $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 1400 | - $this->matchAndApplyLexiconDefinition('', $app, $key); |
|
| 1401 | - |
|
| 1402 | - foreach (array_keys($this->getValuesByUsers($app, $key)) as $userId) { |
|
| 1403 | - try { |
|
| 1404 | - $this->updateIndexed($userId, $app, $key, $indexed); |
|
| 1405 | - } catch (UnknownKeyException) { |
|
| 1406 | - // should not happen and can be ignored |
|
| 1407 | - } |
|
| 1408 | - } |
|
| 1409 | - |
|
| 1410 | - // we clear all cache |
|
| 1411 | - $this->clearCacheAll(); |
|
| 1412 | - } |
|
| 1413 | - |
|
| 1414 | - /** |
|
| 1415 | - * @inheritDoc |
|
| 1416 | - * |
|
| 1417 | - * @param string $userId id of the user |
|
| 1418 | - * @param string $app id of the app |
|
| 1419 | - * @param string $key config key |
|
| 1420 | - * @param bool $lazy TRUE to set as lazy loaded, FALSE to unset |
|
| 1421 | - * |
|
| 1422 | - * @return bool TRUE if entry was found in database and an update was necessary |
|
| 1423 | - * @since 31.0.0 |
|
| 1424 | - */ |
|
| 1425 | - public function updateLazy(string $userId, string $app, string $key, bool $lazy): bool { |
|
| 1426 | - $this->assertParams($userId, $app, $key); |
|
| 1427 | - $this->loadConfigAll($userId); |
|
| 1428 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 1429 | - |
|
| 1430 | - try { |
|
| 1431 | - if ($lazy === $this->isLazy($userId, $app, $key)) { |
|
| 1432 | - return false; |
|
| 1433 | - } |
|
| 1434 | - } catch (UnknownKeyException) { |
|
| 1435 | - return false; |
|
| 1436 | - } |
|
| 1437 | - |
|
| 1438 | - $update = $this->connection->getQueryBuilder(); |
|
| 1439 | - $update->update('preferences') |
|
| 1440 | - ->set('lazy', $update->createNamedParameter($lazy ? 1 : 0, IQueryBuilder::PARAM_INT)) |
|
| 1441 | - ->where($update->expr()->eq('userid', $update->createNamedParameter($userId))) |
|
| 1442 | - ->andWhere($update->expr()->eq('appid', $update->createNamedParameter($app))) |
|
| 1443 | - ->andWhere($update->expr()->eq('configkey', $update->createNamedParameter($key))); |
|
| 1444 | - $update->executeStatement(); |
|
| 1445 | - |
|
| 1446 | - // At this point, it is a lot safer to clean cache |
|
| 1447 | - $this->clearCache($userId); |
|
| 1448 | - |
|
| 1449 | - return true; |
|
| 1450 | - } |
|
| 1451 | - |
|
| 1452 | - /** |
|
| 1453 | - * @inheritDoc |
|
| 1454 | - * |
|
| 1455 | - * @param string $app id of the app |
|
| 1456 | - * @param string $key config key |
|
| 1457 | - * @param bool $lazy TRUE to set as lazy loaded, FALSE to unset |
|
| 1458 | - * |
|
| 1459 | - * @since 31.0.0 |
|
| 1460 | - */ |
|
| 1461 | - public function updateGlobalLazy(string $app, string $key, bool $lazy): void { |
|
| 1462 | - $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 1463 | - $this->matchAndApplyLexiconDefinition('', $app, $key); |
|
| 1464 | - |
|
| 1465 | - $update = $this->connection->getQueryBuilder(); |
|
| 1466 | - $update->update('preferences') |
|
| 1467 | - ->set('lazy', $update->createNamedParameter($lazy ? 1 : 0, IQueryBuilder::PARAM_INT)) |
|
| 1468 | - ->where($update->expr()->eq('appid', $update->createNamedParameter($app))) |
|
| 1469 | - ->andWhere($update->expr()->eq('configkey', $update->createNamedParameter($key))); |
|
| 1470 | - $update->executeStatement(); |
|
| 1471 | - |
|
| 1472 | - $this->clearCacheAll(); |
|
| 1473 | - } |
|
| 1474 | - |
|
| 1475 | - /** |
|
| 1476 | - * @inheritDoc |
|
| 1477 | - * |
|
| 1478 | - * @param string $userId id of the user |
|
| 1479 | - * @param string $app id of the app |
|
| 1480 | - * @param string $key config key |
|
| 1481 | - * |
|
| 1482 | - * @return array |
|
| 1483 | - * @throws UnknownKeyException if config key is not known in database |
|
| 1484 | - * @since 31.0.0 |
|
| 1485 | - */ |
|
| 1486 | - public function getDetails(string $userId, string $app, string $key): array { |
|
| 1487 | - $this->assertParams($userId, $app, $key); |
|
| 1488 | - $this->loadConfigAll($userId); |
|
| 1489 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 1490 | - |
|
| 1491 | - $lazy = $this->isLazy($userId, $app, $key); |
|
| 1492 | - |
|
| 1493 | - if ($lazy) { |
|
| 1494 | - $cache = $this->lazyCache[$userId]; |
|
| 1495 | - } else { |
|
| 1496 | - $cache = $this->fastCache[$userId]; |
|
| 1497 | - } |
|
| 1498 | - |
|
| 1499 | - $type = $this->getValueType($userId, $app, $key); |
|
| 1500 | - try { |
|
| 1501 | - $typeString = $type->getDefinition(); |
|
| 1502 | - } catch (IncorrectTypeException $e) { |
|
| 1503 | - $this->logger->warning('type stored in database is not correct', ['exception' => $e, 'type' => $type]); |
|
| 1504 | - $typeString = (string)$type->value; |
|
| 1505 | - } |
|
| 1506 | - |
|
| 1507 | - if (!isset($cache[$app][$key])) { |
|
| 1508 | - throw new UnknownKeyException('unknown config key'); |
|
| 1509 | - } |
|
| 1510 | - |
|
| 1511 | - $value = $cache[$app][$key]; |
|
| 1512 | - $sensitive = $this->isSensitive($userId, $app, $key, null); |
|
| 1513 | - $this->decryptSensitiveValue($userId, $app, $key, $value); |
|
| 1514 | - |
|
| 1515 | - return [ |
|
| 1516 | - 'userId' => $userId, |
|
| 1517 | - 'app' => $app, |
|
| 1518 | - 'key' => $key, |
|
| 1519 | - 'value' => $value, |
|
| 1520 | - 'type' => $type->value, |
|
| 1521 | - 'lazy' => $lazy, |
|
| 1522 | - 'typeString' => $typeString, |
|
| 1523 | - 'sensitive' => $sensitive |
|
| 1524 | - ]; |
|
| 1525 | - } |
|
| 1526 | - |
|
| 1527 | - /** |
|
| 1528 | - * @inheritDoc |
|
| 1529 | - * |
|
| 1530 | - * @param string $userId id of the user |
|
| 1531 | - * @param string $app id of the app |
|
| 1532 | - * @param string $key config key |
|
| 1533 | - * |
|
| 1534 | - * @since 31.0.0 |
|
| 1535 | - */ |
|
| 1536 | - public function deleteUserConfig(string $userId, string $app, string $key): void { |
|
| 1537 | - $this->assertParams($userId, $app, $key); |
|
| 1538 | - $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 1539 | - |
|
| 1540 | - $qb = $this->connection->getQueryBuilder(); |
|
| 1541 | - $qb->delete('preferences') |
|
| 1542 | - ->where($qb->expr()->eq('userid', $qb->createNamedParameter($userId))) |
|
| 1543 | - ->andWhere($qb->expr()->eq('appid', $qb->createNamedParameter($app))) |
|
| 1544 | - ->andWhere($qb->expr()->eq('configkey', $qb->createNamedParameter($key))); |
|
| 1545 | - $qb->executeStatement(); |
|
| 1546 | - |
|
| 1547 | - unset($this->lazyCache[$userId][$app][$key]); |
|
| 1548 | - unset($this->fastCache[$userId][$app][$key]); |
|
| 1549 | - unset($this->valueDetails[$userId][$app][$key]); |
|
| 1550 | - } |
|
| 1551 | - |
|
| 1552 | - /** |
|
| 1553 | - * @inheritDoc |
|
| 1554 | - * |
|
| 1555 | - * @param string $app id of the app |
|
| 1556 | - * @param string $key config key |
|
| 1557 | - * |
|
| 1558 | - * @since 31.0.0 |
|
| 1559 | - */ |
|
| 1560 | - public function deleteKey(string $app, string $key): void { |
|
| 1561 | - $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 1562 | - $this->matchAndApplyLexiconDefinition('', $app, $key); |
|
| 1563 | - |
|
| 1564 | - $qb = $this->connection->getQueryBuilder(); |
|
| 1565 | - $qb->delete('preferences') |
|
| 1566 | - ->where($qb->expr()->eq('appid', $qb->createNamedParameter($app))) |
|
| 1567 | - ->andWhere($qb->expr()->eq('configkey', $qb->createNamedParameter($key))); |
|
| 1568 | - $qb->executeStatement(); |
|
| 1569 | - |
|
| 1570 | - $this->clearCacheAll(); |
|
| 1571 | - } |
|
| 1572 | - |
|
| 1573 | - /** |
|
| 1574 | - * @inheritDoc |
|
| 1575 | - * |
|
| 1576 | - * @param string $app id of the app |
|
| 1577 | - * |
|
| 1578 | - * @since 31.0.0 |
|
| 1579 | - */ |
|
| 1580 | - public function deleteApp(string $app): void { |
|
| 1581 | - $this->assertParams('', $app, allowEmptyUser: true); |
|
| 1582 | - |
|
| 1583 | - $qb = $this->connection->getQueryBuilder(); |
|
| 1584 | - $qb->delete('preferences') |
|
| 1585 | - ->where($qb->expr()->eq('appid', $qb->createNamedParameter($app))); |
|
| 1586 | - $qb->executeStatement(); |
|
| 1587 | - |
|
| 1588 | - $this->clearCacheAll(); |
|
| 1589 | - } |
|
| 1590 | - |
|
| 1591 | - public function deleteAllUserConfig(string $userId): void { |
|
| 1592 | - $this->assertParams($userId, '', allowEmptyApp: true); |
|
| 1593 | - $qb = $this->connection->getQueryBuilder(); |
|
| 1594 | - $qb->delete('preferences') |
|
| 1595 | - ->where($qb->expr()->eq('userid', $qb->createNamedParameter($userId))); |
|
| 1596 | - $qb->executeStatement(); |
|
| 1597 | - |
|
| 1598 | - $this->clearCache($userId); |
|
| 1599 | - } |
|
| 1600 | - |
|
| 1601 | - /** |
|
| 1602 | - * @inheritDoc |
|
| 1603 | - * |
|
| 1604 | - * @param string $userId id of the user |
|
| 1605 | - * @param bool $reload set to TRUE to refill cache instantly after clearing it. |
|
| 1606 | - * |
|
| 1607 | - * @since 31.0.0 |
|
| 1608 | - */ |
|
| 1609 | - public function clearCache(string $userId, bool $reload = false): void { |
|
| 1610 | - $this->assertParams($userId, allowEmptyApp: true); |
|
| 1611 | - $this->lazyLoaded[$userId] = $this->fastLoaded[$userId] = false; |
|
| 1612 | - $this->lazyCache[$userId] = $this->fastCache[$userId] = $this->valueDetails[$userId] = []; |
|
| 1613 | - |
|
| 1614 | - if (!$reload) { |
|
| 1615 | - return; |
|
| 1616 | - } |
|
| 1617 | - |
|
| 1618 | - $this->loadConfigAll($userId); |
|
| 1619 | - } |
|
| 1620 | - |
|
| 1621 | - /** |
|
| 1622 | - * @inheritDoc |
|
| 1623 | - * |
|
| 1624 | - * @since 31.0.0 |
|
| 1625 | - */ |
|
| 1626 | - public function clearCacheAll(): void { |
|
| 1627 | - $this->lazyLoaded = $this->fastLoaded = []; |
|
| 1628 | - $this->lazyCache = $this->fastCache = $this->valueDetails = []; |
|
| 1629 | - } |
|
| 1630 | - |
|
| 1631 | - /** |
|
| 1632 | - * For debug purpose. |
|
| 1633 | - * Returns the cached data. |
|
| 1634 | - * |
|
| 1635 | - * @return array |
|
| 1636 | - * @since 31.0.0 |
|
| 1637 | - * @internal |
|
| 1638 | - */ |
|
| 1639 | - public function statusCache(): array { |
|
| 1640 | - return [ |
|
| 1641 | - 'fastLoaded' => $this->fastLoaded, |
|
| 1642 | - 'fastCache' => $this->fastCache, |
|
| 1643 | - 'lazyLoaded' => $this->lazyLoaded, |
|
| 1644 | - 'lazyCache' => $this->lazyCache, |
|
| 1645 | - 'valueDetails' => $this->valueDetails, |
|
| 1646 | - ]; |
|
| 1647 | - } |
|
| 1648 | - |
|
| 1649 | - /** |
|
| 1650 | - * @param int $needle bitflag to search |
|
| 1651 | - * @param int $flags all flags |
|
| 1652 | - * |
|
| 1653 | - * @return bool TRUE if bitflag $needle is set in $flags |
|
| 1654 | - */ |
|
| 1655 | - private function isFlagged(int $needle, int $flags): bool { |
|
| 1656 | - return (($needle & $flags) !== 0); |
|
| 1657 | - } |
|
| 1658 | - |
|
| 1659 | - /** |
|
| 1660 | - * Confirm the string set for app and key fit the database description |
|
| 1661 | - * |
|
| 1662 | - * @param string $userId |
|
| 1663 | - * @param string $app assert $app fit in database |
|
| 1664 | - * @param string $prefKey assert config key fit in database |
|
| 1665 | - * @param bool $allowEmptyUser |
|
| 1666 | - * @param bool $allowEmptyApp $app can be empty string |
|
| 1667 | - * @param ValueType|null $valueType assert value type is only one type |
|
| 1668 | - */ |
|
| 1669 | - private function assertParams( |
|
| 1670 | - string $userId = '', |
|
| 1671 | - string $app = '', |
|
| 1672 | - string $prefKey = '', |
|
| 1673 | - bool $allowEmptyUser = false, |
|
| 1674 | - bool $allowEmptyApp = false, |
|
| 1675 | - ): void { |
|
| 1676 | - if (!$allowEmptyUser && $userId === '') { |
|
| 1677 | - throw new InvalidArgumentException('userId cannot be an empty string'); |
|
| 1678 | - } |
|
| 1679 | - if (!$allowEmptyApp && $app === '') { |
|
| 1680 | - throw new InvalidArgumentException('app cannot be an empty string'); |
|
| 1681 | - } |
|
| 1682 | - if (strlen($userId) > self::USER_MAX_LENGTH) { |
|
| 1683 | - throw new InvalidArgumentException('Value (' . $userId . ') for userId is too long (' . self::USER_MAX_LENGTH . ')'); |
|
| 1684 | - } |
|
| 1685 | - if (strlen($app) > self::APP_MAX_LENGTH) { |
|
| 1686 | - throw new InvalidArgumentException('Value (' . $app . ') for app is too long (' . self::APP_MAX_LENGTH . ')'); |
|
| 1687 | - } |
|
| 1688 | - if (strlen($prefKey) > self::KEY_MAX_LENGTH) { |
|
| 1689 | - throw new InvalidArgumentException('Value (' . $prefKey . ') for key is too long (' . self::KEY_MAX_LENGTH . ')'); |
|
| 1690 | - } |
|
| 1691 | - } |
|
| 1692 | - |
|
| 1693 | - private function loadConfigAll(string $userId): void { |
|
| 1694 | - $this->loadConfig($userId, null); |
|
| 1695 | - } |
|
| 1696 | - |
|
| 1697 | - /** |
|
| 1698 | - * Load normal config or config set as lazy loaded |
|
| 1699 | - * |
|
| 1700 | - * @param bool|null $lazy set to TRUE to load config set as lazy loaded, set to NULL to load all config |
|
| 1701 | - */ |
|
| 1702 | - private function loadConfig(string $userId, ?bool $lazy = false): void { |
|
| 1703 | - if ($this->isLoaded($userId, $lazy)) { |
|
| 1704 | - return; |
|
| 1705 | - } |
|
| 1706 | - |
|
| 1707 | - if (($lazy ?? true) !== false) { // if lazy is null or true, we debug log |
|
| 1708 | - $this->logger->debug('The loading of lazy UserConfig values have been requested', ['exception' => new \RuntimeException('ignorable exception')]); |
|
| 1709 | - } |
|
| 1710 | - |
|
| 1711 | - $qb = $this->connection->getQueryBuilder(); |
|
| 1712 | - $qb->from('preferences'); |
|
| 1713 | - $qb->select('appid', 'configkey', 'configvalue', 'type', 'flags'); |
|
| 1714 | - $qb->where($qb->expr()->eq('userid', $qb->createNamedParameter($userId))); |
|
| 1715 | - |
|
| 1716 | - // we only need value from lazy when loadConfig does not specify it |
|
| 1717 | - if ($lazy !== null) { |
|
| 1718 | - $qb->andWhere($qb->expr()->eq('lazy', $qb->createNamedParameter($lazy ? 1 : 0, IQueryBuilder::PARAM_INT))); |
|
| 1719 | - } else { |
|
| 1720 | - $qb->addSelect('lazy'); |
|
| 1721 | - } |
|
| 1722 | - |
|
| 1723 | - $result = $qb->executeQuery(); |
|
| 1724 | - $rows = $result->fetchAll(); |
|
| 1725 | - foreach ($rows as $row) { |
|
| 1726 | - if (($row['lazy'] ?? ($lazy ?? 0) ? 1 : 0) === 1) { |
|
| 1727 | - $this->lazyCache[$userId][$row['appid']][$row['configkey']] = $row['configvalue'] ?? ''; |
|
| 1728 | - } else { |
|
| 1729 | - $this->fastCache[$userId][$row['appid']][$row['configkey']] = $row['configvalue'] ?? ''; |
|
| 1730 | - } |
|
| 1731 | - $this->valueDetails[$userId][$row['appid']][$row['configkey']] = ['type' => ValueType::from((int)($row['type'] ?? 0)), 'flags' => (int)$row['flags']]; |
|
| 1732 | - } |
|
| 1733 | - $result->closeCursor(); |
|
| 1734 | - $this->setAsLoaded($userId, $lazy); |
|
| 1735 | - } |
|
| 1736 | - |
|
| 1737 | - /** |
|
| 1738 | - * if $lazy is: |
|
| 1739 | - * - false: will returns true if fast config are loaded |
|
| 1740 | - * - true : will returns true if lazy config are loaded |
|
| 1741 | - * - null : will returns true if both config are loaded |
|
| 1742 | - * |
|
| 1743 | - * @param string $userId |
|
| 1744 | - * @param bool $lazy |
|
| 1745 | - * |
|
| 1746 | - * @return bool |
|
| 1747 | - */ |
|
| 1748 | - private function isLoaded(string $userId, ?bool $lazy): bool { |
|
| 1749 | - if ($lazy === null) { |
|
| 1750 | - return ($this->lazyLoaded[$userId] ?? false) && ($this->fastLoaded[$userId] ?? false); |
|
| 1751 | - } |
|
| 1752 | - |
|
| 1753 | - return $lazy ? $this->lazyLoaded[$userId] ?? false : $this->fastLoaded[$userId] ?? false; |
|
| 1754 | - } |
|
| 1755 | - |
|
| 1756 | - /** |
|
| 1757 | - * if $lazy is: |
|
| 1758 | - * - false: set fast config as loaded |
|
| 1759 | - * - true : set lazy config as loaded |
|
| 1760 | - * - null : set both config as loaded |
|
| 1761 | - * |
|
| 1762 | - * @param string $userId |
|
| 1763 | - * @param bool $lazy |
|
| 1764 | - */ |
|
| 1765 | - private function setAsLoaded(string $userId, ?bool $lazy): void { |
|
| 1766 | - if ($lazy === null) { |
|
| 1767 | - $this->fastLoaded[$userId] = $this->lazyLoaded[$userId] = true; |
|
| 1768 | - return; |
|
| 1769 | - } |
|
| 1770 | - |
|
| 1771 | - // We also create empty entry to keep both fastLoaded/lazyLoaded synced |
|
| 1772 | - if ($lazy) { |
|
| 1773 | - $this->lazyLoaded[$userId] = true; |
|
| 1774 | - $this->fastLoaded[$userId] = $this->fastLoaded[$userId] ?? false; |
|
| 1775 | - $this->fastCache[$userId] = $this->fastCache[$userId] ?? []; |
|
| 1776 | - } else { |
|
| 1777 | - $this->fastLoaded[$userId] = true; |
|
| 1778 | - $this->lazyLoaded[$userId] = $this->lazyLoaded[$userId] ?? false; |
|
| 1779 | - $this->lazyCache[$userId] = $this->lazyCache[$userId] ?? []; |
|
| 1780 | - } |
|
| 1781 | - } |
|
| 1782 | - |
|
| 1783 | - /** |
|
| 1784 | - * **Warning:** this will load all lazy values from the database |
|
| 1785 | - * |
|
| 1786 | - * @param string $userId id of the user |
|
| 1787 | - * @param string $app id of the app |
|
| 1788 | - * @param bool $filtered TRUE to hide sensitive config values. Value are replaced by {@see IConfig::SENSITIVE_VALUE} |
|
| 1789 | - * |
|
| 1790 | - * @return array<string, string|int|float|bool|array> |
|
| 1791 | - */ |
|
| 1792 | - private function formatAppValues(string $userId, string $app, array $values, bool $filtered = false): array { |
|
| 1793 | - foreach ($values as $key => $value) { |
|
| 1794 | - //$key = (string)$key; |
|
| 1795 | - try { |
|
| 1796 | - $type = $this->getValueType($userId, $app, (string)$key); |
|
| 1797 | - } catch (UnknownKeyException) { |
|
| 1798 | - continue; |
|
| 1799 | - } |
|
| 1800 | - |
|
| 1801 | - if ($this->isFlagged(self::FLAG_SENSITIVE, $this->valueDetails[$userId][$app][$key]['flags'] ?? 0)) { |
|
| 1802 | - if ($filtered) { |
|
| 1803 | - $value = IConfig::SENSITIVE_VALUE; |
|
| 1804 | - $type = ValueType::STRING; |
|
| 1805 | - } else { |
|
| 1806 | - $this->decryptSensitiveValue($userId, $app, (string)$key, $value); |
|
| 1807 | - } |
|
| 1808 | - } |
|
| 1809 | - |
|
| 1810 | - $values[$key] = $this->convertTypedValue($value, $type); |
|
| 1811 | - } |
|
| 1812 | - |
|
| 1813 | - return $values; |
|
| 1814 | - } |
|
| 1815 | - |
|
| 1816 | - /** |
|
| 1817 | - * convert string value to the expected type |
|
| 1818 | - * |
|
| 1819 | - * @param string $value |
|
| 1820 | - * @param ValueType $type |
|
| 1821 | - * |
|
| 1822 | - * @return string|int|float|bool|array |
|
| 1823 | - */ |
|
| 1824 | - private function convertTypedValue(string $value, ValueType $type): string|int|float|bool|array { |
|
| 1825 | - switch ($type) { |
|
| 1826 | - case ValueType::INT: |
|
| 1827 | - return (int)$value; |
|
| 1828 | - case ValueType::FLOAT: |
|
| 1829 | - return (float)$value; |
|
| 1830 | - case ValueType::BOOL: |
|
| 1831 | - return in_array(strtolower($value), ['1', 'true', 'yes', 'on']); |
|
| 1832 | - case ValueType::ARRAY: |
|
| 1833 | - try { |
|
| 1834 | - return json_decode($value, true, flags: JSON_THROW_ON_ERROR); |
|
| 1835 | - } catch (JsonException) { |
|
| 1836 | - // ignoreable |
|
| 1837 | - } |
|
| 1838 | - break; |
|
| 1839 | - } |
|
| 1840 | - return $value; |
|
| 1841 | - } |
|
| 1842 | - |
|
| 1843 | - |
|
| 1844 | - /** |
|
| 1845 | - * will change referenced $value with the decrypted value in case of encrypted (sensitive value) |
|
| 1846 | - * |
|
| 1847 | - * @param string $userId |
|
| 1848 | - * @param string $app |
|
| 1849 | - * @param string $key |
|
| 1850 | - * @param string $value |
|
| 1851 | - */ |
|
| 1852 | - private function decryptSensitiveValue(string $userId, string $app, string $key, string &$value): void { |
|
| 1853 | - if (!$this->isFlagged(self::FLAG_SENSITIVE, $this->valueDetails[$userId][$app][$key]['flags'] ?? 0)) { |
|
| 1854 | - return; |
|
| 1855 | - } |
|
| 1856 | - |
|
| 1857 | - if (!str_starts_with($value, self::ENCRYPTION_PREFIX)) { |
|
| 1858 | - return; |
|
| 1859 | - } |
|
| 1860 | - |
|
| 1861 | - try { |
|
| 1862 | - $value = $this->crypto->decrypt(substr($value, self::ENCRYPTION_PREFIX_LENGTH)); |
|
| 1863 | - } catch (\Exception $e) { |
|
| 1864 | - $this->logger->warning('could not decrypt sensitive value', [ |
|
| 1865 | - 'userId' => $userId, |
|
| 1866 | - 'app' => $app, |
|
| 1867 | - 'key' => $key, |
|
| 1868 | - 'value' => $value, |
|
| 1869 | - 'exception' => $e |
|
| 1870 | - ]); |
|
| 1871 | - } |
|
| 1872 | - } |
|
| 1873 | - |
|
| 1874 | - /** |
|
| 1875 | - * Match and apply current use of config values with defined lexicon. |
|
| 1876 | - * Set $lazy to NULL only if only interested into checking that $key is alias. |
|
| 1877 | - * |
|
| 1878 | - * @throws UnknownKeyException |
|
| 1879 | - * @throws TypeConflictException |
|
| 1880 | - * @return bool FALSE if conflict with defined lexicon were observed in the process |
|
| 1881 | - */ |
|
| 1882 | - private function matchAndApplyLexiconDefinition( |
|
| 1883 | - string $userId, |
|
| 1884 | - string $app, |
|
| 1885 | - string &$key, |
|
| 1886 | - ?bool &$lazy = null, |
|
| 1887 | - ValueType &$type = ValueType::MIXED, |
|
| 1888 | - int &$flags = 0, |
|
| 1889 | - string &$default = '', |
|
| 1890 | - ): bool { |
|
| 1891 | - $configDetails = $this->getConfigDetailsFromLexicon($app); |
|
| 1892 | - if (array_key_exists($key, $configDetails['aliases']) && !$this->ignoreLexiconAliases) { |
|
| 1893 | - // in case '$rename' is set in ConfigLexiconEntry, we use the new config key |
|
| 1894 | - $key = $configDetails['aliases'][$key]; |
|
| 1895 | - } |
|
| 1896 | - |
|
| 1897 | - if (!array_key_exists($key, $configDetails['entries'])) { |
|
| 1898 | - return $this->applyLexiconStrictness($configDetails['strictness'], 'The user config key ' . $app . '/' . $key . ' is not defined in the config lexicon'); |
|
| 1899 | - } |
|
| 1900 | - |
|
| 1901 | - // if lazy is NULL, we ignore all check on the type/lazyness/default from Lexicon |
|
| 1902 | - if ($lazy === null) { |
|
| 1903 | - return true; |
|
| 1904 | - } |
|
| 1905 | - |
|
| 1906 | - /** @var ConfigLexiconEntry $configValue */ |
|
| 1907 | - $configValue = $configDetails['entries'][$key]; |
|
| 1908 | - if ($type === ValueType::MIXED) { |
|
| 1909 | - // we overwrite if value was requested as mixed |
|
| 1910 | - $type = $configValue->getValueType(); |
|
| 1911 | - } elseif ($configValue->getValueType() !== $type) { |
|
| 1912 | - throw new TypeConflictException('The user config key ' . $app . '/' . $key . ' is typed incorrectly in relation to the config lexicon'); |
|
| 1913 | - } |
|
| 1914 | - |
|
| 1915 | - $lazy = $configValue->isLazy(); |
|
| 1916 | - $flags = $configValue->getFlags(); |
|
| 1917 | - if ($configValue->isDeprecated()) { |
|
| 1918 | - $this->logger->notice('User config key ' . $app . '/' . $key . ' is set as deprecated.'); |
|
| 1919 | - } |
|
| 1920 | - |
|
| 1921 | - $enforcedValue = $this->config->getSystemValue('lexicon.default.userconfig.enforced', [])[$app][$key] ?? false; |
|
| 1922 | - if (!$enforcedValue && $this->hasKey($userId, $app, $key, $lazy)) { |
|
| 1923 | - // if key exists there should be no need to extract default |
|
| 1924 | - return true; |
|
| 1925 | - } |
|
| 1926 | - |
|
| 1927 | - // default from Lexicon got priority but it can still be overwritten by admin |
|
| 1928 | - $default = $this->getSystemDefault($app, $configValue) ?? $configValue->getDefault() ?? $default; |
|
| 1929 | - |
|
| 1930 | - // returning false will make get() returning $default and set() not changing value in database |
|
| 1931 | - return !$enforcedValue; |
|
| 1932 | - } |
|
| 1933 | - |
|
| 1934 | - /** |
|
| 1935 | - * get default value set in config/config.php if stored in key: |
|
| 1936 | - * |
|
| 1937 | - * 'lexicon.default.userconfig' => [ |
|
| 1938 | - * <appId> => [ |
|
| 1939 | - * <configKey> => 'my value', |
|
| 1940 | - * ] |
|
| 1941 | - * ], |
|
| 1942 | - * |
|
| 1943 | - * The entry is converted to string to fit the expected type when managing default value |
|
| 1944 | - */ |
|
| 1945 | - private function getSystemDefault(string $appId, ConfigLexiconEntry $configValue): ?string { |
|
| 1946 | - $default = $this->config->getSystemValue('lexicon.default.userconfig', [])[$appId][$configValue->getKey()] ?? null; |
|
| 1947 | - if ($default === null) { |
|
| 1948 | - // no system default, using default default. |
|
| 1949 | - return null; |
|
| 1950 | - } |
|
| 1951 | - |
|
| 1952 | - return $configValue->convertToString($default); |
|
| 1953 | - } |
|
| 1954 | - |
|
| 1955 | - /** |
|
| 1956 | - * manage ConfigLexicon behavior based on strictness set in IConfigLexicon |
|
| 1957 | - * |
|
| 1958 | - * @see IConfigLexicon::getStrictness() |
|
| 1959 | - * @param ConfigLexiconStrictness|null $strictness |
|
| 1960 | - * @param string $line |
|
| 1961 | - * |
|
| 1962 | - * @return bool TRUE if conflict can be fully ignored |
|
| 1963 | - * @throws UnknownKeyException |
|
| 1964 | - */ |
|
| 1965 | - private function applyLexiconStrictness(?ConfigLexiconStrictness $strictness, string $line = ''): bool { |
|
| 1966 | - if ($strictness === null) { |
|
| 1967 | - return true; |
|
| 1968 | - } |
|
| 1969 | - |
|
| 1970 | - switch ($strictness) { |
|
| 1971 | - case ConfigLexiconStrictness::IGNORE: |
|
| 1972 | - return true; |
|
| 1973 | - case ConfigLexiconStrictness::NOTICE: |
|
| 1974 | - $this->logger->notice($line); |
|
| 1975 | - return true; |
|
| 1976 | - case ConfigLexiconStrictness::WARNING: |
|
| 1977 | - $this->logger->warning($line); |
|
| 1978 | - return false; |
|
| 1979 | - case ConfigLexiconStrictness::EXCEPTION: |
|
| 1980 | - throw new UnknownKeyException($line); |
|
| 1981 | - } |
|
| 1982 | - |
|
| 1983 | - throw new UnknownKeyException($line); |
|
| 1984 | - } |
|
| 1985 | - |
|
| 1986 | - /** |
|
| 1987 | - * extract details from registered $appId's config lexicon |
|
| 1988 | - * |
|
| 1989 | - * @param string $appId |
|
| 1990 | - * @internal |
|
| 1991 | - * |
|
| 1992 | - * @return array{entries: array<string, ConfigLexiconEntry>, aliases: array<string, string>, strictness: ConfigLexiconStrictness} |
|
| 1993 | - */ |
|
| 1994 | - public function getConfigDetailsFromLexicon(string $appId): array { |
|
| 1995 | - if (!array_key_exists($appId, $this->configLexiconDetails)) { |
|
| 1996 | - $entries = $aliases = []; |
|
| 1997 | - $bootstrapCoordinator = \OCP\Server::get(Coordinator::class); |
|
| 1998 | - $configLexicon = $bootstrapCoordinator->getRegistrationContext()?->getConfigLexicon($appId); |
|
| 1999 | - foreach ($configLexicon?->getUserConfigs() ?? [] as $configEntry) { |
|
| 2000 | - $entries[$configEntry->getKey()] = $configEntry; |
|
| 2001 | - if ($configEntry->getRename() !== null) { |
|
| 2002 | - $aliases[$configEntry->getRename()] = $configEntry->getKey(); |
|
| 2003 | - } |
|
| 2004 | - } |
|
| 2005 | - |
|
| 2006 | - $this->configLexiconDetails[$appId] = [ |
|
| 2007 | - 'entries' => $entries, |
|
| 2008 | - 'aliases' => $aliases, |
|
| 2009 | - 'strictness' => $configLexicon?->getStrictness() ?? ConfigLexiconStrictness::IGNORE |
|
| 2010 | - ]; |
|
| 2011 | - } |
|
| 2012 | - |
|
| 2013 | - return $this->configLexiconDetails[$appId]; |
|
| 2014 | - } |
|
| 2015 | - |
|
| 2016 | - private function getLexiconEntry(string $appId, string $key): ?ConfigLexiconEntry { |
|
| 2017 | - return $this->getConfigDetailsFromLexicon($appId)['entries'][$key] ?? null; |
|
| 2018 | - } |
|
| 2019 | - |
|
| 2020 | - /** |
|
| 2021 | - * if set to TRUE, ignore aliases defined in Config Lexicon during the use of the methods of this class |
|
| 2022 | - * |
|
| 2023 | - * @internal |
|
| 2024 | - */ |
|
| 2025 | - public function ignoreLexiconAliases(bool $ignore): void { |
|
| 2026 | - $this->ignoreLexiconAliases = $ignore; |
|
| 2027 | - } |
|
| 49 | + private const USER_MAX_LENGTH = 64; |
|
| 50 | + private const APP_MAX_LENGTH = 32; |
|
| 51 | + private const KEY_MAX_LENGTH = 64; |
|
| 52 | + private const INDEX_MAX_LENGTH = 64; |
|
| 53 | + private const ENCRYPTION_PREFIX = '$UserConfigEncryption$'; |
|
| 54 | + private const ENCRYPTION_PREFIX_LENGTH = 22; // strlen(self::ENCRYPTION_PREFIX) |
|
| 55 | + |
|
| 56 | + /** @var array<string, array<string, array<string, mixed>>> [ass'user_id' => ['app_id' => ['key' => 'value']]] */ |
|
| 57 | + private array $fastCache = []; // cache for normal config keys |
|
| 58 | + /** @var array<string, array<string, array<string, mixed>>> ['user_id' => ['app_id' => ['key' => 'value']]] */ |
|
| 59 | + private array $lazyCache = []; // cache for lazy config keys |
|
| 60 | + /** @var array<string, array<string, array<string, array<string, mixed>>>> ['user_id' => ['app_id' => ['key' => ['type' => ValueType, 'flags' => bitflag]]]] */ |
|
| 61 | + private array $valueDetails = []; // type for all config values |
|
| 62 | + /** @var array<string, boolean> ['user_id' => bool] */ |
|
| 63 | + private array $fastLoaded = []; |
|
| 64 | + /** @var array<string, boolean> ['user_id' => bool] */ |
|
| 65 | + private array $lazyLoaded = []; |
|
| 66 | + /** @var array<string, array{entries: array<string, ConfigLexiconEntry>, aliases: array<string, string>, strictness: ConfigLexiconStrictness}> ['app_id' => ['strictness' => ConfigLexiconStrictness, 'entries' => ['config_key' => ConfigLexiconEntry[]]] */ |
|
| 67 | + private array $configLexiconDetails = []; |
|
| 68 | + private bool $ignoreLexiconAliases = false; |
|
| 69 | + |
|
| 70 | + public function __construct( |
|
| 71 | + protected IDBConnection $connection, |
|
| 72 | + protected IConfig $config, |
|
| 73 | + protected LoggerInterface $logger, |
|
| 74 | + protected ICrypto $crypto, |
|
| 75 | + ) { |
|
| 76 | + } |
|
| 77 | + |
|
| 78 | + /** |
|
| 79 | + * @inheritDoc |
|
| 80 | + * |
|
| 81 | + * @param string $appId optional id of app |
|
| 82 | + * |
|
| 83 | + * @return list<string> list of userIds |
|
| 84 | + * @since 31.0.0 |
|
| 85 | + */ |
|
| 86 | + public function getUserIds(string $appId = ''): array { |
|
| 87 | + $this->assertParams(app: $appId, allowEmptyUser: true, allowEmptyApp: true); |
|
| 88 | + |
|
| 89 | + $qb = $this->connection->getQueryBuilder(); |
|
| 90 | + $qb->from('preferences'); |
|
| 91 | + $qb->select('userid'); |
|
| 92 | + $qb->groupBy('userid'); |
|
| 93 | + if ($appId !== '') { |
|
| 94 | + $qb->where($qb->expr()->eq('appid', $qb->createNamedParameter($appId))); |
|
| 95 | + } |
|
| 96 | + |
|
| 97 | + $result = $qb->executeQuery(); |
|
| 98 | + $rows = $result->fetchAll(); |
|
| 99 | + $userIds = []; |
|
| 100 | + foreach ($rows as $row) { |
|
| 101 | + $userIds[] = $row['userid']; |
|
| 102 | + } |
|
| 103 | + |
|
| 104 | + return $userIds; |
|
| 105 | + } |
|
| 106 | + |
|
| 107 | + /** |
|
| 108 | + * @inheritDoc |
|
| 109 | + * |
|
| 110 | + * @return list<string> list of app ids |
|
| 111 | + * @since 31.0.0 |
|
| 112 | + */ |
|
| 113 | + public function getApps(string $userId): array { |
|
| 114 | + $this->assertParams($userId, allowEmptyApp: true); |
|
| 115 | + $this->loadConfigAll($userId); |
|
| 116 | + $apps = array_merge(array_keys($this->fastCache[$userId] ?? []), array_keys($this->lazyCache[$userId] ?? [])); |
|
| 117 | + sort($apps); |
|
| 118 | + |
|
| 119 | + return array_values(array_unique($apps)); |
|
| 120 | + } |
|
| 121 | + |
|
| 122 | + /** |
|
| 123 | + * @inheritDoc |
|
| 124 | + * |
|
| 125 | + * @param string $userId id of the user |
|
| 126 | + * @param string $app id of the app |
|
| 127 | + * |
|
| 128 | + * @return list<string> list of stored config keys |
|
| 129 | + * @since 31.0.0 |
|
| 130 | + */ |
|
| 131 | + public function getKeys(string $userId, string $app): array { |
|
| 132 | + $this->assertParams($userId, $app); |
|
| 133 | + $this->loadConfigAll($userId); |
|
| 134 | + // array_merge() will remove numeric keys (here config keys), so addition arrays instead |
|
| 135 | + $keys = array_map('strval', array_keys(($this->fastCache[$userId][$app] ?? []) + ($this->lazyCache[$userId][$app] ?? []))); |
|
| 136 | + sort($keys); |
|
| 137 | + |
|
| 138 | + return array_values(array_unique($keys)); |
|
| 139 | + } |
|
| 140 | + |
|
| 141 | + /** |
|
| 142 | + * @inheritDoc |
|
| 143 | + * |
|
| 144 | + * @param string $userId id of the user |
|
| 145 | + * @param string $app id of the app |
|
| 146 | + * @param string $key config key |
|
| 147 | + * @param bool|null $lazy TRUE to search within lazy loaded config, NULL to search within all config |
|
| 148 | + * |
|
| 149 | + * @return bool TRUE if key exists |
|
| 150 | + * @since 31.0.0 |
|
| 151 | + */ |
|
| 152 | + public function hasKey(string $userId, string $app, string $key, ?bool $lazy = false): bool { |
|
| 153 | + $this->assertParams($userId, $app, $key); |
|
| 154 | + $this->loadConfig($userId, $lazy); |
|
| 155 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 156 | + |
|
| 157 | + if ($lazy === null) { |
|
| 158 | + $appCache = $this->getValues($userId, $app); |
|
| 159 | + return isset($appCache[$key]); |
|
| 160 | + } |
|
| 161 | + |
|
| 162 | + if ($lazy) { |
|
| 163 | + return isset($this->lazyCache[$userId][$app][$key]); |
|
| 164 | + } |
|
| 165 | + |
|
| 166 | + return isset($this->fastCache[$userId][$app][$key]); |
|
| 167 | + } |
|
| 168 | + |
|
| 169 | + /** |
|
| 170 | + * @inheritDoc |
|
| 171 | + * |
|
| 172 | + * @param string $userId id of the user |
|
| 173 | + * @param string $app id of the app |
|
| 174 | + * @param string $key config key |
|
| 175 | + * @param bool|null $lazy TRUE to search within lazy loaded config, NULL to search within all config |
|
| 176 | + * |
|
| 177 | + * @return bool |
|
| 178 | + * @throws UnknownKeyException if config key is not known |
|
| 179 | + * @since 31.0.0 |
|
| 180 | + */ |
|
| 181 | + public function isSensitive(string $userId, string $app, string $key, ?bool $lazy = false): bool { |
|
| 182 | + $this->assertParams($userId, $app, $key); |
|
| 183 | + $this->loadConfig($userId, $lazy); |
|
| 184 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 185 | + |
|
| 186 | + if (!isset($this->valueDetails[$userId][$app][$key])) { |
|
| 187 | + throw new UnknownKeyException('unknown config key'); |
|
| 188 | + } |
|
| 189 | + |
|
| 190 | + return $this->isFlagged(self::FLAG_SENSITIVE, $this->valueDetails[$userId][$app][$key]['flags']); |
|
| 191 | + } |
|
| 192 | + |
|
| 193 | + /** |
|
| 194 | + * @inheritDoc |
|
| 195 | + * |
|
| 196 | + * @param string $userId id of the user |
|
| 197 | + * @param string $app id of the app |
|
| 198 | + * @param string $key config key |
|
| 199 | + * @param bool|null $lazy TRUE to search within lazy loaded config, NULL to search within all config |
|
| 200 | + * |
|
| 201 | + * @return bool |
|
| 202 | + * @throws UnknownKeyException if config key is not known |
|
| 203 | + * @since 31.0.0 |
|
| 204 | + */ |
|
| 205 | + public function isIndexed(string $userId, string $app, string $key, ?bool $lazy = false): bool { |
|
| 206 | + $this->assertParams($userId, $app, $key); |
|
| 207 | + $this->loadConfig($userId, $lazy); |
|
| 208 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 209 | + |
|
| 210 | + if (!isset($this->valueDetails[$userId][$app][$key])) { |
|
| 211 | + throw new UnknownKeyException('unknown config key'); |
|
| 212 | + } |
|
| 213 | + |
|
| 214 | + return $this->isFlagged(self::FLAG_INDEXED, $this->valueDetails[$userId][$app][$key]['flags']); |
|
| 215 | + } |
|
| 216 | + |
|
| 217 | + /** |
|
| 218 | + * @inheritDoc |
|
| 219 | + * |
|
| 220 | + * @param string $userId id of the user |
|
| 221 | + * @param string $app if of the app |
|
| 222 | + * @param string $key config key |
|
| 223 | + * |
|
| 224 | + * @return bool TRUE if config is lazy loaded |
|
| 225 | + * @throws UnknownKeyException if config key is not known |
|
| 226 | + * @see IUserConfig for details about lazy loading |
|
| 227 | + * @since 31.0.0 |
|
| 228 | + */ |
|
| 229 | + public function isLazy(string $userId, string $app, string $key): bool { |
|
| 230 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 231 | + |
|
| 232 | + // there is a huge probability the non-lazy config are already loaded |
|
| 233 | + // meaning that we can start by only checking if a current non-lazy key exists |
|
| 234 | + if ($this->hasKey($userId, $app, $key, false)) { |
|
| 235 | + // meaning key is not lazy. |
|
| 236 | + return false; |
|
| 237 | + } |
|
| 238 | + |
|
| 239 | + // as key is not found as non-lazy, we load and search in the lazy config |
|
| 240 | + if ($this->hasKey($userId, $app, $key, true)) { |
|
| 241 | + return true; |
|
| 242 | + } |
|
| 243 | + |
|
| 244 | + throw new UnknownKeyException('unknown config key'); |
|
| 245 | + } |
|
| 246 | + |
|
| 247 | + /** |
|
| 248 | + * @inheritDoc |
|
| 249 | + * |
|
| 250 | + * @param string $userId id of the user |
|
| 251 | + * @param string $app id of the app |
|
| 252 | + * @param string $prefix config keys prefix to search |
|
| 253 | + * @param bool $filtered TRUE to hide sensitive config values. Value are replaced by {@see IConfig::SENSITIVE_VALUE} |
|
| 254 | + * |
|
| 255 | + * @return array<string, string|int|float|bool|array> [key => value] |
|
| 256 | + * @since 31.0.0 |
|
| 257 | + */ |
|
| 258 | + public function getValues( |
|
| 259 | + string $userId, |
|
| 260 | + string $app, |
|
| 261 | + string $prefix = '', |
|
| 262 | + bool $filtered = false, |
|
| 263 | + ): array { |
|
| 264 | + $this->assertParams($userId, $app, $prefix); |
|
| 265 | + // if we want to filter values, we need to get sensitivity |
|
| 266 | + $this->loadConfigAll($userId); |
|
| 267 | + // array_merge() will remove numeric keys (here config keys), so addition arrays instead |
|
| 268 | + $values = array_filter( |
|
| 269 | + $this->formatAppValues($userId, $app, ($this->fastCache[$userId][$app] ?? []) + ($this->lazyCache[$userId][$app] ?? []), $filtered), |
|
| 270 | + function (string $key) use ($prefix): bool { |
|
| 271 | + // filter values based on $prefix |
|
| 272 | + return str_starts_with($key, $prefix); |
|
| 273 | + }, ARRAY_FILTER_USE_KEY |
|
| 274 | + ); |
|
| 275 | + |
|
| 276 | + return $values; |
|
| 277 | + } |
|
| 278 | + |
|
| 279 | + /** |
|
| 280 | + * @inheritDoc |
|
| 281 | + * |
|
| 282 | + * @param string $userId id of the user |
|
| 283 | + * @param bool $filtered TRUE to hide sensitive config values. Value are replaced by {@see IConfig::SENSITIVE_VALUE} |
|
| 284 | + * |
|
| 285 | + * @return array<string, array<string, string|int|float|bool|array>> [appId => [key => value]] |
|
| 286 | + * @since 31.0.0 |
|
| 287 | + */ |
|
| 288 | + public function getAllValues(string $userId, bool $filtered = false): array { |
|
| 289 | + $this->assertParams($userId, allowEmptyApp: true); |
|
| 290 | + $this->loadConfigAll($userId); |
|
| 291 | + |
|
| 292 | + $result = []; |
|
| 293 | + foreach ($this->getApps($userId) as $app) { |
|
| 294 | + // array_merge() will remove numeric keys (here config keys), so addition arrays instead |
|
| 295 | + $cached = ($this->fastCache[$userId][$app] ?? []) + ($this->lazyCache[$userId][$app] ?? []); |
|
| 296 | + $result[$app] = $this->formatAppValues($userId, $app, $cached, $filtered); |
|
| 297 | + } |
|
| 298 | + |
|
| 299 | + return $result; |
|
| 300 | + } |
|
| 301 | + |
|
| 302 | + /** |
|
| 303 | + * @inheritDoc |
|
| 304 | + * |
|
| 305 | + * @param string $userId id of the user |
|
| 306 | + * @param string $key config key |
|
| 307 | + * @param bool $lazy search within lazy loaded config |
|
| 308 | + * @param ValueType|null $typedAs enforce type for the returned values |
|
| 309 | + * |
|
| 310 | + * @return array<string, string|int|float|bool|array> [appId => value] |
|
| 311 | + * @since 31.0.0 |
|
| 312 | + */ |
|
| 313 | + public function getValuesByApps(string $userId, string $key, bool $lazy = false, ?ValueType $typedAs = null): array { |
|
| 314 | + $this->assertParams($userId, '', $key, allowEmptyApp: true); |
|
| 315 | + $this->loadConfig($userId, $lazy); |
|
| 316 | + |
|
| 317 | + /** @var array<array-key, array<array-key, mixed>> $cache */ |
|
| 318 | + if ($lazy) { |
|
| 319 | + $cache = $this->lazyCache[$userId]; |
|
| 320 | + } else { |
|
| 321 | + $cache = $this->fastCache[$userId]; |
|
| 322 | + } |
|
| 323 | + |
|
| 324 | + $values = []; |
|
| 325 | + foreach (array_keys($cache) as $app) { |
|
| 326 | + if (isset($cache[$app][$key])) { |
|
| 327 | + $value = $cache[$app][$key]; |
|
| 328 | + try { |
|
| 329 | + $this->decryptSensitiveValue($userId, $app, $key, $value); |
|
| 330 | + $value = $this->convertTypedValue($value, $typedAs ?? $this->getValueType($userId, $app, $key, $lazy)); |
|
| 331 | + } catch (IncorrectTypeException|UnknownKeyException) { |
|
| 332 | + } |
|
| 333 | + $values[$app] = $value; |
|
| 334 | + } |
|
| 335 | + } |
|
| 336 | + |
|
| 337 | + return $values; |
|
| 338 | + } |
|
| 339 | + |
|
| 340 | + |
|
| 341 | + /** |
|
| 342 | + * @inheritDoc |
|
| 343 | + * |
|
| 344 | + * @param string $app id of the app |
|
| 345 | + * @param string $key config key |
|
| 346 | + * @param ValueType|null $typedAs enforce type for the returned values |
|
| 347 | + * @param array|null $userIds limit to a list of user ids |
|
| 348 | + * |
|
| 349 | + * @return array<string, string|int|float|bool|array> [userId => value] |
|
| 350 | + * @since 31.0.0 |
|
| 351 | + */ |
|
| 352 | + public function getValuesByUsers( |
|
| 353 | + string $app, |
|
| 354 | + string $key, |
|
| 355 | + ?ValueType $typedAs = null, |
|
| 356 | + ?array $userIds = null, |
|
| 357 | + ): array { |
|
| 358 | + $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 359 | + $this->matchAndApplyLexiconDefinition('', $app, $key); |
|
| 360 | + |
|
| 361 | + $qb = $this->connection->getQueryBuilder(); |
|
| 362 | + $qb->select('userid', 'configvalue', 'type') |
|
| 363 | + ->from('preferences') |
|
| 364 | + ->where($qb->expr()->eq('appid', $qb->createNamedParameter($app))) |
|
| 365 | + ->andWhere($qb->expr()->eq('configkey', $qb->createNamedParameter($key))); |
|
| 366 | + |
|
| 367 | + $values = []; |
|
| 368 | + // this nested function will execute current Query and store result within $values. |
|
| 369 | + $executeAndStoreValue = function (IQueryBuilder $qb) use (&$values, $typedAs): IResult { |
|
| 370 | + $result = $qb->executeQuery(); |
|
| 371 | + while ($row = $result->fetch()) { |
|
| 372 | + $value = $row['configvalue']; |
|
| 373 | + try { |
|
| 374 | + $value = $this->convertTypedValue($value, $typedAs ?? ValueType::from((int)$row['type'])); |
|
| 375 | + } catch (IncorrectTypeException) { |
|
| 376 | + } |
|
| 377 | + $values[$row['userid']] = $value; |
|
| 378 | + } |
|
| 379 | + return $result; |
|
| 380 | + }; |
|
| 381 | + |
|
| 382 | + // if no userIds to filter, we execute query as it is and returns all values ... |
|
| 383 | + if ($userIds === null) { |
|
| 384 | + $result = $executeAndStoreValue($qb); |
|
| 385 | + $result->closeCursor(); |
|
| 386 | + return $values; |
|
| 387 | + } |
|
| 388 | + |
|
| 389 | + // if userIds to filter, we chunk the list and execute the same query multiple times until we get all values |
|
| 390 | + $result = null; |
|
| 391 | + $qb->andWhere($qb->expr()->in('userid', $qb->createParameter('userIds'))); |
|
| 392 | + foreach (array_chunk($userIds, 50, true) as $chunk) { |
|
| 393 | + $qb->setParameter('userIds', $chunk, IQueryBuilder::PARAM_STR_ARRAY); |
|
| 394 | + $result = $executeAndStoreValue($qb); |
|
| 395 | + } |
|
| 396 | + $result?->closeCursor(); |
|
| 397 | + |
|
| 398 | + return $values; |
|
| 399 | + } |
|
| 400 | + |
|
| 401 | + /** |
|
| 402 | + * @inheritDoc |
|
| 403 | + * |
|
| 404 | + * @param string $app id of the app |
|
| 405 | + * @param string $key config key |
|
| 406 | + * @param string $value config value |
|
| 407 | + * @param bool $caseInsensitive non-case-sensitive search, only works if $value is a string |
|
| 408 | + * |
|
| 409 | + * @return Generator<string> |
|
| 410 | + * @since 31.0.0 |
|
| 411 | + */ |
|
| 412 | + public function searchUsersByValueString(string $app, string $key, string $value, bool $caseInsensitive = false): Generator { |
|
| 413 | + return $this->searchUsersByTypedValue($app, $key, $value, $caseInsensitive); |
|
| 414 | + } |
|
| 415 | + |
|
| 416 | + /** |
|
| 417 | + * @inheritDoc |
|
| 418 | + * |
|
| 419 | + * @param string $app id of the app |
|
| 420 | + * @param string $key config key |
|
| 421 | + * @param int $value config value |
|
| 422 | + * |
|
| 423 | + * @return Generator<string> |
|
| 424 | + * @since 31.0.0 |
|
| 425 | + */ |
|
| 426 | + public function searchUsersByValueInt(string $app, string $key, int $value): Generator { |
|
| 427 | + return $this->searchUsersByValueString($app, $key, (string)$value); |
|
| 428 | + } |
|
| 429 | + |
|
| 430 | + /** |
|
| 431 | + * @inheritDoc |
|
| 432 | + * |
|
| 433 | + * @param string $app id of the app |
|
| 434 | + * @param string $key config key |
|
| 435 | + * @param array $values list of config values |
|
| 436 | + * |
|
| 437 | + * @return Generator<string> |
|
| 438 | + * @since 31.0.0 |
|
| 439 | + */ |
|
| 440 | + public function searchUsersByValues(string $app, string $key, array $values): Generator { |
|
| 441 | + return $this->searchUsersByTypedValue($app, $key, $values); |
|
| 442 | + } |
|
| 443 | + |
|
| 444 | + /** |
|
| 445 | + * @inheritDoc |
|
| 446 | + * |
|
| 447 | + * @param string $app id of the app |
|
| 448 | + * @param string $key config key |
|
| 449 | + * @param bool $value config value |
|
| 450 | + * |
|
| 451 | + * @return Generator<string> |
|
| 452 | + * @since 31.0.0 |
|
| 453 | + */ |
|
| 454 | + public function searchUsersByValueBool(string $app, string $key, bool $value): Generator { |
|
| 455 | + $values = ['0', 'off', 'false', 'no']; |
|
| 456 | + if ($value) { |
|
| 457 | + $values = ['1', 'on', 'true', 'yes']; |
|
| 458 | + } |
|
| 459 | + return $this->searchUsersByValues($app, $key, $values); |
|
| 460 | + } |
|
| 461 | + |
|
| 462 | + /** |
|
| 463 | + * returns a list of users with config key set to a specific value, or within the list of |
|
| 464 | + * possible values |
|
| 465 | + * |
|
| 466 | + * @param string $app |
|
| 467 | + * @param string $key |
|
| 468 | + * @param string|array $value |
|
| 469 | + * @param bool $caseInsensitive |
|
| 470 | + * |
|
| 471 | + * @return Generator<string> |
|
| 472 | + */ |
|
| 473 | + private function searchUsersByTypedValue(string $app, string $key, string|array $value, bool $caseInsensitive = false): Generator { |
|
| 474 | + $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 475 | + $this->matchAndApplyLexiconDefinition('', $app, $key); |
|
| 476 | + |
|
| 477 | + $qb = $this->connection->getQueryBuilder(); |
|
| 478 | + $qb->from('preferences'); |
|
| 479 | + $qb->select('userid'); |
|
| 480 | + $qb->where($qb->expr()->eq('appid', $qb->createNamedParameter($app))); |
|
| 481 | + $qb->andWhere($qb->expr()->eq('configkey', $qb->createNamedParameter($key))); |
|
| 482 | + |
|
| 483 | + // search within 'indexed' OR 'configvalue' only if 'flags' is set as not indexed |
|
| 484 | + // TODO: when implementing config lexicon remove the searches on 'configvalue' if value is set as indexed |
|
| 485 | + $configValueColumn = ($this->connection->getDatabaseProvider() === IDBConnection::PLATFORM_ORACLE) ? $qb->expr()->castColumn('configvalue', IQueryBuilder::PARAM_STR) : 'configvalue'; |
|
| 486 | + if (is_array($value)) { |
|
| 487 | + $where = $qb->expr()->orX( |
|
| 488 | + $qb->expr()->in('indexed', $qb->createNamedParameter($value, IQueryBuilder::PARAM_STR_ARRAY)), |
|
| 489 | + $qb->expr()->andX( |
|
| 490 | + $qb->expr()->neq($qb->expr()->bitwiseAnd('flags', self::FLAG_INDEXED), $qb->createNamedParameter(self::FLAG_INDEXED, IQueryBuilder::PARAM_INT)), |
|
| 491 | + $qb->expr()->in($configValueColumn, $qb->createNamedParameter($value, IQueryBuilder::PARAM_STR_ARRAY)) |
|
| 492 | + ) |
|
| 493 | + ); |
|
| 494 | + } else { |
|
| 495 | + if ($caseInsensitive) { |
|
| 496 | + $where = $qb->expr()->orX( |
|
| 497 | + $qb->expr()->eq($qb->func()->lower('indexed'), $qb->createNamedParameter(strtolower($value))), |
|
| 498 | + $qb->expr()->andX( |
|
| 499 | + $qb->expr()->neq($qb->expr()->bitwiseAnd('flags', self::FLAG_INDEXED), $qb->createNamedParameter(self::FLAG_INDEXED, IQueryBuilder::PARAM_INT)), |
|
| 500 | + $qb->expr()->eq($qb->func()->lower($configValueColumn), $qb->createNamedParameter(strtolower($value))) |
|
| 501 | + ) |
|
| 502 | + ); |
|
| 503 | + } else { |
|
| 504 | + $where = $qb->expr()->orX( |
|
| 505 | + $qb->expr()->eq('indexed', $qb->createNamedParameter($value)), |
|
| 506 | + $qb->expr()->andX( |
|
| 507 | + $qb->expr()->neq($qb->expr()->bitwiseAnd('flags', self::FLAG_INDEXED), $qb->createNamedParameter(self::FLAG_INDEXED, IQueryBuilder::PARAM_INT)), |
|
| 508 | + $qb->expr()->eq($configValueColumn, $qb->createNamedParameter($value)) |
|
| 509 | + ) |
|
| 510 | + ); |
|
| 511 | + } |
|
| 512 | + } |
|
| 513 | + |
|
| 514 | + $qb->andWhere($where); |
|
| 515 | + $result = $qb->executeQuery(); |
|
| 516 | + while ($row = $result->fetch()) { |
|
| 517 | + yield $row['userid']; |
|
| 518 | + } |
|
| 519 | + } |
|
| 520 | + |
|
| 521 | + /** |
|
| 522 | + * Get the config value as string. |
|
| 523 | + * If the value does not exist the given default will be returned. |
|
| 524 | + * |
|
| 525 | + * Set lazy to `null` to ignore it and get the value from either source. |
|
| 526 | + * |
|
| 527 | + * **WARNING:** Method is internal and **SHOULD** not be used, as it is better to get the value with a type. |
|
| 528 | + * |
|
| 529 | + * @param string $userId id of the user |
|
| 530 | + * @param string $app id of the app |
|
| 531 | + * @param string $key config key |
|
| 532 | + * @param string $default config value |
|
| 533 | + * @param null|bool $lazy get config as lazy loaded or not. can be NULL |
|
| 534 | + * |
|
| 535 | + * @return string the value or $default |
|
| 536 | + * @throws TypeConflictException |
|
| 537 | + * @internal |
|
| 538 | + * @since 31.0.0 |
|
| 539 | + * @see IUserConfig for explanation about lazy loading |
|
| 540 | + * @see getValueString() |
|
| 541 | + * @see getValueInt() |
|
| 542 | + * @see getValueFloat() |
|
| 543 | + * @see getValueBool() |
|
| 544 | + * @see getValueArray() |
|
| 545 | + */ |
|
| 546 | + public function getValueMixed( |
|
| 547 | + string $userId, |
|
| 548 | + string $app, |
|
| 549 | + string $key, |
|
| 550 | + string $default = '', |
|
| 551 | + ?bool $lazy = false, |
|
| 552 | + ): string { |
|
| 553 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 554 | + try { |
|
| 555 | + $lazy ??= $this->isLazy($userId, $app, $key); |
|
| 556 | + } catch (UnknownKeyException) { |
|
| 557 | + return $default; |
|
| 558 | + } |
|
| 559 | + |
|
| 560 | + return $this->getTypedValue( |
|
| 561 | + $userId, |
|
| 562 | + $app, |
|
| 563 | + $key, |
|
| 564 | + $default, |
|
| 565 | + $lazy, |
|
| 566 | + ValueType::MIXED |
|
| 567 | + ); |
|
| 568 | + } |
|
| 569 | + |
|
| 570 | + /** |
|
| 571 | + * @inheritDoc |
|
| 572 | + * |
|
| 573 | + * @param string $userId id of the user |
|
| 574 | + * @param string $app id of the app |
|
| 575 | + * @param string $key config key |
|
| 576 | + * @param string $default default value |
|
| 577 | + * @param bool $lazy search within lazy loaded config |
|
| 578 | + * |
|
| 579 | + * @return string stored config value or $default if not set in database |
|
| 580 | + * @throws InvalidArgumentException if one of the argument format is invalid |
|
| 581 | + * @throws TypeConflictException in case of conflict with the value type set in database |
|
| 582 | + * @since 31.0.0 |
|
| 583 | + * @see IUserConfig for explanation about lazy loading |
|
| 584 | + */ |
|
| 585 | + public function getValueString( |
|
| 586 | + string $userId, |
|
| 587 | + string $app, |
|
| 588 | + string $key, |
|
| 589 | + string $default = '', |
|
| 590 | + bool $lazy = false, |
|
| 591 | + ): string { |
|
| 592 | + return $this->getTypedValue($userId, $app, $key, $default, $lazy, ValueType::STRING); |
|
| 593 | + } |
|
| 594 | + |
|
| 595 | + /** |
|
| 596 | + * @inheritDoc |
|
| 597 | + * |
|
| 598 | + * @param string $userId id of the user |
|
| 599 | + * @param string $app id of the app |
|
| 600 | + * @param string $key config key |
|
| 601 | + * @param int $default default value |
|
| 602 | + * @param bool $lazy search within lazy loaded config |
|
| 603 | + * |
|
| 604 | + * @return int stored config value or $default if not set in database |
|
| 605 | + * @throws InvalidArgumentException if one of the argument format is invalid |
|
| 606 | + * @throws TypeConflictException in case of conflict with the value type set in database |
|
| 607 | + * @since 31.0.0 |
|
| 608 | + * @see IUserConfig for explanation about lazy loading |
|
| 609 | + */ |
|
| 610 | + public function getValueInt( |
|
| 611 | + string $userId, |
|
| 612 | + string $app, |
|
| 613 | + string $key, |
|
| 614 | + int $default = 0, |
|
| 615 | + bool $lazy = false, |
|
| 616 | + ): int { |
|
| 617 | + return (int)$this->getTypedValue($userId, $app, $key, (string)$default, $lazy, ValueType::INT); |
|
| 618 | + } |
|
| 619 | + |
|
| 620 | + /** |
|
| 621 | + * @inheritDoc |
|
| 622 | + * |
|
| 623 | + * @param string $userId id of the user |
|
| 624 | + * @param string $app id of the app |
|
| 625 | + * @param string $key config key |
|
| 626 | + * @param float $default default value |
|
| 627 | + * @param bool $lazy search within lazy loaded config |
|
| 628 | + * |
|
| 629 | + * @return float stored config value or $default if not set in database |
|
| 630 | + * @throws InvalidArgumentException if one of the argument format is invalid |
|
| 631 | + * @throws TypeConflictException in case of conflict with the value type set in database |
|
| 632 | + * @since 31.0.0 |
|
| 633 | + * @see IUserConfig for explanation about lazy loading |
|
| 634 | + */ |
|
| 635 | + public function getValueFloat( |
|
| 636 | + string $userId, |
|
| 637 | + string $app, |
|
| 638 | + string $key, |
|
| 639 | + float $default = 0, |
|
| 640 | + bool $lazy = false, |
|
| 641 | + ): float { |
|
| 642 | + return (float)$this->getTypedValue($userId, $app, $key, (string)$default, $lazy, ValueType::FLOAT); |
|
| 643 | + } |
|
| 644 | + |
|
| 645 | + /** |
|
| 646 | + * @inheritDoc |
|
| 647 | + * |
|
| 648 | + * @param string $userId id of the user |
|
| 649 | + * @param string $app id of the app |
|
| 650 | + * @param string $key config key |
|
| 651 | + * @param bool $default default value |
|
| 652 | + * @param bool $lazy search within lazy loaded config |
|
| 653 | + * |
|
| 654 | + * @return bool stored config value or $default if not set in database |
|
| 655 | + * @throws InvalidArgumentException if one of the argument format is invalid |
|
| 656 | + * @throws TypeConflictException in case of conflict with the value type set in database |
|
| 657 | + * @since 31.0.0 |
|
| 658 | + * @see IUserConfig for explanation about lazy loading |
|
| 659 | + */ |
|
| 660 | + public function getValueBool( |
|
| 661 | + string $userId, |
|
| 662 | + string $app, |
|
| 663 | + string $key, |
|
| 664 | + bool $default = false, |
|
| 665 | + bool $lazy = false, |
|
| 666 | + ): bool { |
|
| 667 | + $b = strtolower($this->getTypedValue($userId, $app, $key, $default ? 'true' : 'false', $lazy, ValueType::BOOL)); |
|
| 668 | + return in_array($b, ['1', 'true', 'yes', 'on']); |
|
| 669 | + } |
|
| 670 | + |
|
| 671 | + /** |
|
| 672 | + * @inheritDoc |
|
| 673 | + * |
|
| 674 | + * @param string $userId id of the user |
|
| 675 | + * @param string $app id of the app |
|
| 676 | + * @param string $key config key |
|
| 677 | + * @param array $default default value |
|
| 678 | + * @param bool $lazy search within lazy loaded config |
|
| 679 | + * |
|
| 680 | + * @return array stored config value or $default if not set in database |
|
| 681 | + * @throws InvalidArgumentException if one of the argument format is invalid |
|
| 682 | + * @throws TypeConflictException in case of conflict with the value type set in database |
|
| 683 | + * @since 31.0.0 |
|
| 684 | + * @see IUserConfig for explanation about lazy loading |
|
| 685 | + */ |
|
| 686 | + public function getValueArray( |
|
| 687 | + string $userId, |
|
| 688 | + string $app, |
|
| 689 | + string $key, |
|
| 690 | + array $default = [], |
|
| 691 | + bool $lazy = false, |
|
| 692 | + ): array { |
|
| 693 | + try { |
|
| 694 | + $defaultJson = json_encode($default, JSON_THROW_ON_ERROR); |
|
| 695 | + $value = json_decode($this->getTypedValue($userId, $app, $key, $defaultJson, $lazy, ValueType::ARRAY), true, flags: JSON_THROW_ON_ERROR); |
|
| 696 | + |
|
| 697 | + return is_array($value) ? $value : []; |
|
| 698 | + } catch (JsonException) { |
|
| 699 | + return []; |
|
| 700 | + } |
|
| 701 | + } |
|
| 702 | + |
|
| 703 | + /** |
|
| 704 | + * @param string $userId |
|
| 705 | + * @param string $app id of the app |
|
| 706 | + * @param string $key config key |
|
| 707 | + * @param string $default default value |
|
| 708 | + * @param bool $lazy search within lazy loaded config |
|
| 709 | + * @param ValueType $type value type |
|
| 710 | + * |
|
| 711 | + * @return string |
|
| 712 | + * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 713 | + */ |
|
| 714 | + private function getTypedValue( |
|
| 715 | + string $userId, |
|
| 716 | + string $app, |
|
| 717 | + string $key, |
|
| 718 | + string $default, |
|
| 719 | + bool $lazy, |
|
| 720 | + ValueType $type, |
|
| 721 | + ): string { |
|
| 722 | + $this->assertParams($userId, $app, $key); |
|
| 723 | + $origKey = $key; |
|
| 724 | + if (!$this->matchAndApplyLexiconDefinition($userId, $app, $key, $lazy, $type, default: $default)) { |
|
| 725 | + // returns default if strictness of lexicon is set to WARNING (block and report) |
|
| 726 | + return $default; |
|
| 727 | + } |
|
| 728 | + $this->loadConfig($userId, $lazy); |
|
| 729 | + |
|
| 730 | + /** |
|
| 731 | + * We ignore check if mixed type is requested. |
|
| 732 | + * If type of stored value is set as mixed, we don't filter. |
|
| 733 | + * If type of stored value is defined, we compare with the one requested. |
|
| 734 | + */ |
|
| 735 | + $knownType = $this->valueDetails[$userId][$app][$key]['type'] ?? null; |
|
| 736 | + if ($type !== ValueType::MIXED |
|
| 737 | + && $knownType !== null |
|
| 738 | + && $knownType !== ValueType::MIXED |
|
| 739 | + && $type !== $knownType) { |
|
| 740 | + $this->logger->warning('conflict with value type from database', ['app' => $app, 'key' => $key, 'type' => $type, 'knownType' => $knownType]); |
|
| 741 | + throw new TypeConflictException('conflict with value type from database'); |
|
| 742 | + } |
|
| 743 | + |
|
| 744 | + /** |
|
| 745 | + * - the pair $app/$key cannot exist in both array, |
|
| 746 | + * - we should still return an existing non-lazy value even if current method |
|
| 747 | + * is called with $lazy is true |
|
| 748 | + * |
|
| 749 | + * This way, lazyCache will be empty until the load for lazy config value is requested. |
|
| 750 | + */ |
|
| 751 | + if (isset($this->lazyCache[$userId][$app][$key])) { |
|
| 752 | + $value = $this->lazyCache[$userId][$app][$key]; |
|
| 753 | + } elseif (isset($this->fastCache[$userId][$app][$key])) { |
|
| 754 | + $value = $this->fastCache[$userId][$app][$key]; |
|
| 755 | + } else { |
|
| 756 | + return $default; |
|
| 757 | + } |
|
| 758 | + |
|
| 759 | + $this->decryptSensitiveValue($userId, $app, $key, $value); |
|
| 760 | + |
|
| 761 | + // in case the key was modified while running matchAndApplyLexiconDefinition() we are |
|
| 762 | + // interested to check options in case a modification of the value is needed |
|
| 763 | + // ie inverting value from previous key when using lexicon option RENAME_INVERT_BOOLEAN |
|
| 764 | + if ($origKey !== $key && $type === ValueType::BOOL) { |
|
| 765 | + $configManager = Server::get(ConfigManager::class); |
|
| 766 | + $value = ($configManager->convertToBool($value, $this->getLexiconEntry($app, $key))) ? '1' : '0'; |
|
| 767 | + } |
|
| 768 | + |
|
| 769 | + return $value; |
|
| 770 | + } |
|
| 771 | + |
|
| 772 | + /** |
|
| 773 | + * @inheritDoc |
|
| 774 | + * |
|
| 775 | + * @param string $userId id of the user |
|
| 776 | + * @param string $app id of the app |
|
| 777 | + * @param string $key config key |
|
| 778 | + * |
|
| 779 | + * @return ValueType type of the value |
|
| 780 | + * @throws UnknownKeyException if config key is not known |
|
| 781 | + * @throws IncorrectTypeException if config value type is not known |
|
| 782 | + * @since 31.0.0 |
|
| 783 | + */ |
|
| 784 | + public function getValueType(string $userId, string $app, string $key, ?bool $lazy = null): ValueType { |
|
| 785 | + $this->assertParams($userId, $app, $key); |
|
| 786 | + $this->loadConfig($userId, $lazy); |
|
| 787 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 788 | + |
|
| 789 | + if (!isset($this->valueDetails[$userId][$app][$key]['type'])) { |
|
| 790 | + throw new UnknownKeyException('unknown config key'); |
|
| 791 | + } |
|
| 792 | + |
|
| 793 | + return $this->valueDetails[$userId][$app][$key]['type']; |
|
| 794 | + } |
|
| 795 | + |
|
| 796 | + /** |
|
| 797 | + * @inheritDoc |
|
| 798 | + * |
|
| 799 | + * @param string $userId id of the user |
|
| 800 | + * @param string $app id of the app |
|
| 801 | + * @param string $key config key |
|
| 802 | + * @param bool $lazy lazy loading |
|
| 803 | + * |
|
| 804 | + * @return int flags applied to value |
|
| 805 | + * @throws UnknownKeyException if config key is not known |
|
| 806 | + * @throws IncorrectTypeException if config value type is not known |
|
| 807 | + * @since 31.0.0 |
|
| 808 | + */ |
|
| 809 | + public function getValueFlags(string $userId, string $app, string $key, bool $lazy = false): int { |
|
| 810 | + $this->assertParams($userId, $app, $key); |
|
| 811 | + $this->loadConfig($userId, $lazy); |
|
| 812 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 813 | + |
|
| 814 | + if (!isset($this->valueDetails[$userId][$app][$key])) { |
|
| 815 | + throw new UnknownKeyException('unknown config key'); |
|
| 816 | + } |
|
| 817 | + |
|
| 818 | + return $this->valueDetails[$userId][$app][$key]['flags']; |
|
| 819 | + } |
|
| 820 | + |
|
| 821 | + /** |
|
| 822 | + * Store a config key and its value in database as VALUE_MIXED |
|
| 823 | + * |
|
| 824 | + * **WARNING:** Method is internal and **MUST** not be used as it is best to set a real value type |
|
| 825 | + * |
|
| 826 | + * @param string $userId id of the user |
|
| 827 | + * @param string $app id of the app |
|
| 828 | + * @param string $key config key |
|
| 829 | + * @param string $value config value |
|
| 830 | + * @param bool $lazy set config as lazy loaded |
|
| 831 | + * @param bool $sensitive if TRUE value will be hidden when listing config values. |
|
| 832 | + * |
|
| 833 | + * @return bool TRUE if value was different, therefor updated in database |
|
| 834 | + * @throws TypeConflictException if type from database is not VALUE_MIXED |
|
| 835 | + * @internal |
|
| 836 | + * @since 31.0.0 |
|
| 837 | + * @see IUserConfig for explanation about lazy loading |
|
| 838 | + * @see setValueString() |
|
| 839 | + * @see setValueInt() |
|
| 840 | + * @see setValueFloat() |
|
| 841 | + * @see setValueBool() |
|
| 842 | + * @see setValueArray() |
|
| 843 | + */ |
|
| 844 | + public function setValueMixed( |
|
| 845 | + string $userId, |
|
| 846 | + string $app, |
|
| 847 | + string $key, |
|
| 848 | + string $value, |
|
| 849 | + bool $lazy = false, |
|
| 850 | + int $flags = 0, |
|
| 851 | + ): bool { |
|
| 852 | + return $this->setTypedValue( |
|
| 853 | + $userId, |
|
| 854 | + $app, |
|
| 855 | + $key, |
|
| 856 | + $value, |
|
| 857 | + $lazy, |
|
| 858 | + $flags, |
|
| 859 | + ValueType::MIXED |
|
| 860 | + ); |
|
| 861 | + } |
|
| 862 | + |
|
| 863 | + |
|
| 864 | + /** |
|
| 865 | + * @inheritDoc |
|
| 866 | + * |
|
| 867 | + * @param string $userId id of the user |
|
| 868 | + * @param string $app id of the app |
|
| 869 | + * @param string $key config key |
|
| 870 | + * @param string $value config value |
|
| 871 | + * @param bool $lazy set config as lazy loaded |
|
| 872 | + * @param bool $sensitive if TRUE value will be hidden when listing config values. |
|
| 873 | + * |
|
| 874 | + * @return bool TRUE if value was different, therefor updated in database |
|
| 875 | + * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 876 | + * @since 31.0.0 |
|
| 877 | + * @see IUserConfig for explanation about lazy loading |
|
| 878 | + */ |
|
| 879 | + public function setValueString( |
|
| 880 | + string $userId, |
|
| 881 | + string $app, |
|
| 882 | + string $key, |
|
| 883 | + string $value, |
|
| 884 | + bool $lazy = false, |
|
| 885 | + int $flags = 0, |
|
| 886 | + ): bool { |
|
| 887 | + return $this->setTypedValue( |
|
| 888 | + $userId, |
|
| 889 | + $app, |
|
| 890 | + $key, |
|
| 891 | + $value, |
|
| 892 | + $lazy, |
|
| 893 | + $flags, |
|
| 894 | + ValueType::STRING |
|
| 895 | + ); |
|
| 896 | + } |
|
| 897 | + |
|
| 898 | + /** |
|
| 899 | + * @inheritDoc |
|
| 900 | + * |
|
| 901 | + * @param string $userId id of the user |
|
| 902 | + * @param string $app id of the app |
|
| 903 | + * @param string $key config key |
|
| 904 | + * @param int $value config value |
|
| 905 | + * @param bool $lazy set config as lazy loaded |
|
| 906 | + * @param bool $sensitive if TRUE value will be hidden when listing config values. |
|
| 907 | + * |
|
| 908 | + * @return bool TRUE if value was different, therefor updated in database |
|
| 909 | + * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 910 | + * @since 31.0.0 |
|
| 911 | + * @see IUserConfig for explanation about lazy loading |
|
| 912 | + */ |
|
| 913 | + public function setValueInt( |
|
| 914 | + string $userId, |
|
| 915 | + string $app, |
|
| 916 | + string $key, |
|
| 917 | + int $value, |
|
| 918 | + bool $lazy = false, |
|
| 919 | + int $flags = 0, |
|
| 920 | + ): bool { |
|
| 921 | + if ($value > 2000000000) { |
|
| 922 | + $this->logger->debug('You are trying to store an integer value around/above 2,147,483,647. This is a reminder that reaching this theoretical limit on 32 bits system will throw an exception.'); |
|
| 923 | + } |
|
| 924 | + |
|
| 925 | + return $this->setTypedValue( |
|
| 926 | + $userId, |
|
| 927 | + $app, |
|
| 928 | + $key, |
|
| 929 | + (string)$value, |
|
| 930 | + $lazy, |
|
| 931 | + $flags, |
|
| 932 | + ValueType::INT |
|
| 933 | + ); |
|
| 934 | + } |
|
| 935 | + |
|
| 936 | + /** |
|
| 937 | + * @inheritDoc |
|
| 938 | + * |
|
| 939 | + * @param string $userId id of the user |
|
| 940 | + * @param string $app id of the app |
|
| 941 | + * @param string $key config key |
|
| 942 | + * @param float $value config value |
|
| 943 | + * @param bool $lazy set config as lazy loaded |
|
| 944 | + * @param bool $sensitive if TRUE value will be hidden when listing config values. |
|
| 945 | + * |
|
| 946 | + * @return bool TRUE if value was different, therefor updated in database |
|
| 947 | + * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 948 | + * @since 31.0.0 |
|
| 949 | + * @see IUserConfig for explanation about lazy loading |
|
| 950 | + */ |
|
| 951 | + public function setValueFloat( |
|
| 952 | + string $userId, |
|
| 953 | + string $app, |
|
| 954 | + string $key, |
|
| 955 | + float $value, |
|
| 956 | + bool $lazy = false, |
|
| 957 | + int $flags = 0, |
|
| 958 | + ): bool { |
|
| 959 | + return $this->setTypedValue( |
|
| 960 | + $userId, |
|
| 961 | + $app, |
|
| 962 | + $key, |
|
| 963 | + (string)$value, |
|
| 964 | + $lazy, |
|
| 965 | + $flags, |
|
| 966 | + ValueType::FLOAT |
|
| 967 | + ); |
|
| 968 | + } |
|
| 969 | + |
|
| 970 | + /** |
|
| 971 | + * @inheritDoc |
|
| 972 | + * |
|
| 973 | + * @param string $userId id of the user |
|
| 974 | + * @param string $app id of the app |
|
| 975 | + * @param string $key config key |
|
| 976 | + * @param bool $value config value |
|
| 977 | + * @param bool $lazy set config as lazy loaded |
|
| 978 | + * |
|
| 979 | + * @return bool TRUE if value was different, therefor updated in database |
|
| 980 | + * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 981 | + * @since 31.0.0 |
|
| 982 | + * @see IUserConfig for explanation about lazy loading |
|
| 983 | + */ |
|
| 984 | + public function setValueBool( |
|
| 985 | + string $userId, |
|
| 986 | + string $app, |
|
| 987 | + string $key, |
|
| 988 | + bool $value, |
|
| 989 | + bool $lazy = false, |
|
| 990 | + int $flags = 0, |
|
| 991 | + ): bool { |
|
| 992 | + return $this->setTypedValue( |
|
| 993 | + $userId, |
|
| 994 | + $app, |
|
| 995 | + $key, |
|
| 996 | + ($value) ? '1' : '0', |
|
| 997 | + $lazy, |
|
| 998 | + $flags, |
|
| 999 | + ValueType::BOOL |
|
| 1000 | + ); |
|
| 1001 | + } |
|
| 1002 | + |
|
| 1003 | + /** |
|
| 1004 | + * @inheritDoc |
|
| 1005 | + * |
|
| 1006 | + * @param string $userId id of the user |
|
| 1007 | + * @param string $app id of the app |
|
| 1008 | + * @param string $key config key |
|
| 1009 | + * @param array $value config value |
|
| 1010 | + * @param bool $lazy set config as lazy loaded |
|
| 1011 | + * @param bool $sensitive if TRUE value will be hidden when listing config values. |
|
| 1012 | + * |
|
| 1013 | + * @return bool TRUE if value was different, therefor updated in database |
|
| 1014 | + * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 1015 | + * @throws JsonException |
|
| 1016 | + * @since 31.0.0 |
|
| 1017 | + * @see IUserConfig for explanation about lazy loading |
|
| 1018 | + */ |
|
| 1019 | + public function setValueArray( |
|
| 1020 | + string $userId, |
|
| 1021 | + string $app, |
|
| 1022 | + string $key, |
|
| 1023 | + array $value, |
|
| 1024 | + bool $lazy = false, |
|
| 1025 | + int $flags = 0, |
|
| 1026 | + ): bool { |
|
| 1027 | + try { |
|
| 1028 | + return $this->setTypedValue( |
|
| 1029 | + $userId, |
|
| 1030 | + $app, |
|
| 1031 | + $key, |
|
| 1032 | + json_encode($value, JSON_THROW_ON_ERROR), |
|
| 1033 | + $lazy, |
|
| 1034 | + $flags, |
|
| 1035 | + ValueType::ARRAY |
|
| 1036 | + ); |
|
| 1037 | + } catch (JsonException $e) { |
|
| 1038 | + $this->logger->warning('could not setValueArray', ['app' => $app, 'key' => $key, 'exception' => $e]); |
|
| 1039 | + throw $e; |
|
| 1040 | + } |
|
| 1041 | + } |
|
| 1042 | + |
|
| 1043 | + /** |
|
| 1044 | + * Store a config key and its value in database |
|
| 1045 | + * |
|
| 1046 | + * If config key is already known with the exact same config value and same sensitive/lazy status, the |
|
| 1047 | + * database is not updated. If config value was previously stored as sensitive, status will not be |
|
| 1048 | + * altered. |
|
| 1049 | + * |
|
| 1050 | + * @param string $userId id of the user |
|
| 1051 | + * @param string $app id of the app |
|
| 1052 | + * @param string $key config key |
|
| 1053 | + * @param string $value config value |
|
| 1054 | + * @param bool $lazy config set as lazy loaded |
|
| 1055 | + * @param ValueType $type value type |
|
| 1056 | + * |
|
| 1057 | + * @return bool TRUE if value was updated in database |
|
| 1058 | + * @throws TypeConflictException if type from database is not VALUE_MIXED and different from the requested one |
|
| 1059 | + * @see IUserConfig for explanation about lazy loading |
|
| 1060 | + */ |
|
| 1061 | + private function setTypedValue( |
|
| 1062 | + string $userId, |
|
| 1063 | + string $app, |
|
| 1064 | + string $key, |
|
| 1065 | + string $value, |
|
| 1066 | + bool $lazy, |
|
| 1067 | + int $flags, |
|
| 1068 | + ValueType $type, |
|
| 1069 | + ): bool { |
|
| 1070 | + // Primary email addresses are always(!) expected to be lowercase |
|
| 1071 | + if ($app === 'settings' && $key === 'email') { |
|
| 1072 | + $value = strtolower($value); |
|
| 1073 | + } |
|
| 1074 | + |
|
| 1075 | + $this->assertParams($userId, $app, $key); |
|
| 1076 | + if (!$this->matchAndApplyLexiconDefinition($userId, $app, $key, $lazy, $type, $flags)) { |
|
| 1077 | + // returns false as database is not updated |
|
| 1078 | + return false; |
|
| 1079 | + } |
|
| 1080 | + $this->loadConfig($userId, $lazy); |
|
| 1081 | + |
|
| 1082 | + $inserted = $refreshCache = false; |
|
| 1083 | + $origValue = $value; |
|
| 1084 | + $sensitive = $this->isFlagged(self::FLAG_SENSITIVE, $flags); |
|
| 1085 | + if ($sensitive || ($this->hasKey($userId, $app, $key, $lazy) && $this->isSensitive($userId, $app, $key, $lazy))) { |
|
| 1086 | + $value = self::ENCRYPTION_PREFIX . $this->crypto->encrypt($value); |
|
| 1087 | + $flags |= self::FLAG_SENSITIVE; |
|
| 1088 | + } |
|
| 1089 | + |
|
| 1090 | + // if requested, we fill the 'indexed' field with current value |
|
| 1091 | + $indexed = ''; |
|
| 1092 | + if ($type !== ValueType::ARRAY && $this->isFlagged(self::FLAG_INDEXED, $flags)) { |
|
| 1093 | + if ($this->isFlagged(self::FLAG_SENSITIVE, $flags)) { |
|
| 1094 | + $this->logger->warning('sensitive value are not to be indexed'); |
|
| 1095 | + } elseif (strlen($value) > self::USER_MAX_LENGTH) { |
|
| 1096 | + $this->logger->warning('value is too lengthy to be indexed'); |
|
| 1097 | + } else { |
|
| 1098 | + $indexed = $value; |
|
| 1099 | + } |
|
| 1100 | + } |
|
| 1101 | + |
|
| 1102 | + if ($this->hasKey($userId, $app, $key, $lazy)) { |
|
| 1103 | + /** |
|
| 1104 | + * no update if key is already known with set lazy status and value is |
|
| 1105 | + * not different, unless sensitivity is switched from false to true. |
|
| 1106 | + */ |
|
| 1107 | + if ($origValue === $this->getTypedValue($userId, $app, $key, $value, $lazy, $type) |
|
| 1108 | + && (!$sensitive || $this->isSensitive($userId, $app, $key, $lazy))) { |
|
| 1109 | + return false; |
|
| 1110 | + } |
|
| 1111 | + } else { |
|
| 1112 | + /** |
|
| 1113 | + * if key is not known yet, we try to insert. |
|
| 1114 | + * It might fail if the key exists with a different lazy flag. |
|
| 1115 | + */ |
|
| 1116 | + try { |
|
| 1117 | + $insert = $this->connection->getQueryBuilder(); |
|
| 1118 | + $insert->insert('preferences') |
|
| 1119 | + ->setValue('userid', $insert->createNamedParameter($userId)) |
|
| 1120 | + ->setValue('appid', $insert->createNamedParameter($app)) |
|
| 1121 | + ->setValue('lazy', $insert->createNamedParameter(($lazy) ? 1 : 0, IQueryBuilder::PARAM_INT)) |
|
| 1122 | + ->setValue('type', $insert->createNamedParameter($type->value, IQueryBuilder::PARAM_INT)) |
|
| 1123 | + ->setValue('flags', $insert->createNamedParameter($flags, IQueryBuilder::PARAM_INT)) |
|
| 1124 | + ->setValue('indexed', $insert->createNamedParameter($indexed)) |
|
| 1125 | + ->setValue('configkey', $insert->createNamedParameter($key)) |
|
| 1126 | + ->setValue('configvalue', $insert->createNamedParameter($value)); |
|
| 1127 | + $insert->executeStatement(); |
|
| 1128 | + $inserted = true; |
|
| 1129 | + } catch (DBException $e) { |
|
| 1130 | + if ($e->getReason() !== DBException::REASON_UNIQUE_CONSTRAINT_VIOLATION) { |
|
| 1131 | + // TODO: throw exception or just log and returns false !? |
|
| 1132 | + throw $e; |
|
| 1133 | + } |
|
| 1134 | + } |
|
| 1135 | + } |
|
| 1136 | + |
|
| 1137 | + /** |
|
| 1138 | + * We cannot insert a new row, meaning we need to update an already existing one |
|
| 1139 | + */ |
|
| 1140 | + if (!$inserted) { |
|
| 1141 | + $currType = $this->valueDetails[$userId][$app][$key]['type'] ?? null; |
|
| 1142 | + if ($currType === null) { // this might happen when switching lazy loading status |
|
| 1143 | + $this->loadConfigAll($userId); |
|
| 1144 | + $currType = $this->valueDetails[$userId][$app][$key]['type']; |
|
| 1145 | + } |
|
| 1146 | + |
|
| 1147 | + /** |
|
| 1148 | + * We only log a warning and set it to VALUE_MIXED. |
|
| 1149 | + */ |
|
| 1150 | + if ($currType === null) { |
|
| 1151 | + $this->logger->warning('Value type is set to zero (0) in database. This is not supposed to happens', ['app' => $app, 'key' => $key]); |
|
| 1152 | + $currType = ValueType::MIXED; |
|
| 1153 | + } |
|
| 1154 | + |
|
| 1155 | + /** |
|
| 1156 | + * we only accept a different type from the one stored in database |
|
| 1157 | + * if the one stored in database is not-defined (VALUE_MIXED) |
|
| 1158 | + */ |
|
| 1159 | + if ($currType !== ValueType::MIXED && |
|
| 1160 | + $currType !== $type) { |
|
| 1161 | + try { |
|
| 1162 | + $currTypeDef = $currType->getDefinition(); |
|
| 1163 | + $typeDef = $type->getDefinition(); |
|
| 1164 | + } catch (IncorrectTypeException) { |
|
| 1165 | + $currTypeDef = $currType->value; |
|
| 1166 | + $typeDef = $type->value; |
|
| 1167 | + } |
|
| 1168 | + throw new TypeConflictException('conflict between new type (' . $typeDef . ') and old type (' . $currTypeDef . ')'); |
|
| 1169 | + } |
|
| 1170 | + |
|
| 1171 | + if ($lazy !== $this->isLazy($userId, $app, $key)) { |
|
| 1172 | + $refreshCache = true; |
|
| 1173 | + } |
|
| 1174 | + |
|
| 1175 | + $update = $this->connection->getQueryBuilder(); |
|
| 1176 | + $update->update('preferences') |
|
| 1177 | + ->set('configvalue', $update->createNamedParameter($value)) |
|
| 1178 | + ->set('lazy', $update->createNamedParameter(($lazy) ? 1 : 0, IQueryBuilder::PARAM_INT)) |
|
| 1179 | + ->set('type', $update->createNamedParameter($type->value, IQueryBuilder::PARAM_INT)) |
|
| 1180 | + ->set('flags', $update->createNamedParameter($flags, IQueryBuilder::PARAM_INT)) |
|
| 1181 | + ->set('indexed', $update->createNamedParameter($indexed)) |
|
| 1182 | + ->where($update->expr()->eq('userid', $update->createNamedParameter($userId))) |
|
| 1183 | + ->andWhere($update->expr()->eq('appid', $update->createNamedParameter($app))) |
|
| 1184 | + ->andWhere($update->expr()->eq('configkey', $update->createNamedParameter($key))); |
|
| 1185 | + |
|
| 1186 | + $update->executeStatement(); |
|
| 1187 | + } |
|
| 1188 | + |
|
| 1189 | + if ($refreshCache) { |
|
| 1190 | + $this->clearCache($userId); |
|
| 1191 | + return true; |
|
| 1192 | + } |
|
| 1193 | + |
|
| 1194 | + // update local cache |
|
| 1195 | + if ($lazy) { |
|
| 1196 | + $this->lazyCache[$userId][$app][$key] = $value; |
|
| 1197 | + } else { |
|
| 1198 | + $this->fastCache[$userId][$app][$key] = $value; |
|
| 1199 | + } |
|
| 1200 | + $this->valueDetails[$userId][$app][$key] = [ |
|
| 1201 | + 'type' => $type, |
|
| 1202 | + 'flags' => $flags |
|
| 1203 | + ]; |
|
| 1204 | + |
|
| 1205 | + return true; |
|
| 1206 | + } |
|
| 1207 | + |
|
| 1208 | + /** |
|
| 1209 | + * Change the type of config value. |
|
| 1210 | + * |
|
| 1211 | + * **WARNING:** Method is internal and **MUST** not be used as it may break things. |
|
| 1212 | + * |
|
| 1213 | + * @param string $userId id of the user |
|
| 1214 | + * @param string $app id of the app |
|
| 1215 | + * @param string $key config key |
|
| 1216 | + * @param ValueType $type value type |
|
| 1217 | + * |
|
| 1218 | + * @return bool TRUE if database update were necessary |
|
| 1219 | + * @throws UnknownKeyException if $key is now known in database |
|
| 1220 | + * @throws IncorrectTypeException if $type is not valid |
|
| 1221 | + * @internal |
|
| 1222 | + * @since 31.0.0 |
|
| 1223 | + */ |
|
| 1224 | + public function updateType(string $userId, string $app, string $key, ValueType $type = ValueType::MIXED): bool { |
|
| 1225 | + $this->assertParams($userId, $app, $key); |
|
| 1226 | + $this->loadConfigAll($userId); |
|
| 1227 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 1228 | + $this->isLazy($userId, $app, $key); // confirm key exists |
|
| 1229 | + |
|
| 1230 | + $update = $this->connection->getQueryBuilder(); |
|
| 1231 | + $update->update('preferences') |
|
| 1232 | + ->set('type', $update->createNamedParameter($type->value, IQueryBuilder::PARAM_INT)) |
|
| 1233 | + ->where($update->expr()->eq('userid', $update->createNamedParameter($userId))) |
|
| 1234 | + ->andWhere($update->expr()->eq('appid', $update->createNamedParameter($app))) |
|
| 1235 | + ->andWhere($update->expr()->eq('configkey', $update->createNamedParameter($key))); |
|
| 1236 | + $update->executeStatement(); |
|
| 1237 | + |
|
| 1238 | + $this->valueDetails[$userId][$app][$key]['type'] = $type; |
|
| 1239 | + |
|
| 1240 | + return true; |
|
| 1241 | + } |
|
| 1242 | + |
|
| 1243 | + /** |
|
| 1244 | + * @inheritDoc |
|
| 1245 | + * |
|
| 1246 | + * @param string $userId id of the user |
|
| 1247 | + * @param string $app id of the app |
|
| 1248 | + * @param string $key config key |
|
| 1249 | + * @param bool $sensitive TRUE to set as sensitive, FALSE to unset |
|
| 1250 | + * |
|
| 1251 | + * @return bool TRUE if entry was found in database and an update was necessary |
|
| 1252 | + * @since 31.0.0 |
|
| 1253 | + */ |
|
| 1254 | + public function updateSensitive(string $userId, string $app, string $key, bool $sensitive): bool { |
|
| 1255 | + $this->assertParams($userId, $app, $key); |
|
| 1256 | + $this->loadConfigAll($userId); |
|
| 1257 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 1258 | + |
|
| 1259 | + try { |
|
| 1260 | + if ($sensitive === $this->isSensitive($userId, $app, $key, null)) { |
|
| 1261 | + return false; |
|
| 1262 | + } |
|
| 1263 | + } catch (UnknownKeyException) { |
|
| 1264 | + return false; |
|
| 1265 | + } |
|
| 1266 | + |
|
| 1267 | + $lazy = $this->isLazy($userId, $app, $key); |
|
| 1268 | + if ($lazy) { |
|
| 1269 | + $cache = $this->lazyCache; |
|
| 1270 | + } else { |
|
| 1271 | + $cache = $this->fastCache; |
|
| 1272 | + } |
|
| 1273 | + |
|
| 1274 | + if (!isset($cache[$userId][$app][$key])) { |
|
| 1275 | + throw new UnknownKeyException('unknown config key'); |
|
| 1276 | + } |
|
| 1277 | + |
|
| 1278 | + $value = $cache[$userId][$app][$key]; |
|
| 1279 | + $flags = $this->getValueFlags($userId, $app, $key); |
|
| 1280 | + if ($sensitive) { |
|
| 1281 | + $flags |= self::FLAG_SENSITIVE; |
|
| 1282 | + $value = self::ENCRYPTION_PREFIX . $this->crypto->encrypt($value); |
|
| 1283 | + } else { |
|
| 1284 | + $flags &= ~self::FLAG_SENSITIVE; |
|
| 1285 | + $this->decryptSensitiveValue($userId, $app, $key, $value); |
|
| 1286 | + } |
|
| 1287 | + |
|
| 1288 | + $update = $this->connection->getQueryBuilder(); |
|
| 1289 | + $update->update('preferences') |
|
| 1290 | + ->set('flags', $update->createNamedParameter($flags, IQueryBuilder::PARAM_INT)) |
|
| 1291 | + ->set('configvalue', $update->createNamedParameter($value)) |
|
| 1292 | + ->where($update->expr()->eq('userid', $update->createNamedParameter($userId))) |
|
| 1293 | + ->andWhere($update->expr()->eq('appid', $update->createNamedParameter($app))) |
|
| 1294 | + ->andWhere($update->expr()->eq('configkey', $update->createNamedParameter($key))); |
|
| 1295 | + $update->executeStatement(); |
|
| 1296 | + |
|
| 1297 | + $this->valueDetails[$userId][$app][$key]['flags'] = $flags; |
|
| 1298 | + |
|
| 1299 | + return true; |
|
| 1300 | + } |
|
| 1301 | + |
|
| 1302 | + /** |
|
| 1303 | + * @inheritDoc |
|
| 1304 | + * |
|
| 1305 | + * @param string $app |
|
| 1306 | + * @param string $key |
|
| 1307 | + * @param bool $sensitive |
|
| 1308 | + * |
|
| 1309 | + * @since 31.0.0 |
|
| 1310 | + */ |
|
| 1311 | + public function updateGlobalSensitive(string $app, string $key, bool $sensitive): void { |
|
| 1312 | + $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 1313 | + $this->matchAndApplyLexiconDefinition('', $app, $key); |
|
| 1314 | + |
|
| 1315 | + foreach (array_keys($this->getValuesByUsers($app, $key)) as $userId) { |
|
| 1316 | + try { |
|
| 1317 | + $this->updateSensitive($userId, $app, $key, $sensitive); |
|
| 1318 | + } catch (UnknownKeyException) { |
|
| 1319 | + // should not happen and can be ignored |
|
| 1320 | + } |
|
| 1321 | + } |
|
| 1322 | + |
|
| 1323 | + // we clear all cache |
|
| 1324 | + $this->clearCacheAll(); |
|
| 1325 | + } |
|
| 1326 | + |
|
| 1327 | + /** |
|
| 1328 | + * @inheritDoc |
|
| 1329 | + * |
|
| 1330 | + * @param string $userId |
|
| 1331 | + * @param string $app |
|
| 1332 | + * @param string $key |
|
| 1333 | + * @param bool $indexed |
|
| 1334 | + * |
|
| 1335 | + * @return bool |
|
| 1336 | + * @throws DBException |
|
| 1337 | + * @throws IncorrectTypeException |
|
| 1338 | + * @throws UnknownKeyException |
|
| 1339 | + * @since 31.0.0 |
|
| 1340 | + */ |
|
| 1341 | + public function updateIndexed(string $userId, string $app, string $key, bool $indexed): bool { |
|
| 1342 | + $this->assertParams($userId, $app, $key); |
|
| 1343 | + $this->loadConfigAll($userId); |
|
| 1344 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 1345 | + |
|
| 1346 | + try { |
|
| 1347 | + if ($indexed === $this->isIndexed($userId, $app, $key, null)) { |
|
| 1348 | + return false; |
|
| 1349 | + } |
|
| 1350 | + } catch (UnknownKeyException) { |
|
| 1351 | + return false; |
|
| 1352 | + } |
|
| 1353 | + |
|
| 1354 | + $lazy = $this->isLazy($userId, $app, $key); |
|
| 1355 | + if ($lazy) { |
|
| 1356 | + $cache = $this->lazyCache; |
|
| 1357 | + } else { |
|
| 1358 | + $cache = $this->fastCache; |
|
| 1359 | + } |
|
| 1360 | + |
|
| 1361 | + if (!isset($cache[$userId][$app][$key])) { |
|
| 1362 | + throw new UnknownKeyException('unknown config key'); |
|
| 1363 | + } |
|
| 1364 | + |
|
| 1365 | + $value = $cache[$userId][$app][$key]; |
|
| 1366 | + $flags = $this->getValueFlags($userId, $app, $key); |
|
| 1367 | + if ($indexed) { |
|
| 1368 | + $indexed = $value; |
|
| 1369 | + } else { |
|
| 1370 | + $flags &= ~self::FLAG_INDEXED; |
|
| 1371 | + $indexed = ''; |
|
| 1372 | + } |
|
| 1373 | + |
|
| 1374 | + $update = $this->connection->getQueryBuilder(); |
|
| 1375 | + $update->update('preferences') |
|
| 1376 | + ->set('flags', $update->createNamedParameter($flags, IQueryBuilder::PARAM_INT)) |
|
| 1377 | + ->set('indexed', $update->createNamedParameter($indexed)) |
|
| 1378 | + ->where($update->expr()->eq('userid', $update->createNamedParameter($userId))) |
|
| 1379 | + ->andWhere($update->expr()->eq('appid', $update->createNamedParameter($app))) |
|
| 1380 | + ->andWhere($update->expr()->eq('configkey', $update->createNamedParameter($key))); |
|
| 1381 | + $update->executeStatement(); |
|
| 1382 | + |
|
| 1383 | + $this->valueDetails[$userId][$app][$key]['flags'] = $flags; |
|
| 1384 | + |
|
| 1385 | + return true; |
|
| 1386 | + } |
|
| 1387 | + |
|
| 1388 | + |
|
| 1389 | + /** |
|
| 1390 | + * @inheritDoc |
|
| 1391 | + * |
|
| 1392 | + * @param string $app |
|
| 1393 | + * @param string $key |
|
| 1394 | + * @param bool $indexed |
|
| 1395 | + * |
|
| 1396 | + * @since 31.0.0 |
|
| 1397 | + */ |
|
| 1398 | + public function updateGlobalIndexed(string $app, string $key, bool $indexed): void { |
|
| 1399 | + $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 1400 | + $this->matchAndApplyLexiconDefinition('', $app, $key); |
|
| 1401 | + |
|
| 1402 | + foreach (array_keys($this->getValuesByUsers($app, $key)) as $userId) { |
|
| 1403 | + try { |
|
| 1404 | + $this->updateIndexed($userId, $app, $key, $indexed); |
|
| 1405 | + } catch (UnknownKeyException) { |
|
| 1406 | + // should not happen and can be ignored |
|
| 1407 | + } |
|
| 1408 | + } |
|
| 1409 | + |
|
| 1410 | + // we clear all cache |
|
| 1411 | + $this->clearCacheAll(); |
|
| 1412 | + } |
|
| 1413 | + |
|
| 1414 | + /** |
|
| 1415 | + * @inheritDoc |
|
| 1416 | + * |
|
| 1417 | + * @param string $userId id of the user |
|
| 1418 | + * @param string $app id of the app |
|
| 1419 | + * @param string $key config key |
|
| 1420 | + * @param bool $lazy TRUE to set as lazy loaded, FALSE to unset |
|
| 1421 | + * |
|
| 1422 | + * @return bool TRUE if entry was found in database and an update was necessary |
|
| 1423 | + * @since 31.0.0 |
|
| 1424 | + */ |
|
| 1425 | + public function updateLazy(string $userId, string $app, string $key, bool $lazy): bool { |
|
| 1426 | + $this->assertParams($userId, $app, $key); |
|
| 1427 | + $this->loadConfigAll($userId); |
|
| 1428 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 1429 | + |
|
| 1430 | + try { |
|
| 1431 | + if ($lazy === $this->isLazy($userId, $app, $key)) { |
|
| 1432 | + return false; |
|
| 1433 | + } |
|
| 1434 | + } catch (UnknownKeyException) { |
|
| 1435 | + return false; |
|
| 1436 | + } |
|
| 1437 | + |
|
| 1438 | + $update = $this->connection->getQueryBuilder(); |
|
| 1439 | + $update->update('preferences') |
|
| 1440 | + ->set('lazy', $update->createNamedParameter($lazy ? 1 : 0, IQueryBuilder::PARAM_INT)) |
|
| 1441 | + ->where($update->expr()->eq('userid', $update->createNamedParameter($userId))) |
|
| 1442 | + ->andWhere($update->expr()->eq('appid', $update->createNamedParameter($app))) |
|
| 1443 | + ->andWhere($update->expr()->eq('configkey', $update->createNamedParameter($key))); |
|
| 1444 | + $update->executeStatement(); |
|
| 1445 | + |
|
| 1446 | + // At this point, it is a lot safer to clean cache |
|
| 1447 | + $this->clearCache($userId); |
|
| 1448 | + |
|
| 1449 | + return true; |
|
| 1450 | + } |
|
| 1451 | + |
|
| 1452 | + /** |
|
| 1453 | + * @inheritDoc |
|
| 1454 | + * |
|
| 1455 | + * @param string $app id of the app |
|
| 1456 | + * @param string $key config key |
|
| 1457 | + * @param bool $lazy TRUE to set as lazy loaded, FALSE to unset |
|
| 1458 | + * |
|
| 1459 | + * @since 31.0.0 |
|
| 1460 | + */ |
|
| 1461 | + public function updateGlobalLazy(string $app, string $key, bool $lazy): void { |
|
| 1462 | + $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 1463 | + $this->matchAndApplyLexiconDefinition('', $app, $key); |
|
| 1464 | + |
|
| 1465 | + $update = $this->connection->getQueryBuilder(); |
|
| 1466 | + $update->update('preferences') |
|
| 1467 | + ->set('lazy', $update->createNamedParameter($lazy ? 1 : 0, IQueryBuilder::PARAM_INT)) |
|
| 1468 | + ->where($update->expr()->eq('appid', $update->createNamedParameter($app))) |
|
| 1469 | + ->andWhere($update->expr()->eq('configkey', $update->createNamedParameter($key))); |
|
| 1470 | + $update->executeStatement(); |
|
| 1471 | + |
|
| 1472 | + $this->clearCacheAll(); |
|
| 1473 | + } |
|
| 1474 | + |
|
| 1475 | + /** |
|
| 1476 | + * @inheritDoc |
|
| 1477 | + * |
|
| 1478 | + * @param string $userId id of the user |
|
| 1479 | + * @param string $app id of the app |
|
| 1480 | + * @param string $key config key |
|
| 1481 | + * |
|
| 1482 | + * @return array |
|
| 1483 | + * @throws UnknownKeyException if config key is not known in database |
|
| 1484 | + * @since 31.0.0 |
|
| 1485 | + */ |
|
| 1486 | + public function getDetails(string $userId, string $app, string $key): array { |
|
| 1487 | + $this->assertParams($userId, $app, $key); |
|
| 1488 | + $this->loadConfigAll($userId); |
|
| 1489 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 1490 | + |
|
| 1491 | + $lazy = $this->isLazy($userId, $app, $key); |
|
| 1492 | + |
|
| 1493 | + if ($lazy) { |
|
| 1494 | + $cache = $this->lazyCache[$userId]; |
|
| 1495 | + } else { |
|
| 1496 | + $cache = $this->fastCache[$userId]; |
|
| 1497 | + } |
|
| 1498 | + |
|
| 1499 | + $type = $this->getValueType($userId, $app, $key); |
|
| 1500 | + try { |
|
| 1501 | + $typeString = $type->getDefinition(); |
|
| 1502 | + } catch (IncorrectTypeException $e) { |
|
| 1503 | + $this->logger->warning('type stored in database is not correct', ['exception' => $e, 'type' => $type]); |
|
| 1504 | + $typeString = (string)$type->value; |
|
| 1505 | + } |
|
| 1506 | + |
|
| 1507 | + if (!isset($cache[$app][$key])) { |
|
| 1508 | + throw new UnknownKeyException('unknown config key'); |
|
| 1509 | + } |
|
| 1510 | + |
|
| 1511 | + $value = $cache[$app][$key]; |
|
| 1512 | + $sensitive = $this->isSensitive($userId, $app, $key, null); |
|
| 1513 | + $this->decryptSensitiveValue($userId, $app, $key, $value); |
|
| 1514 | + |
|
| 1515 | + return [ |
|
| 1516 | + 'userId' => $userId, |
|
| 1517 | + 'app' => $app, |
|
| 1518 | + 'key' => $key, |
|
| 1519 | + 'value' => $value, |
|
| 1520 | + 'type' => $type->value, |
|
| 1521 | + 'lazy' => $lazy, |
|
| 1522 | + 'typeString' => $typeString, |
|
| 1523 | + 'sensitive' => $sensitive |
|
| 1524 | + ]; |
|
| 1525 | + } |
|
| 1526 | + |
|
| 1527 | + /** |
|
| 1528 | + * @inheritDoc |
|
| 1529 | + * |
|
| 1530 | + * @param string $userId id of the user |
|
| 1531 | + * @param string $app id of the app |
|
| 1532 | + * @param string $key config key |
|
| 1533 | + * |
|
| 1534 | + * @since 31.0.0 |
|
| 1535 | + */ |
|
| 1536 | + public function deleteUserConfig(string $userId, string $app, string $key): void { |
|
| 1537 | + $this->assertParams($userId, $app, $key); |
|
| 1538 | + $this->matchAndApplyLexiconDefinition($userId, $app, $key); |
|
| 1539 | + |
|
| 1540 | + $qb = $this->connection->getQueryBuilder(); |
|
| 1541 | + $qb->delete('preferences') |
|
| 1542 | + ->where($qb->expr()->eq('userid', $qb->createNamedParameter($userId))) |
|
| 1543 | + ->andWhere($qb->expr()->eq('appid', $qb->createNamedParameter($app))) |
|
| 1544 | + ->andWhere($qb->expr()->eq('configkey', $qb->createNamedParameter($key))); |
|
| 1545 | + $qb->executeStatement(); |
|
| 1546 | + |
|
| 1547 | + unset($this->lazyCache[$userId][$app][$key]); |
|
| 1548 | + unset($this->fastCache[$userId][$app][$key]); |
|
| 1549 | + unset($this->valueDetails[$userId][$app][$key]); |
|
| 1550 | + } |
|
| 1551 | + |
|
| 1552 | + /** |
|
| 1553 | + * @inheritDoc |
|
| 1554 | + * |
|
| 1555 | + * @param string $app id of the app |
|
| 1556 | + * @param string $key config key |
|
| 1557 | + * |
|
| 1558 | + * @since 31.0.0 |
|
| 1559 | + */ |
|
| 1560 | + public function deleteKey(string $app, string $key): void { |
|
| 1561 | + $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 1562 | + $this->matchAndApplyLexiconDefinition('', $app, $key); |
|
| 1563 | + |
|
| 1564 | + $qb = $this->connection->getQueryBuilder(); |
|
| 1565 | + $qb->delete('preferences') |
|
| 1566 | + ->where($qb->expr()->eq('appid', $qb->createNamedParameter($app))) |
|
| 1567 | + ->andWhere($qb->expr()->eq('configkey', $qb->createNamedParameter($key))); |
|
| 1568 | + $qb->executeStatement(); |
|
| 1569 | + |
|
| 1570 | + $this->clearCacheAll(); |
|
| 1571 | + } |
|
| 1572 | + |
|
| 1573 | + /** |
|
| 1574 | + * @inheritDoc |
|
| 1575 | + * |
|
| 1576 | + * @param string $app id of the app |
|
| 1577 | + * |
|
| 1578 | + * @since 31.0.0 |
|
| 1579 | + */ |
|
| 1580 | + public function deleteApp(string $app): void { |
|
| 1581 | + $this->assertParams('', $app, allowEmptyUser: true); |
|
| 1582 | + |
|
| 1583 | + $qb = $this->connection->getQueryBuilder(); |
|
| 1584 | + $qb->delete('preferences') |
|
| 1585 | + ->where($qb->expr()->eq('appid', $qb->createNamedParameter($app))); |
|
| 1586 | + $qb->executeStatement(); |
|
| 1587 | + |
|
| 1588 | + $this->clearCacheAll(); |
|
| 1589 | + } |
|
| 1590 | + |
|
| 1591 | + public function deleteAllUserConfig(string $userId): void { |
|
| 1592 | + $this->assertParams($userId, '', allowEmptyApp: true); |
|
| 1593 | + $qb = $this->connection->getQueryBuilder(); |
|
| 1594 | + $qb->delete('preferences') |
|
| 1595 | + ->where($qb->expr()->eq('userid', $qb->createNamedParameter($userId))); |
|
| 1596 | + $qb->executeStatement(); |
|
| 1597 | + |
|
| 1598 | + $this->clearCache($userId); |
|
| 1599 | + } |
|
| 1600 | + |
|
| 1601 | + /** |
|
| 1602 | + * @inheritDoc |
|
| 1603 | + * |
|
| 1604 | + * @param string $userId id of the user |
|
| 1605 | + * @param bool $reload set to TRUE to refill cache instantly after clearing it. |
|
| 1606 | + * |
|
| 1607 | + * @since 31.0.0 |
|
| 1608 | + */ |
|
| 1609 | + public function clearCache(string $userId, bool $reload = false): void { |
|
| 1610 | + $this->assertParams($userId, allowEmptyApp: true); |
|
| 1611 | + $this->lazyLoaded[$userId] = $this->fastLoaded[$userId] = false; |
|
| 1612 | + $this->lazyCache[$userId] = $this->fastCache[$userId] = $this->valueDetails[$userId] = []; |
|
| 1613 | + |
|
| 1614 | + if (!$reload) { |
|
| 1615 | + return; |
|
| 1616 | + } |
|
| 1617 | + |
|
| 1618 | + $this->loadConfigAll($userId); |
|
| 1619 | + } |
|
| 1620 | + |
|
| 1621 | + /** |
|
| 1622 | + * @inheritDoc |
|
| 1623 | + * |
|
| 1624 | + * @since 31.0.0 |
|
| 1625 | + */ |
|
| 1626 | + public function clearCacheAll(): void { |
|
| 1627 | + $this->lazyLoaded = $this->fastLoaded = []; |
|
| 1628 | + $this->lazyCache = $this->fastCache = $this->valueDetails = []; |
|
| 1629 | + } |
|
| 1630 | + |
|
| 1631 | + /** |
|
| 1632 | + * For debug purpose. |
|
| 1633 | + * Returns the cached data. |
|
| 1634 | + * |
|
| 1635 | + * @return array |
|
| 1636 | + * @since 31.0.0 |
|
| 1637 | + * @internal |
|
| 1638 | + */ |
|
| 1639 | + public function statusCache(): array { |
|
| 1640 | + return [ |
|
| 1641 | + 'fastLoaded' => $this->fastLoaded, |
|
| 1642 | + 'fastCache' => $this->fastCache, |
|
| 1643 | + 'lazyLoaded' => $this->lazyLoaded, |
|
| 1644 | + 'lazyCache' => $this->lazyCache, |
|
| 1645 | + 'valueDetails' => $this->valueDetails, |
|
| 1646 | + ]; |
|
| 1647 | + } |
|
| 1648 | + |
|
| 1649 | + /** |
|
| 1650 | + * @param int $needle bitflag to search |
|
| 1651 | + * @param int $flags all flags |
|
| 1652 | + * |
|
| 1653 | + * @return bool TRUE if bitflag $needle is set in $flags |
|
| 1654 | + */ |
|
| 1655 | + private function isFlagged(int $needle, int $flags): bool { |
|
| 1656 | + return (($needle & $flags) !== 0); |
|
| 1657 | + } |
|
| 1658 | + |
|
| 1659 | + /** |
|
| 1660 | + * Confirm the string set for app and key fit the database description |
|
| 1661 | + * |
|
| 1662 | + * @param string $userId |
|
| 1663 | + * @param string $app assert $app fit in database |
|
| 1664 | + * @param string $prefKey assert config key fit in database |
|
| 1665 | + * @param bool $allowEmptyUser |
|
| 1666 | + * @param bool $allowEmptyApp $app can be empty string |
|
| 1667 | + * @param ValueType|null $valueType assert value type is only one type |
|
| 1668 | + */ |
|
| 1669 | + private function assertParams( |
|
| 1670 | + string $userId = '', |
|
| 1671 | + string $app = '', |
|
| 1672 | + string $prefKey = '', |
|
| 1673 | + bool $allowEmptyUser = false, |
|
| 1674 | + bool $allowEmptyApp = false, |
|
| 1675 | + ): void { |
|
| 1676 | + if (!$allowEmptyUser && $userId === '') { |
|
| 1677 | + throw new InvalidArgumentException('userId cannot be an empty string'); |
|
| 1678 | + } |
|
| 1679 | + if (!$allowEmptyApp && $app === '') { |
|
| 1680 | + throw new InvalidArgumentException('app cannot be an empty string'); |
|
| 1681 | + } |
|
| 1682 | + if (strlen($userId) > self::USER_MAX_LENGTH) { |
|
| 1683 | + throw new InvalidArgumentException('Value (' . $userId . ') for userId is too long (' . self::USER_MAX_LENGTH . ')'); |
|
| 1684 | + } |
|
| 1685 | + if (strlen($app) > self::APP_MAX_LENGTH) { |
|
| 1686 | + throw new InvalidArgumentException('Value (' . $app . ') for app is too long (' . self::APP_MAX_LENGTH . ')'); |
|
| 1687 | + } |
|
| 1688 | + if (strlen($prefKey) > self::KEY_MAX_LENGTH) { |
|
| 1689 | + throw new InvalidArgumentException('Value (' . $prefKey . ') for key is too long (' . self::KEY_MAX_LENGTH . ')'); |
|
| 1690 | + } |
|
| 1691 | + } |
|
| 1692 | + |
|
| 1693 | + private function loadConfigAll(string $userId): void { |
|
| 1694 | + $this->loadConfig($userId, null); |
|
| 1695 | + } |
|
| 1696 | + |
|
| 1697 | + /** |
|
| 1698 | + * Load normal config or config set as lazy loaded |
|
| 1699 | + * |
|
| 1700 | + * @param bool|null $lazy set to TRUE to load config set as lazy loaded, set to NULL to load all config |
|
| 1701 | + */ |
|
| 1702 | + private function loadConfig(string $userId, ?bool $lazy = false): void { |
|
| 1703 | + if ($this->isLoaded($userId, $lazy)) { |
|
| 1704 | + return; |
|
| 1705 | + } |
|
| 1706 | + |
|
| 1707 | + if (($lazy ?? true) !== false) { // if lazy is null or true, we debug log |
|
| 1708 | + $this->logger->debug('The loading of lazy UserConfig values have been requested', ['exception' => new \RuntimeException('ignorable exception')]); |
|
| 1709 | + } |
|
| 1710 | + |
|
| 1711 | + $qb = $this->connection->getQueryBuilder(); |
|
| 1712 | + $qb->from('preferences'); |
|
| 1713 | + $qb->select('appid', 'configkey', 'configvalue', 'type', 'flags'); |
|
| 1714 | + $qb->where($qb->expr()->eq('userid', $qb->createNamedParameter($userId))); |
|
| 1715 | + |
|
| 1716 | + // we only need value from lazy when loadConfig does not specify it |
|
| 1717 | + if ($lazy !== null) { |
|
| 1718 | + $qb->andWhere($qb->expr()->eq('lazy', $qb->createNamedParameter($lazy ? 1 : 0, IQueryBuilder::PARAM_INT))); |
|
| 1719 | + } else { |
|
| 1720 | + $qb->addSelect('lazy'); |
|
| 1721 | + } |
|
| 1722 | + |
|
| 1723 | + $result = $qb->executeQuery(); |
|
| 1724 | + $rows = $result->fetchAll(); |
|
| 1725 | + foreach ($rows as $row) { |
|
| 1726 | + if (($row['lazy'] ?? ($lazy ?? 0) ? 1 : 0) === 1) { |
|
| 1727 | + $this->lazyCache[$userId][$row['appid']][$row['configkey']] = $row['configvalue'] ?? ''; |
|
| 1728 | + } else { |
|
| 1729 | + $this->fastCache[$userId][$row['appid']][$row['configkey']] = $row['configvalue'] ?? ''; |
|
| 1730 | + } |
|
| 1731 | + $this->valueDetails[$userId][$row['appid']][$row['configkey']] = ['type' => ValueType::from((int)($row['type'] ?? 0)), 'flags' => (int)$row['flags']]; |
|
| 1732 | + } |
|
| 1733 | + $result->closeCursor(); |
|
| 1734 | + $this->setAsLoaded($userId, $lazy); |
|
| 1735 | + } |
|
| 1736 | + |
|
| 1737 | + /** |
|
| 1738 | + * if $lazy is: |
|
| 1739 | + * - false: will returns true if fast config are loaded |
|
| 1740 | + * - true : will returns true if lazy config are loaded |
|
| 1741 | + * - null : will returns true if both config are loaded |
|
| 1742 | + * |
|
| 1743 | + * @param string $userId |
|
| 1744 | + * @param bool $lazy |
|
| 1745 | + * |
|
| 1746 | + * @return bool |
|
| 1747 | + */ |
|
| 1748 | + private function isLoaded(string $userId, ?bool $lazy): bool { |
|
| 1749 | + if ($lazy === null) { |
|
| 1750 | + return ($this->lazyLoaded[$userId] ?? false) && ($this->fastLoaded[$userId] ?? false); |
|
| 1751 | + } |
|
| 1752 | + |
|
| 1753 | + return $lazy ? $this->lazyLoaded[$userId] ?? false : $this->fastLoaded[$userId] ?? false; |
|
| 1754 | + } |
|
| 1755 | + |
|
| 1756 | + /** |
|
| 1757 | + * if $lazy is: |
|
| 1758 | + * - false: set fast config as loaded |
|
| 1759 | + * - true : set lazy config as loaded |
|
| 1760 | + * - null : set both config as loaded |
|
| 1761 | + * |
|
| 1762 | + * @param string $userId |
|
| 1763 | + * @param bool $lazy |
|
| 1764 | + */ |
|
| 1765 | + private function setAsLoaded(string $userId, ?bool $lazy): void { |
|
| 1766 | + if ($lazy === null) { |
|
| 1767 | + $this->fastLoaded[$userId] = $this->lazyLoaded[$userId] = true; |
|
| 1768 | + return; |
|
| 1769 | + } |
|
| 1770 | + |
|
| 1771 | + // We also create empty entry to keep both fastLoaded/lazyLoaded synced |
|
| 1772 | + if ($lazy) { |
|
| 1773 | + $this->lazyLoaded[$userId] = true; |
|
| 1774 | + $this->fastLoaded[$userId] = $this->fastLoaded[$userId] ?? false; |
|
| 1775 | + $this->fastCache[$userId] = $this->fastCache[$userId] ?? []; |
|
| 1776 | + } else { |
|
| 1777 | + $this->fastLoaded[$userId] = true; |
|
| 1778 | + $this->lazyLoaded[$userId] = $this->lazyLoaded[$userId] ?? false; |
|
| 1779 | + $this->lazyCache[$userId] = $this->lazyCache[$userId] ?? []; |
|
| 1780 | + } |
|
| 1781 | + } |
|
| 1782 | + |
|
| 1783 | + /** |
|
| 1784 | + * **Warning:** this will load all lazy values from the database |
|
| 1785 | + * |
|
| 1786 | + * @param string $userId id of the user |
|
| 1787 | + * @param string $app id of the app |
|
| 1788 | + * @param bool $filtered TRUE to hide sensitive config values. Value are replaced by {@see IConfig::SENSITIVE_VALUE} |
|
| 1789 | + * |
|
| 1790 | + * @return array<string, string|int|float|bool|array> |
|
| 1791 | + */ |
|
| 1792 | + private function formatAppValues(string $userId, string $app, array $values, bool $filtered = false): array { |
|
| 1793 | + foreach ($values as $key => $value) { |
|
| 1794 | + //$key = (string)$key; |
|
| 1795 | + try { |
|
| 1796 | + $type = $this->getValueType($userId, $app, (string)$key); |
|
| 1797 | + } catch (UnknownKeyException) { |
|
| 1798 | + continue; |
|
| 1799 | + } |
|
| 1800 | + |
|
| 1801 | + if ($this->isFlagged(self::FLAG_SENSITIVE, $this->valueDetails[$userId][$app][$key]['flags'] ?? 0)) { |
|
| 1802 | + if ($filtered) { |
|
| 1803 | + $value = IConfig::SENSITIVE_VALUE; |
|
| 1804 | + $type = ValueType::STRING; |
|
| 1805 | + } else { |
|
| 1806 | + $this->decryptSensitiveValue($userId, $app, (string)$key, $value); |
|
| 1807 | + } |
|
| 1808 | + } |
|
| 1809 | + |
|
| 1810 | + $values[$key] = $this->convertTypedValue($value, $type); |
|
| 1811 | + } |
|
| 1812 | + |
|
| 1813 | + return $values; |
|
| 1814 | + } |
|
| 1815 | + |
|
| 1816 | + /** |
|
| 1817 | + * convert string value to the expected type |
|
| 1818 | + * |
|
| 1819 | + * @param string $value |
|
| 1820 | + * @param ValueType $type |
|
| 1821 | + * |
|
| 1822 | + * @return string|int|float|bool|array |
|
| 1823 | + */ |
|
| 1824 | + private function convertTypedValue(string $value, ValueType $type): string|int|float|bool|array { |
|
| 1825 | + switch ($type) { |
|
| 1826 | + case ValueType::INT: |
|
| 1827 | + return (int)$value; |
|
| 1828 | + case ValueType::FLOAT: |
|
| 1829 | + return (float)$value; |
|
| 1830 | + case ValueType::BOOL: |
|
| 1831 | + return in_array(strtolower($value), ['1', 'true', 'yes', 'on']); |
|
| 1832 | + case ValueType::ARRAY: |
|
| 1833 | + try { |
|
| 1834 | + return json_decode($value, true, flags: JSON_THROW_ON_ERROR); |
|
| 1835 | + } catch (JsonException) { |
|
| 1836 | + // ignoreable |
|
| 1837 | + } |
|
| 1838 | + break; |
|
| 1839 | + } |
|
| 1840 | + return $value; |
|
| 1841 | + } |
|
| 1842 | + |
|
| 1843 | + |
|
| 1844 | + /** |
|
| 1845 | + * will change referenced $value with the decrypted value in case of encrypted (sensitive value) |
|
| 1846 | + * |
|
| 1847 | + * @param string $userId |
|
| 1848 | + * @param string $app |
|
| 1849 | + * @param string $key |
|
| 1850 | + * @param string $value |
|
| 1851 | + */ |
|
| 1852 | + private function decryptSensitiveValue(string $userId, string $app, string $key, string &$value): void { |
|
| 1853 | + if (!$this->isFlagged(self::FLAG_SENSITIVE, $this->valueDetails[$userId][$app][$key]['flags'] ?? 0)) { |
|
| 1854 | + return; |
|
| 1855 | + } |
|
| 1856 | + |
|
| 1857 | + if (!str_starts_with($value, self::ENCRYPTION_PREFIX)) { |
|
| 1858 | + return; |
|
| 1859 | + } |
|
| 1860 | + |
|
| 1861 | + try { |
|
| 1862 | + $value = $this->crypto->decrypt(substr($value, self::ENCRYPTION_PREFIX_LENGTH)); |
|
| 1863 | + } catch (\Exception $e) { |
|
| 1864 | + $this->logger->warning('could not decrypt sensitive value', [ |
|
| 1865 | + 'userId' => $userId, |
|
| 1866 | + 'app' => $app, |
|
| 1867 | + 'key' => $key, |
|
| 1868 | + 'value' => $value, |
|
| 1869 | + 'exception' => $e |
|
| 1870 | + ]); |
|
| 1871 | + } |
|
| 1872 | + } |
|
| 1873 | + |
|
| 1874 | + /** |
|
| 1875 | + * Match and apply current use of config values with defined lexicon. |
|
| 1876 | + * Set $lazy to NULL only if only interested into checking that $key is alias. |
|
| 1877 | + * |
|
| 1878 | + * @throws UnknownKeyException |
|
| 1879 | + * @throws TypeConflictException |
|
| 1880 | + * @return bool FALSE if conflict with defined lexicon were observed in the process |
|
| 1881 | + */ |
|
| 1882 | + private function matchAndApplyLexiconDefinition( |
|
| 1883 | + string $userId, |
|
| 1884 | + string $app, |
|
| 1885 | + string &$key, |
|
| 1886 | + ?bool &$lazy = null, |
|
| 1887 | + ValueType &$type = ValueType::MIXED, |
|
| 1888 | + int &$flags = 0, |
|
| 1889 | + string &$default = '', |
|
| 1890 | + ): bool { |
|
| 1891 | + $configDetails = $this->getConfigDetailsFromLexicon($app); |
|
| 1892 | + if (array_key_exists($key, $configDetails['aliases']) && !$this->ignoreLexiconAliases) { |
|
| 1893 | + // in case '$rename' is set in ConfigLexiconEntry, we use the new config key |
|
| 1894 | + $key = $configDetails['aliases'][$key]; |
|
| 1895 | + } |
|
| 1896 | + |
|
| 1897 | + if (!array_key_exists($key, $configDetails['entries'])) { |
|
| 1898 | + return $this->applyLexiconStrictness($configDetails['strictness'], 'The user config key ' . $app . '/' . $key . ' is not defined in the config lexicon'); |
|
| 1899 | + } |
|
| 1900 | + |
|
| 1901 | + // if lazy is NULL, we ignore all check on the type/lazyness/default from Lexicon |
|
| 1902 | + if ($lazy === null) { |
|
| 1903 | + return true; |
|
| 1904 | + } |
|
| 1905 | + |
|
| 1906 | + /** @var ConfigLexiconEntry $configValue */ |
|
| 1907 | + $configValue = $configDetails['entries'][$key]; |
|
| 1908 | + if ($type === ValueType::MIXED) { |
|
| 1909 | + // we overwrite if value was requested as mixed |
|
| 1910 | + $type = $configValue->getValueType(); |
|
| 1911 | + } elseif ($configValue->getValueType() !== $type) { |
|
| 1912 | + throw new TypeConflictException('The user config key ' . $app . '/' . $key . ' is typed incorrectly in relation to the config lexicon'); |
|
| 1913 | + } |
|
| 1914 | + |
|
| 1915 | + $lazy = $configValue->isLazy(); |
|
| 1916 | + $flags = $configValue->getFlags(); |
|
| 1917 | + if ($configValue->isDeprecated()) { |
|
| 1918 | + $this->logger->notice('User config key ' . $app . '/' . $key . ' is set as deprecated.'); |
|
| 1919 | + } |
|
| 1920 | + |
|
| 1921 | + $enforcedValue = $this->config->getSystemValue('lexicon.default.userconfig.enforced', [])[$app][$key] ?? false; |
|
| 1922 | + if (!$enforcedValue && $this->hasKey($userId, $app, $key, $lazy)) { |
|
| 1923 | + // if key exists there should be no need to extract default |
|
| 1924 | + return true; |
|
| 1925 | + } |
|
| 1926 | + |
|
| 1927 | + // default from Lexicon got priority but it can still be overwritten by admin |
|
| 1928 | + $default = $this->getSystemDefault($app, $configValue) ?? $configValue->getDefault() ?? $default; |
|
| 1929 | + |
|
| 1930 | + // returning false will make get() returning $default and set() not changing value in database |
|
| 1931 | + return !$enforcedValue; |
|
| 1932 | + } |
|
| 1933 | + |
|
| 1934 | + /** |
|
| 1935 | + * get default value set in config/config.php if stored in key: |
|
| 1936 | + * |
|
| 1937 | + * 'lexicon.default.userconfig' => [ |
|
| 1938 | + * <appId> => [ |
|
| 1939 | + * <configKey> => 'my value', |
|
| 1940 | + * ] |
|
| 1941 | + * ], |
|
| 1942 | + * |
|
| 1943 | + * The entry is converted to string to fit the expected type when managing default value |
|
| 1944 | + */ |
|
| 1945 | + private function getSystemDefault(string $appId, ConfigLexiconEntry $configValue): ?string { |
|
| 1946 | + $default = $this->config->getSystemValue('lexicon.default.userconfig', [])[$appId][$configValue->getKey()] ?? null; |
|
| 1947 | + if ($default === null) { |
|
| 1948 | + // no system default, using default default. |
|
| 1949 | + return null; |
|
| 1950 | + } |
|
| 1951 | + |
|
| 1952 | + return $configValue->convertToString($default); |
|
| 1953 | + } |
|
| 1954 | + |
|
| 1955 | + /** |
|
| 1956 | + * manage ConfigLexicon behavior based on strictness set in IConfigLexicon |
|
| 1957 | + * |
|
| 1958 | + * @see IConfigLexicon::getStrictness() |
|
| 1959 | + * @param ConfigLexiconStrictness|null $strictness |
|
| 1960 | + * @param string $line |
|
| 1961 | + * |
|
| 1962 | + * @return bool TRUE if conflict can be fully ignored |
|
| 1963 | + * @throws UnknownKeyException |
|
| 1964 | + */ |
|
| 1965 | + private function applyLexiconStrictness(?ConfigLexiconStrictness $strictness, string $line = ''): bool { |
|
| 1966 | + if ($strictness === null) { |
|
| 1967 | + return true; |
|
| 1968 | + } |
|
| 1969 | + |
|
| 1970 | + switch ($strictness) { |
|
| 1971 | + case ConfigLexiconStrictness::IGNORE: |
|
| 1972 | + return true; |
|
| 1973 | + case ConfigLexiconStrictness::NOTICE: |
|
| 1974 | + $this->logger->notice($line); |
|
| 1975 | + return true; |
|
| 1976 | + case ConfigLexiconStrictness::WARNING: |
|
| 1977 | + $this->logger->warning($line); |
|
| 1978 | + return false; |
|
| 1979 | + case ConfigLexiconStrictness::EXCEPTION: |
|
| 1980 | + throw new UnknownKeyException($line); |
|
| 1981 | + } |
|
| 1982 | + |
|
| 1983 | + throw new UnknownKeyException($line); |
|
| 1984 | + } |
|
| 1985 | + |
|
| 1986 | + /** |
|
| 1987 | + * extract details from registered $appId's config lexicon |
|
| 1988 | + * |
|
| 1989 | + * @param string $appId |
|
| 1990 | + * @internal |
|
| 1991 | + * |
|
| 1992 | + * @return array{entries: array<string, ConfigLexiconEntry>, aliases: array<string, string>, strictness: ConfigLexiconStrictness} |
|
| 1993 | + */ |
|
| 1994 | + public function getConfigDetailsFromLexicon(string $appId): array { |
|
| 1995 | + if (!array_key_exists($appId, $this->configLexiconDetails)) { |
|
| 1996 | + $entries = $aliases = []; |
|
| 1997 | + $bootstrapCoordinator = \OCP\Server::get(Coordinator::class); |
|
| 1998 | + $configLexicon = $bootstrapCoordinator->getRegistrationContext()?->getConfigLexicon($appId); |
|
| 1999 | + foreach ($configLexicon?->getUserConfigs() ?? [] as $configEntry) { |
|
| 2000 | + $entries[$configEntry->getKey()] = $configEntry; |
|
| 2001 | + if ($configEntry->getRename() !== null) { |
|
| 2002 | + $aliases[$configEntry->getRename()] = $configEntry->getKey(); |
|
| 2003 | + } |
|
| 2004 | + } |
|
| 2005 | + |
|
| 2006 | + $this->configLexiconDetails[$appId] = [ |
|
| 2007 | + 'entries' => $entries, |
|
| 2008 | + 'aliases' => $aliases, |
|
| 2009 | + 'strictness' => $configLexicon?->getStrictness() ?? ConfigLexiconStrictness::IGNORE |
|
| 2010 | + ]; |
|
| 2011 | + } |
|
| 2012 | + |
|
| 2013 | + return $this->configLexiconDetails[$appId]; |
|
| 2014 | + } |
|
| 2015 | + |
|
| 2016 | + private function getLexiconEntry(string $appId, string $key): ?ConfigLexiconEntry { |
|
| 2017 | + return $this->getConfigDetailsFromLexicon($appId)['entries'][$key] ?? null; |
|
| 2018 | + } |
|
| 2019 | + |
|
| 2020 | + /** |
|
| 2021 | + * if set to TRUE, ignore aliases defined in Config Lexicon during the use of the methods of this class |
|
| 2022 | + * |
|
| 2023 | + * @internal |
|
| 2024 | + */ |
|
| 2025 | + public function ignoreLexiconAliases(bool $ignore): void { |
|
| 2026 | + $this->ignoreLexiconAliases = $ignore; |
|
| 2027 | + } |
|
| 2028 | 2028 | } |
@@ -54,11 +54,11 @@ discard block |
||
| 54 | 54 | private const ENCRYPTION_PREFIX_LENGTH = 22; // strlen(self::ENCRYPTION_PREFIX) |
| 55 | 55 | |
| 56 | 56 | /** @var array<string, array<string, array<string, mixed>>> [ass'user_id' => ['app_id' => ['key' => 'value']]] */ |
| 57 | - private array $fastCache = []; // cache for normal config keys |
|
| 57 | + private array $fastCache = []; // cache for normal config keys |
|
| 58 | 58 | /** @var array<string, array<string, array<string, mixed>>> ['user_id' => ['app_id' => ['key' => 'value']]] */ |
| 59 | - private array $lazyCache = []; // cache for lazy config keys |
|
| 59 | + private array $lazyCache = []; // cache for lazy config keys |
|
| 60 | 60 | /** @var array<string, array<string, array<string, array<string, mixed>>>> ['user_id' => ['app_id' => ['key' => ['type' => ValueType, 'flags' => bitflag]]]] */ |
| 61 | - private array $valueDetails = []; // type for all config values |
|
| 61 | + private array $valueDetails = []; // type for all config values |
|
| 62 | 62 | /** @var array<string, boolean> ['user_id' => bool] */ |
| 63 | 63 | private array $fastLoaded = []; |
| 64 | 64 | /** @var array<string, boolean> ['user_id' => bool] */ |
@@ -267,7 +267,7 @@ discard block |
||
| 267 | 267 | // array_merge() will remove numeric keys (here config keys), so addition arrays instead |
| 268 | 268 | $values = array_filter( |
| 269 | 269 | $this->formatAppValues($userId, $app, ($this->fastCache[$userId][$app] ?? []) + ($this->lazyCache[$userId][$app] ?? []), $filtered), |
| 270 | - function (string $key) use ($prefix): bool { |
|
| 270 | + function(string $key) use ($prefix): bool { |
|
| 271 | 271 | // filter values based on $prefix |
| 272 | 272 | return str_starts_with($key, $prefix); |
| 273 | 273 | }, ARRAY_FILTER_USE_KEY |
@@ -311,7 +311,7 @@ discard block |
||
| 311 | 311 | * @since 31.0.0 |
| 312 | 312 | */ |
| 313 | 313 | public function getValuesByApps(string $userId, string $key, bool $lazy = false, ?ValueType $typedAs = null): array { |
| 314 | - $this->assertParams($userId, '', $key, allowEmptyApp: true); |
|
| 314 | + $this->assertParams($userId, '', $key, allowEmptyApp : true); |
|
| 315 | 315 | $this->loadConfig($userId, $lazy); |
| 316 | 316 | |
| 317 | 317 | /** @var array<array-key, array<array-key, mixed>> $cache */ |
@@ -328,7 +328,7 @@ discard block |
||
| 328 | 328 | try { |
| 329 | 329 | $this->decryptSensitiveValue($userId, $app, $key, $value); |
| 330 | 330 | $value = $this->convertTypedValue($value, $typedAs ?? $this->getValueType($userId, $app, $key, $lazy)); |
| 331 | - } catch (IncorrectTypeException|UnknownKeyException) { |
|
| 331 | + } catch (IncorrectTypeException | UnknownKeyException) { |
|
| 332 | 332 | } |
| 333 | 333 | $values[$app] = $value; |
| 334 | 334 | } |
@@ -355,7 +355,7 @@ discard block |
||
| 355 | 355 | ?ValueType $typedAs = null, |
| 356 | 356 | ?array $userIds = null, |
| 357 | 357 | ): array { |
| 358 | - $this->assertParams('', $app, $key, allowEmptyUser: true); |
|
| 358 | + $this->assertParams('', $app, $key, allowEmptyUser : true); |
|
| 359 | 359 | $this->matchAndApplyLexiconDefinition('', $app, $key); |
| 360 | 360 | |
| 361 | 361 | $qb = $this->connection->getQueryBuilder(); |
@@ -366,12 +366,12 @@ discard block |
||
| 366 | 366 | |
| 367 | 367 | $values = []; |
| 368 | 368 | // this nested function will execute current Query and store result within $values. |
| 369 | - $executeAndStoreValue = function (IQueryBuilder $qb) use (&$values, $typedAs): IResult { |
|
| 369 | + $executeAndStoreValue = function(IQueryBuilder $qb) use (&$values, $typedAs): IResult { |
|
| 370 | 370 | $result = $qb->executeQuery(); |
| 371 | 371 | while ($row = $result->fetch()) { |
| 372 | 372 | $value = $row['configvalue']; |
| 373 | 373 | try { |
| 374 | - $value = $this->convertTypedValue($value, $typedAs ?? ValueType::from((int)$row['type'])); |
|
| 374 | + $value = $this->convertTypedValue($value, $typedAs ?? ValueType::from((int) $row['type'])); |
|
| 375 | 375 | } catch (IncorrectTypeException) { |
| 376 | 376 | } |
| 377 | 377 | $values[$row['userid']] = $value; |
@@ -424,7 +424,7 @@ discard block |
||
| 424 | 424 | * @since 31.0.0 |
| 425 | 425 | */ |
| 426 | 426 | public function searchUsersByValueInt(string $app, string $key, int $value): Generator { |
| 427 | - return $this->searchUsersByValueString($app, $key, (string)$value); |
|
| 427 | + return $this->searchUsersByValueString($app, $key, (string) $value); |
|
| 428 | 428 | } |
| 429 | 429 | |
| 430 | 430 | /** |
@@ -470,7 +470,7 @@ discard block |
||
| 470 | 470 | * |
| 471 | 471 | * @return Generator<string> |
| 472 | 472 | */ |
| 473 | - private function searchUsersByTypedValue(string $app, string $key, string|array $value, bool $caseInsensitive = false): Generator { |
|
| 473 | + private function searchUsersByTypedValue(string $app, string $key, string | array $value, bool $caseInsensitive = false): Generator { |
|
| 474 | 474 | $this->assertParams('', $app, $key, allowEmptyUser: true); |
| 475 | 475 | $this->matchAndApplyLexiconDefinition('', $app, $key); |
| 476 | 476 | |
@@ -614,7 +614,7 @@ discard block |
||
| 614 | 614 | int $default = 0, |
| 615 | 615 | bool $lazy = false, |
| 616 | 616 | ): int { |
| 617 | - return (int)$this->getTypedValue($userId, $app, $key, (string)$default, $lazy, ValueType::INT); |
|
| 617 | + return (int) $this->getTypedValue($userId, $app, $key, (string) $default, $lazy, ValueType::INT); |
|
| 618 | 618 | } |
| 619 | 619 | |
| 620 | 620 | /** |
@@ -639,7 +639,7 @@ discard block |
||
| 639 | 639 | float $default = 0, |
| 640 | 640 | bool $lazy = false, |
| 641 | 641 | ): float { |
| 642 | - return (float)$this->getTypedValue($userId, $app, $key, (string)$default, $lazy, ValueType::FLOAT); |
|
| 642 | + return (float) $this->getTypedValue($userId, $app, $key, (string) $default, $lazy, ValueType::FLOAT); |
|
| 643 | 643 | } |
| 644 | 644 | |
| 645 | 645 | /** |
@@ -926,7 +926,7 @@ discard block |
||
| 926 | 926 | $userId, |
| 927 | 927 | $app, |
| 928 | 928 | $key, |
| 929 | - (string)$value, |
|
| 929 | + (string) $value, |
|
| 930 | 930 | $lazy, |
| 931 | 931 | $flags, |
| 932 | 932 | ValueType::INT |
@@ -960,7 +960,7 @@ discard block |
||
| 960 | 960 | $userId, |
| 961 | 961 | $app, |
| 962 | 962 | $key, |
| 963 | - (string)$value, |
|
| 963 | + (string) $value, |
|
| 964 | 964 | $lazy, |
| 965 | 965 | $flags, |
| 966 | 966 | ValueType::FLOAT |
@@ -1083,7 +1083,7 @@ discard block |
||
| 1083 | 1083 | $origValue = $value; |
| 1084 | 1084 | $sensitive = $this->isFlagged(self::FLAG_SENSITIVE, $flags); |
| 1085 | 1085 | if ($sensitive || ($this->hasKey($userId, $app, $key, $lazy) && $this->isSensitive($userId, $app, $key, $lazy))) { |
| 1086 | - $value = self::ENCRYPTION_PREFIX . $this->crypto->encrypt($value); |
|
| 1086 | + $value = self::ENCRYPTION_PREFIX.$this->crypto->encrypt($value); |
|
| 1087 | 1087 | $flags |= self::FLAG_SENSITIVE; |
| 1088 | 1088 | } |
| 1089 | 1089 | |
@@ -1165,7 +1165,7 @@ discard block |
||
| 1165 | 1165 | $currTypeDef = $currType->value; |
| 1166 | 1166 | $typeDef = $type->value; |
| 1167 | 1167 | } |
| 1168 | - throw new TypeConflictException('conflict between new type (' . $typeDef . ') and old type (' . $currTypeDef . ')'); |
|
| 1168 | + throw new TypeConflictException('conflict between new type ('.$typeDef.') and old type ('.$currTypeDef.')'); |
|
| 1169 | 1169 | } |
| 1170 | 1170 | |
| 1171 | 1171 | if ($lazy !== $this->isLazy($userId, $app, $key)) { |
@@ -1279,7 +1279,7 @@ discard block |
||
| 1279 | 1279 | $flags = $this->getValueFlags($userId, $app, $key); |
| 1280 | 1280 | if ($sensitive) { |
| 1281 | 1281 | $flags |= self::FLAG_SENSITIVE; |
| 1282 | - $value = self::ENCRYPTION_PREFIX . $this->crypto->encrypt($value); |
|
| 1282 | + $value = self::ENCRYPTION_PREFIX.$this->crypto->encrypt($value); |
|
| 1283 | 1283 | } else { |
| 1284 | 1284 | $flags &= ~self::FLAG_SENSITIVE; |
| 1285 | 1285 | $this->decryptSensitiveValue($userId, $app, $key, $value); |
@@ -1501,7 +1501,7 @@ discard block |
||
| 1501 | 1501 | $typeString = $type->getDefinition(); |
| 1502 | 1502 | } catch (IncorrectTypeException $e) { |
| 1503 | 1503 | $this->logger->warning('type stored in database is not correct', ['exception' => $e, 'type' => $type]); |
| 1504 | - $typeString = (string)$type->value; |
|
| 1504 | + $typeString = (string) $type->value; |
|
| 1505 | 1505 | } |
| 1506 | 1506 | |
| 1507 | 1507 | if (!isset($cache[$app][$key])) { |
@@ -1680,13 +1680,13 @@ discard block |
||
| 1680 | 1680 | throw new InvalidArgumentException('app cannot be an empty string'); |
| 1681 | 1681 | } |
| 1682 | 1682 | if (strlen($userId) > self::USER_MAX_LENGTH) { |
| 1683 | - throw new InvalidArgumentException('Value (' . $userId . ') for userId is too long (' . self::USER_MAX_LENGTH . ')'); |
|
| 1683 | + throw new InvalidArgumentException('Value ('.$userId.') for userId is too long ('.self::USER_MAX_LENGTH.')'); |
|
| 1684 | 1684 | } |
| 1685 | 1685 | if (strlen($app) > self::APP_MAX_LENGTH) { |
| 1686 | - throw new InvalidArgumentException('Value (' . $app . ') for app is too long (' . self::APP_MAX_LENGTH . ')'); |
|
| 1686 | + throw new InvalidArgumentException('Value ('.$app.') for app is too long ('.self::APP_MAX_LENGTH.')'); |
|
| 1687 | 1687 | } |
| 1688 | 1688 | if (strlen($prefKey) > self::KEY_MAX_LENGTH) { |
| 1689 | - throw new InvalidArgumentException('Value (' . $prefKey . ') for key is too long (' . self::KEY_MAX_LENGTH . ')'); |
|
| 1689 | + throw new InvalidArgumentException('Value ('.$prefKey.') for key is too long ('.self::KEY_MAX_LENGTH.')'); |
|
| 1690 | 1690 | } |
| 1691 | 1691 | } |
| 1692 | 1692 | |
@@ -1728,7 +1728,7 @@ discard block |
||
| 1728 | 1728 | } else { |
| 1729 | 1729 | $this->fastCache[$userId][$row['appid']][$row['configkey']] = $row['configvalue'] ?? ''; |
| 1730 | 1730 | } |
| 1731 | - $this->valueDetails[$userId][$row['appid']][$row['configkey']] = ['type' => ValueType::from((int)($row['type'] ?? 0)), 'flags' => (int)$row['flags']]; |
|
| 1731 | + $this->valueDetails[$userId][$row['appid']][$row['configkey']] = ['type' => ValueType::from((int) ($row['type'] ?? 0)), 'flags' => (int) $row['flags']]; |
|
| 1732 | 1732 | } |
| 1733 | 1733 | $result->closeCursor(); |
| 1734 | 1734 | $this->setAsLoaded($userId, $lazy); |
@@ -1793,7 +1793,7 @@ discard block |
||
| 1793 | 1793 | foreach ($values as $key => $value) { |
| 1794 | 1794 | //$key = (string)$key; |
| 1795 | 1795 | try { |
| 1796 | - $type = $this->getValueType($userId, $app, (string)$key); |
|
| 1796 | + $type = $this->getValueType($userId, $app, (string) $key); |
|
| 1797 | 1797 | } catch (UnknownKeyException) { |
| 1798 | 1798 | continue; |
| 1799 | 1799 | } |
@@ -1803,7 +1803,7 @@ discard block |
||
| 1803 | 1803 | $value = IConfig::SENSITIVE_VALUE; |
| 1804 | 1804 | $type = ValueType::STRING; |
| 1805 | 1805 | } else { |
| 1806 | - $this->decryptSensitiveValue($userId, $app, (string)$key, $value); |
|
| 1806 | + $this->decryptSensitiveValue($userId, $app, (string) $key, $value); |
|
| 1807 | 1807 | } |
| 1808 | 1808 | } |
| 1809 | 1809 | |
@@ -1821,12 +1821,12 @@ discard block |
||
| 1821 | 1821 | * |
| 1822 | 1822 | * @return string|int|float|bool|array |
| 1823 | 1823 | */ |
| 1824 | - private function convertTypedValue(string $value, ValueType $type): string|int|float|bool|array { |
|
| 1824 | + private function convertTypedValue(string $value, ValueType $type): string | int | float | bool | array { |
|
| 1825 | 1825 | switch ($type) { |
| 1826 | 1826 | case ValueType::INT: |
| 1827 | - return (int)$value; |
|
| 1827 | + return (int) $value; |
|
| 1828 | 1828 | case ValueType::FLOAT: |
| 1829 | - return (float)$value; |
|
| 1829 | + return (float) $value; |
|
| 1830 | 1830 | case ValueType::BOOL: |
| 1831 | 1831 | return in_array(strtolower($value), ['1', 'true', 'yes', 'on']); |
| 1832 | 1832 | case ValueType::ARRAY: |
@@ -1884,7 +1884,7 @@ discard block |
||
| 1884 | 1884 | string $app, |
| 1885 | 1885 | string &$key, |
| 1886 | 1886 | ?bool &$lazy = null, |
| 1887 | - ValueType &$type = ValueType::MIXED, |
|
| 1887 | + ValueType & $type = ValueType::MIXED, |
|
| 1888 | 1888 | int &$flags = 0, |
| 1889 | 1889 | string &$default = '', |
| 1890 | 1890 | ): bool { |
@@ -1895,7 +1895,7 @@ discard block |
||
| 1895 | 1895 | } |
| 1896 | 1896 | |
| 1897 | 1897 | if (!array_key_exists($key, $configDetails['entries'])) { |
| 1898 | - return $this->applyLexiconStrictness($configDetails['strictness'], 'The user config key ' . $app . '/' . $key . ' is not defined in the config lexicon'); |
|
| 1898 | + return $this->applyLexiconStrictness($configDetails['strictness'], 'The user config key '.$app.'/'.$key.' is not defined in the config lexicon'); |
|
| 1899 | 1899 | } |
| 1900 | 1900 | |
| 1901 | 1901 | // if lazy is NULL, we ignore all check on the type/lazyness/default from Lexicon |
@@ -1909,13 +1909,13 @@ discard block |
||
| 1909 | 1909 | // we overwrite if value was requested as mixed |
| 1910 | 1910 | $type = $configValue->getValueType(); |
| 1911 | 1911 | } elseif ($configValue->getValueType() !== $type) { |
| 1912 | - throw new TypeConflictException('The user config key ' . $app . '/' . $key . ' is typed incorrectly in relation to the config lexicon'); |
|
| 1912 | + throw new TypeConflictException('The user config key '.$app.'/'.$key.' is typed incorrectly in relation to the config lexicon'); |
|
| 1913 | 1913 | } |
| 1914 | 1914 | |
| 1915 | 1915 | $lazy = $configValue->isLazy(); |
| 1916 | 1916 | $flags = $configValue->getFlags(); |
| 1917 | 1917 | if ($configValue->isDeprecated()) { |
| 1918 | - $this->logger->notice('User config key ' . $app . '/' . $key . ' is set as deprecated.'); |
|
| 1918 | + $this->logger->notice('User config key '.$app.'/'.$key.' is set as deprecated.'); |
|
| 1919 | 1919 | } |
| 1920 | 1920 | |
| 1921 | 1921 | $enforcedValue = $this->config->getSystemValue('lexicon.default.userconfig.enforced', [])[$app][$key] ?? false; |
@@ -34,918 +34,918 @@ |
||
| 34 | 34 | use Psr\Log\LoggerInterface; |
| 35 | 35 | |
| 36 | 36 | class AppManager implements IAppManager { |
| 37 | - /** |
|
| 38 | - * Apps with these types can not be enabled for certain groups only |
|
| 39 | - * @var string[] |
|
| 40 | - */ |
|
| 41 | - protected $protectedAppTypes = [ |
|
| 42 | - 'filesystem', |
|
| 43 | - 'prelogin', |
|
| 44 | - 'authentication', |
|
| 45 | - 'logging', |
|
| 46 | - 'prevent_group_restriction', |
|
| 47 | - ]; |
|
| 48 | - |
|
| 49 | - /** @var string[] $appId => $enabled */ |
|
| 50 | - private array $enabledAppsCache = []; |
|
| 51 | - |
|
| 52 | - /** @var string[]|null */ |
|
| 53 | - private ?array $shippedApps = null; |
|
| 54 | - |
|
| 55 | - private array $alwaysEnabled = []; |
|
| 56 | - private array $defaultEnabled = []; |
|
| 57 | - |
|
| 58 | - /** @var array */ |
|
| 59 | - private array $appInfos = []; |
|
| 60 | - |
|
| 61 | - /** @var array */ |
|
| 62 | - private array $appVersions = []; |
|
| 63 | - |
|
| 64 | - /** @var array */ |
|
| 65 | - private array $autoDisabledApps = []; |
|
| 66 | - private array $appTypes = []; |
|
| 67 | - |
|
| 68 | - /** @var array<string, true> */ |
|
| 69 | - private array $loadedApps = []; |
|
| 70 | - |
|
| 71 | - private ?AppConfig $appConfig = null; |
|
| 72 | - private ?IURLGenerator $urlGenerator = null; |
|
| 73 | - private ?INavigationManager $navigationManager = null; |
|
| 74 | - |
|
| 75 | - /** |
|
| 76 | - * Be extremely careful when injecting classes here. The AppManager is used by the installer, |
|
| 77 | - * so it needs to work before installation. See how AppConfig and IURLGenerator are injected for reference |
|
| 78 | - */ |
|
| 79 | - public function __construct( |
|
| 80 | - private IUserSession $userSession, |
|
| 81 | - private IConfig $config, |
|
| 82 | - private IGroupManager $groupManager, |
|
| 83 | - private ICacheFactory $memCacheFactory, |
|
| 84 | - private IEventDispatcher $dispatcher, |
|
| 85 | - private LoggerInterface $logger, |
|
| 86 | - private ServerVersion $serverVersion, |
|
| 87 | - private ConfigManager $configManager, |
|
| 88 | - ) { |
|
| 89 | - } |
|
| 90 | - |
|
| 91 | - private function getNavigationManager(): INavigationManager { |
|
| 92 | - if ($this->navigationManager === null) { |
|
| 93 | - $this->navigationManager = Server::get(INavigationManager::class); |
|
| 94 | - } |
|
| 95 | - return $this->navigationManager; |
|
| 96 | - } |
|
| 97 | - |
|
| 98 | - public function getAppIcon(string $appId, bool $dark = false): ?string { |
|
| 99 | - $possibleIcons = $dark ? [$appId . '-dark.svg', 'app-dark.svg'] : [$appId . '.svg', 'app.svg']; |
|
| 100 | - $icon = null; |
|
| 101 | - foreach ($possibleIcons as $iconName) { |
|
| 102 | - try { |
|
| 103 | - $icon = $this->getUrlGenerator()->imagePath($appId, $iconName); |
|
| 104 | - break; |
|
| 105 | - } catch (\RuntimeException $e) { |
|
| 106 | - // ignore |
|
| 107 | - } |
|
| 108 | - } |
|
| 109 | - return $icon; |
|
| 110 | - } |
|
| 111 | - |
|
| 112 | - private function getAppConfig(): AppConfig { |
|
| 113 | - if ($this->appConfig !== null) { |
|
| 114 | - return $this->appConfig; |
|
| 115 | - } |
|
| 116 | - if (!$this->config->getSystemValueBool('installed', false)) { |
|
| 117 | - throw new \Exception('Nextcloud is not installed yet, AppConfig is not available'); |
|
| 118 | - } |
|
| 119 | - $this->appConfig = Server::get(AppConfig::class); |
|
| 120 | - return $this->appConfig; |
|
| 121 | - } |
|
| 122 | - |
|
| 123 | - private function getUrlGenerator(): IURLGenerator { |
|
| 124 | - if ($this->urlGenerator !== null) { |
|
| 125 | - return $this->urlGenerator; |
|
| 126 | - } |
|
| 127 | - if (!$this->config->getSystemValueBool('installed', false)) { |
|
| 128 | - throw new \Exception('Nextcloud is not installed yet, AppConfig is not available'); |
|
| 129 | - } |
|
| 130 | - $this->urlGenerator = Server::get(IURLGenerator::class); |
|
| 131 | - return $this->urlGenerator; |
|
| 132 | - } |
|
| 133 | - |
|
| 134 | - /** |
|
| 135 | - * For all enabled apps, return the value of their 'enabled' config key. |
|
| 136 | - * |
|
| 137 | - * @return array<string,string> appId => enabled (may be 'yes', or a json encoded list of group ids) |
|
| 138 | - */ |
|
| 139 | - private function getEnabledAppsValues(): array { |
|
| 140 | - if (!$this->enabledAppsCache) { |
|
| 141 | - /** @var array<string,string> */ |
|
| 142 | - $values = $this->getAppConfig()->searchValues('enabled', false, IAppConfig::VALUE_STRING); |
|
| 143 | - |
|
| 144 | - $alwaysEnabledApps = $this->getAlwaysEnabledApps(); |
|
| 145 | - foreach ($alwaysEnabledApps as $appId) { |
|
| 146 | - $values[$appId] = 'yes'; |
|
| 147 | - } |
|
| 148 | - |
|
| 149 | - $this->enabledAppsCache = array_filter($values, function ($value) { |
|
| 150 | - return $value !== 'no'; |
|
| 151 | - }); |
|
| 152 | - ksort($this->enabledAppsCache); |
|
| 153 | - } |
|
| 154 | - return $this->enabledAppsCache; |
|
| 155 | - } |
|
| 156 | - |
|
| 157 | - /** |
|
| 158 | - * Deprecated alias |
|
| 159 | - * |
|
| 160 | - * @return string[] |
|
| 161 | - */ |
|
| 162 | - public function getInstalledApps() { |
|
| 163 | - return $this->getEnabledApps(); |
|
| 164 | - } |
|
| 165 | - |
|
| 166 | - /** |
|
| 167 | - * List all enabled apps, either for everyone or for some groups |
|
| 168 | - * |
|
| 169 | - * @return list<string> |
|
| 170 | - */ |
|
| 171 | - public function getEnabledApps(): array { |
|
| 172 | - return array_keys($this->getEnabledAppsValues()); |
|
| 173 | - } |
|
| 174 | - |
|
| 175 | - /** |
|
| 176 | - * Get a list of all apps in the apps folder |
|
| 177 | - * |
|
| 178 | - * @return list<string> an array of app names (string IDs) |
|
| 179 | - */ |
|
| 180 | - public function getAllAppsInAppsFolders(): array { |
|
| 181 | - $apps = []; |
|
| 182 | - |
|
| 183 | - foreach (\OC::$APPSROOTS as $apps_dir) { |
|
| 184 | - if (!is_readable($apps_dir['path'])) { |
|
| 185 | - $this->logger->warning('unable to read app folder : ' . $apps_dir['path'], ['app' => 'core']); |
|
| 186 | - continue; |
|
| 187 | - } |
|
| 188 | - $dh = opendir($apps_dir['path']); |
|
| 189 | - |
|
| 190 | - if (is_resource($dh)) { |
|
| 191 | - while (($file = readdir($dh)) !== false) { |
|
| 192 | - if ( |
|
| 193 | - $file[0] != '.' && |
|
| 194 | - is_dir($apps_dir['path'] . '/' . $file) && |
|
| 195 | - is_file($apps_dir['path'] . '/' . $file . '/appinfo/info.xml') |
|
| 196 | - ) { |
|
| 197 | - $apps[] = $file; |
|
| 198 | - } |
|
| 199 | - } |
|
| 200 | - } |
|
| 201 | - } |
|
| 202 | - |
|
| 203 | - return array_values(array_unique($apps)); |
|
| 204 | - } |
|
| 205 | - |
|
| 206 | - /** |
|
| 207 | - * List all apps enabled for a user |
|
| 208 | - * |
|
| 209 | - * @param \OCP\IUser $user |
|
| 210 | - * @return list<string> |
|
| 211 | - */ |
|
| 212 | - public function getEnabledAppsForUser(IUser $user) { |
|
| 213 | - $apps = $this->getEnabledAppsValues(); |
|
| 214 | - $appsForUser = array_filter($apps, function ($enabled) use ($user) { |
|
| 215 | - return $this->checkAppForUser($enabled, $user); |
|
| 216 | - }); |
|
| 217 | - return array_keys($appsForUser); |
|
| 218 | - } |
|
| 219 | - |
|
| 220 | - public function getEnabledAppsForGroup(IGroup $group): array { |
|
| 221 | - $apps = $this->getEnabledAppsValues(); |
|
| 222 | - $appsForGroups = array_filter($apps, function ($enabled) use ($group) { |
|
| 223 | - return $this->checkAppForGroups($enabled, $group); |
|
| 224 | - }); |
|
| 225 | - return array_keys($appsForGroups); |
|
| 226 | - } |
|
| 227 | - |
|
| 228 | - /** |
|
| 229 | - * Loads all apps |
|
| 230 | - * |
|
| 231 | - * @param string[] $types |
|
| 232 | - * @return bool |
|
| 233 | - * |
|
| 234 | - * This function walks through the Nextcloud directory and loads all apps |
|
| 235 | - * it can find. A directory contains an app if the file /appinfo/info.xml |
|
| 236 | - * exists. |
|
| 237 | - * |
|
| 238 | - * if $types is set to non-empty array, only apps of those types will be loaded |
|
| 239 | - */ |
|
| 240 | - public function loadApps(array $types = []): bool { |
|
| 241 | - if ($this->config->getSystemValueBool('maintenance', false)) { |
|
| 242 | - return false; |
|
| 243 | - } |
|
| 244 | - // Load the enabled apps here |
|
| 245 | - $apps = \OC_App::getEnabledApps(); |
|
| 246 | - |
|
| 247 | - // Add each apps' folder as allowed class path |
|
| 248 | - foreach ($apps as $app) { |
|
| 249 | - // If the app is already loaded then autoloading it makes no sense |
|
| 250 | - if (!$this->isAppLoaded($app)) { |
|
| 251 | - $path = \OC_App::getAppPath($app); |
|
| 252 | - if ($path !== false) { |
|
| 253 | - \OC_App::registerAutoloading($app, $path); |
|
| 254 | - } |
|
| 255 | - } |
|
| 256 | - } |
|
| 257 | - |
|
| 258 | - // prevent app loading from printing output |
|
| 259 | - ob_start(); |
|
| 260 | - foreach ($apps as $app) { |
|
| 261 | - if (!$this->isAppLoaded($app) && ($types === [] || $this->isType($app, $types))) { |
|
| 262 | - try { |
|
| 263 | - $this->loadApp($app); |
|
| 264 | - } catch (\Throwable $e) { |
|
| 265 | - $this->logger->emergency('Error during app loading: ' . $e->getMessage(), [ |
|
| 266 | - 'exception' => $e, |
|
| 267 | - 'app' => $app, |
|
| 268 | - ]); |
|
| 269 | - } |
|
| 270 | - } |
|
| 271 | - } |
|
| 272 | - ob_end_clean(); |
|
| 273 | - |
|
| 274 | - return true; |
|
| 275 | - } |
|
| 276 | - |
|
| 277 | - /** |
|
| 278 | - * check if an app is of a specific type |
|
| 279 | - * |
|
| 280 | - * @param string $app |
|
| 281 | - * @param array $types |
|
| 282 | - * @return bool |
|
| 283 | - */ |
|
| 284 | - public function isType(string $app, array $types): bool { |
|
| 285 | - $appTypes = $this->getAppTypes($app); |
|
| 286 | - foreach ($types as $type) { |
|
| 287 | - if (in_array($type, $appTypes, true)) { |
|
| 288 | - return true; |
|
| 289 | - } |
|
| 290 | - } |
|
| 291 | - return false; |
|
| 292 | - } |
|
| 293 | - |
|
| 294 | - /** |
|
| 295 | - * get the types of an app |
|
| 296 | - * |
|
| 297 | - * @param string $app |
|
| 298 | - * @return string[] |
|
| 299 | - */ |
|
| 300 | - private function getAppTypes(string $app): array { |
|
| 301 | - //load the cache |
|
| 302 | - if (count($this->appTypes) === 0) { |
|
| 303 | - $this->appTypes = $this->getAppConfig()->getValues(false, 'types') ?: []; |
|
| 304 | - } |
|
| 305 | - |
|
| 306 | - if (isset($this->appTypes[$app])) { |
|
| 307 | - return explode(',', $this->appTypes[$app]); |
|
| 308 | - } |
|
| 309 | - |
|
| 310 | - return []; |
|
| 311 | - } |
|
| 312 | - |
|
| 313 | - /** |
|
| 314 | - * @return array |
|
| 315 | - */ |
|
| 316 | - public function getAutoDisabledApps(): array { |
|
| 317 | - return $this->autoDisabledApps; |
|
| 318 | - } |
|
| 319 | - |
|
| 320 | - public function getAppRestriction(string $appId): array { |
|
| 321 | - $values = $this->getEnabledAppsValues(); |
|
| 322 | - |
|
| 323 | - if (!isset($values[$appId])) { |
|
| 324 | - return []; |
|
| 325 | - } |
|
| 326 | - |
|
| 327 | - if ($values[$appId] === 'yes' || $values[$appId] === 'no') { |
|
| 328 | - return []; |
|
| 329 | - } |
|
| 330 | - return json_decode($values[$appId], true); |
|
| 331 | - } |
|
| 332 | - |
|
| 333 | - /** |
|
| 334 | - * Check if an app is enabled for user |
|
| 335 | - * |
|
| 336 | - * @param string $appId |
|
| 337 | - * @param \OCP\IUser|null $user (optional) if not defined, the currently logged in user will be used |
|
| 338 | - * @return bool |
|
| 339 | - */ |
|
| 340 | - public function isEnabledForUser($appId, $user = null) { |
|
| 341 | - if ($this->isAlwaysEnabled($appId)) { |
|
| 342 | - return true; |
|
| 343 | - } |
|
| 344 | - if ($user === null) { |
|
| 345 | - $user = $this->userSession->getUser(); |
|
| 346 | - } |
|
| 347 | - $enabledAppsValues = $this->getEnabledAppsValues(); |
|
| 348 | - if (isset($enabledAppsValues[$appId])) { |
|
| 349 | - return $this->checkAppForUser($enabledAppsValues[$appId], $user); |
|
| 350 | - } else { |
|
| 351 | - return false; |
|
| 352 | - } |
|
| 353 | - } |
|
| 354 | - |
|
| 355 | - private function checkAppForUser(string $enabled, ?IUser $user): bool { |
|
| 356 | - if ($enabled === 'yes') { |
|
| 357 | - return true; |
|
| 358 | - } elseif ($user === null) { |
|
| 359 | - return false; |
|
| 360 | - } else { |
|
| 361 | - if (empty($enabled)) { |
|
| 362 | - return false; |
|
| 363 | - } |
|
| 364 | - |
|
| 365 | - $groupIds = json_decode($enabled); |
|
| 366 | - |
|
| 367 | - if (!is_array($groupIds)) { |
|
| 368 | - $jsonError = json_last_error(); |
|
| 369 | - $jsonErrorMsg = json_last_error_msg(); |
|
| 370 | - // this really should never happen (if it does, the admin should check the `enabled` key value via `occ config:list` because it's bogus for some reason) |
|
| 371 | - $this->logger->warning('AppManager::checkAppForUser - can\'t decode group IDs listed in app\'s enabled config key: ' . print_r($enabled, true) . ' - JSON error (' . $jsonError . ') ' . $jsonErrorMsg); |
|
| 372 | - return false; |
|
| 373 | - } |
|
| 374 | - |
|
| 375 | - $userGroups = $this->groupManager->getUserGroupIds($user); |
|
| 376 | - foreach ($userGroups as $groupId) { |
|
| 377 | - if (in_array($groupId, $groupIds, true)) { |
|
| 378 | - return true; |
|
| 379 | - } |
|
| 380 | - } |
|
| 381 | - return false; |
|
| 382 | - } |
|
| 383 | - } |
|
| 384 | - |
|
| 385 | - private function checkAppForGroups(string $enabled, IGroup $group): bool { |
|
| 386 | - if ($enabled === 'yes') { |
|
| 387 | - return true; |
|
| 388 | - } else { |
|
| 389 | - if (empty($enabled)) { |
|
| 390 | - return false; |
|
| 391 | - } |
|
| 392 | - |
|
| 393 | - $groupIds = json_decode($enabled); |
|
| 394 | - |
|
| 395 | - if (!is_array($groupIds)) { |
|
| 396 | - $jsonError = json_last_error(); |
|
| 397 | - $jsonErrorMsg = json_last_error_msg(); |
|
| 398 | - // this really should never happen (if it does, the admin should check the `enabled` key value via `occ config:list` because it's bogus for some reason) |
|
| 399 | - $this->logger->warning('AppManager::checkAppForGroups - can\'t decode group IDs listed in app\'s enabled config key: ' . print_r($enabled, true) . ' - JSON error (' . $jsonError . ') ' . $jsonErrorMsg); |
|
| 400 | - return false; |
|
| 401 | - } |
|
| 402 | - |
|
| 403 | - return in_array($group->getGID(), $groupIds); |
|
| 404 | - } |
|
| 405 | - } |
|
| 406 | - |
|
| 407 | - /** |
|
| 408 | - * Check if an app is enabled in the instance |
|
| 409 | - * |
|
| 410 | - * Notice: This actually checks if the app is enabled and not only if it is installed. |
|
| 411 | - * |
|
| 412 | - * @param string $appId |
|
| 413 | - */ |
|
| 414 | - public function isInstalled($appId): bool { |
|
| 415 | - return $this->isEnabledForAnyone($appId); |
|
| 416 | - } |
|
| 417 | - |
|
| 418 | - public function isEnabledForAnyone(string $appId): bool { |
|
| 419 | - $enabledAppsValues = $this->getEnabledAppsValues(); |
|
| 420 | - return isset($enabledAppsValues[$appId]); |
|
| 421 | - } |
|
| 422 | - |
|
| 423 | - /** |
|
| 424 | - * Overwrite the `max-version` requirement for this app. |
|
| 425 | - */ |
|
| 426 | - public function overwriteNextcloudRequirement(string $appId): void { |
|
| 427 | - $ignoreMaxApps = $this->config->getSystemValue('app_install_overwrite', []); |
|
| 428 | - if (!in_array($appId, $ignoreMaxApps, true)) { |
|
| 429 | - $ignoreMaxApps[] = $appId; |
|
| 430 | - } |
|
| 431 | - $this->config->setSystemValue('app_install_overwrite', $ignoreMaxApps); |
|
| 432 | - } |
|
| 433 | - |
|
| 434 | - /** |
|
| 435 | - * Remove the `max-version` overwrite for this app. |
|
| 436 | - * This means this app now again can not be enabled if the `max-version` is smaller than the current Nextcloud version. |
|
| 437 | - */ |
|
| 438 | - public function removeOverwriteNextcloudRequirement(string $appId): void { |
|
| 439 | - $ignoreMaxApps = $this->config->getSystemValue('app_install_overwrite', []); |
|
| 440 | - $ignoreMaxApps = array_filter($ignoreMaxApps, fn (string $id) => $id !== $appId); |
|
| 441 | - $this->config->setSystemValue('app_install_overwrite', $ignoreMaxApps); |
|
| 442 | - } |
|
| 443 | - |
|
| 444 | - public function loadApp(string $app): void { |
|
| 445 | - if (isset($this->loadedApps[$app])) { |
|
| 446 | - return; |
|
| 447 | - } |
|
| 448 | - $this->loadedApps[$app] = true; |
|
| 449 | - $appPath = \OC_App::getAppPath($app); |
|
| 450 | - if ($appPath === false) { |
|
| 451 | - return; |
|
| 452 | - } |
|
| 453 | - $eventLogger = \OC::$server->get(IEventLogger::class); |
|
| 454 | - $eventLogger->start("bootstrap:load_app:$app", "Load app: $app"); |
|
| 455 | - |
|
| 456 | - // in case someone calls loadApp() directly |
|
| 457 | - \OC_App::registerAutoloading($app, $appPath); |
|
| 458 | - |
|
| 459 | - if (is_file($appPath . '/appinfo/app.php')) { |
|
| 460 | - $this->logger->error('/appinfo/app.php is not supported anymore, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.', [ |
|
| 461 | - 'app' => $app, |
|
| 462 | - ]); |
|
| 463 | - } |
|
| 464 | - |
|
| 465 | - $coordinator = Server::get(Coordinator::class); |
|
| 466 | - $coordinator->bootApp($app); |
|
| 467 | - |
|
| 468 | - $eventLogger->start("bootstrap:load_app:$app:info", "Load info.xml for $app and register any services defined in it"); |
|
| 469 | - $info = $this->getAppInfo($app); |
|
| 470 | - if (!empty($info['activity'])) { |
|
| 471 | - $activityManager = \OC::$server->get(IActivityManager::class); |
|
| 472 | - if (!empty($info['activity']['filters'])) { |
|
| 473 | - foreach ($info['activity']['filters'] as $filter) { |
|
| 474 | - $activityManager->registerFilter($filter); |
|
| 475 | - } |
|
| 476 | - } |
|
| 477 | - if (!empty($info['activity']['settings'])) { |
|
| 478 | - foreach ($info['activity']['settings'] as $setting) { |
|
| 479 | - $activityManager->registerSetting($setting); |
|
| 480 | - } |
|
| 481 | - } |
|
| 482 | - if (!empty($info['activity']['providers'])) { |
|
| 483 | - foreach ($info['activity']['providers'] as $provider) { |
|
| 484 | - $activityManager->registerProvider($provider); |
|
| 485 | - } |
|
| 486 | - } |
|
| 487 | - } |
|
| 488 | - |
|
| 489 | - if (!empty($info['settings'])) { |
|
| 490 | - $settingsManager = \OC::$server->get(ISettingsManager::class); |
|
| 491 | - if (!empty($info['settings']['admin'])) { |
|
| 492 | - foreach ($info['settings']['admin'] as $setting) { |
|
| 493 | - $settingsManager->registerSetting('admin', $setting); |
|
| 494 | - } |
|
| 495 | - } |
|
| 496 | - if (!empty($info['settings']['admin-section'])) { |
|
| 497 | - foreach ($info['settings']['admin-section'] as $section) { |
|
| 498 | - $settingsManager->registerSection('admin', $section); |
|
| 499 | - } |
|
| 500 | - } |
|
| 501 | - if (!empty($info['settings']['personal'])) { |
|
| 502 | - foreach ($info['settings']['personal'] as $setting) { |
|
| 503 | - $settingsManager->registerSetting('personal', $setting); |
|
| 504 | - } |
|
| 505 | - } |
|
| 506 | - if (!empty($info['settings']['personal-section'])) { |
|
| 507 | - foreach ($info['settings']['personal-section'] as $section) { |
|
| 508 | - $settingsManager->registerSection('personal', $section); |
|
| 509 | - } |
|
| 510 | - } |
|
| 511 | - } |
|
| 512 | - |
|
| 513 | - if (!empty($info['collaboration']['plugins'])) { |
|
| 514 | - // deal with one or many plugin entries |
|
| 515 | - $plugins = isset($info['collaboration']['plugins']['plugin']['@value']) ? |
|
| 516 | - [$info['collaboration']['plugins']['plugin']] : $info['collaboration']['plugins']['plugin']; |
|
| 517 | - $collaboratorSearch = null; |
|
| 518 | - $autoCompleteManager = null; |
|
| 519 | - foreach ($plugins as $plugin) { |
|
| 520 | - if ($plugin['@attributes']['type'] === 'collaborator-search') { |
|
| 521 | - $pluginInfo = [ |
|
| 522 | - 'shareType' => $plugin['@attributes']['share-type'], |
|
| 523 | - 'class' => $plugin['@value'], |
|
| 524 | - ]; |
|
| 525 | - $collaboratorSearch ??= \OC::$server->get(ICollaboratorSearch::class); |
|
| 526 | - $collaboratorSearch->registerPlugin($pluginInfo); |
|
| 527 | - } elseif ($plugin['@attributes']['type'] === 'autocomplete-sort') { |
|
| 528 | - $autoCompleteManager ??= \OC::$server->get(IAutoCompleteManager::class); |
|
| 529 | - $autoCompleteManager->registerSorter($plugin['@value']); |
|
| 530 | - } |
|
| 531 | - } |
|
| 532 | - } |
|
| 533 | - $eventLogger->end("bootstrap:load_app:$app:info"); |
|
| 534 | - |
|
| 535 | - $eventLogger->end("bootstrap:load_app:$app"); |
|
| 536 | - } |
|
| 537 | - |
|
| 538 | - /** |
|
| 539 | - * Check if an app is loaded |
|
| 540 | - * @param string $app app id |
|
| 541 | - * @since 26.0.0 |
|
| 542 | - */ |
|
| 543 | - public function isAppLoaded(string $app): bool { |
|
| 544 | - return isset($this->loadedApps[$app]); |
|
| 545 | - } |
|
| 546 | - |
|
| 547 | - /** |
|
| 548 | - * Enable an app for every user |
|
| 549 | - * |
|
| 550 | - * @param string $appId |
|
| 551 | - * @param bool $forceEnable |
|
| 552 | - * @throws AppPathNotFoundException |
|
| 553 | - * @throws \InvalidArgumentException if the application is not installed yet |
|
| 554 | - */ |
|
| 555 | - public function enableApp(string $appId, bool $forceEnable = false): void { |
|
| 556 | - // Check if app exists |
|
| 557 | - $this->getAppPath($appId); |
|
| 558 | - |
|
| 559 | - if ($this->config->getAppValue($appId, 'installed_version', '') === '') { |
|
| 560 | - throw new \InvalidArgumentException("$appId is not installed, cannot be enabled."); |
|
| 561 | - } |
|
| 562 | - |
|
| 563 | - if ($forceEnable) { |
|
| 564 | - $this->overwriteNextcloudRequirement($appId); |
|
| 565 | - } |
|
| 566 | - |
|
| 567 | - $this->enabledAppsCache[$appId] = 'yes'; |
|
| 568 | - $this->getAppConfig()->setValue($appId, 'enabled', 'yes'); |
|
| 569 | - $this->dispatcher->dispatchTyped(new AppEnableEvent($appId)); |
|
| 570 | - $this->dispatcher->dispatch(ManagerEvent::EVENT_APP_ENABLE, new ManagerEvent( |
|
| 571 | - ManagerEvent::EVENT_APP_ENABLE, $appId |
|
| 572 | - )); |
|
| 573 | - $this->clearAppsCache(); |
|
| 574 | - |
|
| 575 | - $this->configManager->migrateConfigLexiconKeys($appId); |
|
| 576 | - } |
|
| 577 | - |
|
| 578 | - /** |
|
| 579 | - * Whether a list of types contains a protected app type |
|
| 580 | - * |
|
| 581 | - * @param string[] $types |
|
| 582 | - * @return bool |
|
| 583 | - */ |
|
| 584 | - public function hasProtectedAppType($types) { |
|
| 585 | - if (empty($types)) { |
|
| 586 | - return false; |
|
| 587 | - } |
|
| 588 | - |
|
| 589 | - $protectedTypes = array_intersect($this->protectedAppTypes, $types); |
|
| 590 | - return !empty($protectedTypes); |
|
| 591 | - } |
|
| 592 | - |
|
| 593 | - /** |
|
| 594 | - * Enable an app only for specific groups |
|
| 595 | - * |
|
| 596 | - * @param string $appId |
|
| 597 | - * @param IGroup[] $groups |
|
| 598 | - * @param bool $forceEnable |
|
| 599 | - * @throws \InvalidArgumentException if app can't be enabled for groups |
|
| 600 | - * @throws AppPathNotFoundException |
|
| 601 | - */ |
|
| 602 | - public function enableAppForGroups(string $appId, array $groups, bool $forceEnable = false): void { |
|
| 603 | - // Check if app exists |
|
| 604 | - $this->getAppPath($appId); |
|
| 605 | - |
|
| 606 | - $info = $this->getAppInfo($appId); |
|
| 607 | - if (!empty($info['types']) && $this->hasProtectedAppType($info['types'])) { |
|
| 608 | - throw new \InvalidArgumentException("$appId can't be enabled for groups."); |
|
| 609 | - } |
|
| 610 | - |
|
| 611 | - if ($this->config->getAppValue($appId, 'installed_version', '') === '') { |
|
| 612 | - throw new \InvalidArgumentException("$appId is not installed, cannot be enabled."); |
|
| 613 | - } |
|
| 614 | - |
|
| 615 | - if ($forceEnable) { |
|
| 616 | - $this->overwriteNextcloudRequirement($appId); |
|
| 617 | - } |
|
| 618 | - |
|
| 619 | - /** @var string[] $groupIds */ |
|
| 620 | - $groupIds = array_map(function ($group) { |
|
| 621 | - /** @var IGroup $group */ |
|
| 622 | - return ($group instanceof IGroup) |
|
| 623 | - ? $group->getGID() |
|
| 624 | - : $group; |
|
| 625 | - }, $groups); |
|
| 626 | - |
|
| 627 | - $this->enabledAppsCache[$appId] = json_encode($groupIds); |
|
| 628 | - $this->getAppConfig()->setValue($appId, 'enabled', json_encode($groupIds)); |
|
| 629 | - $this->dispatcher->dispatchTyped(new AppEnableEvent($appId, $groupIds)); |
|
| 630 | - $this->dispatcher->dispatch(ManagerEvent::EVENT_APP_ENABLE_FOR_GROUPS, new ManagerEvent( |
|
| 631 | - ManagerEvent::EVENT_APP_ENABLE_FOR_GROUPS, $appId, $groups |
|
| 632 | - )); |
|
| 633 | - $this->clearAppsCache(); |
|
| 634 | - |
|
| 635 | - $this->configManager->migrateConfigLexiconKeys($appId); |
|
| 636 | - } |
|
| 637 | - |
|
| 638 | - /** |
|
| 639 | - * Disable an app for every user |
|
| 640 | - * |
|
| 641 | - * @param string $appId |
|
| 642 | - * @param bool $automaticDisabled |
|
| 643 | - * @throws \Exception if app can't be disabled |
|
| 644 | - */ |
|
| 645 | - public function disableApp($appId, $automaticDisabled = false): void { |
|
| 646 | - if ($this->isAlwaysEnabled($appId)) { |
|
| 647 | - throw new \Exception("$appId can't be disabled."); |
|
| 648 | - } |
|
| 649 | - |
|
| 650 | - if ($automaticDisabled) { |
|
| 651 | - $previousSetting = $this->getAppConfig()->getValue($appId, 'enabled', 'yes'); |
|
| 652 | - if ($previousSetting !== 'yes' && $previousSetting !== 'no') { |
|
| 653 | - $previousSetting = json_decode($previousSetting, true); |
|
| 654 | - } |
|
| 655 | - $this->autoDisabledApps[$appId] = $previousSetting; |
|
| 656 | - } |
|
| 657 | - |
|
| 658 | - unset($this->enabledAppsCache[$appId]); |
|
| 659 | - $this->getAppConfig()->setValue($appId, 'enabled', 'no'); |
|
| 660 | - |
|
| 661 | - // run uninstall steps |
|
| 662 | - $appData = $this->getAppInfo($appId); |
|
| 663 | - if (!is_null($appData)) { |
|
| 664 | - \OC_App::executeRepairSteps($appId, $appData['repair-steps']['uninstall']); |
|
| 665 | - } |
|
| 666 | - |
|
| 667 | - $this->dispatcher->dispatchTyped(new AppDisableEvent($appId)); |
|
| 668 | - $this->dispatcher->dispatch(ManagerEvent::EVENT_APP_DISABLE, new ManagerEvent( |
|
| 669 | - ManagerEvent::EVENT_APP_DISABLE, $appId |
|
| 670 | - )); |
|
| 671 | - $this->clearAppsCache(); |
|
| 672 | - } |
|
| 673 | - |
|
| 674 | - /** |
|
| 675 | - * Get the directory for the given app. |
|
| 676 | - * |
|
| 677 | - * @throws AppPathNotFoundException if app folder can't be found |
|
| 678 | - */ |
|
| 679 | - public function getAppPath(string $appId): string { |
|
| 680 | - $appPath = \OC_App::getAppPath($appId); |
|
| 681 | - if ($appPath === false) { |
|
| 682 | - throw new AppPathNotFoundException('Could not find path for ' . $appId); |
|
| 683 | - } |
|
| 684 | - return $appPath; |
|
| 685 | - } |
|
| 686 | - |
|
| 687 | - /** |
|
| 688 | - * Get the web path for the given app. |
|
| 689 | - * |
|
| 690 | - * @param string $appId |
|
| 691 | - * @return string |
|
| 692 | - * @throws AppPathNotFoundException if app path can't be found |
|
| 693 | - */ |
|
| 694 | - public function getAppWebPath(string $appId): string { |
|
| 695 | - $appWebPath = \OC_App::getAppWebPath($appId); |
|
| 696 | - if ($appWebPath === false) { |
|
| 697 | - throw new AppPathNotFoundException('Could not find web path for ' . $appId); |
|
| 698 | - } |
|
| 699 | - return $appWebPath; |
|
| 700 | - } |
|
| 701 | - |
|
| 702 | - /** |
|
| 703 | - * Clear the cached list of apps when enabling/disabling an app |
|
| 704 | - */ |
|
| 705 | - public function clearAppsCache(): void { |
|
| 706 | - $this->appInfos = []; |
|
| 707 | - } |
|
| 708 | - |
|
| 709 | - /** |
|
| 710 | - * Returns a list of apps that need upgrade |
|
| 711 | - * |
|
| 712 | - * @param string $version Nextcloud version as array of version components |
|
| 713 | - * @return array list of app info from apps that need an upgrade |
|
| 714 | - * |
|
| 715 | - * @internal |
|
| 716 | - */ |
|
| 717 | - public function getAppsNeedingUpgrade($version) { |
|
| 718 | - $appsToUpgrade = []; |
|
| 719 | - $apps = $this->getEnabledApps(); |
|
| 720 | - foreach ($apps as $appId) { |
|
| 721 | - $appInfo = $this->getAppInfo($appId); |
|
| 722 | - $appDbVersion = $this->getAppConfig()->getValue($appId, 'installed_version'); |
|
| 723 | - if ($appDbVersion |
|
| 724 | - && isset($appInfo['version']) |
|
| 725 | - && version_compare($appInfo['version'], $appDbVersion, '>') |
|
| 726 | - && \OC_App::isAppCompatible($version, $appInfo) |
|
| 727 | - ) { |
|
| 728 | - $appsToUpgrade[] = $appInfo; |
|
| 729 | - } |
|
| 730 | - } |
|
| 731 | - |
|
| 732 | - return $appsToUpgrade; |
|
| 733 | - } |
|
| 734 | - |
|
| 735 | - /** |
|
| 736 | - * Returns the app information from "appinfo/info.xml". |
|
| 737 | - * |
|
| 738 | - * @param string|null $lang |
|
| 739 | - * @return array|null app info |
|
| 740 | - */ |
|
| 741 | - public function getAppInfo(string $appId, bool $path = false, $lang = null) { |
|
| 742 | - if ($path) { |
|
| 743 | - throw new \InvalidArgumentException('Calling IAppManager::getAppInfo() with a path is no longer supported. Please call IAppManager::getAppInfoByPath() instead and verify that the path is good before calling.'); |
|
| 744 | - } |
|
| 745 | - if ($lang === null && isset($this->appInfos[$appId])) { |
|
| 746 | - return $this->appInfos[$appId]; |
|
| 747 | - } |
|
| 748 | - try { |
|
| 749 | - $appPath = $this->getAppPath($appId); |
|
| 750 | - } catch (AppPathNotFoundException) { |
|
| 751 | - return null; |
|
| 752 | - } |
|
| 753 | - $file = $appPath . '/appinfo/info.xml'; |
|
| 754 | - |
|
| 755 | - $data = $this->getAppInfoByPath($file, $lang); |
|
| 756 | - |
|
| 757 | - if ($lang === null) { |
|
| 758 | - $this->appInfos[$appId] = $data; |
|
| 759 | - } |
|
| 760 | - |
|
| 761 | - return $data; |
|
| 762 | - } |
|
| 763 | - |
|
| 764 | - public function getAppInfoByPath(string $path, ?string $lang = null): ?array { |
|
| 765 | - if (!str_ends_with($path, '/appinfo/info.xml')) { |
|
| 766 | - return null; |
|
| 767 | - } |
|
| 768 | - |
|
| 769 | - $parser = new InfoParser($this->memCacheFactory->createLocal('core.appinfo')); |
|
| 770 | - $data = $parser->parse($path); |
|
| 771 | - |
|
| 772 | - if (is_array($data)) { |
|
| 773 | - $data = \OC_App::parseAppInfo($data, $lang); |
|
| 774 | - } |
|
| 775 | - |
|
| 776 | - return $data; |
|
| 777 | - } |
|
| 778 | - |
|
| 779 | - public function getAppVersion(string $appId, bool $useCache = true): string { |
|
| 780 | - if (!$useCache || !isset($this->appVersions[$appId])) { |
|
| 781 | - if ($appId === 'core') { |
|
| 782 | - $this->appVersions[$appId] = $this->serverVersion->getVersionString(); |
|
| 783 | - } else { |
|
| 784 | - $appInfo = $this->getAppInfo($appId); |
|
| 785 | - $this->appVersions[$appId] = ($appInfo !== null && isset($appInfo['version'])) ? $appInfo['version'] : '0'; |
|
| 786 | - } |
|
| 787 | - } |
|
| 788 | - return $this->appVersions[$appId]; |
|
| 789 | - } |
|
| 790 | - |
|
| 791 | - /** |
|
| 792 | - * Returns the installed versions of all apps |
|
| 793 | - * |
|
| 794 | - * @return array<string, string> |
|
| 795 | - */ |
|
| 796 | - public function getAppInstalledVersions(bool $onlyEnabled = false): array { |
|
| 797 | - return $this->getAppConfig()->getAppInstalledVersions($onlyEnabled); |
|
| 798 | - } |
|
| 799 | - |
|
| 800 | - /** |
|
| 801 | - * Returns a list of apps incompatible with the given version |
|
| 802 | - * |
|
| 803 | - * @param string $version Nextcloud version as array of version components |
|
| 804 | - * |
|
| 805 | - * @return array list of app info from incompatible apps |
|
| 806 | - * |
|
| 807 | - * @internal |
|
| 808 | - */ |
|
| 809 | - public function getIncompatibleApps(string $version): array { |
|
| 810 | - $apps = $this->getEnabledApps(); |
|
| 811 | - $incompatibleApps = []; |
|
| 812 | - foreach ($apps as $appId) { |
|
| 813 | - $info = $this->getAppInfo($appId); |
|
| 814 | - if ($info === null) { |
|
| 815 | - $incompatibleApps[] = ['id' => $appId, 'name' => $appId]; |
|
| 816 | - } elseif (!\OC_App::isAppCompatible($version, $info)) { |
|
| 817 | - $incompatibleApps[] = $info; |
|
| 818 | - } |
|
| 819 | - } |
|
| 820 | - return $incompatibleApps; |
|
| 821 | - } |
|
| 822 | - |
|
| 823 | - /** |
|
| 824 | - * @inheritdoc |
|
| 825 | - * In case you change this method, also change \OC\App\CodeChecker\InfoChecker::isShipped() |
|
| 826 | - */ |
|
| 827 | - public function isShipped($appId) { |
|
| 828 | - $this->loadShippedJson(); |
|
| 829 | - return in_array($appId, $this->shippedApps, true); |
|
| 830 | - } |
|
| 831 | - |
|
| 832 | - private function isAlwaysEnabled(string $appId): bool { |
|
| 833 | - if ($appId === 'core') { |
|
| 834 | - return true; |
|
| 835 | - } |
|
| 836 | - |
|
| 837 | - $alwaysEnabled = $this->getAlwaysEnabledApps(); |
|
| 838 | - return in_array($appId, $alwaysEnabled, true); |
|
| 839 | - } |
|
| 840 | - |
|
| 841 | - /** |
|
| 842 | - * In case you change this method, also change \OC\App\CodeChecker\InfoChecker::loadShippedJson() |
|
| 843 | - * @throws \Exception |
|
| 844 | - */ |
|
| 845 | - private function loadShippedJson(): void { |
|
| 846 | - if ($this->shippedApps === null) { |
|
| 847 | - $shippedJson = \OC::$SERVERROOT . '/core/shipped.json'; |
|
| 848 | - if (!file_exists($shippedJson)) { |
|
| 849 | - throw new \Exception("File not found: $shippedJson"); |
|
| 850 | - } |
|
| 851 | - $content = json_decode(file_get_contents($shippedJson), true); |
|
| 852 | - $this->shippedApps = $content['shippedApps']; |
|
| 853 | - $this->alwaysEnabled = $content['alwaysEnabled']; |
|
| 854 | - $this->defaultEnabled = $content['defaultEnabled']; |
|
| 855 | - } |
|
| 856 | - } |
|
| 857 | - |
|
| 858 | - /** |
|
| 859 | - * @inheritdoc |
|
| 860 | - */ |
|
| 861 | - public function getAlwaysEnabledApps() { |
|
| 862 | - $this->loadShippedJson(); |
|
| 863 | - return $this->alwaysEnabled; |
|
| 864 | - } |
|
| 865 | - |
|
| 866 | - /** |
|
| 867 | - * @inheritdoc |
|
| 868 | - */ |
|
| 869 | - public function isDefaultEnabled(string $appId): bool { |
|
| 870 | - return (in_array($appId, $this->getDefaultEnabledApps())); |
|
| 871 | - } |
|
| 872 | - |
|
| 873 | - /** |
|
| 874 | - * @inheritdoc |
|
| 875 | - */ |
|
| 876 | - public function getDefaultEnabledApps(): array { |
|
| 877 | - $this->loadShippedJson(); |
|
| 878 | - |
|
| 879 | - return $this->defaultEnabled; |
|
| 880 | - } |
|
| 881 | - |
|
| 882 | - /** |
|
| 883 | - * @inheritdoc |
|
| 884 | - */ |
|
| 885 | - public function getDefaultAppForUser(?IUser $user = null, bool $withFallbacks = true): string { |
|
| 886 | - $id = $this->getNavigationManager()->getDefaultEntryIdForUser($user, $withFallbacks); |
|
| 887 | - $entry = $this->getNavigationManager()->get($id); |
|
| 888 | - return (string)$entry['app']; |
|
| 889 | - } |
|
| 890 | - |
|
| 891 | - /** |
|
| 892 | - * @inheritdoc |
|
| 893 | - */ |
|
| 894 | - public function getDefaultApps(): array { |
|
| 895 | - $ids = $this->getNavigationManager()->getDefaultEntryIds(); |
|
| 896 | - |
|
| 897 | - return array_values(array_unique(array_map(function (string $id) { |
|
| 898 | - $entry = $this->getNavigationManager()->get($id); |
|
| 899 | - return (string)$entry['app']; |
|
| 900 | - }, $ids))); |
|
| 901 | - } |
|
| 902 | - |
|
| 903 | - /** |
|
| 904 | - * @inheritdoc |
|
| 905 | - */ |
|
| 906 | - public function setDefaultApps(array $defaultApps): void { |
|
| 907 | - $entries = $this->getNavigationManager()->getAll(); |
|
| 908 | - $ids = []; |
|
| 909 | - foreach ($defaultApps as $defaultApp) { |
|
| 910 | - foreach ($entries as $entry) { |
|
| 911 | - if ((string)$entry['app'] === $defaultApp) { |
|
| 912 | - $ids[] = (string)$entry['id']; |
|
| 913 | - break; |
|
| 914 | - } |
|
| 915 | - } |
|
| 916 | - } |
|
| 917 | - $this->getNavigationManager()->setDefaultEntryIds($ids); |
|
| 918 | - } |
|
| 919 | - |
|
| 920 | - public function isBackendRequired(string $backend): bool { |
|
| 921 | - foreach ($this->appInfos as $appInfo) { |
|
| 922 | - foreach ($appInfo['dependencies']['backend'] as $appBackend) { |
|
| 923 | - if ($backend === $appBackend) { |
|
| 924 | - return true; |
|
| 925 | - } |
|
| 926 | - } |
|
| 927 | - } |
|
| 928 | - |
|
| 929 | - return false; |
|
| 930 | - } |
|
| 931 | - |
|
| 932 | - /** |
|
| 933 | - * Clean the appId from forbidden characters |
|
| 934 | - * |
|
| 935 | - * @psalm-taint-escape callable |
|
| 936 | - * @psalm-taint-escape cookie |
|
| 937 | - * @psalm-taint-escape file |
|
| 938 | - * @psalm-taint-escape has_quotes |
|
| 939 | - * @psalm-taint-escape header |
|
| 940 | - * @psalm-taint-escape html |
|
| 941 | - * @psalm-taint-escape include |
|
| 942 | - * @psalm-taint-escape ldap |
|
| 943 | - * @psalm-taint-escape shell |
|
| 944 | - * @psalm-taint-escape sql |
|
| 945 | - * @psalm-taint-escape unserialize |
|
| 946 | - */ |
|
| 947 | - public function cleanAppId(string $app): string { |
|
| 948 | - /* Only lowercase alphanumeric is allowed */ |
|
| 949 | - return preg_replace('/(^[0-9_]|[^a-z0-9_]+|_$)/', '', $app); |
|
| 950 | - } |
|
| 37 | + /** |
|
| 38 | + * Apps with these types can not be enabled for certain groups only |
|
| 39 | + * @var string[] |
|
| 40 | + */ |
|
| 41 | + protected $protectedAppTypes = [ |
|
| 42 | + 'filesystem', |
|
| 43 | + 'prelogin', |
|
| 44 | + 'authentication', |
|
| 45 | + 'logging', |
|
| 46 | + 'prevent_group_restriction', |
|
| 47 | + ]; |
|
| 48 | + |
|
| 49 | + /** @var string[] $appId => $enabled */ |
|
| 50 | + private array $enabledAppsCache = []; |
|
| 51 | + |
|
| 52 | + /** @var string[]|null */ |
|
| 53 | + private ?array $shippedApps = null; |
|
| 54 | + |
|
| 55 | + private array $alwaysEnabled = []; |
|
| 56 | + private array $defaultEnabled = []; |
|
| 57 | + |
|
| 58 | + /** @var array */ |
|
| 59 | + private array $appInfos = []; |
|
| 60 | + |
|
| 61 | + /** @var array */ |
|
| 62 | + private array $appVersions = []; |
|
| 63 | + |
|
| 64 | + /** @var array */ |
|
| 65 | + private array $autoDisabledApps = []; |
|
| 66 | + private array $appTypes = []; |
|
| 67 | + |
|
| 68 | + /** @var array<string, true> */ |
|
| 69 | + private array $loadedApps = []; |
|
| 70 | + |
|
| 71 | + private ?AppConfig $appConfig = null; |
|
| 72 | + private ?IURLGenerator $urlGenerator = null; |
|
| 73 | + private ?INavigationManager $navigationManager = null; |
|
| 74 | + |
|
| 75 | + /** |
|
| 76 | + * Be extremely careful when injecting classes here. The AppManager is used by the installer, |
|
| 77 | + * so it needs to work before installation. See how AppConfig and IURLGenerator are injected for reference |
|
| 78 | + */ |
|
| 79 | + public function __construct( |
|
| 80 | + private IUserSession $userSession, |
|
| 81 | + private IConfig $config, |
|
| 82 | + private IGroupManager $groupManager, |
|
| 83 | + private ICacheFactory $memCacheFactory, |
|
| 84 | + private IEventDispatcher $dispatcher, |
|
| 85 | + private LoggerInterface $logger, |
|
| 86 | + private ServerVersion $serverVersion, |
|
| 87 | + private ConfigManager $configManager, |
|
| 88 | + ) { |
|
| 89 | + } |
|
| 90 | + |
|
| 91 | + private function getNavigationManager(): INavigationManager { |
|
| 92 | + if ($this->navigationManager === null) { |
|
| 93 | + $this->navigationManager = Server::get(INavigationManager::class); |
|
| 94 | + } |
|
| 95 | + return $this->navigationManager; |
|
| 96 | + } |
|
| 97 | + |
|
| 98 | + public function getAppIcon(string $appId, bool $dark = false): ?string { |
|
| 99 | + $possibleIcons = $dark ? [$appId . '-dark.svg', 'app-dark.svg'] : [$appId . '.svg', 'app.svg']; |
|
| 100 | + $icon = null; |
|
| 101 | + foreach ($possibleIcons as $iconName) { |
|
| 102 | + try { |
|
| 103 | + $icon = $this->getUrlGenerator()->imagePath($appId, $iconName); |
|
| 104 | + break; |
|
| 105 | + } catch (\RuntimeException $e) { |
|
| 106 | + // ignore |
|
| 107 | + } |
|
| 108 | + } |
|
| 109 | + return $icon; |
|
| 110 | + } |
|
| 111 | + |
|
| 112 | + private function getAppConfig(): AppConfig { |
|
| 113 | + if ($this->appConfig !== null) { |
|
| 114 | + return $this->appConfig; |
|
| 115 | + } |
|
| 116 | + if (!$this->config->getSystemValueBool('installed', false)) { |
|
| 117 | + throw new \Exception('Nextcloud is not installed yet, AppConfig is not available'); |
|
| 118 | + } |
|
| 119 | + $this->appConfig = Server::get(AppConfig::class); |
|
| 120 | + return $this->appConfig; |
|
| 121 | + } |
|
| 122 | + |
|
| 123 | + private function getUrlGenerator(): IURLGenerator { |
|
| 124 | + if ($this->urlGenerator !== null) { |
|
| 125 | + return $this->urlGenerator; |
|
| 126 | + } |
|
| 127 | + if (!$this->config->getSystemValueBool('installed', false)) { |
|
| 128 | + throw new \Exception('Nextcloud is not installed yet, AppConfig is not available'); |
|
| 129 | + } |
|
| 130 | + $this->urlGenerator = Server::get(IURLGenerator::class); |
|
| 131 | + return $this->urlGenerator; |
|
| 132 | + } |
|
| 133 | + |
|
| 134 | + /** |
|
| 135 | + * For all enabled apps, return the value of their 'enabled' config key. |
|
| 136 | + * |
|
| 137 | + * @return array<string,string> appId => enabled (may be 'yes', or a json encoded list of group ids) |
|
| 138 | + */ |
|
| 139 | + private function getEnabledAppsValues(): array { |
|
| 140 | + if (!$this->enabledAppsCache) { |
|
| 141 | + /** @var array<string,string> */ |
|
| 142 | + $values = $this->getAppConfig()->searchValues('enabled', false, IAppConfig::VALUE_STRING); |
|
| 143 | + |
|
| 144 | + $alwaysEnabledApps = $this->getAlwaysEnabledApps(); |
|
| 145 | + foreach ($alwaysEnabledApps as $appId) { |
|
| 146 | + $values[$appId] = 'yes'; |
|
| 147 | + } |
|
| 148 | + |
|
| 149 | + $this->enabledAppsCache = array_filter($values, function ($value) { |
|
| 150 | + return $value !== 'no'; |
|
| 151 | + }); |
|
| 152 | + ksort($this->enabledAppsCache); |
|
| 153 | + } |
|
| 154 | + return $this->enabledAppsCache; |
|
| 155 | + } |
|
| 156 | + |
|
| 157 | + /** |
|
| 158 | + * Deprecated alias |
|
| 159 | + * |
|
| 160 | + * @return string[] |
|
| 161 | + */ |
|
| 162 | + public function getInstalledApps() { |
|
| 163 | + return $this->getEnabledApps(); |
|
| 164 | + } |
|
| 165 | + |
|
| 166 | + /** |
|
| 167 | + * List all enabled apps, either for everyone or for some groups |
|
| 168 | + * |
|
| 169 | + * @return list<string> |
|
| 170 | + */ |
|
| 171 | + public function getEnabledApps(): array { |
|
| 172 | + return array_keys($this->getEnabledAppsValues()); |
|
| 173 | + } |
|
| 174 | + |
|
| 175 | + /** |
|
| 176 | + * Get a list of all apps in the apps folder |
|
| 177 | + * |
|
| 178 | + * @return list<string> an array of app names (string IDs) |
|
| 179 | + */ |
|
| 180 | + public function getAllAppsInAppsFolders(): array { |
|
| 181 | + $apps = []; |
|
| 182 | + |
|
| 183 | + foreach (\OC::$APPSROOTS as $apps_dir) { |
|
| 184 | + if (!is_readable($apps_dir['path'])) { |
|
| 185 | + $this->logger->warning('unable to read app folder : ' . $apps_dir['path'], ['app' => 'core']); |
|
| 186 | + continue; |
|
| 187 | + } |
|
| 188 | + $dh = opendir($apps_dir['path']); |
|
| 189 | + |
|
| 190 | + if (is_resource($dh)) { |
|
| 191 | + while (($file = readdir($dh)) !== false) { |
|
| 192 | + if ( |
|
| 193 | + $file[0] != '.' && |
|
| 194 | + is_dir($apps_dir['path'] . '/' . $file) && |
|
| 195 | + is_file($apps_dir['path'] . '/' . $file . '/appinfo/info.xml') |
|
| 196 | + ) { |
|
| 197 | + $apps[] = $file; |
|
| 198 | + } |
|
| 199 | + } |
|
| 200 | + } |
|
| 201 | + } |
|
| 202 | + |
|
| 203 | + return array_values(array_unique($apps)); |
|
| 204 | + } |
|
| 205 | + |
|
| 206 | + /** |
|
| 207 | + * List all apps enabled for a user |
|
| 208 | + * |
|
| 209 | + * @param \OCP\IUser $user |
|
| 210 | + * @return list<string> |
|
| 211 | + */ |
|
| 212 | + public function getEnabledAppsForUser(IUser $user) { |
|
| 213 | + $apps = $this->getEnabledAppsValues(); |
|
| 214 | + $appsForUser = array_filter($apps, function ($enabled) use ($user) { |
|
| 215 | + return $this->checkAppForUser($enabled, $user); |
|
| 216 | + }); |
|
| 217 | + return array_keys($appsForUser); |
|
| 218 | + } |
|
| 219 | + |
|
| 220 | + public function getEnabledAppsForGroup(IGroup $group): array { |
|
| 221 | + $apps = $this->getEnabledAppsValues(); |
|
| 222 | + $appsForGroups = array_filter($apps, function ($enabled) use ($group) { |
|
| 223 | + return $this->checkAppForGroups($enabled, $group); |
|
| 224 | + }); |
|
| 225 | + return array_keys($appsForGroups); |
|
| 226 | + } |
|
| 227 | + |
|
| 228 | + /** |
|
| 229 | + * Loads all apps |
|
| 230 | + * |
|
| 231 | + * @param string[] $types |
|
| 232 | + * @return bool |
|
| 233 | + * |
|
| 234 | + * This function walks through the Nextcloud directory and loads all apps |
|
| 235 | + * it can find. A directory contains an app if the file /appinfo/info.xml |
|
| 236 | + * exists. |
|
| 237 | + * |
|
| 238 | + * if $types is set to non-empty array, only apps of those types will be loaded |
|
| 239 | + */ |
|
| 240 | + public function loadApps(array $types = []): bool { |
|
| 241 | + if ($this->config->getSystemValueBool('maintenance', false)) { |
|
| 242 | + return false; |
|
| 243 | + } |
|
| 244 | + // Load the enabled apps here |
|
| 245 | + $apps = \OC_App::getEnabledApps(); |
|
| 246 | + |
|
| 247 | + // Add each apps' folder as allowed class path |
|
| 248 | + foreach ($apps as $app) { |
|
| 249 | + // If the app is already loaded then autoloading it makes no sense |
|
| 250 | + if (!$this->isAppLoaded($app)) { |
|
| 251 | + $path = \OC_App::getAppPath($app); |
|
| 252 | + if ($path !== false) { |
|
| 253 | + \OC_App::registerAutoloading($app, $path); |
|
| 254 | + } |
|
| 255 | + } |
|
| 256 | + } |
|
| 257 | + |
|
| 258 | + // prevent app loading from printing output |
|
| 259 | + ob_start(); |
|
| 260 | + foreach ($apps as $app) { |
|
| 261 | + if (!$this->isAppLoaded($app) && ($types === [] || $this->isType($app, $types))) { |
|
| 262 | + try { |
|
| 263 | + $this->loadApp($app); |
|
| 264 | + } catch (\Throwable $e) { |
|
| 265 | + $this->logger->emergency('Error during app loading: ' . $e->getMessage(), [ |
|
| 266 | + 'exception' => $e, |
|
| 267 | + 'app' => $app, |
|
| 268 | + ]); |
|
| 269 | + } |
|
| 270 | + } |
|
| 271 | + } |
|
| 272 | + ob_end_clean(); |
|
| 273 | + |
|
| 274 | + return true; |
|
| 275 | + } |
|
| 276 | + |
|
| 277 | + /** |
|
| 278 | + * check if an app is of a specific type |
|
| 279 | + * |
|
| 280 | + * @param string $app |
|
| 281 | + * @param array $types |
|
| 282 | + * @return bool |
|
| 283 | + */ |
|
| 284 | + public function isType(string $app, array $types): bool { |
|
| 285 | + $appTypes = $this->getAppTypes($app); |
|
| 286 | + foreach ($types as $type) { |
|
| 287 | + if (in_array($type, $appTypes, true)) { |
|
| 288 | + return true; |
|
| 289 | + } |
|
| 290 | + } |
|
| 291 | + return false; |
|
| 292 | + } |
|
| 293 | + |
|
| 294 | + /** |
|
| 295 | + * get the types of an app |
|
| 296 | + * |
|
| 297 | + * @param string $app |
|
| 298 | + * @return string[] |
|
| 299 | + */ |
|
| 300 | + private function getAppTypes(string $app): array { |
|
| 301 | + //load the cache |
|
| 302 | + if (count($this->appTypes) === 0) { |
|
| 303 | + $this->appTypes = $this->getAppConfig()->getValues(false, 'types') ?: []; |
|
| 304 | + } |
|
| 305 | + |
|
| 306 | + if (isset($this->appTypes[$app])) { |
|
| 307 | + return explode(',', $this->appTypes[$app]); |
|
| 308 | + } |
|
| 309 | + |
|
| 310 | + return []; |
|
| 311 | + } |
|
| 312 | + |
|
| 313 | + /** |
|
| 314 | + * @return array |
|
| 315 | + */ |
|
| 316 | + public function getAutoDisabledApps(): array { |
|
| 317 | + return $this->autoDisabledApps; |
|
| 318 | + } |
|
| 319 | + |
|
| 320 | + public function getAppRestriction(string $appId): array { |
|
| 321 | + $values = $this->getEnabledAppsValues(); |
|
| 322 | + |
|
| 323 | + if (!isset($values[$appId])) { |
|
| 324 | + return []; |
|
| 325 | + } |
|
| 326 | + |
|
| 327 | + if ($values[$appId] === 'yes' || $values[$appId] === 'no') { |
|
| 328 | + return []; |
|
| 329 | + } |
|
| 330 | + return json_decode($values[$appId], true); |
|
| 331 | + } |
|
| 332 | + |
|
| 333 | + /** |
|
| 334 | + * Check if an app is enabled for user |
|
| 335 | + * |
|
| 336 | + * @param string $appId |
|
| 337 | + * @param \OCP\IUser|null $user (optional) if not defined, the currently logged in user will be used |
|
| 338 | + * @return bool |
|
| 339 | + */ |
|
| 340 | + public function isEnabledForUser($appId, $user = null) { |
|
| 341 | + if ($this->isAlwaysEnabled($appId)) { |
|
| 342 | + return true; |
|
| 343 | + } |
|
| 344 | + if ($user === null) { |
|
| 345 | + $user = $this->userSession->getUser(); |
|
| 346 | + } |
|
| 347 | + $enabledAppsValues = $this->getEnabledAppsValues(); |
|
| 348 | + if (isset($enabledAppsValues[$appId])) { |
|
| 349 | + return $this->checkAppForUser($enabledAppsValues[$appId], $user); |
|
| 350 | + } else { |
|
| 351 | + return false; |
|
| 352 | + } |
|
| 353 | + } |
|
| 354 | + |
|
| 355 | + private function checkAppForUser(string $enabled, ?IUser $user): bool { |
|
| 356 | + if ($enabled === 'yes') { |
|
| 357 | + return true; |
|
| 358 | + } elseif ($user === null) { |
|
| 359 | + return false; |
|
| 360 | + } else { |
|
| 361 | + if (empty($enabled)) { |
|
| 362 | + return false; |
|
| 363 | + } |
|
| 364 | + |
|
| 365 | + $groupIds = json_decode($enabled); |
|
| 366 | + |
|
| 367 | + if (!is_array($groupIds)) { |
|
| 368 | + $jsonError = json_last_error(); |
|
| 369 | + $jsonErrorMsg = json_last_error_msg(); |
|
| 370 | + // this really should never happen (if it does, the admin should check the `enabled` key value via `occ config:list` because it's bogus for some reason) |
|
| 371 | + $this->logger->warning('AppManager::checkAppForUser - can\'t decode group IDs listed in app\'s enabled config key: ' . print_r($enabled, true) . ' - JSON error (' . $jsonError . ') ' . $jsonErrorMsg); |
|
| 372 | + return false; |
|
| 373 | + } |
|
| 374 | + |
|
| 375 | + $userGroups = $this->groupManager->getUserGroupIds($user); |
|
| 376 | + foreach ($userGroups as $groupId) { |
|
| 377 | + if (in_array($groupId, $groupIds, true)) { |
|
| 378 | + return true; |
|
| 379 | + } |
|
| 380 | + } |
|
| 381 | + return false; |
|
| 382 | + } |
|
| 383 | + } |
|
| 384 | + |
|
| 385 | + private function checkAppForGroups(string $enabled, IGroup $group): bool { |
|
| 386 | + if ($enabled === 'yes') { |
|
| 387 | + return true; |
|
| 388 | + } else { |
|
| 389 | + if (empty($enabled)) { |
|
| 390 | + return false; |
|
| 391 | + } |
|
| 392 | + |
|
| 393 | + $groupIds = json_decode($enabled); |
|
| 394 | + |
|
| 395 | + if (!is_array($groupIds)) { |
|
| 396 | + $jsonError = json_last_error(); |
|
| 397 | + $jsonErrorMsg = json_last_error_msg(); |
|
| 398 | + // this really should never happen (if it does, the admin should check the `enabled` key value via `occ config:list` because it's bogus for some reason) |
|
| 399 | + $this->logger->warning('AppManager::checkAppForGroups - can\'t decode group IDs listed in app\'s enabled config key: ' . print_r($enabled, true) . ' - JSON error (' . $jsonError . ') ' . $jsonErrorMsg); |
|
| 400 | + return false; |
|
| 401 | + } |
|
| 402 | + |
|
| 403 | + return in_array($group->getGID(), $groupIds); |
|
| 404 | + } |
|
| 405 | + } |
|
| 406 | + |
|
| 407 | + /** |
|
| 408 | + * Check if an app is enabled in the instance |
|
| 409 | + * |
|
| 410 | + * Notice: This actually checks if the app is enabled and not only if it is installed. |
|
| 411 | + * |
|
| 412 | + * @param string $appId |
|
| 413 | + */ |
|
| 414 | + public function isInstalled($appId): bool { |
|
| 415 | + return $this->isEnabledForAnyone($appId); |
|
| 416 | + } |
|
| 417 | + |
|
| 418 | + public function isEnabledForAnyone(string $appId): bool { |
|
| 419 | + $enabledAppsValues = $this->getEnabledAppsValues(); |
|
| 420 | + return isset($enabledAppsValues[$appId]); |
|
| 421 | + } |
|
| 422 | + |
|
| 423 | + /** |
|
| 424 | + * Overwrite the `max-version` requirement for this app. |
|
| 425 | + */ |
|
| 426 | + public function overwriteNextcloudRequirement(string $appId): void { |
|
| 427 | + $ignoreMaxApps = $this->config->getSystemValue('app_install_overwrite', []); |
|
| 428 | + if (!in_array($appId, $ignoreMaxApps, true)) { |
|
| 429 | + $ignoreMaxApps[] = $appId; |
|
| 430 | + } |
|
| 431 | + $this->config->setSystemValue('app_install_overwrite', $ignoreMaxApps); |
|
| 432 | + } |
|
| 433 | + |
|
| 434 | + /** |
|
| 435 | + * Remove the `max-version` overwrite for this app. |
|
| 436 | + * This means this app now again can not be enabled if the `max-version` is smaller than the current Nextcloud version. |
|
| 437 | + */ |
|
| 438 | + public function removeOverwriteNextcloudRequirement(string $appId): void { |
|
| 439 | + $ignoreMaxApps = $this->config->getSystemValue('app_install_overwrite', []); |
|
| 440 | + $ignoreMaxApps = array_filter($ignoreMaxApps, fn (string $id) => $id !== $appId); |
|
| 441 | + $this->config->setSystemValue('app_install_overwrite', $ignoreMaxApps); |
|
| 442 | + } |
|
| 443 | + |
|
| 444 | + public function loadApp(string $app): void { |
|
| 445 | + if (isset($this->loadedApps[$app])) { |
|
| 446 | + return; |
|
| 447 | + } |
|
| 448 | + $this->loadedApps[$app] = true; |
|
| 449 | + $appPath = \OC_App::getAppPath($app); |
|
| 450 | + if ($appPath === false) { |
|
| 451 | + return; |
|
| 452 | + } |
|
| 453 | + $eventLogger = \OC::$server->get(IEventLogger::class); |
|
| 454 | + $eventLogger->start("bootstrap:load_app:$app", "Load app: $app"); |
|
| 455 | + |
|
| 456 | + // in case someone calls loadApp() directly |
|
| 457 | + \OC_App::registerAutoloading($app, $appPath); |
|
| 458 | + |
|
| 459 | + if (is_file($appPath . '/appinfo/app.php')) { |
|
| 460 | + $this->logger->error('/appinfo/app.php is not supported anymore, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.', [ |
|
| 461 | + 'app' => $app, |
|
| 462 | + ]); |
|
| 463 | + } |
|
| 464 | + |
|
| 465 | + $coordinator = Server::get(Coordinator::class); |
|
| 466 | + $coordinator->bootApp($app); |
|
| 467 | + |
|
| 468 | + $eventLogger->start("bootstrap:load_app:$app:info", "Load info.xml for $app and register any services defined in it"); |
|
| 469 | + $info = $this->getAppInfo($app); |
|
| 470 | + if (!empty($info['activity'])) { |
|
| 471 | + $activityManager = \OC::$server->get(IActivityManager::class); |
|
| 472 | + if (!empty($info['activity']['filters'])) { |
|
| 473 | + foreach ($info['activity']['filters'] as $filter) { |
|
| 474 | + $activityManager->registerFilter($filter); |
|
| 475 | + } |
|
| 476 | + } |
|
| 477 | + if (!empty($info['activity']['settings'])) { |
|
| 478 | + foreach ($info['activity']['settings'] as $setting) { |
|
| 479 | + $activityManager->registerSetting($setting); |
|
| 480 | + } |
|
| 481 | + } |
|
| 482 | + if (!empty($info['activity']['providers'])) { |
|
| 483 | + foreach ($info['activity']['providers'] as $provider) { |
|
| 484 | + $activityManager->registerProvider($provider); |
|
| 485 | + } |
|
| 486 | + } |
|
| 487 | + } |
|
| 488 | + |
|
| 489 | + if (!empty($info['settings'])) { |
|
| 490 | + $settingsManager = \OC::$server->get(ISettingsManager::class); |
|
| 491 | + if (!empty($info['settings']['admin'])) { |
|
| 492 | + foreach ($info['settings']['admin'] as $setting) { |
|
| 493 | + $settingsManager->registerSetting('admin', $setting); |
|
| 494 | + } |
|
| 495 | + } |
|
| 496 | + if (!empty($info['settings']['admin-section'])) { |
|
| 497 | + foreach ($info['settings']['admin-section'] as $section) { |
|
| 498 | + $settingsManager->registerSection('admin', $section); |
|
| 499 | + } |
|
| 500 | + } |
|
| 501 | + if (!empty($info['settings']['personal'])) { |
|
| 502 | + foreach ($info['settings']['personal'] as $setting) { |
|
| 503 | + $settingsManager->registerSetting('personal', $setting); |
|
| 504 | + } |
|
| 505 | + } |
|
| 506 | + if (!empty($info['settings']['personal-section'])) { |
|
| 507 | + foreach ($info['settings']['personal-section'] as $section) { |
|
| 508 | + $settingsManager->registerSection('personal', $section); |
|
| 509 | + } |
|
| 510 | + } |
|
| 511 | + } |
|
| 512 | + |
|
| 513 | + if (!empty($info['collaboration']['plugins'])) { |
|
| 514 | + // deal with one or many plugin entries |
|
| 515 | + $plugins = isset($info['collaboration']['plugins']['plugin']['@value']) ? |
|
| 516 | + [$info['collaboration']['plugins']['plugin']] : $info['collaboration']['plugins']['plugin']; |
|
| 517 | + $collaboratorSearch = null; |
|
| 518 | + $autoCompleteManager = null; |
|
| 519 | + foreach ($plugins as $plugin) { |
|
| 520 | + if ($plugin['@attributes']['type'] === 'collaborator-search') { |
|
| 521 | + $pluginInfo = [ |
|
| 522 | + 'shareType' => $plugin['@attributes']['share-type'], |
|
| 523 | + 'class' => $plugin['@value'], |
|
| 524 | + ]; |
|
| 525 | + $collaboratorSearch ??= \OC::$server->get(ICollaboratorSearch::class); |
|
| 526 | + $collaboratorSearch->registerPlugin($pluginInfo); |
|
| 527 | + } elseif ($plugin['@attributes']['type'] === 'autocomplete-sort') { |
|
| 528 | + $autoCompleteManager ??= \OC::$server->get(IAutoCompleteManager::class); |
|
| 529 | + $autoCompleteManager->registerSorter($plugin['@value']); |
|
| 530 | + } |
|
| 531 | + } |
|
| 532 | + } |
|
| 533 | + $eventLogger->end("bootstrap:load_app:$app:info"); |
|
| 534 | + |
|
| 535 | + $eventLogger->end("bootstrap:load_app:$app"); |
|
| 536 | + } |
|
| 537 | + |
|
| 538 | + /** |
|
| 539 | + * Check if an app is loaded |
|
| 540 | + * @param string $app app id |
|
| 541 | + * @since 26.0.0 |
|
| 542 | + */ |
|
| 543 | + public function isAppLoaded(string $app): bool { |
|
| 544 | + return isset($this->loadedApps[$app]); |
|
| 545 | + } |
|
| 546 | + |
|
| 547 | + /** |
|
| 548 | + * Enable an app for every user |
|
| 549 | + * |
|
| 550 | + * @param string $appId |
|
| 551 | + * @param bool $forceEnable |
|
| 552 | + * @throws AppPathNotFoundException |
|
| 553 | + * @throws \InvalidArgumentException if the application is not installed yet |
|
| 554 | + */ |
|
| 555 | + public function enableApp(string $appId, bool $forceEnable = false): void { |
|
| 556 | + // Check if app exists |
|
| 557 | + $this->getAppPath($appId); |
|
| 558 | + |
|
| 559 | + if ($this->config->getAppValue($appId, 'installed_version', '') === '') { |
|
| 560 | + throw new \InvalidArgumentException("$appId is not installed, cannot be enabled."); |
|
| 561 | + } |
|
| 562 | + |
|
| 563 | + if ($forceEnable) { |
|
| 564 | + $this->overwriteNextcloudRequirement($appId); |
|
| 565 | + } |
|
| 566 | + |
|
| 567 | + $this->enabledAppsCache[$appId] = 'yes'; |
|
| 568 | + $this->getAppConfig()->setValue($appId, 'enabled', 'yes'); |
|
| 569 | + $this->dispatcher->dispatchTyped(new AppEnableEvent($appId)); |
|
| 570 | + $this->dispatcher->dispatch(ManagerEvent::EVENT_APP_ENABLE, new ManagerEvent( |
|
| 571 | + ManagerEvent::EVENT_APP_ENABLE, $appId |
|
| 572 | + )); |
|
| 573 | + $this->clearAppsCache(); |
|
| 574 | + |
|
| 575 | + $this->configManager->migrateConfigLexiconKeys($appId); |
|
| 576 | + } |
|
| 577 | + |
|
| 578 | + /** |
|
| 579 | + * Whether a list of types contains a protected app type |
|
| 580 | + * |
|
| 581 | + * @param string[] $types |
|
| 582 | + * @return bool |
|
| 583 | + */ |
|
| 584 | + public function hasProtectedAppType($types) { |
|
| 585 | + if (empty($types)) { |
|
| 586 | + return false; |
|
| 587 | + } |
|
| 588 | + |
|
| 589 | + $protectedTypes = array_intersect($this->protectedAppTypes, $types); |
|
| 590 | + return !empty($protectedTypes); |
|
| 591 | + } |
|
| 592 | + |
|
| 593 | + /** |
|
| 594 | + * Enable an app only for specific groups |
|
| 595 | + * |
|
| 596 | + * @param string $appId |
|
| 597 | + * @param IGroup[] $groups |
|
| 598 | + * @param bool $forceEnable |
|
| 599 | + * @throws \InvalidArgumentException if app can't be enabled for groups |
|
| 600 | + * @throws AppPathNotFoundException |
|
| 601 | + */ |
|
| 602 | + public function enableAppForGroups(string $appId, array $groups, bool $forceEnable = false): void { |
|
| 603 | + // Check if app exists |
|
| 604 | + $this->getAppPath($appId); |
|
| 605 | + |
|
| 606 | + $info = $this->getAppInfo($appId); |
|
| 607 | + if (!empty($info['types']) && $this->hasProtectedAppType($info['types'])) { |
|
| 608 | + throw new \InvalidArgumentException("$appId can't be enabled for groups."); |
|
| 609 | + } |
|
| 610 | + |
|
| 611 | + if ($this->config->getAppValue($appId, 'installed_version', '') === '') { |
|
| 612 | + throw new \InvalidArgumentException("$appId is not installed, cannot be enabled."); |
|
| 613 | + } |
|
| 614 | + |
|
| 615 | + if ($forceEnable) { |
|
| 616 | + $this->overwriteNextcloudRequirement($appId); |
|
| 617 | + } |
|
| 618 | + |
|
| 619 | + /** @var string[] $groupIds */ |
|
| 620 | + $groupIds = array_map(function ($group) { |
|
| 621 | + /** @var IGroup $group */ |
|
| 622 | + return ($group instanceof IGroup) |
|
| 623 | + ? $group->getGID() |
|
| 624 | + : $group; |
|
| 625 | + }, $groups); |
|
| 626 | + |
|
| 627 | + $this->enabledAppsCache[$appId] = json_encode($groupIds); |
|
| 628 | + $this->getAppConfig()->setValue($appId, 'enabled', json_encode($groupIds)); |
|
| 629 | + $this->dispatcher->dispatchTyped(new AppEnableEvent($appId, $groupIds)); |
|
| 630 | + $this->dispatcher->dispatch(ManagerEvent::EVENT_APP_ENABLE_FOR_GROUPS, new ManagerEvent( |
|
| 631 | + ManagerEvent::EVENT_APP_ENABLE_FOR_GROUPS, $appId, $groups |
|
| 632 | + )); |
|
| 633 | + $this->clearAppsCache(); |
|
| 634 | + |
|
| 635 | + $this->configManager->migrateConfigLexiconKeys($appId); |
|
| 636 | + } |
|
| 637 | + |
|
| 638 | + /** |
|
| 639 | + * Disable an app for every user |
|
| 640 | + * |
|
| 641 | + * @param string $appId |
|
| 642 | + * @param bool $automaticDisabled |
|
| 643 | + * @throws \Exception if app can't be disabled |
|
| 644 | + */ |
|
| 645 | + public function disableApp($appId, $automaticDisabled = false): void { |
|
| 646 | + if ($this->isAlwaysEnabled($appId)) { |
|
| 647 | + throw new \Exception("$appId can't be disabled."); |
|
| 648 | + } |
|
| 649 | + |
|
| 650 | + if ($automaticDisabled) { |
|
| 651 | + $previousSetting = $this->getAppConfig()->getValue($appId, 'enabled', 'yes'); |
|
| 652 | + if ($previousSetting !== 'yes' && $previousSetting !== 'no') { |
|
| 653 | + $previousSetting = json_decode($previousSetting, true); |
|
| 654 | + } |
|
| 655 | + $this->autoDisabledApps[$appId] = $previousSetting; |
|
| 656 | + } |
|
| 657 | + |
|
| 658 | + unset($this->enabledAppsCache[$appId]); |
|
| 659 | + $this->getAppConfig()->setValue($appId, 'enabled', 'no'); |
|
| 660 | + |
|
| 661 | + // run uninstall steps |
|
| 662 | + $appData = $this->getAppInfo($appId); |
|
| 663 | + if (!is_null($appData)) { |
|
| 664 | + \OC_App::executeRepairSteps($appId, $appData['repair-steps']['uninstall']); |
|
| 665 | + } |
|
| 666 | + |
|
| 667 | + $this->dispatcher->dispatchTyped(new AppDisableEvent($appId)); |
|
| 668 | + $this->dispatcher->dispatch(ManagerEvent::EVENT_APP_DISABLE, new ManagerEvent( |
|
| 669 | + ManagerEvent::EVENT_APP_DISABLE, $appId |
|
| 670 | + )); |
|
| 671 | + $this->clearAppsCache(); |
|
| 672 | + } |
|
| 673 | + |
|
| 674 | + /** |
|
| 675 | + * Get the directory for the given app. |
|
| 676 | + * |
|
| 677 | + * @throws AppPathNotFoundException if app folder can't be found |
|
| 678 | + */ |
|
| 679 | + public function getAppPath(string $appId): string { |
|
| 680 | + $appPath = \OC_App::getAppPath($appId); |
|
| 681 | + if ($appPath === false) { |
|
| 682 | + throw new AppPathNotFoundException('Could not find path for ' . $appId); |
|
| 683 | + } |
|
| 684 | + return $appPath; |
|
| 685 | + } |
|
| 686 | + |
|
| 687 | + /** |
|
| 688 | + * Get the web path for the given app. |
|
| 689 | + * |
|
| 690 | + * @param string $appId |
|
| 691 | + * @return string |
|
| 692 | + * @throws AppPathNotFoundException if app path can't be found |
|
| 693 | + */ |
|
| 694 | + public function getAppWebPath(string $appId): string { |
|
| 695 | + $appWebPath = \OC_App::getAppWebPath($appId); |
|
| 696 | + if ($appWebPath === false) { |
|
| 697 | + throw new AppPathNotFoundException('Could not find web path for ' . $appId); |
|
| 698 | + } |
|
| 699 | + return $appWebPath; |
|
| 700 | + } |
|
| 701 | + |
|
| 702 | + /** |
|
| 703 | + * Clear the cached list of apps when enabling/disabling an app |
|
| 704 | + */ |
|
| 705 | + public function clearAppsCache(): void { |
|
| 706 | + $this->appInfos = []; |
|
| 707 | + } |
|
| 708 | + |
|
| 709 | + /** |
|
| 710 | + * Returns a list of apps that need upgrade |
|
| 711 | + * |
|
| 712 | + * @param string $version Nextcloud version as array of version components |
|
| 713 | + * @return array list of app info from apps that need an upgrade |
|
| 714 | + * |
|
| 715 | + * @internal |
|
| 716 | + */ |
|
| 717 | + public function getAppsNeedingUpgrade($version) { |
|
| 718 | + $appsToUpgrade = []; |
|
| 719 | + $apps = $this->getEnabledApps(); |
|
| 720 | + foreach ($apps as $appId) { |
|
| 721 | + $appInfo = $this->getAppInfo($appId); |
|
| 722 | + $appDbVersion = $this->getAppConfig()->getValue($appId, 'installed_version'); |
|
| 723 | + if ($appDbVersion |
|
| 724 | + && isset($appInfo['version']) |
|
| 725 | + && version_compare($appInfo['version'], $appDbVersion, '>') |
|
| 726 | + && \OC_App::isAppCompatible($version, $appInfo) |
|
| 727 | + ) { |
|
| 728 | + $appsToUpgrade[] = $appInfo; |
|
| 729 | + } |
|
| 730 | + } |
|
| 731 | + |
|
| 732 | + return $appsToUpgrade; |
|
| 733 | + } |
|
| 734 | + |
|
| 735 | + /** |
|
| 736 | + * Returns the app information from "appinfo/info.xml". |
|
| 737 | + * |
|
| 738 | + * @param string|null $lang |
|
| 739 | + * @return array|null app info |
|
| 740 | + */ |
|
| 741 | + public function getAppInfo(string $appId, bool $path = false, $lang = null) { |
|
| 742 | + if ($path) { |
|
| 743 | + throw new \InvalidArgumentException('Calling IAppManager::getAppInfo() with a path is no longer supported. Please call IAppManager::getAppInfoByPath() instead and verify that the path is good before calling.'); |
|
| 744 | + } |
|
| 745 | + if ($lang === null && isset($this->appInfos[$appId])) { |
|
| 746 | + return $this->appInfos[$appId]; |
|
| 747 | + } |
|
| 748 | + try { |
|
| 749 | + $appPath = $this->getAppPath($appId); |
|
| 750 | + } catch (AppPathNotFoundException) { |
|
| 751 | + return null; |
|
| 752 | + } |
|
| 753 | + $file = $appPath . '/appinfo/info.xml'; |
|
| 754 | + |
|
| 755 | + $data = $this->getAppInfoByPath($file, $lang); |
|
| 756 | + |
|
| 757 | + if ($lang === null) { |
|
| 758 | + $this->appInfos[$appId] = $data; |
|
| 759 | + } |
|
| 760 | + |
|
| 761 | + return $data; |
|
| 762 | + } |
|
| 763 | + |
|
| 764 | + public function getAppInfoByPath(string $path, ?string $lang = null): ?array { |
|
| 765 | + if (!str_ends_with($path, '/appinfo/info.xml')) { |
|
| 766 | + return null; |
|
| 767 | + } |
|
| 768 | + |
|
| 769 | + $parser = new InfoParser($this->memCacheFactory->createLocal('core.appinfo')); |
|
| 770 | + $data = $parser->parse($path); |
|
| 771 | + |
|
| 772 | + if (is_array($data)) { |
|
| 773 | + $data = \OC_App::parseAppInfo($data, $lang); |
|
| 774 | + } |
|
| 775 | + |
|
| 776 | + return $data; |
|
| 777 | + } |
|
| 778 | + |
|
| 779 | + public function getAppVersion(string $appId, bool $useCache = true): string { |
|
| 780 | + if (!$useCache || !isset($this->appVersions[$appId])) { |
|
| 781 | + if ($appId === 'core') { |
|
| 782 | + $this->appVersions[$appId] = $this->serverVersion->getVersionString(); |
|
| 783 | + } else { |
|
| 784 | + $appInfo = $this->getAppInfo($appId); |
|
| 785 | + $this->appVersions[$appId] = ($appInfo !== null && isset($appInfo['version'])) ? $appInfo['version'] : '0'; |
|
| 786 | + } |
|
| 787 | + } |
|
| 788 | + return $this->appVersions[$appId]; |
|
| 789 | + } |
|
| 790 | + |
|
| 791 | + /** |
|
| 792 | + * Returns the installed versions of all apps |
|
| 793 | + * |
|
| 794 | + * @return array<string, string> |
|
| 795 | + */ |
|
| 796 | + public function getAppInstalledVersions(bool $onlyEnabled = false): array { |
|
| 797 | + return $this->getAppConfig()->getAppInstalledVersions($onlyEnabled); |
|
| 798 | + } |
|
| 799 | + |
|
| 800 | + /** |
|
| 801 | + * Returns a list of apps incompatible with the given version |
|
| 802 | + * |
|
| 803 | + * @param string $version Nextcloud version as array of version components |
|
| 804 | + * |
|
| 805 | + * @return array list of app info from incompatible apps |
|
| 806 | + * |
|
| 807 | + * @internal |
|
| 808 | + */ |
|
| 809 | + public function getIncompatibleApps(string $version): array { |
|
| 810 | + $apps = $this->getEnabledApps(); |
|
| 811 | + $incompatibleApps = []; |
|
| 812 | + foreach ($apps as $appId) { |
|
| 813 | + $info = $this->getAppInfo($appId); |
|
| 814 | + if ($info === null) { |
|
| 815 | + $incompatibleApps[] = ['id' => $appId, 'name' => $appId]; |
|
| 816 | + } elseif (!\OC_App::isAppCompatible($version, $info)) { |
|
| 817 | + $incompatibleApps[] = $info; |
|
| 818 | + } |
|
| 819 | + } |
|
| 820 | + return $incompatibleApps; |
|
| 821 | + } |
|
| 822 | + |
|
| 823 | + /** |
|
| 824 | + * @inheritdoc |
|
| 825 | + * In case you change this method, also change \OC\App\CodeChecker\InfoChecker::isShipped() |
|
| 826 | + */ |
|
| 827 | + public function isShipped($appId) { |
|
| 828 | + $this->loadShippedJson(); |
|
| 829 | + return in_array($appId, $this->shippedApps, true); |
|
| 830 | + } |
|
| 831 | + |
|
| 832 | + private function isAlwaysEnabled(string $appId): bool { |
|
| 833 | + if ($appId === 'core') { |
|
| 834 | + return true; |
|
| 835 | + } |
|
| 836 | + |
|
| 837 | + $alwaysEnabled = $this->getAlwaysEnabledApps(); |
|
| 838 | + return in_array($appId, $alwaysEnabled, true); |
|
| 839 | + } |
|
| 840 | + |
|
| 841 | + /** |
|
| 842 | + * In case you change this method, also change \OC\App\CodeChecker\InfoChecker::loadShippedJson() |
|
| 843 | + * @throws \Exception |
|
| 844 | + */ |
|
| 845 | + private function loadShippedJson(): void { |
|
| 846 | + if ($this->shippedApps === null) { |
|
| 847 | + $shippedJson = \OC::$SERVERROOT . '/core/shipped.json'; |
|
| 848 | + if (!file_exists($shippedJson)) { |
|
| 849 | + throw new \Exception("File not found: $shippedJson"); |
|
| 850 | + } |
|
| 851 | + $content = json_decode(file_get_contents($shippedJson), true); |
|
| 852 | + $this->shippedApps = $content['shippedApps']; |
|
| 853 | + $this->alwaysEnabled = $content['alwaysEnabled']; |
|
| 854 | + $this->defaultEnabled = $content['defaultEnabled']; |
|
| 855 | + } |
|
| 856 | + } |
|
| 857 | + |
|
| 858 | + /** |
|
| 859 | + * @inheritdoc |
|
| 860 | + */ |
|
| 861 | + public function getAlwaysEnabledApps() { |
|
| 862 | + $this->loadShippedJson(); |
|
| 863 | + return $this->alwaysEnabled; |
|
| 864 | + } |
|
| 865 | + |
|
| 866 | + /** |
|
| 867 | + * @inheritdoc |
|
| 868 | + */ |
|
| 869 | + public function isDefaultEnabled(string $appId): bool { |
|
| 870 | + return (in_array($appId, $this->getDefaultEnabledApps())); |
|
| 871 | + } |
|
| 872 | + |
|
| 873 | + /** |
|
| 874 | + * @inheritdoc |
|
| 875 | + */ |
|
| 876 | + public function getDefaultEnabledApps(): array { |
|
| 877 | + $this->loadShippedJson(); |
|
| 878 | + |
|
| 879 | + return $this->defaultEnabled; |
|
| 880 | + } |
|
| 881 | + |
|
| 882 | + /** |
|
| 883 | + * @inheritdoc |
|
| 884 | + */ |
|
| 885 | + public function getDefaultAppForUser(?IUser $user = null, bool $withFallbacks = true): string { |
|
| 886 | + $id = $this->getNavigationManager()->getDefaultEntryIdForUser($user, $withFallbacks); |
|
| 887 | + $entry = $this->getNavigationManager()->get($id); |
|
| 888 | + return (string)$entry['app']; |
|
| 889 | + } |
|
| 890 | + |
|
| 891 | + /** |
|
| 892 | + * @inheritdoc |
|
| 893 | + */ |
|
| 894 | + public function getDefaultApps(): array { |
|
| 895 | + $ids = $this->getNavigationManager()->getDefaultEntryIds(); |
|
| 896 | + |
|
| 897 | + return array_values(array_unique(array_map(function (string $id) { |
|
| 898 | + $entry = $this->getNavigationManager()->get($id); |
|
| 899 | + return (string)$entry['app']; |
|
| 900 | + }, $ids))); |
|
| 901 | + } |
|
| 902 | + |
|
| 903 | + /** |
|
| 904 | + * @inheritdoc |
|
| 905 | + */ |
|
| 906 | + public function setDefaultApps(array $defaultApps): void { |
|
| 907 | + $entries = $this->getNavigationManager()->getAll(); |
|
| 908 | + $ids = []; |
|
| 909 | + foreach ($defaultApps as $defaultApp) { |
|
| 910 | + foreach ($entries as $entry) { |
|
| 911 | + if ((string)$entry['app'] === $defaultApp) { |
|
| 912 | + $ids[] = (string)$entry['id']; |
|
| 913 | + break; |
|
| 914 | + } |
|
| 915 | + } |
|
| 916 | + } |
|
| 917 | + $this->getNavigationManager()->setDefaultEntryIds($ids); |
|
| 918 | + } |
|
| 919 | + |
|
| 920 | + public function isBackendRequired(string $backend): bool { |
|
| 921 | + foreach ($this->appInfos as $appInfo) { |
|
| 922 | + foreach ($appInfo['dependencies']['backend'] as $appBackend) { |
|
| 923 | + if ($backend === $appBackend) { |
|
| 924 | + return true; |
|
| 925 | + } |
|
| 926 | + } |
|
| 927 | + } |
|
| 928 | + |
|
| 929 | + return false; |
|
| 930 | + } |
|
| 931 | + |
|
| 932 | + /** |
|
| 933 | + * Clean the appId from forbidden characters |
|
| 934 | + * |
|
| 935 | + * @psalm-taint-escape callable |
|
| 936 | + * @psalm-taint-escape cookie |
|
| 937 | + * @psalm-taint-escape file |
|
| 938 | + * @psalm-taint-escape has_quotes |
|
| 939 | + * @psalm-taint-escape header |
|
| 940 | + * @psalm-taint-escape html |
|
| 941 | + * @psalm-taint-escape include |
|
| 942 | + * @psalm-taint-escape ldap |
|
| 943 | + * @psalm-taint-escape shell |
|
| 944 | + * @psalm-taint-escape sql |
|
| 945 | + * @psalm-taint-escape unserialize |
|
| 946 | + */ |
|
| 947 | + public function cleanAppId(string $app): string { |
|
| 948 | + /* Only lowercase alphanumeric is allowed */ |
|
| 949 | + return preg_replace('/(^[0-9_]|[^a-z0-9_]+|_$)/', '', $app); |
|
| 950 | + } |
|
| 951 | 951 | } |