]> source.dussan.org Git - nextcloud-server.git/commit
Update core to PHP 7.4 standard 31948/head
authorCarl Schwan <carl@carlschwan.eu>
Tue, 12 Apr 2022 15:55:01 +0000 (17:55 +0200)
committerCarl Schwan <carl@carlschwan.eu>
Fri, 20 May 2022 20:18:06 +0000 (22:18 +0200)
commitb70c6a128fe5d0053b7971881696eafce4cb7c26
tree641ff76531803c207a92d86f47d46b6dd93ab6d3
parent2b0d82675f669f00ad90f2750b1832a60ec9f766
Update core to PHP 7.4 standard

- Typed properties
- Port to LoggerInterface

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
131 files changed:
core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php
core/BackgroundJobs/CheckForUserCertificates.php
core/BackgroundJobs/CleanupLoginFlowV2.php
core/BackgroundJobs/LookupServerSendCheckBackgroundJob.php
core/Command/App/Disable.php
core/Command/App/Enable.php
core/Command/App/ListApps.php
core/Command/App/Remove.php
core/Command/App/Update.php
core/Command/Background/Base.php
core/Command/Background/Job.php
core/Command/Base.php
core/Command/Broadcast/Test.php
core/Command/Check.php
core/Command/Config/App/Base.php
core/Command/Config/App/DeleteConfig.php
core/Command/Config/App/GetConfig.php
core/Command/Config/App/SetConfig.php
core/Command/Config/Import.php
core/Command/Config/ListConfigs.php
core/Command/Config/System/Base.php
core/Command/Config/System/DeleteConfig.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/ConvertFilecacheBigInt.php
core/Command/Db/ConvertMysqlToMB4.php
core/Command/Db/ConvertType.php
core/Command/Db/Migrations/ExecuteCommand.php
core/Command/Db/Migrations/GenerateCommand.php
core/Command/Db/Migrations/MigrateCommand.php
core/Command/Db/Migrations/StatusCommand.php
core/Command/Encryption/ChangeKeyStorageRoot.php
core/Command/Encryption/DecryptAll.php
core/Command/Encryption/Disable.php
core/Command/Encryption/Enable.php
core/Command/Encryption/EncryptAll.php
core/Command/Encryption/ListModules.php
core/Command/Encryption/MigrateKeyStorage.php
core/Command/Encryption/SetDefaultModule.php
core/Command/Encryption/ShowKeyStorageRoot.php
core/Command/Encryption/Status.php
core/Command/Group/Add.php
core/Command/Group/AddUser.php
core/Command/Group/Delete.php
core/Command/Group/Info.php
core/Command/Group/ListCommand.php
core/Command/Group/RemoveUser.php
core/Command/Integrity/CheckApp.php
core/Command/Integrity/CheckCore.php
core/Command/Integrity/SignApp.php
core/Command/Integrity/SignCore.php
core/Command/Log/File.php
core/Command/Log/Manage.php
core/Command/Maintenance/DataFingerprint.php
core/Command/Maintenance/Install.php
core/Command/Maintenance/Mimetype/UpdateDB.php
core/Command/Maintenance/Mimetype/UpdateJS.php
core/Command/Maintenance/Mode.php
core/Command/Maintenance/Repair.php
core/Command/Maintenance/UpdateTheme.php
core/Command/Preview/Repair.php
core/Command/Preview/ResetRenderedTexts.php
core/Command/Security/ImportCertificate.php
core/Command/Security/ListCertificates.php
core/Command/Security/RemoveCertificate.php
core/Command/Security/ResetBruteforceAttempts.php
core/Command/Status.php
core/Command/SystemTag/Add.php
core/Command/SystemTag/Delete.php
core/Command/SystemTag/Edit.php
core/Command/SystemTag/ListCommand.php
core/Command/TwoFactorAuth/Base.php
core/Command/TwoFactorAuth/Cleanup.php
core/Command/TwoFactorAuth/Disable.php
core/Command/TwoFactorAuth/Enable.php
core/Command/TwoFactorAuth/Enforce.php
core/Command/TwoFactorAuth/State.php
core/Command/Upgrade.php
core/Command/User/Add.php
core/Command/User/AddAppPassword.php
core/Command/User/Disable.php
core/Command/User/Enable.php
core/Command/User/Info.php
core/Command/User/LastSeen.php
core/Command/User/ListCommand.php
core/Command/User/Report.php
core/Command/User/ResetPassword.php
core/Command/User/Setting.php
core/Controller/AppPasswordController.php
core/Controller/AutoCompleteController.php
core/Controller/AvatarController.php
core/Controller/CSRFTokenController.php
core/Controller/ClientFlowLoginController.php
core/Controller/ClientFlowLoginV2Controller.php
core/Controller/CollaborationResourcesController.php
core/Controller/CssController.php
core/Controller/GuestAvatarController.php
core/Controller/HoverCardController.php
core/Controller/JsController.php
core/Controller/LoginController.php
core/Controller/LostController.php
core/Controller/NavigationController.php
core/Controller/OCJSController.php
core/Controller/OCSController.php
core/Controller/PreviewController.php
core/Controller/ProfileApiController.php
core/Controller/ProfilePageController.php
core/Controller/RecommendedAppsController.php
core/Controller/SearchController.php
core/Controller/SetupController.php
core/Controller/TwoFactorChallengeController.php
core/Controller/UnifiedSearchController.php
core/Controller/UserController.php
core/Controller/WalledGardenController.php
core/Controller/WebAuthnController.php
core/Service/LoginFlowV2Service.php
core/register_command.php
lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php
lib/private/Repair/NC22/LookupServerSendCheck.php
tests/Core/Command/Preview/RepairTest.php
tests/Core/Controller/AutoCompleteControllerTest.php
tests/Core/Controller/AvatarControllerTest.php
tests/Core/Controller/GuestAvatarControllerTest.php
tests/Core/Controller/LoginControllerTest.php
tests/Core/Controller/LostControllerTest.php
tests/Core/Controller/TwoFactorChallengeControllerTest.php
tests/Core/Service/LoginFlowV2ServiceUnitTest.php
tests/lib/AppFramework/Middleware/Security/BruteForceMiddlewareTest.php