nextcloud/apps/settings/lib
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
..
Activity Update license headers 2019-12-05 15:38:45 +01:00
AppInfo Use activity registration for the settings 2020-01-31 15:12:32 +01:00
BackgroundJobs Update license headers 2019-12-05 15:38:45 +01:00
Controller Make sure quota_preset is using numerical indexes 2020-02-22 20:06:16 +01:00
Mailer Update license headers 2019-12-05 15:38:45 +01:00
Middleware Update license headers 2019-12-05 15:38:45 +01:00
Sections Move admin sections to settings app 2020-01-28 12:38:11 +01:00
Settings Fix unit tests 2020-02-10 10:14:02 +01:00
Hooks.php Update license headers 2019-12-05 15:38:45 +01:00