nextcloud-server/apps/settings/lib/Controller
Claudio Cambra a4e2a7bb7b 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-11-01 14:48:33 +07:00
..
AISettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
AdminSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
AppSettingsController.php fix(appsmanagement): Fix exception on generating preview url for screenshots 2024-11-01 14:48:33 +07:00
AuthSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
AuthorizedGroupController.php chore: Add SPDX header 2024-06-03 20:33:31 +07:00
ChangePasswordController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
CheckSetupController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
CommonSettingsTrait.php chore: Add SPDX header 2024-06-03 20:33:31 +07:00
DeclarativeSettingsController.php chore: Add SPDX header 2024-06-03 20:33:31 +07:00
HelpController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
LogSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
MailSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
PersonalSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
ReasonsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00
TwoFactorSettingsController.php chore: Add SPDX header 2024-06-03 20:33:31 +07:00
UsersController.php fix(users): use correct active user count 2024-10-30 09:09:44 +07:00
WebAuthnController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +07:00