nextcloud/apps/settings/lib/Controller
Ferdinand Thiessen 35a1d4b224 fix(app-store): Ensure the groups property is always an array
If the value was a string, like a single group, then `json_decode` will also yield only a string.
So in this case we ensure the property is always an array with that value.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-23 15:05:23 +00:00
..
AdminSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
AISettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
AppSettingsController.php fix(app-store): Ensure the groups property is always an array 2024-10-23 15:05:23 +00:00
AuthorizedGroupController.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
AuthSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
ChangePasswordController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
CheckSetupController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
CommonSettingsTrait.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
DeclarativeSettingsController.php chore: Add SPDX header 2024-06-03 20:33:31 +02:00
HelpController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
LogSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
MailSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00
PersonalSettingsController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +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 fix: correctly count disabled users for subadmins 2024-09-30 10:10:22 +00:00
WebAuthnController.php refactor(settings): Replace security annotations with respective attributes 2024-07-27 22:49:43 +02:00