]> source.dussan.org Git - nextcloud-server.git/commit
fix(apps-store): Remove apps from force-enabled state when uninstalled fix/app-store-remove-force-enable 48855/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Wed, 23 Oct 2024 10:55:28 +0000 (12:55 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Mon, 18 Nov 2024 13:09:54 +0000 (14:09 +0100)
commit9e327a5890735d2a4dc3b7f88ab5fd571119c21d
treecb8118d9115acf0051af5411bb77a653cdedb88e
parent4d138a11f97becf8555705bd3d77b1a68b649997
fix(apps-store): Remove apps from force-enabled state when uninstalled

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>
apps/settings/lib/Controller/AppSettingsController.php
apps/settings/tests/Controller/AppSettingsControllerTest.php
build/psalm-baseline.xml
lib/private/App/AppManager.php
lib/public/App/IAppManager.php