diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-10-23 12:55:28 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-11-18 14:09:54 +0100 |
commit | 9e327a5890735d2a4dc3b7f88ab5fd571119c21d (patch) | |
tree | cb8118d9115acf0051af5411bb77a653cdedb88e /build | |
parent | 4d138a11f97becf8555705bd3d77b1a68b649997 (diff) | |
download | nextcloud-server-9e327a5890735d2a4dc3b7f88ab5fd571119c21d.tar.gz nextcloud-server-9e327a5890735d2a4dc3b7f88ab5fd571119c21d.zip |
fix(apps-store): Remove apps from force-enabled state when uninstalledfix/app-store-remove-force-enable
If an app is force-enabled and then uninstalled the force-enabled state was kept.
This is now removed, so when the app should be re-installed the compatibility should be reevaluated.
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 73445aadd05..437be7441f8 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1025,11 +1025,6 @@ <code><![CDATA[getSettingsManager]]></code> </UndefinedInterfaceMethod> </file> - <file src="apps/settings/lib/Controller/AppSettingsController.php"> - <UndefinedInterfaceMethod> - <code><![CDATA[ignoreNextcloudRequirementForApp]]></code> - </UndefinedInterfaceMethod> - </file> <file src="apps/settings/lib/Hooks.php"> <InvalidArrayOffset> <code><![CDATA[[$user->getEMailAddress() => $user->getDisplayName()]]]></code> @@ -1337,12 +1332,6 @@ <code><![CDATA[!is_array($userIds)]]></code> </TypeDoesNotContainType> </file> - <file src="lib/private/App/AppManager.php"> - <LessSpecificImplementedReturnType> - <code><![CDATA[array]]></code> - <code><![CDATA[array]]></code> - </LessSpecificImplementedReturnType> - </file> <file src="lib/private/App/AppStore/Fetcher/Fetcher.php"> <TooManyArguments> <code><![CDATA[fetch]]></code> |