nextcloud/apps/settings/lib/Controller
Côme Chilliet 37354a9b87 fix(encryption): Fix endpoint /ajax/userSetRecovery to support boolean
Frontend is sending a boolean but backend was still expecting a string.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2026-06-12 09:54:29 +00:00
..
AdminSettingsController.php
AISettingsController.php fix(settings): Check all values first, then apply them 2026-04-14 10:48:48 +02:00
AppSettingsController.php fix: Add missing PasswordConfirmationRequired attributes 2026-04-21 15:43:56 +02:00
AuthorizedGroupController.php fix: Add missing PasswordConfirmationRequired attributes 2026-04-21 15:43:56 +02:00
AuthSettingsController.php fix(settings,oauth2): preserve wipe state across admin deletion paths 2026-05-27 15:43:19 +02:00
ChangePasswordController.php fix(encryption): Fix endpoint /ajax/userSetRecovery to support boolean 2026-06-12 09:54:29 +00:00
CheckSetupController.php refactor: Apply rector Nextcloud 26 set 2025-09-28 11:45:52 +02:00
CommonSettingsTrait.php
DeclarativeSettingsController.php
HelpController.php
LogSettingsController.php
MailSettingsController.php fix(admin): use correct delegation class 2026-03-17 16:58:50 +00:00
PersonalSettingsController.php
PresetController.php
ReasonsController.php
TwoFactorSettingsController.php fix: Add missing PasswordConfirmationRequired attributes 2026-04-21 15:43:56 +02:00
UsersController.php refactor(settings): use ConfigLexicon for user list preferences 2025-12-18 14:40:08 +01:00
WebAuthnController.php