- Aug 24, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- May 01, 2020
-
-
MichaIng authored
Signed-off-by:
MichaIng <micha@dietpi.com>
-
- Apr 30, 2020
-
-
MichaIng authored
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>
-
- Apr 29, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 10, 2020
-
-
Christoph Wurst authored
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 31, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 07, 2020
-
-
Roeland Jago Douma authored
When available we should use argon2id for hashing. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Feb 03, 2020
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 22, 2020
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Jan 21, 2020
-
-
blizzz authored
Co-Authored-By:
kesselb <mail@danielkesselberg.de> Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Jan 20, 2020
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 04, 2018
-
-
Roeland Jago Douma authored
When on php7.2 we can use the new and improved ARGON2I hashing. This adds support for that to the hasher. When verifying an old hash we'll update rehash to move all hashes eventually to the new hash function. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 16, 2018
-
-
Roeland Jago Douma authored
* Add typehints * Add return types * Opcode opts from phpstorm * Made strict * Fixed tests: No need to test bogus values anymore strict typing fixes this Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 06, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jul 24, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- Apr 14, 2016
-
-
Roeland Jago Douma authored
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Dec 11, 2015
-
-
Lukas Reschke authored
-
- Mar 26, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-
- Nov 06, 2014
-
-
Lukas Reschke authored
Public interface for hashing which also works with legacy ownCloud hashes and supports updating the legacy hash via a passed reference. Follow-up of https://github.com/owncloud/core/pull/10219#issuecomment-61624662 Requires https://github.com/owncloud/3rdparty/pull/136
-