nextcloud/apps/settings
Daniel Calviño Sánchez 44c870a470 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-07-02 14:27:23 +02:00
..
appinfo Bump versions 2020-09-18 09:16:45 +02:00
composer Add a KnownUsers database with model 2021-03-11 08:38:55 +01:00
css Fix accessibility of federation menu privacy buttons 2021-06-15 13:55:21 +02:00
data Fix duplicate sentence in 'Reasons to use Nextcloud.pdf' 2020-09-15 11:12:23 +02:00
img Move settings to an app 2019-09-28 09:39:28 +00:00
js Fix avatar actions 2021-07-01 09:43:08 +00:00
l10n [tx-robot] updated from transifex 2021-06-15 02:28:19 +00:00
lib Fix deleting properties of user settings when not given explicitly 2021-07-02 14:27:23 +02:00
src Make user list pagination more tolerant 2021-02-04 10:15:53 +01:00
templates Fix accessibility of federation menu privacy buttons 2021-06-15 13:55:21 +02:00
tests Fix deleting properties of user settings when not given explicitly 2021-07-02 14:27:23 +02:00
.editorconfig Move settings to an app 2019-09-28 09:39:28 +00:00
.gitignore Move settings to an app 2019-09-28 09:39:28 +00:00
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
webpack.js Fix settings chunk loading 2020-09-10 18:28:32 +02:00