nextcloud/core/Command
MichaIng 7b137ddd75 feat(updater): hide overwrites from disabled apps list on upgrade
If an incompatible app is enabled manually, it is added to the "app_install_overwrite" array in config.php. Nextcloud upgrades won't disable any app in this array, but they were still shown on the upgrade page and logs as being disabled.

This commit assures that only apps which are really disabled, i.e. which are not in the "app_install_overwrite" array, are shown and logged as disabled during upgrades.

Signed-off-by: MichaIng <micha@dietpi.com>
2024-02-27 20:19:56 +01:00
..
App Add a return message for app updates trough occ 2024-02-23 21:50:10 +01:00
Background Make adjustments based on the review 2024-02-23 16:57:54 +01:00
Broadcast chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Config true, on, yes and 1 can be boolean 2024-01-16 08:48:58 -01:00
Db Migrate database pending bigint conversions check to new API 2023-11-28 14:07:47 +01:00
Encryption Update core/Command/Encryption/DecryptAll.php 2023-06-20 16:24:46 +02:00
FilesMetadata IFilesMetadata 2023-11-07 12:43:08 -01:00
Group Moves single constructor parameters to new lines. 2023-06-20 09:29:50 +02:00
Info add key location to info:file output 2024-02-01 15:32:33 +01:00
Integrity Moves single constructor parameters to new lines. 2023-06-20 09:30:21 +02:00
L10n Update php licenses 2021-06-04 22:02:41 +02:00
Log Moves single constructor parameters to new lines. 2023-06-19 17:44:48 +02:00
Maintenance fix: replace Account name by Login 2024-02-13 21:08:10 +01:00
Preview chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Security fix(security): Describe occ security:bruteforce:attempts accurately 2024-02-21 13:57:41 +00:00
SystemTag Moves single constructor parameters to new lines. 2023-06-19 17:44:48 +02:00
TwoFactorAuth chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
User add generate-password option and flow fixes 2024-02-24 04:56:52 +05:30
Base.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Check.php Update core/Command/Check.php 2023-06-24 23:14:23 +02:00
InterruptedException.php Update php licenses 2021-06-04 22:02:41 +02:00
SetupChecks.php Use match statement in richToParsed implementation 2024-01-11 14:03:55 +01:00
Status.php Uses PHP8's constructor property promotion. 2023-06-24 23:14:23 +02:00
Upgrade.php feat(updater): hide overwrites from disabled apps list on upgrade 2024-02-27 20:19:56 +01:00