nextcloud-server/apps/settings/lib/Controller
Carl Schwan 07ccccecad
Only recommand for php-sodium on >= PHP 7.4
This is because php-sodium will solve the missing PASSWORD_ARGON2I
constant problem only on >= php 7.4, previously argon2 wasn't part of
the standard extension and was disabled on Centos/RHEL.

So installing php-sodium on php 7.2 for example wouldn't hide the
message. Tested on Fedora with php 7.4, Centos 7 with php 7.2,
Centos 8 with php 7.2 and openSUSE with php 7.4.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-08-06 14:22:09 +07:00
..
AdminSettingsController.php Update php licenses 2021-06-04 22:02:41 +07:00
AppSettingsController.php Update php licenses 2021-06-04 22:02:41 +07:00
AuthSettingsController.php Update php licenses 2021-06-04 22:02:41 +07:00
ChangePasswordController.php Migrate HintException to OCP 2021-06-30 15:28:02 +07:00
CheckSetupController.php Only recommand for php-sodium on >= PHP 7.4 2021-08-06 14:22:09 +07:00
CommonSettingsTrait.php Update php licenses 2021-06-04 22:02:41 +07:00
HelpController.php Update php licenses 2021-06-04 22:02:41 +07:00
LogSettingsController.php Update php licenses 2021-06-04 22:02:41 +07:00
MailSettingsController.php Update php licenses 2021-06-04 22:02:41 +07:00
PersonalSettingsController.php Update php licenses 2021-06-04 22:02:41 +07:00
ReasonsController.php Update php licenses 2021-06-04 22:02:41 +07:00
TwoFactorSettingsController.php Update php licenses 2021-06-04 22:02:41 +07:00
UsersController.php refs #21045 add app config to disable unlimited quota and to set max quota 2021-07-29 19:31:36 +07:00
WebAuthnController.php Update php licenses 2021-06-04 22:02:41 +07:00