]> source.dussan.org Git - nextcloud-server.git/commit
style: update codestyle for coding-standard 1.2.3
authorDaniel Kesselberg <mail@danielkesselberg.de>
Fri, 23 Aug 2024 13:10:27 +0000 (15:10 +0200)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Sun, 25 Aug 2024 17:34:58 +0000 (19:34 +0200)
commitaf6de04e9e141466dc229e444ff3f146f4a34765
tree7b93f521865cdecdadb33637dea33bea242e7969
parent1cc6b3577fdbeadece7e4e6478e7f7755555b41a
style: update codestyle for coding-standard 1.2.3

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
872 files changed:
apps/admin_audit/lib/Actions/Files.php
apps/cloud_federation_api/lib/Capabilities.php
apps/cloud_federation_api/lib/Controller/RequestHandlerController.php
apps/comments/lib/Activity/Listener.php
apps/comments/lib/Activity/Provider.php
apps/comments/lib/Search/LegacyProvider.php
apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php
apps/comments/tests/Unit/EventHandlerTest.php
apps/comments/tests/Unit/Notification/ListenerTest.php
apps/contactsinteraction/lib/AddressBook.php
apps/contactsinteraction/lib/Card.php
apps/contactsinteraction/lib/Db/CardSearchDao.php
apps/contactsinteraction/lib/Listeners/ContactInteractionListener.php
apps/dav/lib/BackgroundJob/BuildReminderIndexBackgroundJob.php
apps/dav/lib/BackgroundJob/CleanupInvitationTokenJob.php
apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php
apps/dav/lib/BackgroundJob/OutOfOfficeEventDispatcherJob.php
apps/dav/lib/BackgroundJob/PruneOutdatedSyncTokensJob.php
apps/dav/lib/BackgroundJob/RefreshWebcalJob.php
apps/dav/lib/BackgroundJob/UploadCleanup.php
apps/dav/lib/BulkUpload/BulkUploadPlugin.php
apps/dav/lib/BulkUpload/MultipartRequestParser.php
apps/dav/lib/CalDAV/Activity/Backend.php
apps/dav/lib/CalDAV/Activity/Filter/Calendar.php
apps/dav/lib/CalDAV/Activity/Filter/Todo.php
apps/dav/lib/CalDAV/Activity/Setting/Calendar.php
apps/dav/lib/CalDAV/Activity/Setting/Event.php
apps/dav/lib/CalDAV/Activity/Setting/Todo.php
apps/dav/lib/CalDAV/BirthdayService.php
apps/dav/lib/CalDAV/CachedSubscriptionImpl.php
apps/dav/lib/CalDAV/CalDavBackend.php
apps/dav/lib/CalDAV/Calendar.php
apps/dav/lib/CalDAV/CalendarImpl.php
apps/dav/lib/CalDAV/CalendarObject.php
apps/dav/lib/CalDAV/EventReader.php
apps/dav/lib/CalDAV/EventReaderRDate.php
apps/dav/lib/CalDAV/EventReaderRRule.php
apps/dav/lib/CalDAV/Publishing/PublishPlugin.php
apps/dav/lib/CalDAV/Reminder/Backend.php
apps/dav/lib/CalDAV/Reminder/NotificationProvider/AbstractProvider.php
apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php
apps/dav/lib/CalDAV/Reminder/NotificationProvider/PushProvider.php
apps/dav/lib/CalDAV/Reminder/ReminderService.php
apps/dav/lib/CalDAV/ResourceBooking/AbstractPrincipalBackend.php
apps/dav/lib/CalDAV/RetentionService.php
apps/dav/lib/CalDAV/Schedule/IMipService.php
apps/dav/lib/CalDAV/Trashbin/DeletedCalendarObject.php
apps/dav/lib/CalDAV/Trashbin/DeletedCalendarObjectsCollection.php
apps/dav/lib/CalDAV/Validation/CalDavValidatePlugin.php
apps/dav/lib/CalDAV/WebcalCaching/Plugin.php
apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php
apps/dav/lib/CardDAV/Activity/Backend.php
apps/dav/lib/CardDAV/Activity/Filter.php
apps/dav/lib/CardDAV/Activity/Provider/Base.php
apps/dav/lib/CardDAV/Activity/Setting.php
apps/dav/lib/CardDAV/AddressBookImpl.php
apps/dav/lib/CardDAV/Card.php
apps/dav/lib/CardDAV/CardDavBackend.php
apps/dav/lib/CardDAV/ContactsManager.php
apps/dav/lib/CardDAV/MultiGetExportPlugin.php
apps/dav/lib/CardDAV/PhotoCache.php
apps/dav/lib/CardDAV/SyncService.php
apps/dav/lib/CardDAV/SystemAddressbook.php
apps/dav/lib/CardDAV/UserAddressBooks.php
apps/dav/lib/CardDAV/Validation/CardDavValidatePlugin.php
apps/dav/lib/Command/CreateAddressBook.php
apps/dav/lib/Command/DeleteCalendar.php
apps/dav/lib/Command/FixCalendarSyncCommand.php
apps/dav/lib/Command/MoveCalendar.php
apps/dav/lib/Command/SyncBirthdayCalendar.php
apps/dav/lib/Comments/CommentNode.php
apps/dav/lib/Comments/CommentsPlugin.php
apps/dav/lib/Comments/EntityCollection.php
apps/dav/lib/Connector/Sabre/AppleQuirksPlugin.php
apps/dav/lib/Connector/Sabre/CachingTree.php
apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
apps/dav/lib/Connector/Sabre/DavAclPlugin.php
apps/dav/lib/Connector/Sabre/Directory.php
apps/dav/lib/Connector/Sabre/Exception/FileLocked.php
apps/dav/lib/Connector/Sabre/FilesPlugin.php
apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
apps/dav/lib/Connector/Sabre/ObjectTree.php
apps/dav/lib/Connector/Sabre/Principal.php
apps/dav/lib/Connector/Sabre/TagsPlugin.php
apps/dav/lib/Controller/InvitationResponseController.php
apps/dav/lib/DAV/PublicAuth.php
apps/dav/lib/DAV/Sharing/Backend.php
apps/dav/lib/DAV/Sharing/Plugin.php
apps/dav/lib/DAV/ViewOnlyPlugin.php
apps/dav/lib/Db/Absence.php
apps/dav/lib/Direct/DirectFile.php
apps/dav/lib/Events/CalendarDeletedEvent.php
apps/dav/lib/Events/CalendarMovedToTrashEvent.php
apps/dav/lib/Events/CalendarRestoredEvent.php
apps/dav/lib/Listener/CalendarShareUpdateListener.php
apps/dav/lib/Migration/BuildCalendarSearchIndex.php
apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php
apps/dav/lib/Migration/RegisterBuildReminderIndexBackgroundJob.php
apps/dav/lib/Migration/RemoveDeletedUsersCalendarSubscriptions.php
apps/dav/lib/Migration/RemoveOrphanEventsAndContacts.php
apps/dav/lib/Migration/Version1004Date20170926103422.php
apps/dav/lib/Migration/Version1025Date20240308063933.php
apps/dav/lib/Search/ACalendarSearchProvider.php
apps/dav/lib/Search/ContactsSearchProvider.php
apps/dav/lib/Search/EventsSearchProvider.php
apps/dav/lib/SystemTag/SystemTagsInUseCollection.php
apps/dav/lib/Upload/UploadFile.php
apps/dav/lib/UserMigration/ContactsMigrator.php
apps/dav/tests/unit/BackgroundJob/PruneOutdatedSyncTokensJobTest.php
apps/dav/tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php
apps/dav/tests/unit/CalDAV/CalDavBackendTest.php
apps/dav/tests/unit/CalDAV/CalendarImplTest.php
apps/dav/tests/unit/CalDAV/CalendarTest.php
apps/dav/tests/unit/CalDAV/EventReaderTest.php
apps/dav/tests/unit/CalDAV/PublicCalendarTest.php
apps/dav/tests/unit/CalDAV/Reminder/BackendTest.php
apps/dav/tests/unit/CalDAV/Reminder/ReminderServiceTest.php
apps/dav/tests/unit/CalDAV/Schedule/IMipServiceTest.php
apps/dav/tests/unit/CalDAV/Schedule/PluginTest.php
apps/dav/tests/unit/CalDAV/WebcalCaching/ConnectionTest.php
apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php
apps/dav/tests/unit/CardDAV/AddressBookImplTest.php
apps/dav/tests/unit/CardDAV/CardDavBackendTest.php
apps/dav/tests/unit/CardDAV/ConverterTest.php
apps/dav/tests/unit/CardDAV/SystemAddressBookTest.php
apps/dav/tests/unit/Command/ListCalendarsTest.php
apps/dav/tests/unit/Command/MoveCalendarTest.php
apps/dav/tests/unit/Comments/CommentsNodeTest.php
apps/dav/tests/unit/Comments/CommentsPluginTest.php
apps/dav/tests/unit/Connector/Sabre/AuthTest.php
apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php
apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php
apps/dav/tests/unit/Connector/Sabre/Exception/ForbiddenTest.php
apps/dav/tests/unit/Connector/Sabre/Exception/InvalidPathTest.php
apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php
apps/dav/tests/unit/Connector/Sabre/FileTest.php
apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php
apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php
apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php
apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php
apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php
apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php
apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php
apps/dav/tests/unit/DAV/ViewOnlyPluginTest.php
apps/dav/tests/unit/Files/MultipartRequestParserTest.php
apps/dav/tests/unit/Settings/CalDAVSettingsTest.php
apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php
apps/dav/tests/unit/Upload/AssemblyStreamTest.php
apps/encryption/lib/Command/FixEncryptedVersion.php
apps/encryption/lib/Command/FixKeyLocation.php
apps/encryption/lib/Controller/SettingsController.php
apps/encryption/lib/Crypto/Crypt.php
apps/encryption/lib/Crypto/DecryptAll.php
apps/encryption/lib/Crypto/EncryptAll.php
apps/encryption/lib/Crypto/Encryption.php
apps/encryption/lib/Exceptions/PrivateKeyMissingException.php
apps/encryption/lib/Exceptions/PublicKeyMissingException.php
apps/encryption/lib/HookManager.php
apps/encryption/lib/Migration/SetMasterKeyStatus.php
apps/encryption/lib/Settings/Admin.php
apps/encryption/lib/Settings/Personal.php
apps/encryption/templates/settings-admin.php
apps/encryption/templates/settings-personal.php
apps/encryption/tests/Command/FixEncryptedVersionTest.php
apps/encryption/tests/Command/TestEnableMasterKey.php
apps/encryption/tests/Controller/StatusControllerTest.php
apps/encryption/tests/Crypto/CryptTest.php
apps/encryption/tests/Crypto/DecryptAllTest.php
apps/encryption/tests/Crypto/EncryptAllTest.php
apps/encryption/tests/EncryptedStorageTest.php
apps/encryption/tests/SessionTest.php
apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php
apps/federatedfilesharing/lib/Controller/RequestHandlerController.php
apps/federatedfilesharing/lib/FederatedShareProvider.php
apps/federatedfilesharing/lib/Notifications.php
apps/federatedfilesharing/lib/OCM/CloudFederationProviderFiles.php
apps/federatedfilesharing/lib/Settings/Admin.php
apps/federatedfilesharing/lib/Settings/Personal.php
apps/federatedfilesharing/lib/Settings/PersonalSection.php
apps/federatedfilesharing/tests/AddressHandlerTest.php
apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php
apps/federatedfilesharing/tests/FederatedShareProviderTest.php
apps/federatedfilesharing/tests/NotificationsTest.php
apps/federatedfilesharing/tests/TestCase.php
apps/federatedfilesharing/tests/TokenHandlerTest.php
apps/federation/lib/DbHandler.php
apps/federation/lib/Settings/Admin.php
apps/federation/lib/SyncFederationAddressBooks.php
apps/federation/tests/BackgroundJob/GetSharedSecretTest.php
apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php
apps/federation/tests/Controller/OCSAuthAPIControllerTest.php
apps/federation/tests/DbHandlerTest.php
apps/federation/tests/Middleware/AddServerMiddlewareTest.php
apps/federation/tests/SyncFederationAddressbooksTest.php
apps/federation/tests/TrustedServersTest.php
apps/files/lib/Activity/Provider.php
apps/files/lib/Activity/Settings/FavoriteAction.php
apps/files/lib/Activity/Settings/FileChanged.php
apps/files/lib/Activity/Settings/FileFavoriteChanged.php
apps/files/lib/Collaboration/Resources/ResourceProvider.php
apps/files/lib/Command/Copy.php
apps/files/lib/Command/Delete.php
apps/files/lib/Command/DeleteOrphanedFiles.php
apps/files/lib/Command/Get.php
apps/files/lib/Command/Move.php
apps/files/lib/Command/Object/Delete.php
apps/files/lib/Command/Object/Get.php
apps/files/lib/Command/Object/ObjectUtil.php
apps/files/lib/Command/Object/Put.php
apps/files/lib/Command/Put.php
apps/files/lib/Command/RepairTree.php
apps/files/lib/Command/ScanAppData.php
apps/files/lib/Command/TransferOwnership.php
apps/files/lib/Controller/ViewController.php
apps/files/lib/Listener/DeclarativeSettingsSetValueEventListener.php
apps/files/lib/Listener/SyncLivePhotosListener.php
apps/files/lib/Search/FilesSearchProvider.php
apps/files/lib/Service/OwnershipTransferService.php
apps/files/lib/Service/TagService.php
apps/files/tests/Controller/ViewControllerTest.php
apps/files_external/lib/Command/Import.php
apps/files_external/lib/Command/ListCommand.php
apps/files_external/lib/Command/Notify.php
apps/files_external/lib/Controller/AjaxController.php
apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php
apps/files_external/lib/Lib/FrontendDefinitionTrait.php
apps/files_external/lib/Lib/Storage/AmazonS3.php
apps/files_external/lib/Lib/Storage/FTP.php
apps/files_external/lib/Lib/Storage/FtpConnection.php
apps/files_external/lib/Lib/Storage/OwnCloud.php
apps/files_external/lib/Lib/Storage/SFTP.php
apps/files_external/lib/Lib/Storage/SMB.php
apps/files_external/lib/Lib/Storage/Swift.php
apps/files_external/lib/Settings/Admin.php
apps/files_external/lib/Settings/Personal.php
apps/files_external/lib/Settings/Section.php
apps/files_external/templates/settings.php
apps/files_external/tests/Service/StoragesServiceTest.php
apps/files_external/tests/sso-setup/apps.config.php
apps/files_sharing/lib/Activity/Providers/Base.php
apps/files_sharing/lib/Activity/Settings/PublicLinks.php
apps/files_sharing/lib/Activity/Settings/PublicLinksUpload.php
apps/files_sharing/lib/Activity/Settings/RemoteShare.php
apps/files_sharing/lib/Activity/Settings/Shared.php
apps/files_sharing/lib/Command/DeleteOrphanShares.php
apps/files_sharing/lib/Controller/ShareAPIController.php
apps/files_sharing/lib/Controller/ShareController.php
apps/files_sharing/lib/Controller/ShareesAPIController.php
apps/files_sharing/lib/DefaultPublicShareTemplateProvider.php
apps/files_sharing/lib/DeleteOrphanedSharesJob.php
apps/files_sharing/lib/External/Manager.php
apps/files_sharing/lib/External/Storage.php
apps/files_sharing/lib/Migration/OwncloudGuestShareType.php
apps/files_sharing/lib/Migration/SetAcceptedStatus.php
apps/files_sharing/lib/Migration/SetPasswordColumn.php
apps/files_sharing/lib/MountProvider.php
apps/files_sharing/lib/Notification/Notifier.php
apps/files_sharing/lib/ShareBackend/Folder.php
apps/files_sharing/lib/SharedStorage.php
apps/files_sharing/lib/Updater.php
apps/files_sharing/openapi.json
apps/files_sharing/tests/ApiTest.php
apps/files_sharing/tests/CacheTest.php
apps/files_sharing/tests/Collaboration/ShareRecipientSorterTest.php
apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
apps/files_sharing/tests/Controller/ShareControllerTest.php
apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php
apps/files_sharing/tests/External/CacheTest.php
apps/files_sharing/tests/External/ManagerTest.php
apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php
apps/files_sharing/tests/SharedMountTest.php
apps/files_sharing/tests/SharedStorageTest.php
apps/files_sharing/tests/TestCase.php
apps/files_trashbin/lib/Command/CleanUp.php
apps/files_trashbin/lib/Command/ExpireTrash.php
apps/files_trashbin/lib/Command/RestoreAllFiles.php
apps/files_trashbin/lib/Command/Size.php
apps/files_trashbin/lib/Helper.php
apps/files_trashbin/lib/Listeners/SyncLivePhotosListener.php
apps/files_trashbin/lib/Sabre/TrashRoot.php
apps/files_trashbin/lib/Storage.php
apps/files_trashbin/lib/Trashbin.php
apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php
apps/files_trashbin/tests/Command/CleanUpTest.php
apps/files_trashbin/tests/StorageTest.php
apps/files_trashbin/tests/TrashbinTest.php
apps/files_versions/appinfo/routes.php
apps/files_versions/lib/Command/CleanUp.php
apps/files_versions/lib/Command/ExpireVersions.php
apps/files_versions/lib/Db/VersionsMapper.php
apps/files_versions/lib/Listener/VersionStorageMoveListener.php
apps/files_versions/lib/Migration/Version1020Date20221114144058.php
apps/files_versions/lib/Sabre/Plugin.php
apps/files_versions/lib/Storage.php
apps/files_versions/lib/Versions/LegacyVersionsBackend.php
apps/files_versions/lib/Versions/VersionManager.php
apps/files_versions/tests/Command/CleanupTest.php
apps/files_versions/tests/VersioningTest.php
apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
apps/provisioning_api/lib/Controller/AUserData.php
apps/provisioning_api/lib/Controller/AppConfigController.php
apps/provisioning_api/lib/Controller/PreferencesController.php
apps/provisioning_api/lib/Controller/UsersController.php
apps/provisioning_api/tests/CapabilitiesTest.php
apps/provisioning_api/tests/Controller/GroupsControllerTest.php
apps/settings/lib/Activity/GroupSetting.php
apps/settings/lib/Activity/Setting.php
apps/settings/lib/BackgroundJobs/VerifyUserData.php
apps/settings/lib/Command/AdminDelegation/Add.php
apps/settings/lib/Controller/UsersController.php
apps/settings/lib/Service/AuthorizedGroupService.php
apps/settings/lib/Settings/Admin/ArtificialIntelligence.php
apps/settings/lib/Settings/Admin/Mail.php
apps/settings/lib/Settings/Admin/Overview.php
apps/settings/lib/Settings/Admin/Security.php
apps/settings/lib/Settings/Admin/Server.php
apps/settings/lib/Settings/Admin/Sharing.php
apps/settings/lib/Settings/Admin/Users.php
apps/settings/lib/Settings/Personal/Additional.php
apps/settings/lib/Settings/Personal/PersonalInfo.php
apps/settings/lib/Settings/Personal/ServerDevNotice.php
apps/settings/lib/SetupChecks/CheckServerResponseTrait.php
apps/settings/lib/SetupChecks/DatabaseHasMissingIndices.php
apps/settings/lib/SetupChecks/MaintenanceWindowStart.php
apps/settings/lib/SetupChecks/PushService.php
apps/settings/lib/SetupChecks/SecurityHeaders.php
apps/settings/lib/WellKnown/SecurityTxtHandler.php
apps/settings/tests/Controller/AuthSettingsControllerTest.php
apps/settings/tests/Controller/CheckSetupControllerTest.php
apps/settings/tests/Controller/UsersControllerTest.php
apps/settings/tests/Settings/Admin/MailTest.php
apps/settings/tests/Settings/Admin/SharingTest.php
apps/sharebymail/lib/Settings/Admin.php
apps/sharebymail/lib/ShareByMailProvider.php
apps/sharebymail/tests/ShareByMailProviderTest.php
apps/systemtags/lib/Activity/Listener.php
apps/systemtags/lib/Activity/Provider.php
apps/systemtags/lib/Activity/Setting.php
apps/systemtags/lib/Controller/LastUsedController.php
apps/systemtags/lib/Settings/Admin.php
apps/theming/lib/IconBuilder.php
apps/theming/lib/Service/BackgroundService.php
apps/theming/lib/Settings/Admin.php
apps/theming/lib/Settings/AdminSection.php
apps/theming/lib/Settings/Personal.php
apps/theming/lib/Settings/PersonalSection.php
apps/theming/lib/Themes/DefaultTheme.php
apps/theming/lib/Util.php
apps/theming/tests/IconBuilderTest.php
apps/theming/tests/UtilTest.php
apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php
apps/twofactor_backupcodes/tests/Unit/BackgroundJob/RememberBackupCodesJobTest.php
apps/twofactor_backupcodes/tests/Unit/Provider/BackupCodesProviderTest.php
apps/updatenotification/lib/Notification/Notifier.php
apps/user_ldap/lib/Access.php
apps/user_ldap/lib/Command/SetConfig.php
apps/user_ldap/lib/Command/ShowConfig.php
apps/user_ldap/lib/Command/UpdateUUID.php
apps/user_ldap/lib/Configuration.php
apps/user_ldap/lib/Connection.php
apps/user_ldap/lib/Controller/RenewPasswordController.php
apps/user_ldap/lib/GroupPluginManager.php
apps/user_ldap/lib/Group_LDAP.php
apps/user_ldap/lib/Group_Proxy.php
apps/user_ldap/lib/Helper.php
apps/user_ldap/lib/Jobs/Sync.php
apps/user_ldap/lib/LDAP.php
apps/user_ldap/lib/Mapping/AbstractMapping.php
apps/user_ldap/lib/Notification/Notifier.php
apps/user_ldap/lib/Settings/Admin.php
apps/user_ldap/lib/Settings/Section.php
apps/user_ldap/lib/User/Manager.php
apps/user_ldap/lib/User/User.php
apps/user_ldap/lib/UserPluginManager.php
apps/user_ldap/lib/User_LDAP.php
apps/user_ldap/lib/User_Proxy.php
apps/user_ldap/lib/Wizard.php
apps/user_ldap/tests/AccessTest.php
apps/user_ldap/tests/ConnectionTest.php
apps/user_ldap/tests/Integration/AbstractIntegrationTest.php
apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php
apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php
apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserCleanUp.php
apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php
apps/user_ldap/tests/Jobs/SyncTest.php
apps/user_ldap/tests/LDAPProviderTest.php
apps/user_ldap/tests/Mapping/AbstractMappingTest.php
apps/user_ldap/tests/Migration/UUIDFixInsertTest.php
apps/user_ldap/tests/Service/UpdateGroupsServiceTest.php
apps/user_ldap/tests/User/UserTest.php
apps/user_ldap/tests/User_LDAPTest.php
apps/user_status/lib/Controller/HeartbeatController.php
apps/user_status/lib/Dashboard/UserStatusWidget.php
apps/user_status/tests/Unit/Service/StatusServiceTest.php
apps/webhook_listeners/lib/BackgroundJobs/WebhookCall.php
apps/webhook_listeners/lib/Db/WebhookListener.php
apps/webhook_listeners/lib/Service/PHPMongoQuery.php
apps/webhook_listeners/lib/Settings/Admin.php
apps/workflowengine/lib/Manager.php
apps/workflowengine/lib/Settings/ASettings.php
apps/workflowengine/tests/ManagerTest.php
build/gen-coverage-badge.php
build/integration/features/bootstrap/Avatar.php
build/integration/features/bootstrap/BasicStructure.php
build/integration/features/bootstrap/CalDavContext.php
build/integration/features/bootstrap/CapabilitiesContext.php
build/integration/features/bootstrap/CardDavContext.php
build/integration/features/bootstrap/ChecksumsContext.php
build/integration/features/bootstrap/CollaborationContext.php
build/integration/features/bootstrap/CommentsContext.php
build/integration/features/bootstrap/Download.php
build/integration/features/bootstrap/FederationContext.php
build/integration/features/bootstrap/Mail.php
build/integration/features/bootstrap/Provisioning.php
build/integration/features/bootstrap/RemoteContext.php
build/integration/features/bootstrap/Sharing.php
build/integration/features/bootstrap/TagsContext.php
build/integration/features/bootstrap/Trashbin.php
build/integration/features/bootstrap/WebDav.php
build/license.php
build/psalm-baseline.xml
console.php
core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php
core/BackgroundJobs/GenerateMetadataJob.php
core/Command/App/Enable.php
core/Command/App/GetPath.php
core/Command/App/Install.php
core/Command/App/Update.php
core/Command/Background/Delete.php
core/Command/Background/Job.php
core/Command/Background/JobBase.php
core/Command/Background/JobWorker.php
core/Command/Background/ListCommand.php
core/Command/Check.php
core/Command/Config/App/GetConfig.php
core/Command/Config/App/SetConfig.php
core/Command/Config/System/GetConfig.php
core/Command/Config/System/SetConfig.php
core/Command/Db/AddMissingColumns.php
core/Command/Db/AddMissingIndices.php
core/Command/Db/AddMissingPrimaryKeys.php
core/Command/Db/ConvertMysqlToMB4.php
core/Command/Db/Migrations/GenerateCommand.php
core/Command/Db/Migrations/PreviewCommand.php
core/Command/Db/SchemaEncoder.php
core/Command/Encryption/ChangeKeyStorageRoot.php
core/Command/Encryption/DecryptAll.php
core/Command/Encryption/ListModules.php
core/Command/Encryption/MigrateKeyStorage.php
core/Command/Encryption/SetDefaultModule.php
core/Command/FilesMetadata/Get.php
core/Command/Info/File.php
core/Command/Info/FileUtils.php
core/Command/Info/Space.php
core/Command/Maintenance/Install.php
core/Command/Maintenance/RepairShareOwnership.php
core/Command/Memcache/RedisCommand.php
core/Command/Preview/Generate.php
core/Command/Preview/Repair.php
core/Command/Security/BruteforceAttempts.php
core/Command/TwoFactorAuth/Disable.php
core/Command/TwoFactorAuth/Enable.php
core/Command/TwoFactorAuth/State.php
core/Command/Upgrade.php
core/Command/User/Add.php
core/Command/User/AuthTokens/Delete.php
core/Command/User/ClearGeneratedAvatarCacheCommand.php
core/Command/User/LastSeen.php
core/Command/User/ListCommand.php
core/Command/User/ResetPassword.php
core/Command/User/SyncAccountDataCommand.php
core/Controller/AutoCompleteController.php
core/Controller/AvatarController.php
core/Controller/ClientFlowLoginController.php
core/Controller/LostController.php
core/Controller/TaskProcessingApiController.php
core/Controller/TextProcessingApiController.php
core/Controller/TextToImageApiController.php
core/Controller/TwoFactorChallengeController.php
core/Controller/WellKnownController.php
core/Controller/WhatsNewController.php
core/Migrations/Version13000Date20170718121200.php
core/Migrations/Version13000Date20170926101637.php
core/Migrations/Version20000Date20201109081918.php
core/Migrations/Version23000Date20211213203940.php
core/Migrations/Version27000Date20220613163520.php
core/routes.php
core/strings.php
core/templates/error.php
core/templates/twofactorshowchallenge.php
cron.php
lib/base.php
lib/private/Activity/Manager.php
lib/private/AllConfig.php
lib/private/App/DependencyAnalyzer.php
lib/private/App/InfoParser.php
lib/private/AppConfig.php
lib/private/AppFramework/App.php
lib/private/AppFramework/Bootstrap/RegistrationContext.php
lib/private/AppFramework/Http/Dispatcher.php
lib/private/AppFramework/Http/Request.php
lib/private/AppFramework/Middleware/MiddlewareDispatcher.php
lib/private/AppFramework/Middleware/Security/CORSMiddleware.php
lib/private/AppFramework/Middleware/Security/PasswordConfirmationMiddleware.php
lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php
lib/private/AppFramework/Utility/ControllerMethodReflector.php
lib/private/AppFramework/Utility/SimpleContainer.php
lib/private/Authentication/Listeners/RemoteWipeNotificationsListener.php
lib/private/Authentication/Listeners/UserDeletedFilesCleanupListener.php
lib/private/Authentication/Token/PublicKeyTokenProvider.php
lib/private/Authentication/Token/RemoteWipe.php
lib/private/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDao.php
lib/private/Authentication/TwoFactorAuth/Manager.php
lib/private/Avatar/Avatar.php
lib/private/Avatar/AvatarManager.php
lib/private/BackgroundJob/JobList.php
lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php
lib/private/Calendar/Manager.php
lib/private/Calendar/ResourcesRoomsUpdater.php
lib/private/Collaboration/AutoComplete/Manager.php
lib/private/Collaboration/Collaborators/UserPlugin.php
lib/private/Collaboration/Reference/ReferenceManager.php
lib/private/Collaboration/Resources/Manager.php
lib/private/Collaboration/Resources/Resource.php
lib/private/Comments/Comment.php
lib/private/Comments/Manager.php
lib/private/Config.php
lib/private/Console/Application.php
lib/private/Console/TimestampFormatter.php
lib/private/Contacts/ContactsMenu/ContactsStore.php
lib/private/ContactsManager.php
lib/private/DB/Adapter.php
lib/private/DB/AdapterSqlite.php
lib/private/DB/Connection.php
lib/private/DB/ConnectionFactory.php
lib/private/DB/MigrationService.php
lib/private/DB/PreparedStatement.php
lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php
lib/private/DB/QueryBuilder/Literal.php
lib/private/DB/QueryBuilder/Parameter.php
lib/private/DB/QueryBuilder/QueryBuilder.php
lib/private/DB/QueryBuilder/QueryFunction.php
lib/private/DB/QueryBuilder/QuoteHelper.php
lib/private/DateTimeFormatter.php
lib/private/DirectEditing/Token.php
lib/private/Encryption/DecryptAll.php
lib/private/Encryption/EncryptionWrapper.php
lib/private/Encryption/File.php
lib/private/Encryption/HookManager.php
lib/private/EventSource.php
lib/private/Federation/CloudIdManager.php
lib/private/Files/Cache/Cache.php
lib/private/Files/Cache/FailedCache.php
lib/private/Files/Cache/QuerySearchHelper.php
lib/private/Files/Cache/Storage.php
lib/private/Files/Cache/Updater.php
lib/private/Files/Config/MountProviderCollection.php
lib/private/Files/Config/UserMountCache.php
lib/private/Files/FileInfo.php
lib/private/Files/Filesystem.php
lib/private/Files/Mount/Manager.php
lib/private/Files/Mount/RootMountProvider.php
lib/private/Files/Node/Folder.php
lib/private/Files/Node/LazyUserFolder.php
lib/private/Files/Node/Node.php
lib/private/Files/Node/Root.php
lib/private/Files/ObjectStore/Azure.php
lib/private/Files/ObjectStore/ObjectStoreStorage.php
lib/private/Files/ObjectStore/S3ConnectionTrait.php
lib/private/Files/ObjectStore/S3ObjectTrait.php
lib/private/Files/ObjectStore/S3Signature.php
lib/private/Files/ObjectStore/SwiftFactory.php
lib/private/Files/Search/SearchQuery.php
lib/private/Files/SetupManager.php
lib/private/Files/Storage/Common.php
lib/private/Files/Storage/DAV.php
lib/private/Files/Storage/Home.php
lib/private/Files/Storage/StorageFactory.php
lib/private/Files/Storage/Wrapper/Encryption.php
lib/private/Files/Storage/Wrapper/Quota.php
lib/private/Files/Storage/Wrapper/Wrapper.php
lib/private/Files/Stream/Encryption.php
lib/private/Files/Stream/SeekableHttpStream.php
lib/private/Files/Type/Loader.php
lib/private/Files/View.php
lib/private/FilesMetadata/Service/IndexRequestService.php
lib/private/FilesMetadata/Service/MetadataRequestService.php
lib/private/FullTextSearch/Model/IndexDocument.php
lib/private/Group/Database.php
lib/private/Group/Group.php
lib/private/Group/Manager.php
lib/private/Group/MetaData.php
lib/private/Http/Client/Client.php
lib/private/Http/Client/ClientService.php
lib/private/Http/Client/GuzzlePromiseAdapter.php
lib/private/Http/Client/NegativeDnsCache.php
lib/private/Http/WellKnown/RequestManager.php
lib/private/Installer.php
lib/private/L10N/L10N.php
lib/private/LDAP/NullLDAPProviderFactory.php
lib/private/LargeFileHelper.php
lib/private/Lock/MemcacheLockingProvider.php
lib/private/Log.php
lib/private/Log/File.php
lib/private/Log/LogDetails.php
lib/private/Log/PsrLoggerAdapter.php
lib/private/Mail/EMailTemplate.php
lib/private/Mail/Mailer.php
lib/private/Mail/Provider/Manager.php
lib/private/Memcache/ProfilerWrapperCache.php
lib/private/Memcache/Redis.php
lib/private/NaturalSort.php
lib/private/Notification/Manager.php
lib/private/OCM/Model/OCMProvider.php
lib/private/OCM/Model/OCMResource.php
lib/private/Preview/Bitmap.php
lib/private/Preview/Generator.php
lib/private/Preview/HEIC.php
lib/private/Preview/MarkDown.php
lib/private/Preview/Movie.php
lib/private/Preview/SVG.php
lib/private/Preview/TXT.php
lib/private/PreviewManager.php
lib/private/Profile/ProfileManager.php
lib/private/Profiler/FileProfilerStorage.php
lib/private/RedisFactory.php
lib/private/Repair.php
lib/private/Repair/CleanTags.php
lib/private/Repair/Collation.php
lib/private/Repair/NC25/AddMissingSecretJob.php
lib/private/Repair/OldGroupMembershipShares.php
lib/private/Repair/Owncloud/MigrateOauthTables.php
lib/private/Repair/Owncloud/SaveAccountsTableData.php
lib/private/Repair/RemoveLinkShares.php
lib/private/Repair/RepairInvalidShares.php
lib/private/Repair/RepairMimeTypes.php
lib/private/Route/Route.php
lib/private/Search/FilterFactory.php
lib/private/Security/Bruteforce/Backend/DatabaseBackend.php
lib/private/Security/Bruteforce/Throttler.php
lib/private/Security/Ip/Range.php
lib/private/Security/Ip/RemoteAddress.php
lib/private/Security/SecureRandom.php
lib/private/Settings/Section.php
lib/private/Setup.php
lib/private/Setup/AbstractDatabase.php
lib/private/Setup/OCI.php
lib/private/Setup/PostgreSQL.php
lib/private/Share20/DefaultShareProvider.php
lib/private/Share20/Manager.php
lib/private/Share20/ProviderFactory.php
lib/private/Share20/Share.php
lib/private/Share20/ShareAttributes.php
lib/private/Streamer.php
lib/private/SystemTag/SystemTagObjectMapper.php
lib/private/TagManager.php
lib/private/Tags.php
lib/private/Talk/Broker.php
lib/private/TaskProcessing/Manager.php
lib/private/TempManager.php
lib/private/Template/JSConfigHelper.php
lib/private/TemplateLayout.php
lib/private/TextProcessing/Manager.php
lib/private/TextToImage/Manager.php
lib/private/URLGenerator.php
lib/private/Updater.php
lib/private/Updater/VersionCheck.php
lib/private/User/Database.php
lib/private/User/Manager.php
lib/private/User/User.php
lib/private/legacy/OC_App.php
lib/private/legacy/OC_Files.php
lib/private/legacy/OC_Helper.php
lib/private/legacy/OC_Hook.php
lib/private/legacy/OC_Image.php
lib/private/legacy/OC_Template.php
lib/private/legacy/OC_User.php
lib/private/legacy/OC_Util.php
lib/private/legacy/template/functions.php
lib/public/Accounts/IAccount.php
lib/public/Accounts/IAccountManager.php
lib/public/Activity/ActivitySettings.php
lib/public/Activity/IFilter.php
lib/public/Activity/ISetting.php
lib/public/AppFramework/ApiController.php
lib/public/AppFramework/App.php
lib/public/AppFramework/Controller.php
lib/public/AppFramework/Db/Entity.php
lib/public/AppFramework/Db/QBMapper.php
lib/public/AppFramework/Http/Attribute/OpenAPI.php
lib/public/AppFramework/Http/ContentSecurityPolicy.php
lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php
lib/public/AppFramework/Http/JSONResponse.php
lib/public/AppFramework/Http/Response.php
lib/public/AppFramework/Http/TemplateResponse.php
lib/public/AppFramework/OCSController.php
lib/public/AppFramework/Utility/IControllerMethodReflector.php
lib/public/Authentication/TwoFactorAuth/IRegistry.php
lib/public/Calendar/ICalendar.php
lib/public/Calendar/IHandleImipMessage.php
lib/public/Calendar/IManager.php
lib/public/Collaboration/AutoComplete/IManager.php
lib/public/Collaboration/Collaborators/ISearch.php
lib/public/Collaboration/Collaborators/SearchResultType.php
lib/public/Collaboration/Reference/LinkReferenceProvider.php
lib/public/Color.php
lib/public/Comments/CommentsEntityEvent.php
lib/public/Comments/ICommentsManager.php
lib/public/Constants.php
lib/public/Contacts/IManager.php
lib/public/DB/QueryBuilder/IExpressionBuilder.php
lib/public/DB/QueryBuilder/IQueryBuilder.php
lib/public/Encryption/IEncryptionModule.php
lib/public/Files.php
lib/public/Files/Cache/ICache.php
lib/public/Files/ForbiddenException.php
lib/public/Files/Storage/IStorageFactory.php
lib/public/Files/Template/Field.php
lib/public/Files/Template/FieldType.php
lib/public/Group/Backend/ABackend.php
lib/public/Group/Backend/ISearchableGroupBackend.php
lib/public/HintException.php
lib/public/Http/Client/IClient.php
lib/public/Http/Client/IPromise.php
lib/public/IAddressBook.php
lib/public/IConfig.php
lib/public/IDBConnection.php
lib/public/IDateTimeFormatter.php
lib/public/IImage.php
lib/public/IL10N.php
lib/public/IRequest.php
lib/public/ITagManager.php
lib/public/ITags.php
lib/public/IURLGenerator.php
lib/public/Mail/IEMailTemplate.php
lib/public/Mail/IMailer.php
lib/public/Mail/Provider/Address.php
lib/public/Mail/Provider/Attachment.php
lib/public/Mail/Provider/IAddress.php
lib/public/Mail/Provider/IAttachment.php
lib/public/Mail/Provider/IManager.php
lib/public/Mail/Provider/IMessage.php
lib/public/Mail/Provider/IMessageSend.php
lib/public/Mail/Provider/IProvider.php
lib/public/Mail/Provider/IService.php
lib/public/Mail/Provider/Message.php
lib/public/Migration/Attributes/MigrationAttribute.php
lib/public/Migration/BigIntMigration.php
lib/public/Notification/IManager.php
lib/public/OCM/Events/ResourceTypeRegisterEvent.php
lib/public/SabrePluginEvent.php
lib/public/Security/ISecureRandom.php
lib/public/Settings/IIconSection.php
lib/public/Settings/ISettings.php
lib/public/SystemTag/ISystemTagManager.php
lib/public/SystemTag/ISystemTagObjectMapper.php
lib/public/SystemTag/SystemTagsEntityEvent.php
lib/public/TextToImage/Task.php
lib/public/Util.php
status.php
tests/Core/Command/Config/App/GetConfigTest.php
tests/Core/Command/Config/App/SetConfigTest.php
tests/Core/Command/Encryption/ChangeKeyStorageRootTest.php
tests/Core/Command/Encryption/DecryptAllTest.php
tests/Core/Command/Encryption/EncryptAllTest.php
tests/Core/Command/Maintenance/ModeTest.php
tests/Core/Command/Preview/RepairTest.php
tests/Core/Command/SystemTag/EditTest.php
tests/Core/Command/TwoFactorAuth/CleanupTest.php
tests/Core/Command/TwoFactorAuth/DisableTest.php
tests/Core/Command/TwoFactorAuth/EnableTest.php
tests/Core/Command/TwoFactorAuth/EnforceTest.php
tests/Core/Command/TwoFactorAuth/StateTest.php
tests/Core/Controller/AutoCompleteControllerTest.php
tests/Core/Controller/AvatarControllerTest.php
tests/Core/Controller/LostControllerTest.php
tests/Core/Controller/TwoFactorChallengeControllerTest.php
tests/Core/Controller/WellKnownControllerTest.php
tests/Test/Repair/Owncloud/CleanPreviewsBackgroundJobTest.php
tests/Test/Repair/Owncloud/UpdateLanguageCodesTest.php
tests/lib/APITest.php
tests/lib/Accounts/AccountManagerTest.php
tests/lib/AllConfigTest.php
tests/lib/App/DependencyAnalyzerTest.php
tests/lib/AppConfigTest.php
tests/lib/AppFramework/Bootstrap/CoordinatorTest.php
tests/lib/AppFramework/Controller/ControllerTest.php
tests/lib/AppFramework/Db/QBMapperTest.php
tests/lib/AppFramework/Http/DispatcherTest.php
tests/lib/AppFramework/Http/EmptyContentSecurityPolicyTest.php
tests/lib/AppFramework/Http/RequestStream.php
tests/lib/AppFramework/Middleware/MiddlewareDispatcherTest.php
tests/lib/AppFramework/Middleware/MiddlewareTest.php
tests/lib/AppFramework/Services/AppConfigTest.php
tests/lib/AppFramework/Utility/ControllerMethodReflectorTest.php
tests/lib/AppTest.php
tests/lib/Authentication/Token/PublicKeyTokenMapperTest.php
tests/lib/Avatar/AvatarManagerTest.php
tests/lib/Calendar/ManagerTest.php
tests/lib/Collaboration/Collaborators/GroupPluginTest.php
tests/lib/Collaboration/Collaborators/LookupPluginTest.php
tests/lib/Collaboration/Collaborators/MailPluginTest.php
tests/lib/Collaboration/Collaborators/RemotePluginTest.php
tests/lib/Collaboration/Collaborators/SearchResultTest.php
tests/lib/Collaboration/Collaborators/SearchTest.php
tests/lib/Collaboration/Collaborators/UserPluginTest.php
tests/lib/Comments/ManagerTest.php
tests/lib/DB/MigratorTest.php
tests/lib/DB/OCPostgreSqlPlatformTest.php
tests/lib/DB/QueryBuilder/ExpressionBuilderDBTest.php
tests/lib/DB/QueryBuilder/ExpressionBuilderTest.php
tests/lib/DB/QueryBuilder/FunctionBuilderTest.php
tests/lib/DateTimeFormatterTest.php
tests/lib/Diagnostics/EventLoggerTest.php
tests/lib/Diagnostics/QueryLoggerTest.php
tests/lib/EmojiHelperTest.php
tests/lib/Encryption/DecryptAllTest.php
tests/lib/Encryption/EncryptionWrapperTest.php
tests/lib/Encryption/UpdateTest.php
tests/lib/Files/Cache/CacheTest.php
tests/lib/Files/Cache/PropagatorTest.php
tests/lib/Files/FilesystemTest.php
tests/lib/Files/Mount/RootMountProviderTest.php
tests/lib/Files/Node/HookConnectorTest.php
tests/lib/Files/ObjectStore/S3Test.php
tests/lib/Files/Search/QueryOptimizer/CombinedTests.php
tests/lib/Files/Search/QueryOptimizer/FlattenNestedBoolTest.php
tests/lib/Files/Search/QueryOptimizer/MergeDistributiveOperationsTest.php
tests/lib/Files/Search/QueryOptimizer/OrEqualsToInTest.php
tests/lib/Files/Search/SearchIntegrationTest.php
tests/lib/Files/Storage/Wrapper/AvailabilityTest.php
tests/lib/Files/Storage/Wrapper/EncryptionTest.php
tests/lib/Files/Stream/EncryptionTest.php
tests/lib/Files/ViewTest.php
tests/lib/GlobalScale/ConfigTest.php
tests/lib/Group/ManagerTest.php
tests/lib/Http/Client/ClientServiceTest.php
tests/lib/Http/Client/NegativeDnsCacheTest.php
tests/lib/Http/WellKnown/JrdResponseTest.php
tests/lib/Http/WellKnown/RequestManagerTest.php
tests/lib/ImageTest.php
tests/lib/InitialStateServiceTest.php
tests/lib/IntegrityCheck/CheckerTest.php
tests/lib/L10N/FactoryTest.php
tests/lib/L10N/L10nTest.php
tests/lib/LargeFileHelperTest.php
tests/lib/LegacyHelperTest.php
tests/lib/Log/FileTest.php
tests/lib/LoggerTest.php
tests/lib/Mail/MessageTest.php
tests/lib/Mail/Provider/ManagerTest.php
tests/lib/NavigationManagerTest.php
tests/lib/OCS/DiscoveryServiceTest.php
tests/lib/Preview/HEICTest.php
tests/lib/Repair/CleanTagsTest.php
tests/lib/Repair/ClearGeneratedAvatarCacheTest.php
tests/lib/Repair/RepairCollationTest.php
tests/lib/Security/CSRF/CsrfTokenManagerTest.php
tests/lib/Security/Ip/RemoteAddressTest.php
tests/lib/Share/Backend.php
tests/lib/Share20/DefaultShareProviderTest.php
tests/lib/Share20/ManagerTest.php
tests/lib/TempManagerTest.php
tests/lib/Template/JSResourceLocatorTest.php
tests/lib/TestCase.php
tests/lib/Updater/ReleaseMetadataTest.php
tests/lib/Updater/VersionCheckTest.php
tests/lib/User/UserTest.php
tests/lib/UtilTest.php
tests/startsessionlistener.php