From 871a45a6394014e2c9554faf87425593fb39a2a0 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Wed, 23 Oct 2024 14:38:34 +0200 Subject: [PATCH] refactor(apps): Declare strict types where missing Signed-off-by: provokateurin --- apps/admin_audit/lib/IAuditLogger.php | 2 ++ apps/cloud_federation_api/lib/Config.php | 3 +++ .../lib/Controller/RequestHandlerController.php | 3 +++ apps/comments/appinfo/routes.php | 2 ++ apps/comments/lib/Activity/Filter.php | 3 +++ apps/comments/lib/Activity/Listener.php | 2 ++ apps/comments/lib/Activity/Provider.php | 3 +++ apps/comments/lib/Activity/Setting.php | 3 +++ apps/comments/lib/AppInfo/Application.php | 3 +++ apps/comments/lib/Collaboration/CommentersSorter.php | 3 +++ apps/comments/lib/Controller/NotificationsController.php | 3 +++ apps/comments/lib/Notification/Listener.php | 2 ++ apps/comments/lib/Notification/Notifier.php | 2 ++ apps/comments/lib/Search/Result.php | 3 +++ apps/comments/tests/Unit/Activity/ListenerTest.php | 3 +++ apps/comments/tests/Unit/AppInfo/ApplicationTest.php | 2 ++ .../tests/Unit/Collaboration/CommentersSorterTest.php | 3 +++ apps/comments/tests/Unit/Controller/NotificationsTest.php | 2 ++ apps/comments/tests/Unit/EventHandlerTest.php | 3 +++ apps/comments/tests/Unit/Notification/ListenerTest.php | 2 ++ apps/comments/tests/Unit/Notification/NotifierTest.php | 3 +++ apps/dashboard/templates/index.php | 2 ++ apps/dav/appinfo/routes.php | 3 +++ apps/dav/appinfo/v1/caldav.php | 2 ++ apps/dav/appinfo/v1/carddav.php | 2 ++ apps/dav/appinfo/v1/publicwebdav.php | 2 ++ apps/dav/appinfo/v1/webdav.php | 2 ++ apps/dav/appinfo/v2/publicremote.php | 2 ++ apps/dav/appinfo/v2/remote.php | 2 ++ apps/dav/lib/Avatars/AvatarHome.php | 2 ++ apps/dav/lib/Avatars/AvatarNode.php | 2 ++ apps/dav/lib/Avatars/RootCollection.php | 3 +++ apps/dav/lib/BulkUpload/BulkUploadPlugin.php | 4 +++- apps/dav/lib/BulkUpload/MultipartRequestParser.php | 4 +++- apps/dav/lib/CalDAV/Activity/Backend.php | 3 +++ apps/dav/lib/CalDAV/Activity/Filter/Calendar.php | 3 +++ apps/dav/lib/CalDAV/Activity/Filter/Todo.php | 3 +++ apps/dav/lib/CalDAV/Activity/Provider/Base.php | 3 +++ apps/dav/lib/CalDAV/Activity/Provider/Calendar.php | 3 +++ apps/dav/lib/CalDAV/Activity/Provider/Event.php | 3 +++ apps/dav/lib/CalDAV/Activity/Provider/Todo.php | 3 +++ apps/dav/lib/CalDAV/Activity/Setting/Calendar.php | 3 +++ apps/dav/lib/CalDAV/Activity/Setting/Event.php | 3 +++ apps/dav/lib/CalDAV/Activity/Setting/Todo.php | 3 +++ apps/dav/lib/CalDAV/BirthdayCalendar/EnablePlugin.php | 3 +++ apps/dav/lib/CalDAV/CalDavBackend.php | 3 +++ apps/dav/lib/CalDAV/Calendar.php | 1 + apps/dav/lib/CalDAV/CalendarHome.php | 2 ++ apps/dav/lib/CalDAV/CalendarManager.php | 3 +++ apps/dav/lib/CalDAV/CalendarObject.php | 3 +++ apps/dav/lib/CalDAV/CalendarRoot.php | 2 ++ apps/dav/lib/CalDAV/ICSExportPlugin/ICSExportPlugin.php | 3 +++ apps/dav/lib/CalDAV/Integration/ExternalCalendar.php | 3 +++ apps/dav/lib/CalDAV/Integration/ICalendarProvider.php | 3 +++ .../CalDAV/InvitationResponse/InvitationResponseServer.php | 3 +++ apps/dav/lib/CalDAV/Outbox.php | 3 +++ apps/dav/lib/CalDAV/Plugin.php | 2 ++ apps/dav/lib/CalDAV/Principal/Collection.php | 3 +++ apps/dav/lib/CalDAV/Principal/User.php | 3 +++ apps/dav/lib/CalDAV/PublicCalendar.php | 3 +++ apps/dav/lib/CalDAV/PublicCalendarObject.php | 3 +++ apps/dav/lib/CalDAV/PublicCalendarRoot.php | 2 ++ apps/dav/lib/CalDAV/Publishing/PublishPlugin.php | 3 +++ apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php | 3 +++ .../lib/CalDAV/ResourceBooking/AbstractPrincipalBackend.php | 3 +++ .../lib/CalDAV/ResourceBooking/ResourcePrincipalBackend.php | 3 +++ apps/dav/lib/CalDAV/ResourceBooking/RoomPrincipalBackend.php | 3 +++ apps/dav/lib/CalDAV/Schedule/IMipPlugin.php | 2 ++ apps/dav/lib/CalDAV/Schedule/Plugin.php | 3 +++ apps/dav/lib/CalDAV/Search/SearchPlugin.php | 3 +++ apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php | 3 +++ apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php | 3 +++ apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php | 3 +++ apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php | 3 +++ apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php | 3 +++ apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php | 3 +++ .../lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php | 3 +++ apps/dav/lib/Capabilities.php | 3 +++ apps/dav/lib/CardDAV/Activity/Filter.php | 3 +++ apps/dav/lib/CardDAV/AddressBook.php | 2 ++ apps/dav/lib/CardDAV/AddressBookImpl.php | 2 ++ apps/dav/lib/CardDAV/AddressBookRoot.php | 2 ++ apps/dav/lib/CardDAV/CardDavBackend.php | 2 ++ apps/dav/lib/CardDAV/ContactsManager.php | 2 ++ apps/dav/lib/CardDAV/Converter.php | 2 ++ apps/dav/lib/CardDAV/ImageExportPlugin.php | 2 ++ apps/dav/lib/CardDAV/PhotoCache.php | 3 +++ apps/dav/lib/CardDAV/Plugin.php | 2 ++ apps/dav/lib/CardDAV/SyncService.php | 1 + apps/dav/lib/CardDAV/Xml/Groups.php | 2 ++ apps/dav/lib/Command/CreateAddressBook.php | 2 ++ apps/dav/lib/Command/CreateCalendar.php | 2 ++ apps/dav/lib/Command/ListCalendars.php | 3 +++ apps/dav/lib/Command/MoveCalendar.php | 3 +++ apps/dav/lib/Command/SendEventReminders.php | 3 +++ apps/dav/lib/Command/SyncBirthdayCalendar.php | 2 ++ apps/dav/lib/Command/SyncSystemAddressBook.php | 2 ++ apps/dav/lib/Comments/CommentNode.php | 2 ++ apps/dav/lib/Comments/CommentsPlugin.php | 2 ++ apps/dav/lib/Comments/EntityCollection.php | 2 ++ apps/dav/lib/Comments/EntityTypeCollection.php | 2 ++ apps/dav/lib/Comments/RootCollection.php | 2 ++ apps/dav/lib/Connector/LegacyDAVACL.php | 2 ++ apps/dav/lib/Connector/LegacyPublicAuth.php | 2 ++ apps/dav/lib/Connector/Sabre/AnonymousOptionsPlugin.php | 3 +++ apps/dav/lib/Connector/Sabre/AppleQuirksPlugin.php | 3 +++ apps/dav/lib/Connector/Sabre/Auth.php | 2 ++ apps/dav/lib/Connector/Sabre/BearerAuth.php | 3 +++ apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/CachingTree.php | 3 +++ apps/dav/lib/Connector/Sabre/ChecksumList.php | 2 ++ apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/DavAclPlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/Directory.php | 2 ++ apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/Exception/BadGateway.php | 3 +++ apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php | 2 ++ apps/dav/lib/Connector/Sabre/Exception/FileLocked.php | 2 ++ apps/dav/lib/Connector/Sabre/Exception/Forbidden.php | 2 ++ apps/dav/lib/Connector/Sabre/Exception/InvalidPath.php | 2 ++ .../lib/Connector/Sabre/Exception/PasswordLoginForbidden.php | 2 ++ .../lib/Connector/Sabre/Exception/UnsupportedMediaType.php | 2 ++ apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/File.php | 2 ++ apps/dav/lib/Connector/Sabre/FilesPlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/FilesReportPlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/LockPlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/MaintenancePlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/MtimeSanitizer.php | 4 +++- apps/dav/lib/Connector/Sabre/Node.php | 2 ++ apps/dav/lib/Connector/Sabre/ObjectTree.php | 2 ++ apps/dav/lib/Connector/Sabre/Principal.php | 3 +++ apps/dav/lib/Connector/Sabre/QuotaPlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/Server.php | 2 ++ apps/dav/lib/Connector/Sabre/ServerFactory.php | 2 ++ apps/dav/lib/Connector/Sabre/ShareTypeList.php | 2 ++ apps/dav/lib/Connector/Sabre/SharesPlugin.php | 2 ++ apps/dav/lib/Connector/Sabre/TagList.php | 2 ++ apps/dav/lib/Connector/Sabre/TagsPlugin.php | 2 ++ apps/dav/lib/Controller/BirthdayCalendarController.php | 3 +++ apps/dav/lib/DAV/CustomPropertiesBackend.php | 4 +++- apps/dav/lib/DAV/GroupPrincipalBackend.php | 3 +++ apps/dav/lib/DAV/PublicAuth.php | 2 ++ apps/dav/lib/DAV/Sharing/IShareable.php | 2 ++ apps/dav/lib/DAV/Sharing/Plugin.php | 2 ++ apps/dav/lib/DAV/Sharing/Xml/Invite.php | 2 ++ apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php | 2 ++ apps/dav/lib/DAV/SystemPrincipalBackend.php | 2 ++ apps/dav/lib/DAV/ViewOnlyPlugin.php | 3 ++- .../lib/Exception/UnsupportedLimitOnInitialSyncException.php | 3 +++ apps/dav/lib/Files/ErrorPagePlugin.php | 2 ++ apps/dav/lib/Files/FileSearchBackend.php | 3 +++ apps/dav/lib/Files/FilesHome.php | 2 ++ apps/dav/lib/Files/LazySearchBackend.php | 3 +++ apps/dav/lib/Files/RootCollection.php | 2 ++ apps/dav/lib/Files/Sharing/FilesDropPlugin.php | 3 +++ apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php | 2 ++ apps/dav/lib/HookManager.php | 2 ++ apps/dav/lib/Migration/BuildCalendarSearchIndex.php | 3 +++ apps/dav/lib/Migration/BuildSocialSearchIndex.php | 3 +++ apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php | 3 +++ apps/dav/lib/Migration/FixBirthdayCalendarComponent.php | 2 ++ apps/dav/lib/Migration/RegenerateBirthdayCalendars.php | 3 +++ apps/dav/lib/Migration/RemoveObjectProperties.php | 3 +++ apps/dav/lib/Migration/Version1004Date20170825134824.php | 3 +++ apps/dav/lib/Migration/Version1004Date20170919104507.php | 3 +++ apps/dav/lib/Migration/Version1004Date20170924124212.php | 3 +++ apps/dav/lib/Migration/Version1004Date20170926103422.php | 3 +++ apps/dav/lib/Migration/Version1005Date20180530124431.php | 3 +++ apps/dav/lib/Migration/Version1006Date20180619154313.php | 3 +++ apps/dav/lib/Provisioning/Apple/AppleProvisioningNode.php | 3 +++ apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php | 3 +++ apps/dav/lib/RootCollection.php | 2 ++ apps/dav/lib/Server.php | 3 +++ apps/dav/lib/Settings/CalDAVSettings.php | 3 +++ apps/dav/lib/SystemTag/SystemTagList.php | 3 +++ apps/dav/lib/SystemTag/SystemTagMappingNode.php | 2 ++ apps/dav/lib/SystemTag/SystemTagNode.php | 2 ++ apps/dav/lib/SystemTag/SystemTagPlugin.php | 2 ++ apps/dav/lib/SystemTag/SystemTagsByIdCollection.php | 2 ++ apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php | 2 ++ apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php | 2 ++ apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php | 2 ++ apps/dav/lib/Traits/PrincipalProxyTrait.php | 3 +++ apps/dav/lib/Upload/AssemblyStream.php | 2 ++ apps/dav/lib/Upload/ChunkingPlugin.php | 2 ++ apps/dav/lib/Upload/FutureFile.php | 2 ++ apps/dav/lib/Upload/PartFile.php | 2 ++ apps/dav/lib/Upload/UploadFolder.php | 2 ++ apps/dav/lib/Upload/UploadHome.php | 2 ++ apps/dav/templates/schedule-response-error.php | 2 ++ apps/dav/templates/schedule-response-options.php | 2 ++ apps/dav/templates/schedule-response-success.php | 2 ++ apps/dav/templates/settings-admin-caldav.php | 2 ++ apps/dav/templates/settings-personal-availability.php | 2 ++ apps/dav/tests/unit/AppInfo/ApplicationTest.php | 2 ++ apps/dav/tests/unit/AppInfo/PluginManagerTest.php | 3 +++ apps/dav/tests/unit/Avatars/AvatarHomeTest.php | 2 ++ apps/dav/tests/unit/Avatars/AvatarNodeTest.php | 2 ++ apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php | 2 ++ apps/dav/tests/unit/CalDAV/Activity/BackendTest.php | 3 +++ apps/dav/tests/unit/CalDAV/Activity/Filter/CalendarTest.php | 3 +++ apps/dav/tests/unit/CalDAV/Activity/Filter/GenericTest.php | 3 +++ apps/dav/tests/unit/CalDAV/Activity/Filter/TodoTest.php | 3 +++ apps/dav/tests/unit/CalDAV/Activity/Provider/BaseTest.php | 3 +++ apps/dav/tests/unit/CalDAV/Activity/Provider/EventTest.php | 3 +++ apps/dav/tests/unit/CalDAV/Activity/Setting/GenericTest.php | 3 +++ apps/dav/tests/unit/CalDAV/AppCalendar/AppCalendarTest.php | 2 ++ apps/dav/tests/unit/CalDAV/AppCalendar/CalendarObjectTest.php | 2 ++ .../tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php | 3 +++ apps/dav/tests/unit/CalDAV/CachedSubscriptionObjectTest.php | 3 +++ apps/dav/tests/unit/CalDAV/CachedSubscriptionTest.php | 3 +++ apps/dav/tests/unit/CalDAV/CalDavBackendTest.php | 4 +++- apps/dav/tests/unit/CalDAV/CalendarHomeTest.php | 3 +++ apps/dav/tests/unit/CalDAV/CalendarImplTest.php | 3 +++ apps/dav/tests/unit/CalDAV/CalendarManagerTest.php | 3 +++ apps/dav/tests/unit/CalDAV/CalendarTest.php | 3 +++ .../tests/unit/CalDAV/Integration/ExternalCalendarTest.php | 3 +++ .../unit/CalDAV/Listener/CalendarPublicationListenerTest.php | 3 +++ .../unit/CalDAV/Listener/CalendarShareUpdateListenerTest.php | 3 +++ .../tests/unit/CalDAV/Listener/SubscriptionListenerTest.php | 3 +++ apps/dav/tests/unit/CalDAV/OutboxTest.php | 3 +++ apps/dav/tests/unit/CalDAV/PluginTest.php | 3 +++ apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php | 3 +++ apps/dav/tests/unit/CalDAV/PublicCalendarTest.php | 3 +++ apps/dav/tests/unit/CalDAV/Publishing/PublisherTest.php | 3 +++ apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php | 3 +++ .../CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php | 3 +++ .../CalDAV/ResourceBooking/ResourcePrincipalBackendTest.php | 3 +++ .../unit/CalDAV/ResourceBooking/RoomPrincipalBackendTest.php | 3 +++ apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php | 3 +++ apps/dav/tests/unit/CalDAV/Schedule/IMipServiceTest.php | 4 +++- apps/dav/tests/unit/CalDAV/Schedule/PluginTest.php | 3 +++ .../unit/CalDAV/Search/Request/CalendarSearchReportTest.php | 3 +++ apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.php | 3 +++ apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php | 3 +++ apps/dav/tests/unit/CalDAV/TipBrokerTest.php | 3 +++ apps/dav/tests/unit/CalDAV/WebcalCaching/PluginTest.php | 3 +++ apps/dav/tests/unit/CapabilitiesTest.php | 3 +++ apps/dav/tests/unit/CardDAV/Activity/BackendTest.php | 3 +++ apps/dav/tests/unit/CardDAV/AddressBookImplTest.php | 2 ++ apps/dav/tests/unit/CardDAV/AddressBookTest.php | 2 ++ apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php | 2 ++ apps/dav/tests/unit/CardDAV/CardDavBackendTest.php | 2 ++ apps/dav/tests/unit/CardDAV/ContactsManagerTest.php | 2 ++ apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php | 2 ++ apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php | 2 ++ apps/dav/tests/unit/CardDAV/SyncServiceTest.php | 2 ++ apps/dav/tests/unit/Command/ListCalendarsTest.php | 3 +++ apps/dav/tests/unit/Command/MoveCalendarTest.php | 3 +++ apps/dav/tests/unit/Command/RemoveInvalidSharesTest.php | 2 ++ apps/dav/tests/unit/Comments/CommentsNodeTest.php | 2 ++ apps/dav/tests/unit/Comments/CommentsPluginTest.php | 2 ++ apps/dav/tests/unit/Comments/EntityCollectionTest.php | 2 ++ apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php | 2 ++ apps/dav/tests/unit/Comments/RootCollectionTest.php | 2 ++ apps/dav/tests/unit/Connector/LegacyPublicAuthTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/AuthTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/BearerAuthTest.php | 3 +++ .../unit/Connector/Sabre/CommentsPropertiesPluginTest.php | 2 ++ .../tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php | 2 ++ .../unit/Connector/Sabre/CustomPropertiesBackendTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php | 2 ++ .../tests/unit/Connector/Sabre/DummyGetResponsePluginTest.php | 2 ++ .../tests/unit/Connector/Sabre/Exception/ForbiddenTest.php | 2 ++ .../tests/unit/Connector/Sabre/Exception/InvalidPathTest.php | 2 ++ .../tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/FileTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/NodeTest.php | 3 ++- apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php | 3 +++ apps/dav/tests/unit/Connector/Sabre/PublicAuthTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php | 2 ++ .../dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php | 2 ++ .../tests/unit/Connector/Sabre/RequestTest/DownloadTest.php | 2 ++ .../Sabre/RequestTest/EncryptionMasterKeyUploadTest.php | 2 ++ .../unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php | 2 ++ .../unit/Connector/Sabre/RequestTest/ExceptionPlugin.php | 2 ++ .../Connector/Sabre/RequestTest/PartFileInRootUploadTest.php | 2 ++ .../unit/Connector/Sabre/RequestTest/RequestTestCase.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php | 2 ++ .../dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php | 2 ++ apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php | 2 ++ .../tests/unit/Controller/BirthdayCalendarControllerTest.php | 3 +++ apps/dav/tests/unit/DAV/AnonymousOptionsTest.php | 3 +++ apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php | 3 +++ apps/dav/tests/unit/DAV/ErrorPagePluginTest.php | 2 ++ apps/dav/tests/unit/DAV/GroupPrincipalTest.php | 3 +++ apps/dav/tests/unit/DAV/HookManagerTest.php | 2 ++ apps/dav/tests/unit/DAV/Sharing/PluginTest.php | 2 ++ apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php | 2 ++ apps/dav/tests/unit/DAV/ViewOnlyPluginTest.php | 2 ++ apps/dav/tests/unit/Files/FileSearchBackendTest.php | 4 +++- apps/dav/tests/unit/Files/MultipartRequestParserTest.php | 4 +++- apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php | 3 +++ apps/dav/tests/unit/Migration/CalDAVRemoveEmptyValueTest.php | 3 +++ .../tests/unit/Migration/RefreshWebcalJobRegistrarTest.php | 3 +++ .../tests/unit/Migration/RegenerateBirthdayCalendarsTest.php | 3 +++ .../unit/Provisioning/Apple/AppleProvisioningNodeTest.php | 3 +++ .../unit/Provisioning/Apple/AppleProvisioningPluginTest.php | 3 +++ apps/dav/tests/unit/ServerTest.php | 2 ++ apps/dav/tests/unit/Settings/CalDAVSettingsTest.php | 3 +++ apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php | 2 ++ apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php | 2 ++ apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php | 2 ++ .../dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php | 2 ++ .../unit/SystemTag/SystemTagsObjectMappingCollectionTest.php | 2 ++ .../unit/SystemTag/SystemTagsObjectTypeCollectionTest.php | 2 ++ apps/dav/tests/unit/Upload/AssemblyStreamTest.php | 2 ++ apps/dav/tests/unit/Upload/ChunkingPluginTest.php | 2 ++ apps/dav/tests/unit/Upload/FutureFileTest.php | 2 ++ apps/dav/tests/unit/bootstrap.php | 2 ++ apps/encryption/lib/AppInfo/Application.php | 2 ++ apps/encryption/lib/Command/DisableMasterKey.php | 3 +++ apps/encryption/lib/Command/EnableMasterKey.php | 2 ++ apps/encryption/lib/Command/FixEncryptedVersion.php | 3 ++- apps/encryption/lib/Command/RecoverUser.php | 3 +++ apps/encryption/lib/Controller/RecoveryController.php | 2 ++ apps/encryption/lib/Controller/SettingsController.php | 2 ++ apps/encryption/lib/Controller/StatusController.php | 2 ++ apps/encryption/lib/Crypto/Crypt.php | 2 ++ apps/encryption/lib/Crypto/DecryptAll.php | 2 ++ apps/encryption/lib/Crypto/EncryptAll.php | 2 ++ apps/encryption/lib/Crypto/Encryption.php | 2 ++ apps/encryption/lib/Exceptions/MultiKeyDecryptException.php | 2 ++ apps/encryption/lib/Exceptions/MultiKeyEncryptException.php | 2 ++ apps/encryption/lib/Exceptions/PrivateKeyMissingException.php | 2 ++ apps/encryption/lib/Exceptions/PublicKeyMissingException.php | 2 ++ apps/encryption/lib/KeyManager.php | 2 ++ apps/encryption/lib/Migration/SetMasterKeyStatus.php | 3 +++ apps/encryption/lib/Recovery.php | 2 ++ apps/encryption/lib/Session.php | 2 ++ apps/encryption/lib/Settings/Admin.php | 3 +++ apps/encryption/lib/Settings/Personal.php | 3 +++ apps/encryption/lib/Users/Setup.php | 2 ++ apps/encryption/lib/Util.php | 2 ++ apps/encryption/templates/settings-admin.php | 2 ++ apps/encryption/templates/settings-personal.php | 2 ++ apps/encryption/tests/Command/FixEncryptedVersionTest.php | 3 ++- apps/encryption/tests/Command/TestEnableMasterKey.php | 2 ++ apps/encryption/tests/Controller/RecoveryControllerTest.php | 2 ++ apps/encryption/tests/Controller/SettingsControllerTest.php | 2 ++ apps/encryption/tests/Controller/StatusControllerTest.php | 2 ++ apps/encryption/tests/Crypto/CryptTest.php | 2 ++ apps/encryption/tests/Crypto/DecryptAllTest.php | 2 ++ apps/encryption/tests/Crypto/EncryptAllTest.php | 2 ++ apps/encryption/tests/Crypto/EncryptionTest.php | 2 ++ apps/encryption/tests/KeyManagerTest.php | 2 ++ apps/encryption/tests/RecoveryTest.php | 2 ++ apps/encryption/tests/SessionTest.php | 2 ++ apps/encryption/tests/Settings/AdminTest.php | 3 +++ apps/encryption/tests/Users/SetupTest.php | 2 ++ apps/encryption/tests/UtilTest.php | 2 ++ apps/federatedfilesharing/appinfo/routes.php | 3 +++ apps/federatedfilesharing/lib/AddressHandler.php | 2 ++ apps/federatedfilesharing/lib/AppInfo/Application.php | 2 ++ apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php | 2 ++ .../lib/Controller/MountPublicLinkController.php | 3 +++ .../lib/Controller/RequestHandlerController.php | 2 ++ apps/federatedfilesharing/lib/FederatedShareProvider.php | 2 ++ apps/federatedfilesharing/lib/Notifications.php | 2 ++ apps/federatedfilesharing/lib/Notifier.php | 2 ++ .../lib/OCM/CloudFederationProviderFiles.php | 3 +++ apps/federatedfilesharing/lib/Settings/Admin.php | 3 +++ apps/federatedfilesharing/lib/Settings/PersonalSection.php | 3 +++ apps/federatedfilesharing/lib/TokenHandler.php | 2 ++ apps/federatedfilesharing/templates/settings-admin.php | 2 ++ apps/federatedfilesharing/templates/settings-personal.php | 2 ++ apps/federatedfilesharing/tests/AddressHandlerTest.php | 2 ++ .../tests/Controller/MountPublicLinkControllerTest.php | 3 +++ .../tests/Controller/RequestHandlerControllerTest.php | 2 ++ .../federatedfilesharing/tests/FederatedShareProviderTest.php | 2 ++ apps/federatedfilesharing/tests/NotificationsTest.php | 2 ++ apps/federatedfilesharing/tests/Settings/AdminTest.php | 3 +++ apps/federatedfilesharing/tests/TestCase.php | 2 ++ apps/federatedfilesharing/tests/TokenHandlerTest.php | 2 ++ apps/federation/appinfo/routes.php | 2 ++ apps/federation/lib/AppInfo/Application.php | 2 ++ apps/federation/lib/BackgroundJob/GetSharedSecret.php | 2 ++ apps/federation/lib/Command/SyncFederationAddressBooks.php | 2 ++ apps/federation/lib/Controller/OCSAuthAPIController.php | 2 ++ apps/federation/lib/Controller/SettingsController.php | 2 ++ apps/federation/lib/DAV/FedAuth.php | 2 ++ apps/federation/lib/DbHandler.php | 2 ++ apps/federation/lib/Middleware/AddServerMiddleware.php | 2 ++ apps/federation/lib/Settings/Admin.php | 3 +++ apps/federation/lib/SyncFederationAddressBooks.php | 2 ++ apps/federation/lib/SyncJob.php | 2 ++ apps/federation/lib/TrustedServers.php | 2 ++ apps/federation/templates/settings-admin.php | 2 ++ apps/federation/tests/BackgroundJob/GetSharedSecretTest.php | 2 ++ .../tests/BackgroundJob/RequestSharedSecretTest.php | 2 ++ apps/federation/tests/Controller/OCSAuthAPIControllerTest.php | 2 ++ apps/federation/tests/Controller/SettingsControllerTest.php | 2 ++ apps/federation/tests/DAV/FedAuthTest.php | 2 ++ apps/federation/tests/DbHandlerTest.php | 2 ++ apps/federation/tests/Middleware/AddServerMiddlewareTest.php | 2 ++ apps/federation/tests/Settings/AdminTest.php | 3 +++ apps/federation/tests/SyncFederationAddressbooksTest.php | 2 ++ apps/federation/tests/TrustedServersTest.php | 2 ++ apps/files/lib/Activity/FavoriteProvider.php | 3 +++ apps/files/lib/Activity/Filter/Favorites.php | 3 +++ apps/files/lib/Activity/Filter/FileChanges.php | 3 +++ apps/files/lib/Activity/Helper.php | 2 ++ apps/files/lib/Activity/Provider.php | 3 +++ apps/files/lib/Activity/Settings/FavoriteAction.php | 3 +++ apps/files/lib/Activity/Settings/FileChanged.php | 3 +++ apps/files/lib/Activity/Settings/FileFavoriteChanged.php | 3 +++ apps/files/lib/App.php | 2 ++ apps/files/lib/BackgroundJob/CleanupFileLocks.php | 2 ++ apps/files/lib/BackgroundJob/DeleteOrphanedItems.php | 2 ++ apps/files/lib/BackgroundJob/ScanFiles.php | 3 ++- apps/files/lib/Capabilities.php | 2 ++ apps/files/lib/Command/DeleteOrphanedFiles.php | 2 ++ apps/files/lib/Command/Scan.php | 2 ++ apps/files/lib/Command/ScanAppData.php | 3 +++ apps/files/lib/Controller/ApiController.php | 2 ++ apps/files/lib/Controller/DirectEditingController.php | 3 +++ apps/files/lib/Controller/DirectEditingViewController.php | 3 +++ apps/files/lib/Controller/ViewController.php | 2 ++ apps/files/lib/Helper.php | 2 ++ apps/files/lib/Service/DirectEditingService.php | 3 +++ apps/files/lib/Service/TagService.php | 2 ++ apps/files/lib/Service/UserConfig.php | 3 +++ apps/files/lib/Service/ViewConfig.php | 3 +++ apps/files/templates/index.php | 3 +++ apps/files/templates/list.php | 2 ++ apps/files/templates/settings-personal.php | 2 ++ apps/files/tests/Activity/Filter/GenericTest.php | 3 +++ apps/files/tests/Activity/ProviderTest.php | 3 +++ apps/files/tests/Activity/Setting/GenericTest.php | 3 +++ apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php | 2 ++ apps/files/tests/BackgroundJob/ScanFilesTest.php | 2 ++ apps/files/tests/Command/DeleteOrphanedFilesTest.php | 2 ++ apps/files/tests/Controller/ApiControllerTest.php | 2 ++ apps/files/tests/Controller/ViewControllerTest.php | 2 ++ apps/files/tests/HelperTest.php | 2 ++ apps/files/tests/Service/TagServiceTest.php | 2 ++ apps/files_external/ajax/applicable.php | 3 +++ apps/files_external/ajax/oauth2.php | 3 +++ apps/files_external/appinfo/routes.php | 3 +++ apps/files_external/lib/AppInfo/Application.php | 3 +++ apps/files_external/lib/Command/Applicable.php | 3 +++ apps/files_external/lib/Command/Backends.php | 3 +++ apps/files_external/lib/Command/Config.php | 3 +++ apps/files_external/lib/Command/Create.php | 3 +++ apps/files_external/lib/Command/Delete.php | 3 +++ apps/files_external/lib/Command/Export.php | 3 +++ apps/files_external/lib/Command/Import.php | 3 +++ apps/files_external/lib/Command/ListCommand.php | 3 +++ apps/files_external/lib/Command/Option.php | 3 +++ apps/files_external/lib/Command/Verify.php | 3 +++ apps/files_external/lib/Config/ConfigAdapter.php | 3 +++ apps/files_external/lib/Config/ExternalMountPoint.php | 3 +++ apps/files_external/lib/Config/IConfigHandler.php | 3 +++ apps/files_external/lib/Config/SimpleSubstitutionTrait.php | 3 +++ apps/files_external/lib/Config/UserContext.php | 3 +++ apps/files_external/lib/Config/UserPlaceholderHandler.php | 3 +++ apps/files_external/lib/Controller/AjaxController.php | 3 +++ .../lib/Controller/GlobalStoragesController.php | 3 +++ apps/files_external/lib/Controller/StoragesController.php | 3 +++ .../lib/Controller/UserGlobalStoragesController.php | 3 +++ apps/files_external/lib/Controller/UserStoragesController.php | 3 +++ apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php | 3 +++ apps/files_external/lib/Lib/Auth/AuthMechanism.php | 3 +++ apps/files_external/lib/Lib/Auth/Builtin.php | 3 +++ apps/files_external/lib/Lib/Auth/IUserProvided.php | 3 +++ apps/files_external/lib/Lib/Auth/InvalidAuth.php | 3 +++ apps/files_external/lib/Lib/Auth/NullMechanism.php | 3 +++ apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php | 3 +++ apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php | 3 +++ apps/files_external/lib/Lib/Auth/OpenStack/OpenStackV2.php | 3 +++ apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php | 3 +++ apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php | 3 +++ .../files_external/lib/Lib/Auth/Password/LoginCredentials.php | 3 +++ apps/files_external/lib/Lib/Auth/Password/Password.php | 3 +++ .../lib/Lib/Auth/Password/SessionCredentials.php | 3 +++ apps/files_external/lib/Lib/Auth/Password/UserProvided.php | 3 +++ apps/files_external/lib/Lib/Auth/PublicKey/RSA.php | 3 +++ apps/files_external/lib/Lib/Auth/PublicKey/RSAPrivateKey.php | 3 +++ apps/files_external/lib/Lib/Auth/SMB/KerberosApacheAuth.php | 3 ++- apps/files_external/lib/Lib/Auth/SMB/KerberosAuth.php | 3 +++ apps/files_external/lib/Lib/Backend/AmazonS3.php | 3 +++ apps/files_external/lib/Lib/Backend/Backend.php | 3 +++ apps/files_external/lib/Lib/Backend/DAV.php | 3 +++ apps/files_external/lib/Lib/Backend/FTP.php | 3 +++ apps/files_external/lib/Lib/Backend/InvalidBackend.php | 3 +++ apps/files_external/lib/Lib/Backend/LegacyBackend.php | 3 +++ apps/files_external/lib/Lib/Backend/Local.php | 3 +++ apps/files_external/lib/Lib/Backend/OwnCloud.php | 3 +++ apps/files_external/lib/Lib/Backend/SFTP.php | 3 +++ apps/files_external/lib/Lib/Backend/SFTP_Key.php | 3 +++ apps/files_external/lib/Lib/Backend/SMB.php | 4 +++- apps/files_external/lib/Lib/Backend/SMB_OC.php | 3 +++ apps/files_external/lib/Lib/Backend/Swift.php | 3 +++ apps/files_external/lib/Lib/Config/IAuthMechanismProvider.php | 3 +++ apps/files_external/lib/Lib/Config/IBackendProvider.php | 3 +++ apps/files_external/lib/Lib/DefinitionParameter.php | 3 +++ apps/files_external/lib/Lib/DependencyTrait.php | 3 +++ apps/files_external/lib/Lib/FrontendDefinitionTrait.php | 3 +++ apps/files_external/lib/Lib/IFrontendDefinition.php | 3 +++ apps/files_external/lib/Lib/IIdentifier.php | 3 +++ apps/files_external/lib/Lib/IdentifierTrait.php | 3 +++ .../lib/Lib/InsufficientDataForMeaningfulAnswerException.php | 3 +++ apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.php | 3 +++ apps/files_external/lib/Lib/MissingDependency.php | 3 +++ apps/files_external/lib/Lib/Notify/SMBNotifyHandler.php | 3 +++ apps/files_external/lib/Lib/PersonalMount.php | 3 +++ apps/files_external/lib/Lib/PriorityTrait.php | 3 +++ apps/files_external/lib/Lib/SessionStorageWrapper.php | 3 +++ apps/files_external/lib/Lib/Storage/AmazonS3.php | 3 +++ apps/files_external/lib/Lib/Storage/FTP.php | 3 +++ apps/files_external/lib/Lib/Storage/OwnCloud.php | 3 +++ apps/files_external/lib/Lib/Storage/SFTP.php | 3 +++ apps/files_external/lib/Lib/Storage/SMB.php | 4 +++- apps/files_external/lib/Lib/Storage/StreamWrapper.php | 3 +++ apps/files_external/lib/Lib/StorageConfig.php | 3 +++ apps/files_external/lib/Lib/StorageModifierTrait.php | 3 +++ apps/files_external/lib/Lib/VisibilityTrait.php | 3 +++ apps/files_external/lib/Migration/DummyUserSession.php | 3 +++ apps/files_external/lib/MountConfig.php | 3 +++ apps/files_external/lib/NotFoundException.php | 3 +++ apps/files_external/lib/Service/BackendService.php | 3 +++ apps/files_external/lib/Service/DBConfigService.php | 3 +++ apps/files_external/lib/Service/GlobalStoragesService.php | 3 +++ .../lib/Service/ImportLegacyStoragesService.php | 3 +++ apps/files_external/lib/Service/LegacyStoragesService.php | 3 +++ apps/files_external/lib/Service/StoragesService.php | 3 +++ apps/files_external/lib/Service/UserGlobalStoragesService.php | 3 +++ apps/files_external/lib/Service/UserStoragesService.php | 3 +++ apps/files_external/lib/Service/UserTrait.php | 3 +++ apps/files_external/lib/Settings/Admin.php | 3 +++ apps/files_external/lib/Settings/Personal.php | 3 +++ apps/files_external/lib/Settings/PersonalSection.php | 3 +++ apps/files_external/lib/Settings/Section.php | 3 +++ apps/files_external/templates/settings.php | 4 +++- apps/files_external/tests/Auth/AuthMechanismTest.php | 3 +++ apps/files_external/tests/Auth/Password/GlobalAuth.php | 3 +++ apps/files_external/tests/Backend/BackendTest.php | 3 +++ apps/files_external/tests/Backend/LegacyBackendTest.php | 3 +++ apps/files_external/tests/Command/ApplicableTest.php | 3 +++ apps/files_external/tests/Command/CommandTest.php | 3 +++ apps/files_external/tests/Command/ListCommandTest.php | 3 +++ .../tests/Config/UserPlaceholderHandlerTest.php | 3 +++ apps/files_external/tests/Controller/AjaxControllerTest.php | 3 +++ .../tests/Controller/GlobalStoragesControllerTest.php | 3 +++ .../tests/Controller/StoragesControllerTest.php | 3 +++ .../tests/Controller/UserStoragesControllerTest.php | 3 +++ apps/files_external/tests/DefinitionParameterTest.php | 3 +++ apps/files_external/tests/FrontendDefinitionTraitTest.php | 3 +++ .../tests/LegacyDependencyCheckPolyfillTest.php | 3 +++ apps/files_external/tests/OwnCloudFunctionsTest.php | 3 +++ apps/files_external/tests/PersonalMountTest.php | 3 +++ apps/files_external/tests/Service/BackendServiceTest.php | 3 +++ apps/files_external/tests/Service/DBConfigServiceTest.php | 3 +++ .../tests/Service/GlobalStoragesServiceTest.php | 3 +++ apps/files_external/tests/Service/StoragesServiceTest.php | 3 +++ .../tests/Service/UserGlobalStoragesServiceTest.php | 3 +++ apps/files_external/tests/Service/UserStoragesServiceTest.php | 3 +++ apps/files_external/tests/Settings/AdminTest.php | 3 +++ apps/files_external/tests/Settings/SectionTest.php | 3 +++ apps/files_external/tests/Storage/Amazons3MultiPartTest.php | 3 +++ apps/files_external/tests/Storage/Amazons3Test.php | 3 +++ apps/files_external/tests/Storage/FtpTest.php | 3 +++ apps/files_external/tests/Storage/OwncloudTest.php | 3 +++ apps/files_external/tests/Storage/SFTP_KeyTest.php | 3 +++ apps/files_external/tests/Storage/SftpTest.php | 3 +++ apps/files_external/tests/Storage/SmbTest.php | 3 +++ apps/files_external/tests/Storage/SwiftTest.php | 3 +++ apps/files_external/tests/Storage/WebdavTest.php | 3 +++ apps/files_external/tests/StorageConfigTest.php | 3 +++ apps/files_external/tests/config.php | 3 +++ apps/files_external/tests/sso-setup/apps.config.php | 2 ++ apps/files_sharing/appinfo/routes.php | 3 +++ apps/files_sharing/lib/Activity/Filter.php | 3 +++ apps/files_sharing/lib/Activity/Providers/Base.php | 3 +++ apps/files_sharing/lib/Activity/Providers/Downloads.php | 3 +++ apps/files_sharing/lib/Activity/Providers/Groups.php | 3 +++ apps/files_sharing/lib/Activity/Providers/PublicLinks.php | 3 +++ apps/files_sharing/lib/Activity/Providers/RemoteShares.php | 3 +++ apps/files_sharing/lib/Activity/Providers/Users.php | 3 +++ apps/files_sharing/lib/Activity/Settings/PublicLinks.php | 3 +++ .../files_sharing/lib/Activity/Settings/PublicLinksUpload.php | 3 +++ apps/files_sharing/lib/Activity/Settings/RemoteShare.php | 3 +++ apps/files_sharing/lib/Activity/Settings/Shared.php | 3 +++ apps/files_sharing/lib/AppInfo/Application.php | 3 +++ apps/files_sharing/lib/Cache.php | 3 +++ apps/files_sharing/lib/Capabilities.php | 3 +++ apps/files_sharing/lib/Collaboration/ShareRecipientSorter.php | 3 +++ apps/files_sharing/lib/Command/CleanupRemoteStorages.php | 3 +++ .../files_sharing/lib/Controller/ExternalSharesController.php | 3 +++ apps/files_sharing/lib/Controller/PublicPreviewController.php | 3 +++ apps/files_sharing/lib/Controller/RemoteController.php | 3 +++ apps/files_sharing/lib/Controller/ShareController.php | 3 +++ apps/files_sharing/lib/Controller/ShareInfoController.php | 3 +++ apps/files_sharing/lib/Exceptions/BrokenPath.php | 3 +++ apps/files_sharing/lib/Exceptions/S2SException.php | 3 +++ apps/files_sharing/lib/Exceptions/SharingRightsException.php | 3 +++ apps/files_sharing/lib/ExpireSharesJob.php | 3 +++ apps/files_sharing/lib/External/Cache.php | 3 +++ apps/files_sharing/lib/External/Manager.php | 4 +++- apps/files_sharing/lib/External/Mount.php | 3 +++ apps/files_sharing/lib/External/MountProvider.php | 3 +++ apps/files_sharing/lib/External/Scanner.php | 3 +++ apps/files_sharing/lib/External/Watcher.php | 3 +++ apps/files_sharing/lib/Helper.php | 3 +++ apps/files_sharing/lib/Hooks.php | 3 +++ apps/files_sharing/lib/ISharedStorage.php | 3 +++ apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php | 3 +++ apps/files_sharing/lib/Middleware/ShareInfoMiddleware.php | 3 +++ apps/files_sharing/lib/Migration/OwncloudGuestShareType.php | 3 +++ apps/files_sharing/lib/Migration/SetPasswordColumn.php | 3 +++ apps/files_sharing/lib/MountProvider.php | 3 +++ apps/files_sharing/lib/Scanner.php | 4 +++- apps/files_sharing/lib/ShareBackend/File.php | 2 ++ apps/files_sharing/lib/ShareBackend/Folder.php | 3 +++ apps/files_sharing/lib/SharedMount.php | 4 +++- apps/files_sharing/lib/SharedStorage.php | 3 +++ apps/files_sharing/lib/Updater.php | 3 +++ apps/files_sharing/lib/ViewOnly.php | 4 +++- apps/files_sharing/templates/public.php | 2 ++ apps/files_sharing/templates/sharenotfound.php | 2 ++ apps/files_sharing/tests/ApiTest.php | 3 +++ apps/files_sharing/tests/ApplicationTest.php | 3 +++ apps/files_sharing/tests/CacheTest.php | 3 +++ apps/files_sharing/tests/CapabilitiesTest.php | 3 +++ .../tests/Collaboration/ShareRecipientSorterTest.php | 3 +++ .../files_sharing/tests/Command/CleanupRemoteStoragesTest.php | 3 +++ .../tests/Controller/ExternalShareControllerTest.php | 3 +++ .../tests/Controller/PublicPreviewControllerTest.php | 3 +++ .../files_sharing/tests/Controller/ShareAPIControllerTest.php | 3 +++ apps/files_sharing/tests/Controller/ShareControllerTest.php | 3 +++ .../tests/Controller/ShareInfoControllerTest.php | 3 +++ .../tests/Controller/ShareesAPIControllerTest.php | 3 +++ apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php | 3 +++ apps/files_sharing/tests/EncryptedSizePropagationTest.php | 3 +++ apps/files_sharing/tests/EtagPropagationTest.php | 3 +++ apps/files_sharing/tests/ExpireSharesJobTest.php | 3 +++ apps/files_sharing/tests/External/CacheTest.php | 3 +++ apps/files_sharing/tests/External/ManagerTest.php | 3 +++ apps/files_sharing/tests/External/ScannerTest.php | 3 +++ apps/files_sharing/tests/ExternalStorageTest.php | 3 +++ apps/files_sharing/tests/GroupEtagPropagationTest.php | 3 +++ apps/files_sharing/tests/HelperTest.php | 3 +++ apps/files_sharing/tests/LockingTest.php | 3 +++ .../tests/Middleware/OCSShareAPIMiddlewareTest.php | 3 +++ .../tests/Middleware/ShareInfoMiddlewareTest.php | 3 +++ .../tests/Middleware/SharingCheckMiddlewareTest.php | 3 +++ apps/files_sharing/tests/Migration/SetPasswordColumnTest.php | 3 +++ apps/files_sharing/tests/MountProviderTest.php | 3 +++ apps/files_sharing/tests/PropagationTestCase.php | 3 +++ apps/files_sharing/tests/ShareTest.php | 3 +++ apps/files_sharing/tests/SharedMountTest.php | 3 +++ apps/files_sharing/tests/SharedStorageTest.php | 3 +++ apps/files_sharing/tests/SizePropagationTest.php | 3 +++ apps/files_sharing/tests/TestCase.php | 3 +++ apps/files_sharing/tests/UnshareChildrenTest.php | 3 +++ apps/files_sharing/tests/UpdaterTest.php | 3 +++ apps/files_sharing/tests/WatcherTest.php | 3 +++ apps/files_trashbin/lib/AppInfo/Application.php | 3 +++ apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php | 3 +++ apps/files_trashbin/lib/Capabilities.php | 3 +++ apps/files_trashbin/lib/Command/CleanUp.php | 2 ++ apps/files_trashbin/lib/Command/Expire.php | 3 +++ apps/files_trashbin/lib/Command/ExpireTrash.php | 3 +++ apps/files_trashbin/lib/Command/RestoreAllFiles.php | 3 +++ apps/files_trashbin/lib/Events/MoveToTrashEvent.php | 3 +++ apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php | 3 +++ apps/files_trashbin/lib/Expiration.php | 3 +++ apps/files_trashbin/lib/Helper.php | 3 +++ apps/files_trashbin/lib/Storage.php | 3 +++ apps/files_trashbin/lib/Trash/BackendNotFoundException.php | 3 +++ apps/files_trashbin/lib/Trash/ITrashBackend.php | 3 +++ apps/files_trashbin/lib/Trash/ITrashItem.php | 3 +++ apps/files_trashbin/lib/Trash/ITrashManager.php | 3 +++ apps/files_trashbin/lib/Trash/LegacyTrashBackend.php | 3 +++ apps/files_trashbin/lib/Trash/TrashItem.php | 3 +++ apps/files_trashbin/lib/Trash/TrashManager.php | 3 +++ apps/files_trashbin/lib/Trashbin.php | 3 +++ apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php | 4 +++- apps/files_trashbin/tests/CapabilitiesTest.php | 3 +++ apps/files_trashbin/tests/Command/CleanUpTest.php | 3 +++ apps/files_trashbin/tests/Command/ExpireTest.php | 3 +++ .../files_trashbin/tests/Controller/PreviewControllerTest.php | 3 +++ apps/files_trashbin/tests/ExpirationTest.php | 3 +++ apps/files_trashbin/tests/StorageTest.php | 3 +++ apps/files_trashbin/tests/TrashbinTest.php | 3 +++ apps/files_versions/appinfo/routes.php | 3 +++ apps/files_versions/lib/AppInfo/Application.php | 3 +++ apps/files_versions/lib/BackgroundJob/ExpireVersions.php | 3 +++ apps/files_versions/lib/Capabilities.php | 3 +++ apps/files_versions/lib/Command/CleanUp.php | 3 +++ apps/files_versions/lib/Command/Expire.php | 3 +++ apps/files_versions/lib/Command/ExpireVersions.php | 3 +++ apps/files_versions/lib/Controller/PreviewController.php | 3 +++ apps/files_versions/lib/Events/CreateVersionEvent.php | 3 +++ apps/files_versions/lib/Expiration.php | 3 +++ apps/files_versions/lib/Listener/FileEventsListener.php | 2 ++ apps/files_versions/lib/Sabre/RootCollection.php | 3 +++ apps/files_versions/lib/Sabre/VersionHome.php | 3 +++ apps/files_versions/lib/Storage.php | 4 +++- apps/files_versions/lib/Versions/BackendNotFoundException.php | 3 +++ .../files_versions/tests/BackgroundJob/ExpireVersionsTest.php | 4 +++- apps/files_versions/tests/Command/CleanupTest.php | 3 +++ apps/files_versions/tests/Command/ExpireTest.php | 3 +++ .../files_versions/tests/Controller/PreviewControllerTest.php | 3 +++ apps/files_versions/tests/ExpirationTest.php | 3 +++ apps/files_versions/tests/VersioningTest.php | 3 +++ apps/oauth2/appinfo/routes.php | 3 +++ apps/oauth2/lib/Db/AccessToken.php | 3 +++ apps/oauth2/lib/Db/Client.php | 3 +++ apps/oauth2/templates/admin.php | 2 ++ .../oauth2/tests/Controller/LoginRedirectorControllerTest.php | 3 +++ apps/oauth2/tests/Controller/OauthApiControllerTest.php | 3 +++ apps/oauth2/tests/Controller/SettingsControllerTest.php | 3 +++ apps/oauth2/tests/Db/AccessTokenMapperTest.php | 3 +++ apps/oauth2/tests/Db/ClientMapperTest.php | 3 +++ apps/oauth2/tests/Settings/AdminTest.php | 3 +++ apps/provisioning_api/appinfo/routes.php | 2 ++ apps/provisioning_api/lib/AppInfo/Application.php | 3 +++ apps/provisioning_api/lib/Capabilities.php | 3 +++ .../lib/Middleware/Exceptions/NotSubAdminException.php | 3 +++ apps/provisioning_api/tests/CapabilitiesTest.php | 3 +++ .../tests/Controller/AppConfigControllerTest.php | 3 +++ apps/provisioning_api/tests/Controller/AppsControllerTest.php | 2 ++ .../tests/Controller/GroupsControllerTest.php | 2 ++ .../provisioning_api/tests/Controller/UsersControllerTest.php | 1 + .../tests/Middleware/ProvisioningApiMiddlewareTest.php | 3 +++ apps/provisioning_api/tests/TestCase.php | 2 ++ apps/settings/lib/Activity/GroupProvider.php | 3 +++ apps/settings/lib/Activity/GroupSetting.php | 3 +++ apps/settings/lib/Activity/SecurityFilter.php | 3 +++ apps/settings/lib/Activity/SecuritySetting.php | 3 +++ apps/settings/lib/Activity/Setting.php | 3 +++ apps/settings/lib/Controller/AdminSettingsController.php | 3 +++ apps/settings/lib/Controller/AppSettingsController.php | 3 +++ apps/settings/lib/Controller/AuthSettingsController.php | 2 ++ apps/settings/lib/Controller/AuthorizedGroupController.php | 2 ++ apps/settings/lib/Controller/ChangePasswordController.php | 4 +++- apps/settings/lib/Controller/CheckSetupController.php | 2 ++ apps/settings/lib/Controller/CommonSettingsTrait.php | 4 +++- apps/settings/lib/Controller/LogSettingsController.php | 2 ++ apps/settings/lib/Controller/MailSettingsController.php | 3 +++ apps/settings/lib/Controller/PersonalSettingsController.php | 3 +++ apps/settings/lib/Hooks.php | 3 +++ apps/settings/lib/Listener/GroupRemovedListener.php | 2 ++ apps/settings/lib/Mailer/NewUserMailHelper.php | 3 +++ apps/settings/lib/Middleware/SubadminMiddleware.php | 3 +++ apps/settings/lib/Sections/Admin/Delegation.php | 4 +++- apps/settings/lib/Service/AuthorizedGroupService.php | 2 ++ apps/settings/lib/Service/NotFoundException.php | 2 ++ apps/settings/lib/Service/ServiceException.php | 2 ++ apps/settings/lib/Settings/Admin/Delegation.php | 2 ++ apps/settings/lib/Settings/Admin/Mail.php | 3 +++ apps/settings/lib/Settings/Admin/Overview.php | 3 +++ apps/settings/lib/Settings/Admin/Security.php | 3 +++ apps/settings/lib/Settings/Admin/Server.php | 3 +++ apps/settings/lib/Settings/Admin/Sharing.php | 3 +++ apps/settings/lib/Settings/Personal/Additional.php | 3 +++ apps/settings/lib/Settings/Personal/ServerDevNotice.php | 3 +++ apps/settings/templates/help.php | 2 ++ apps/settings/templates/settings/additional.php | 2 ++ apps/settings/templates/settings/admin/additional-mail.php | 2 ++ apps/settings/templates/settings/admin/ai.php | 2 ++ apps/settings/templates/settings/admin/delegation.php | 2 ++ apps/settings/templates/settings/admin/overview.php | 2 ++ apps/settings/templates/settings/admin/security.php | 2 ++ apps/settings/templates/settings/admin/server.php | 2 ++ apps/settings/templates/settings/admin/sharing.php | 4 +++- apps/settings/templates/settings/empty.php | 4 +++- apps/settings/templates/settings/frame.php | 2 ++ .../templates/settings/personal/development.notice.php | 2 ++ apps/settings/templates/settings/personal/personal.info.php | 2 ++ .../templates/settings/personal/security/password.php | 2 ++ apps/settings/tests/Activity/SecurityFilterTest.php | 3 +++ apps/settings/tests/Activity/SecurityProviderTest.php | 3 +++ apps/settings/tests/Activity/SecuritySettingTest.php | 3 +++ apps/settings/tests/AppInfo/ApplicationTest.php | 3 +++ .../settings/tests/Controller/AdminSettingsControllerTest.php | 3 +++ apps/settings/tests/Controller/AppSettingsControllerTest.php | 3 +++ apps/settings/tests/Controller/AuthSettingsControllerTest.php | 3 +++ apps/settings/tests/Controller/CheckSetupControllerTest.php | 2 ++ apps/settings/tests/Controller/DelegationControllerTest.php | 2 ++ apps/settings/tests/Controller/MailSettingsControllerTest.php | 3 +++ .../tests/Controller/TwoFactorSettingsControllerTest.php | 3 +++ apps/settings/tests/Controller/UsersControllerTest.php | 3 +++ apps/settings/tests/Mailer/NewUserMailHelperTest.php | 3 +++ apps/settings/tests/Middleware/SubadminMiddlewareTest.php | 3 +++ apps/settings/tests/Settings/Admin/MailTest.php | 3 +++ apps/settings/tests/Settings/Admin/SecurityTest.php | 3 +++ apps/settings/tests/Settings/Admin/SharingTest.php | 3 +++ apps/sharebymail/lib/Activity.php | 3 +++ apps/sharebymail/lib/Settings/Admin.php | 3 +++ apps/sharebymail/lib/ShareByMailProvider.php | 3 +++ apps/sharebymail/templates/settings-admin.php | 2 ++ apps/sharebymail/tests/CapabilitiesTest.php | 3 +++ apps/sharebymail/tests/ShareByMailProviderTest.php | 3 +++ apps/systemtags/appinfo/routes.php | 3 +++ apps/systemtags/lib/Activity/Listener.php | 2 ++ apps/systemtags/lib/Activity/Provider.php | 3 +++ apps/systemtags/lib/Activity/Setting.php | 3 +++ apps/systemtags/lib/Controller/LastUsedController.php | 3 +++ apps/systemtags/lib/Settings/Admin.php | 3 +++ apps/systemtags/templates/admin.php | 2 ++ apps/systemtags/tests/Activity/SettingTest.php | 3 +++ apps/systemtags/tests/Settings/AdminTest.php | 3 +++ apps/testing/appinfo/routes.php | 2 ++ apps/testing/clean_opcode_cache.php | 3 +++ apps/testing/lib/AlternativeHomeUserBackend.php | 3 +++ apps/testing/lib/AppInfo/Application.php | 3 +++ apps/testing/lib/Controller/ConfigController.php | 3 +++ apps/testing/lib/Controller/LockingController.php | 3 +++ apps/testing/lib/Controller/RateLimitTestController.php | 3 +++ apps/testing/lib/Locking/FakeDBLockingProvider.php | 3 +++ apps/testing/lib/Provider/FakeText2ImageProvider.php | 4 +++- apps/testing/lib/Provider/FakeTextProcessingProvider.php | 4 +++- apps/testing/lib/Provider/FakeTextProcessingProviderSync.php | 4 +++- apps/testing/lib/Provider/FakeTranslationProvider.php | 4 +++- apps/theming/appinfo/routes.php | 3 +++ apps/theming/lib/AppInfo/Application.php | 3 +++ apps/theming/lib/Capabilities.php | 3 +++ apps/theming/lib/Command/UpdateConfig.php | 3 +++ apps/theming/lib/Controller/IconController.php | 3 +++ apps/theming/lib/Controller/ThemingController.php | 3 +++ apps/theming/lib/IconBuilder.php | 3 +++ apps/theming/lib/ImageManager.php | 3 +++ apps/theming/lib/Service/ThemeInjectionService.php | 3 +++ apps/theming/lib/Service/ThemesService.php | 3 +++ apps/theming/lib/Settings/Admin.php | 3 +++ apps/theming/lib/Settings/AdminSection.php | 3 +++ apps/theming/lib/Settings/Personal.php | 3 +++ apps/theming/lib/Settings/PersonalSection.php | 3 +++ apps/theming/lib/ThemingDefaults.php | 3 +++ apps/theming/lib/Util.php | 3 +++ apps/theming/templates/settings-admin.php | 2 ++ apps/theming/templates/settings-personal.php | 4 +++- apps/theming/tests/CapabilitiesTest.php | 3 +++ apps/theming/tests/Controller/IconControllerTest.php | 3 +++ apps/theming/tests/Controller/ThemingControllerTest.php | 3 +++ apps/theming/tests/Controller/UserThemeControllerTest.php | 3 +++ apps/theming/tests/IconBuilderTest.php | 3 +++ apps/theming/tests/ImageManagerTest.php | 3 +++ apps/theming/tests/Service/ThemesServiceTest.php | 3 +++ apps/theming/tests/ServicesTest.php | 3 +++ apps/theming/tests/Settings/AdminSectionTest.php | 3 +++ apps/theming/tests/Settings/AdminTest.php | 3 +++ apps/theming/tests/Settings/PersonalTest.php | 3 +++ apps/theming/tests/Themes/AccessibleThemeTestCase.php | 3 +++ apps/theming/tests/Themes/DarkHighContrastThemeTest.php | 3 +++ apps/theming/tests/Themes/DarkThemeTest.php | 3 +++ apps/theming/tests/Themes/DefaultThemeTest.php | 3 +++ apps/theming/tests/Themes/DyslexiaFontTest.php | 3 +++ apps/theming/tests/Themes/HighContrastThemeTest.php | 3 +++ apps/theming/tests/ThemingDefaultsTest.php | 3 +++ apps/theming/tests/UtilTest.php | 3 +++ apps/updatenotification/templates/empty.php | 3 +++ apps/user_ldap/ajax/clearMappings.php | 2 ++ apps/user_ldap/ajax/deleteConfiguration.php | 2 ++ apps/user_ldap/ajax/getConfiguration.php | 2 ++ apps/user_ldap/ajax/getNewServerConfigPrefix.php | 2 ++ apps/user_ldap/ajax/setConfiguration.php | 2 ++ apps/user_ldap/ajax/testConfiguration.php | 2 ++ apps/user_ldap/ajax/wizard.php | 2 ++ apps/user_ldap/lib/Access.php | 2 ++ apps/user_ldap/lib/AccessFactory.php | 3 +++ apps/user_ldap/lib/AppInfo/Application.php | 3 +++ apps/user_ldap/lib/BackendUtility.php | 2 ++ apps/user_ldap/lib/Command/CheckUser.php | 2 ++ apps/user_ldap/lib/Command/CreateEmptyConfig.php | 2 ++ apps/user_ldap/lib/Command/DeleteConfig.php | 2 ++ apps/user_ldap/lib/Command/ResetGroup.php | 3 +++ apps/user_ldap/lib/Command/ResetUser.php | 3 +++ apps/user_ldap/lib/Command/Search.php | 2 ++ apps/user_ldap/lib/Command/SetConfig.php | 2 ++ apps/user_ldap/lib/Command/ShowConfig.php | 2 ++ apps/user_ldap/lib/Command/ShowRemnants.php | 2 ++ apps/user_ldap/lib/Command/TestConfig.php | 2 ++ apps/user_ldap/lib/Configuration.php | 2 ++ apps/user_ldap/lib/Connection.php | 2 ++ apps/user_ldap/lib/ConnectionFactory.php | 3 +++ apps/user_ldap/lib/Controller/ConfigAPIController.php | 3 +++ apps/user_ldap/lib/Controller/RenewPasswordController.php | 3 +++ apps/user_ldap/lib/Exceptions/AttributeNotSet.php | 3 +++ .../user_ldap/lib/Exceptions/ConstraintViolationException.php | 3 +++ apps/user_ldap/lib/Exceptions/NotOnLDAP.php | 3 +++ apps/user_ldap/lib/FilesystemHelper.php | 2 ++ apps/user_ldap/lib/GroupPluginManager.php | 3 +++ apps/user_ldap/lib/Group_LDAP.php | 2 ++ apps/user_ldap/lib/Group_Proxy.php | 2 ++ apps/user_ldap/lib/Handler/ExtStorageConfigHandler.php | 3 +++ apps/user_ldap/lib/Helper.php | 2 ++ apps/user_ldap/lib/IGroupLDAP.php | 3 +++ apps/user_ldap/lib/ILDAPGroupPlugin.php | 3 +++ apps/user_ldap/lib/ILDAPUserPlugin.php | 3 +++ apps/user_ldap/lib/ILDAPWrapper.php | 2 ++ apps/user_ldap/lib/IUserLDAP.php | 3 +++ apps/user_ldap/lib/Jobs/CleanUp.php | 2 ++ apps/user_ldap/lib/Jobs/Sync.php | 3 ++- apps/user_ldap/lib/LDAP.php | 2 ++ apps/user_ldap/lib/LDAPProvider.php | 2 ++ apps/user_ldap/lib/LDAPProviderFactory.php | 2 ++ apps/user_ldap/lib/LDAPUtility.php | 2 ++ apps/user_ldap/lib/Mapping/AbstractMapping.php | 2 ++ apps/user_ldap/lib/Mapping/GroupMapping.php | 2 ++ apps/user_ldap/lib/Mapping/UserMapping.php | 2 ++ apps/user_ldap/lib/Migration/UUIDFix.php | 3 +++ apps/user_ldap/lib/Migration/UUIDFixGroup.php | 3 +++ apps/user_ldap/lib/Migration/UUIDFixInsert.php | 3 +++ apps/user_ldap/lib/Migration/UUIDFixUser.php | 3 +++ apps/user_ldap/lib/Notification/Notifier.php | 3 +++ apps/user_ldap/lib/Proxy.php | 2 ++ apps/user_ldap/lib/Service/BirthdateParserService.php | 3 ++- apps/user_ldap/lib/Settings/Admin.php | 3 +++ apps/user_ldap/lib/Settings/Section.php | 3 +++ apps/user_ldap/lib/User/DeletedUsersIndex.php | 3 +++ apps/user_ldap/lib/User/Manager.php | 2 ++ apps/user_ldap/lib/User/OfflineUser.php | 2 ++ apps/user_ldap/lib/User/User.php | 2 ++ apps/user_ldap/lib/UserPluginManager.php | 3 +++ apps/user_ldap/lib/User_LDAP.php | 2 ++ apps/user_ldap/lib/User_Proxy.php | 2 ++ apps/user_ldap/lib/Wizard.php | 3 ++- apps/user_ldap/lib/WizardResult.php | 2 ++ apps/user_ldap/templates/part.settingcontrols.php | 2 ++ apps/user_ldap/templates/part.wizard-groupfilter.php | 2 ++ apps/user_ldap/templates/part.wizard-loginfilter.php | 2 ++ apps/user_ldap/templates/part.wizard-server.php | 2 ++ apps/user_ldap/templates/part.wizard-userfilter.php | 2 ++ apps/user_ldap/templates/part.wizardcontrols.php | 2 ++ apps/user_ldap/templates/renewpassword.php | 2 ++ apps/user_ldap/templates/settings.php | 2 ++ apps/user_ldap/tests/AccessTest.php | 3 +++ apps/user_ldap/tests/ConfigurationTest.php | 2 ++ apps/user_ldap/tests/ConnectionTest.php | 2 ++ apps/user_ldap/tests/GroupLDAPPluginTest.php | 3 +++ apps/user_ldap/tests/Group_LDAPTest.php | 2 ++ apps/user_ldap/tests/HelperTest.php | 3 +++ apps/user_ldap/tests/Integration/AbstractIntegrationTest.php | 2 ++ apps/user_ldap/tests/Integration/Bootstrap.php | 3 +++ .../user_ldap/tests/Integration/ExceptionOnLostConnection.php | 2 ++ .../Integration/Lib/IntegrationTestAttributeDetection.php | 3 +++ .../Integration/Lib/IntegrationTestCountUsersByLoginName.php | 2 ++ .../Integration/Lib/IntegrationTestFetchUsersByLoginName.php | 2 ++ .../user_ldap/tests/Integration/Lib/IntegrationTestPaging.php | 2 ++ .../tests/Integration/Lib/User/IntegrationTestUserAvatar.php | 2 ++ .../tests/Integration/Lib/User/IntegrationTestUserCleanUp.php | 2 ++ .../Integration/Lib/User/IntegrationTestUserDisplayName.php | 2 ++ .../tests/Integration/setup-scripts/createExplicitGroups.php | 2 ++ .../setup-scripts/createExplicitGroupsDifferentOU.php | 2 ++ .../tests/Integration/setup-scripts/createExplicitUsers.php | 2 ++ .../setup-scripts/createUsersWithoutDisplayName.php | 2 ++ apps/user_ldap/tests/Jobs/CleanUpTest.php | 2 ++ apps/user_ldap/tests/Jobs/SyncTest.php | 3 +++ apps/user_ldap/tests/LDAPGroupPluginDummy.php | 3 +++ apps/user_ldap/tests/LDAPProviderTest.php | 3 +++ apps/user_ldap/tests/LDAPTest.php | 3 +++ apps/user_ldap/tests/LDAPUserPluginDummy.php | 3 +++ apps/user_ldap/tests/Mapping/AbstractMappingTest.php | 2 ++ apps/user_ldap/tests/Mapping/GroupMappingTest.php | 2 ++ apps/user_ldap/tests/Mapping/UserMappingTest.php | 2 ++ apps/user_ldap/tests/Migration/AbstractUUIDFixTest.php | 3 +++ apps/user_ldap/tests/Migration/UUIDFixGroupTest.php | 3 +++ apps/user_ldap/tests/Migration/UUIDFixInsertTest.php | 3 +++ apps/user_ldap/tests/Migration/UUIDFixUserTest.php | 3 +++ apps/user_ldap/tests/Service/BirthdateParserServiceTest.php | 3 ++- apps/user_ldap/tests/Settings/AdminTest.php | 3 +++ apps/user_ldap/tests/Settings/SectionTest.php | 3 +++ apps/user_ldap/tests/User/DeletedUsersIndexTest.php | 3 +++ apps/user_ldap/tests/User/ManagerTest.php | 2 ++ apps/user_ldap/tests/User/UserTest.php | 2 ++ apps/user_ldap/tests/UserLDAPPluginTest.php | 3 +++ apps/user_ldap/tests/User_LDAPTest.php | 2 ++ apps/user_ldap/tests/User_ProxyTest.php | 3 +++ apps/user_ldap/tests/WizardTest.php | 2 ++ apps/webhook_listeners/lib/Service/PHPMongoQuery.php | 3 ++- apps/workflowengine/appinfo/routes.php | 3 +++ apps/workflowengine/lib/AppInfo/Application.php | 3 +++ apps/workflowengine/lib/BackgroundJobs/Rotate.php | 3 +++ apps/workflowengine/lib/Check/AbstractStringCheck.php | 3 +++ apps/workflowengine/lib/Check/FileMimeType.php | 3 +++ apps/workflowengine/lib/Check/FileSize.php | 3 +++ apps/workflowengine/lib/Check/FileSystemTags.php | 3 +++ apps/workflowengine/lib/Check/RequestRemoteAddress.php | 3 +++ apps/workflowengine/lib/Check/RequestTime.php | 3 +++ apps/workflowengine/lib/Check/RequestURL.php | 3 +++ apps/workflowengine/lib/Check/RequestUserAgent.php | 3 +++ apps/workflowengine/lib/Check/UserGroupMembership.php | 3 +++ apps/workflowengine/lib/Controller/RequestTimeController.php | 3 +++ apps/workflowengine/lib/Manager.php | 3 +++ apps/workflowengine/lib/Settings/Section.php | 3 +++ apps/workflowengine/templates/settings.php | 2 ++ apps/workflowengine/tests/Check/AbstractStringCheckTest.php | 3 +++ apps/workflowengine/tests/Check/RequestRemoteAddressTest.php | 3 +++ apps/workflowengine/tests/Check/RequestTimeTest.php | 3 +++ apps/workflowengine/tests/Check/RequestUserAgentTest.php | 3 +++ apps/workflowengine/tests/ManagerTest.php | 3 +++ build/rector.php | 3 +++ 1004 files changed, 2626 insertions(+), 39 deletions(-) diff --git a/apps/admin_audit/lib/IAuditLogger.php b/apps/admin_audit/lib/IAuditLogger.php index f17afa6852e5b..635c063753fdc 100644 --- a/apps/admin_audit/lib/IAuditLogger.php +++ b/apps/admin_audit/lib/IAuditLogger.php @@ -1,5 +1,7 @@ - + '> diff --git a/apps/files_external/tests/Auth/AuthMechanismTest.php b/apps/files_external/tests/Auth/AuthMechanismTest.php index 682d2e1326fd2..d2990ee130e6a 100644 --- a/apps/files_external/tests/Auth/AuthMechanismTest.php +++ b/apps/files_external/tests/Auth/AuthMechanismTest.php @@ -1,4 +1,7 @@ -
\ No newline at end of file +
diff --git a/apps/settings/templates/settings/empty.php b/apps/settings/templates/settings/empty.php index f7ae4113ac632..d88ff5f02be53 100644 --- a/apps/settings/templates/settings/empty.php +++ b/apps/settings/templates/settings/empty.php @@ -1,7 +1,9 @@ - \ No newline at end of file + diff --git a/apps/theming/tests/CapabilitiesTest.php b/apps/theming/tests/CapabilitiesTest.php index 1274be929efb8..84007d839ff61 100644 --- a/apps/theming/tests/CapabilitiesTest.php +++ b/apps/theming/tests/CapabilitiesTest.php @@ -1,4 +1,7 @@ withConfiguredRule(ClassPropertyAssignToConstructorPromotionRector::class, [ 'inline_public' => true, 'rename_property' => true, + ])->withRules([ + DeclareStrictTypesRector::class, ]); $config->registerService(NextcloudNamespaceSkipVoter::class, tag:ClassNameImportSkipVoterInterface::class);