]> source.dussan.org Git - nextcloud-server.git/commit
Also always return in app commands
authorJoas Schilling <coding@schilljs.com>
Fri, 26 Jun 2020 13:12:11 +0000 (15:12 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 26 Jun 2020 13:12:11 +0000 (15:12 +0200)
commitd7c0b9cced2dff16e4e05507ac58cf8664a6aafc
treebb136f0e797986da6e789bf2bf5e9f0370002d26
parentab21d69903c4360cbce59741624b6e765e3bd35f
Also always return in app commands

Signed-off-by: Joas Schilling <coding@schilljs.com>
42 files changed:
apps/dav/lib/Command/CreateAddressBook.php
apps/dav/lib/Command/CreateCalendar.php
apps/dav/lib/Command/ListCalendars.php
apps/dav/lib/Command/MoveCalendar.php
apps/dav/lib/Command/RemoveInvalidShares.php
apps/dav/lib/Command/SendEventReminders.php
apps/dav/lib/Command/SyncBirthdayCalendar.php
apps/dav/lib/Command/SyncSystemAddressBook.php
apps/encryption/lib/Command/DisableMasterKey.php
apps/encryption/lib/Command/EnableMasterKey.php
apps/encryption/lib/Command/RecoverUser.php
apps/federation/lib/Command/SyncFederationAddressBooks.php
apps/files/lib/Command/DeleteOrphanedFiles.php
apps/files/lib/Command/Scan.php
apps/files/lib/Command/ScanAppData.php
apps/files/lib/Command/TransferOwnership.php
apps/files_external/lib/Command/Applicable.php
apps/files_external/lib/Command/Backends.php
apps/files_external/lib/Command/Config.php
apps/files_external/lib/Command/Create.php
apps/files_external/lib/Command/Delete.php
apps/files_external/lib/Command/Export.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/Command/Verify.php
apps/files_sharing/lib/Command/CleanupRemoteStorages.php
apps/files_sharing/lib/Command/ExiprationNotification.php
apps/files_trashbin/lib/Command/CleanUp.php
apps/files_trashbin/lib/Command/ExpireTrash.php
apps/files_versions/lib/Command/CleanUp.php
apps/files_versions/lib/Command/ExpireVersions.php
apps/updatenotification/lib/Command/Check.php
apps/user_ldap/lib/Command/CheckUser.php
apps/user_ldap/lib/Command/CreateEmptyConfig.php
apps/user_ldap/lib/Command/DeleteConfig.php
apps/user_ldap/lib/Command/Search.php
apps/user_ldap/lib/Command/SetConfig.php
apps/user_ldap/lib/Command/ShowConfig.php
apps/user_ldap/lib/Command/ShowRemnants.php
apps/user_ldap/lib/Command/TestConfig.php
apps/workflowengine/lib/Command/Index.php