nextcloud/lib
MichaIng e5f1523577 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:37:24 +00:00
..
composer log Flow activity 2020-02-10 14:11:05 +00:00
l10n [tx-robot] updated from transifex 2020-05-01 02:16:58 +00:00
private Fix Argon2 options checks 2020-05-01 09:37:24 +00:00
public Merge pull request #20512 from nextcloud/backport/20246/stable18 2020-04-20 20:31:30 +02:00
autoloader.php Update license headers 2019-12-05 15:38:45 +01:00
base.php Move overwritehost check to isTrustedDomain 2019-12-07 09:53:06 +01:00
versioncheck.php Update license headers 2019-12-05 15:38:45 +01:00