nextcloud/apps/settings/lib/Controller
Julius Härtl 36cfdd320b
Harden key generation
There might be cases where multiple requests trigger the key generation
at the same time and the instance ends up with a non-fitting
public/private key pair. Therefore the whole key generation should be
locked. Other than that this makes sure that user key generation return
values are properly validated.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-14 07:58:40 +02:00
..
AdminSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
AppSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
AuthSettingsController.php Unify settings middleware with others 2020-06-23 20:18:38 +02:00
ChangePasswordController.php Harden key generation 2020-08-14 07:58:40 +02:00
CheckSetupController.php Add setup checks for php default charset and output buffering. 2020-07-26 00:54:16 +02:00
CommonSettingsTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
HelpController.php Fix type for $urlGenerator 2020-07-08 09:06:29 +02:00
LogSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MailSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
PersonalSettingsController.php Unify settings middleware with others 2020-06-23 20:18:38 +02:00
TwoFactorSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
UsersController.php Use IBootstrap for the app federatedfilesharing 2020-07-14 16:34:43 +02:00
WebAuthnController.php Unify settings middleware with others 2020-06-23 20:18:38 +02:00