nextcloud/lib
MichaIng ad60619655
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-04-30 10:18:46 +02:00
..
composer Remove obsolete repair steps for logo and updater channel 2020-04-24 09:57:52 +02:00
l10n [tx-robot] updated from transifex 2020-04-30 02:17:11 +00:00
private Fix Argon2 options checks 2020-04-30 10:18:46 +02:00
public Update license headers for 19 2020-04-29 11:57:22 +02:00
autoloader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
base.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +02:00
versioncheck.php Update license headers 2019-12-05 15:38:45 +01:00