We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
occ
appstoreenabled => false
'appstoreenabled' => false,
app:remove <appname>
$ php occ app:remove ransomware_protection ransomware_protection disabled ransomware_protection 1.10.1 removed $ php occ app:remove ransomware_protection ransomware_protection disabled ransomware_protection 1.10.1 removed $ php occ app:remove ransomware_protection ransomware_protection disabled ransomware_protection 1.10.1 removed ...
'appstoreenabled' => true,
$ php occ app:remove ransomware_protection ransomware_protection disabled ransomware_protection 0 removed $ php occ app:remove ransomware_protection ransomware_protection is not installed
While this is the right behaviour to install apps, it should be allowed to remove them even if 'appstoreenabled' => false,
The text was updated successfully, but these errors were encountered:
This may be the issue. Removing an app relies on OC_App::getInstallPath() which returns false if 'appstoreenabled' => false.
OC_App::getInstallPath()
'appstoreenabled' => false
server/lib/private/Installer.php
Line 513 in 56ae87c
server/lib/private/legacy/OC_App.php
Lines 462 to 475 in 784b059
Sorry, something went wrong.
I'm working on it :)
Successfully merging a pull request may close this issue.
'appstoreenabled' => false,
app:remove <appname>
'appstoreenabled' => true,
app:remove <appname>
While this is the right behaviour to install apps, it should be allowed to remove them even if
'appstoreenabled' => false,
The text was updated successfully, but these errors were encountered: