nextcloud/lib
MichaIng b7f2f9307b Fix Argon2 options checks
The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum.
Options are now applied the following way:
- If config.php contains the setting with an integer higher or equal to the minimum, it is applied.
- If config.php contains the setting with an integer lower than the minimum, the minimum is applied.
- If config.php does not contain the setting or with no integer value, the PHP default is applied.

Signed-off-by: MichaIng <micha@dietpi.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-01 09:39:28 +00:00
..
composer Add a repair step to clear the projects access cache 2019-08-22 15:42:08 +02:00
l10n [tx-robot] updated from transifex 2020-05-01 02:17:16 +00:00
private Fix Argon2 options checks 2020-05-01 09:39:28 +00:00
public fix credentialsManager documentation and ensure userId to be used as string 2020-04-16 09:58:03 +00:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Move overwritehost check to isTrustedDomain 2019-12-09 20:40:33 +00:00
versioncheck.php NC16 is php >= 7.1 2018-12-21 16:04:11 +01:00