nextcloud-server/apps/settings/lib/Controller
Christoph Wurst 90d0732828
Fix updating user settings
The requests dispatched from the personal settings page don't always
send all the possible params but just a subset. Hence requests currently
fail on master e.g. when you update your email. This makes the arguments
optional again.

Regression of da9462b482

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-05 12:59:50 +01:00
..
AdminSettingsController.php
AppSettingsController.php Show changelog in apps management 2020-09-03 19:16:13 +00:00
AuthSettingsController.php
ChangePasswordController.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
CheckSetupController.php Update license headers 2020-12-30 14:07:05 +01:00
CommonSettingsTrait.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
HelpController.php
LogSettingsController.php
MailSettingsController.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
PersonalSettingsController.php
ReasonsController.php Update license headers for Nextcloud 20 (again) 2020-09-07 14:37:44 +02:00
TwoFactorSettingsController.php
UsersController.php Fix updating user settings 2021-01-05 12:59:50 +01:00
WebAuthnController.php