nextcloud/apps/settings/lib/Controller
Carl Schwan 33cfc996b7 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-31 07:11:15 +00:00
..
AdminSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
AppSettingsController.php Show changelog in apps management 2020-09-03 19:16:13 +00:00
AuthSettingsController.php Harden apptoken check 2021-05-18 13:10:51 +00:00
ChangePasswordController.php Help static code analysis to understand code. 2020-09-16 16:37:17 +02:00
CheckSetupController.php Only recommand for php-sodium on >= PHP 7.4 2021-08-31 07:11:15 +00:00
CommonSettingsTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
HelpController.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +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 Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
ReasonsController.php Update license headers for Nextcloud 20 (again) 2020-09-07 14:37:44 +02:00
TwoFactorSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
UsersController.php Fix deleting properties of user settings when not given explicitly 2021-04-23 16:53:57 +02:00
WebAuthnController.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00