nextcloud/apps/settings/lib/Controller
Julius Härtl dd4dc60f4c 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-10-28 14:14:01 +00: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 Add visibility to all properties and move static keyword 2020-04-10 16:48:31 +02:00
CertificateController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ChangePasswordController.php Harden key generation 2020-10-28 14:14:01 +00:00
CheckSetupController.php Update CheckSetupController.php 2020-10-26 09:00:24 +00:00
CommonSettingsTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
HelpController.php Update license headers for 19 2020-04-29 11:57:22 +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 Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
TwoFactorSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
UsersController.php save email as lower case 2020-10-27 20:25:30 +00:00
WebAuthnController.php Enable passwordless for everyone not only admins. 2020-06-07 13:07:53 +00:00