nextcloud/apps/settings/lib/Controller
Claudio Cambra 5969b4bea8
fix(appsmanagement): Fix exception on generating preview url for screenshots
Some installed apps meant for older server versions might unexpectedly
offer up screenshot values in a non-string format (e.g. health). Avoid
an exception by checking first if the first app screenshot is indeed a
string and otherwise we take the value of the parameter

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
2024-10-28 08:29:16 +01:00
..
AdminSettingsController.php fix(settings): Sort all settings - incl declarative settings - by priority 2024-09-28 14:08:26 +02:00
AISettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
AppSettingsController.php fix(appsmanagement): Fix exception on generating preview url for screenshots 2024-10-28 08:29:16 +01:00
AuthorizedGroupController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
AuthSettingsController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
ChangePasswordController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
CheckSetupController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
CommonSettingsTrait.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
DeclarativeSettingsController.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
HelpController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
LogSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
MailSettingsController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
PersonalSettingsController.php fix(settings): Sort all settings - incl declarative settings - by priority 2024-09-28 14:08:26 +02:00
ReasonsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
TwoFactorSettingsController.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
UsersController.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +02:00
WebAuthnController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00