nextcloud/apps/settings/lib/Controller
Daniel Kesselberg 8e8e912015
Make sure quota_preset is using numerical indexes
If one set quota_present to "default, none, 1 GB, 5 GB, 10 GB" the old implementation will remove default and none but keep the array indexes. Later json_encode will recognize a array with 2 as first index as object and hence quotaPreset.reduce will fail.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-22 20:06:16 +01:00
..
AdminSettingsController.php Update license headers 2019-12-05 15:38:45 +01:00
AppSettingsController.php apps can have polyamorous relationships with bundles 2020-01-24 12:50:06 +01:00
AuthSettingsController.php Update license headers 2019-12-05 15:38:45 +01:00
CertificateController.php Update license headers 2019-12-05 15:38:45 +01:00
ChangePasswordController.php Fix license headers 2020-01-13 14:23:49 +01:00
CheckSetupController.php Update license headers for 18 2019-12-20 09:23:25 +01:00
CommonSettingsTrait.php Update license headers 2019-12-05 15:38:45 +01:00
HelpController.php Update license headers 2019-12-05 15:38:45 +01:00
LogSettingsController.php Update license headers 2019-12-05 15:38:45 +01:00
MailSettingsController.php Update license headers 2019-12-05 15:38:45 +01:00
PersonalSettingsController.php Update license headers 2019-12-05 15:38:45 +01:00
TwoFactorSettingsController.php Update license headers 2019-12-05 15:38:45 +01:00
UsersController.php Make sure quota_preset is using numerical indexes 2020-02-22 20:06:16 +01:00