nextcloud/apps/settings/lib/Controller
Daniel Calviño Sánchez d2f1225b34 Fix deleting properties of user settings when not given explicitly
The controller can receive an optional subset of the properties of the
user settings; values not given are set to "null" by default. However,
those null values overwrote the previously existing values, so in
practice any value not given was deleted from the user settings. Now
only non null values overwrite the previous values.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-04-23 16:53:11 +02:00
..
AdminSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
AppSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
AuthSettingsController.php Add visibility to all properties and move static keyword 2020-04-10 16:48:31 +02:00
CertificateController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ChangePasswordController.php Harden key generation 2020-10-28 14:14:01 +00:00
CheckSetupController.php Harden setup check for TLS version if host is not reachable 2020-12-02 13:30:23 +00:00
CommonSettingsTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
HelpController.php Update license headers for 19 2020-04-29 11:57:22 +02:00
LogSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MailSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
PersonalSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
TwoFactorSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
UsersController.php Fix deleting properties of user settings when not given explicitly 2021-04-23 16:53:11 +02:00
WebAuthnController.php Enable passwordless for everyone not only admins. 2020-06-07 13:07:53 +00:00