nextcloud/lib
MichaIng c9ce1197c4 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:03 +00:00
..
composer Throw an invalid token exception is token is marked outdated 2019-12-03 08:25:12 +00:00
l10n [tx-robot] updated from transifex 2020-05-01 02:17:07 +00:00
private Fix Argon2 options checks 2020-05-01 09:39:03 +00:00
public Merge pull request #20513 from nextcloud/backport/20246/stable17 2020-04-20 22:32:41 +02: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:39:00 +00:00
versioncheck.php NC16 is php >= 7.1 2018-12-21 16:04:11 +01:00