mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
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> |
||
|---|---|---|
| .. | ||
| AdminSettingsController.php | ||
| AppSettingsController.php | ||
| AuthSettingsController.php | ||
| CertificateController.php | ||
| ChangePasswordController.php | ||
| CheckSetupController.php | ||
| CommonSettingsTrait.php | ||
| HelpController.php | ||
| LogSettingsController.php | ||
| MailSettingsController.php | ||
| PersonalSettingsController.php | ||
| TwoFactorSettingsController.php | ||
| UsersController.php | ||