nextcloud/apps/settings/lib
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
..
Activity Update license headers for 19 2020-04-29 11:57:22 +02:00
AppInfo Update license headers for 19 2020-04-29 11:57:22 +02:00
BackgroundJobs Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Controller Fix deleting properties of user settings when not given explicitly 2021-04-23 16:53:11 +02:00
Mailer Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Middleware Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Sections Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
Settings Update license headers for 19 2020-04-29 11:57:22 +02:00
Hooks.php Add app config option to disable "Email was changed by admin" activity 2020-08-13 13:31:49 +02:00