Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.0] Removed some old hacks | Graham Campbell | 2014-12-30 | 1 | -25/+1 |
| | |||||
* | Docblock fixes | Graham Campbell | 2014-11-30 | 1 | -4/+4 |
| | |||||
* | made phpdoc types consistent with those defined in Hack | Fabien Potencier | 2014-04-15 | 1 | -3/+3 |
| | |||||
* | Merge branch '2.2' into 2.3v2.3.6 | Fabien Potencier | 2013-10-10 | 1 | -1/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.2: bumped Symfony version to 2.2.10 updated VERSION for 2.2.9 update CONTRIBUTORS for 2.2.9 updated CHANGELOG for 2.2.9 [Security] limited the password length passed to encoders assets:install command should mirror .dotfiles (.htaccess) PoFileDumper - PO headers removed whitespaces Conflicts: src/Symfony/Component/HttpKernel/Kernel.php src/Symfony/Component/Security/Core/Encoder/BCryptPasswordEncoder.php | ||||
| * | [Security] limited the password length passed to encodersv2.2.9 | Fabien Potencier | 2013-10-10 | 1 | -1/+7 |
| | | |||||
* | | [CS Fix] Consistent coding-style of concatenation operator usage | Dariusz Górecki | 2013-04-02 | 1 | -1/+1 |
|/ | |||||
* | [Security] Added Pbkdf2PasswordEncoder | Sebastiaan Stok | 2012-10-08 | 1 | -0/+97 |
[Security] changed default iterations of Pbkdf2PasswordEncoder to 1000 instead of 5000 [Security] Improved description of PBKDF2 encoder [SecurityBundle] added PBKDF2 PasswordEncoder updated CHANGELOG.md [Security] Use the build-in hash_pbkdf2() when available [SecurityBundle] added information about hash_algorithm for configuration [Security] always check algorithm and fixed CS |