]> source.dussan.org Git - nextcloud-server.git/commit
Add return value to all commands
authorJoas Schilling <coding@schilljs.com>
Fri, 26 Jun 2020 12:54:51 +0000 (14:54 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 26 Jun 2020 12:54:51 +0000 (14:54 +0200)
commitab21d69903c4360cbce59741624b6e765e3bd35f
tree8bed2d6af0d4bfef3766e356acc570b93eb9feb3
parented4afa55c1ccaef140ac310258ad837bf6af9557
Add return value to all commands

Signed-off-by: Joas Schilling <coding@schilljs.com>
79 files changed:
core/Command/App/CheckCode.php
core/Command/App/Disable.php
core/Command/App/Enable.php
core/Command/App/GetPath.php
core/Command/App/Install.php
core/Command/App/ListApps.php
core/Command/App/Remove.php
core/Command/App/Update.php
core/Command/Background/Base.php
core/Command/Broadcast/Test.php
core/Command/Check.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/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/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/GenerateFromSchemaFileCommand.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/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/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/L10n/CreateJs.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/UpdateHtaccess.php
core/Command/Maintenance/UpdateTheme.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/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/Delete.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