nextcloud/apps/settings/tests/Controller
Daniel Calviño Sánchez 67dd087ce4 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 11:44:41 +02:00
..
AdminSettingsControllerTest.php Update license headers for Nextcloud 20 (again) 2020-09-07 14:37:44 +02:00
AppSettingsControllerTest.php Move away some ILoggers 2021-03-02 10:47:25 +01:00
AuthSettingsControllerTest.php Move away some ILoggers 2021-03-02 10:47:25 +01:00
CheckSetupControllerTest.php Move away some ILoggers 2021-03-02 10:47:25 +01:00
MailSettingsControllerTest.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
TwoFactorSettingsControllerTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
UsersControllerTest.php Fix deleting properties of user settings when not given explicitly 2021-04-23 11:44:41 +02:00