Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.1'v3.2.0-RC1 | Fabien Potencier | 2016-11-16 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch '2.8' into 3.1v3.1.7 | Fabien Potencier | 2016-11-16 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch '2.7' into 2.8v2.8.14 | Fabien Potencier | 2016-11-15 | 1 | -1/+1 |
| | |\ | |||||
| | | * | DX: replace @link with @see annotationv2.7.21 | Dariusz Ruminski | 2016-11-13 | 1 | -1/+1 |
* | | | | [Security] Allow run-time configuration of hash algo | Nicolas Grekas | 2016-09-04 | 1 | -0/+40 |
|/ / / | |||||
* | | | Merge branch '2.8' into 3.0 | Nicolas Grekas | 2015-12-22 | 2 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '2.7' into 2.8 | Nicolas Grekas | 2015-12-22 | 2 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Merge branch '2.3' into 2.7 | Fabien Potencier | 2015-12-18 | 2 | -1/+3 |
| | |\ | |||||
| | | * | [Security] Verify if a password encoded with bcrypt is no longer than 72 char... | Jakub Zalas | 2015-12-17 | 2 | -1/+3 |
* | | | | Merge branch '2.8' | Nicolas Grekas | 2015-11-05 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Security\Core] Deprecate passing $salt to BCryptPasswordEncoder::encodePassw... | Nicolas Grekas | 2015-11-04 | 1 | -0/+2 |
|/ / / | |||||
* | | | Rely on iconv and symfony/polyfill-* | Nicolas Grekas | 2015-10-28 | 3 | -32/+2 |
|/ / | |||||
* | | fixes CS | Fabien Potencier | 2015-08-24 | 2 | -2/+1 |
* | | Merge branch '2.3' into 2.6 | Fabien Potencier | 2015-05-15 | 2 | -3/+3 |
|\ \ | |/ | |||||
| * | CS: Pre incrementation/decrementation should be used if possible | Gregor Harlan | 2015-04-07 | 2 | -3/+3 |
* | | Merge branch '2.5' into 2.6 | Fabien Potencier | 2014-12-22 | 2 | -2/+3 |
|\ \ | |||||
| * \ | Merge branch '2.3' into 2.5 | Fabien Potencier | 2014-12-22 | 2 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | [2.3] CS And DocBlock Fixes | Graham Campbell | 2014-12-22 | 2 | -2/+3 |
* | | | Merge branch '2.5' into 2.6v2.6.1 | Fabien Potencier | 2014-12-02 | 6 | -12/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '2.3' into 2.5v2.5.8 | Fabien Potencier | 2014-12-02 | 6 | -12/+12 |
| |\ \ | | |/ | |||||
| | * | Docblock fixes | Graham Campbell | 2014-11-30 | 6 | -13/+13 |
* | | | Merge branch '2.5' | Bernhard Schussek | 2014-08-05 | 2 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '2.4' into 2.5v2.5.3 | Bernhard Schussek | 2014-08-05 | 2 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | fix some docblocks | Christian Flothmann | 2014-08-02 | 2 | -0/+4 |
* | | | New service to simplify password encoding | Ariel Ferrandini | 2014-07-05 | 2 | -0/+96 |
|/ / | |||||
* | | Merge branch '2.4' | Fabien Potencier | 2014-04-16 | 2 | -3/+3 |
|\ \ | |/ | |||||
| * | fixed types in phpdocs | Fabien Potencier | 2014-04-16 | 2 | -3/+3 |
* | | Merge branch '2.4' | Fabien Potencier | 2014-04-16 | 5 | -8/+8 |
|\ \ | |/ | |||||
| * | made {@inheritdoc} annotations consistent across the board | Fabien Potencier | 2014-04-16 | 1 | -1/+1 |
| * | made phpdoc types consistent with those defined in Hack | Fabien Potencier | 2014-04-15 | 4 | -7/+7 |
* | | Merge branch '2.4' | Fabien Potencier | 2014-02-24 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Update BCryptPasswordEncoder.phpv2.3.11 | szymek | 2014-02-19 | 1 | -0/+1 |
* | | feature #10005 [Security] Added named encoders to EncoderFactory (tamirvs) | Fabien Potencier | 2014-01-18 | 2 | -7/+48 |
|\ \ | |||||
| * | | [Security] Added named encoders to EncoderFactory | tamirvs | 2014-01-18 | 2 | -7/+48 |
| |/ | |||||
* | | Merge branch '2.4' | Fabien Potencier | 2014-01-01 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | removed unneeded use statements | Fabien Potencier | 2014-01-01 | 1 | -1/+0 |
* | | Fixed typos/CS/PHPDoc | Pascal Borreli | 2013-11-24 | 1 | -0/+2 |
* | | Removed dead code (unused use statements). | Hugo Hamon | 2013-10-16 | 1 | -1/+0 |
* | | Merge branch '2.3' | Fabien Potencier | 2013-10-10 | 5 | -18/+32 |
|\ \ | |/ | |||||
| * | Merge branch '2.2' into 2.3v2.3.6 | Fabien Potencier | 2013-10-10 | 5 | -3/+42 |
| |\ | |||||
| | * | [Security] limited the password length passed to encodersv2.2.9 | Fabien Potencier | 2013-10-10 | 5 | -2/+45 |
* | | | Merge branch '2.3' | Fabien Potencier | 2013-09-27 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Set cost type to integerv2.3.5 | datibbaw | 2013-09-27 | 1 | -1/+1 |
* | | | [Security] limited the password length passed to encoders | Fabien Potencier | 2013-09-23 | 5 | -0/+26 |
|/ / | |||||
* | | [Security] fixed usage of the salt for the bcrypt encoder (refs #8210) | Fabien Potencier | 2013-06-13 | 1 | -1/+11 |
* | | [Security] Disabled the BCryptPasswordEncoder tests for PHP versions lower th... | Jakub Zalas | 2013-05-10 | 1 | -1/+11 |
* | | [Security] added an exception when the BCrypt encoder cannot be used (refs #7... | Fabien Potencier | 2013-04-26 | 1 | -0/+4 |
* | | [Security] tweaked previous commit | Fabien Potencier | 2013-04-25 | 1 | -3/+1 |
* | | Outsource all the BCrypt heavy lifting to a library | Elnur Abdurrakhimov | 2013-04-25 | 1 | -94/+7 |
* | | [CS Fix] Consistent coding-style of concatenation operator usage | Dariusz Górecki | 2013-04-02 | 1 | -1/+1 |
|/ | |||||
* | [Security] fixed interface implementation (closes #6974) | Fabien Potencier | 2013-02-05 | 1 | -2/+2 |
* | fixed CS | Fabien Potencier | 2013-02-05 | 1 | -12/+14 |
* | Added BCrypt password encoder. | Elnur Abdurrakhimov | 2013-02-05 | 1 | -0/+146 |
* | Fixed most of the docblocks/unused namespaces | Florin Patan | 2012-12-19 | 2 | -0/+4 |
* | rename String to StringUtils | Fabien Potencier | 2012-10-28 | 1 | -2/+2 |
* | moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ... | Fabien Potencier | 2012-10-28 | 1 | -10/+3 |
* | Merge branch '2.1' | Fabien Potencier | 2012-10-18 | 1 | -1/+1 |
|\ | |||||
| * | change what I think is a typo | Grégoire Paris | 2012-10-16 | 1 | -1/+1 |
* | | [Security] Added Pbkdf2PasswordEncoder | Sebastiaan Stok | 2012-10-08 | 1 | -0/+97 |
|/ | |||||
* | fixed CS | Fabien Potencier | 2012-07-09 | 3 | -5/+3 |
* | [Security] fixed exception message in EncoderFactory | Douglas Greenshields | 2012-06-20 | 1 | -1/+1 |
* | [Security] Fix retrieval of encoder when configured for concrete classes | Alexander | 2012-06-18 | 1 | -1/+1 |
* | [Security] allowed class names to be passed as an argument to EncoderFactoryI... | Fabien Potencier | 2012-06-18 | 2 | -6/+8 |
* | fixed phpdoc @param alignment | Fabien Potencier | 2012-05-15 | 1 | -1/+1 |
* | add missing class var; add phpdocs | Gordon Franke | 2012-01-16 | 2 | -0/+6 |
* | [DoctrineBridge] fixed some CS | Fabien Potencier | 2011-12-13 | 2 | -1/+3 |
* | fixed CS | Fabien Potencier | 2011-06-08 | 2 | -2/+2 |
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 4 | -12/+12 |
* | replaced symfony-project.org by symfony.com | Fabien Potencier | 2011-03-06 | 6 | -10/+10 |
* | [Security] changed defaults for MessageDigestEncoder | Johannes Schmitt | 2011-03-05 | 1 | -1/+1 |
* | [Security] improved entropy to make collision attacks harder | Johannes Schmitt | 2011-03-05 | 1 | -1/+1 |
* | [Security] Removed useless else | Pascal Borreli | 2011-02-27 | 1 | -2/+2 |
* | [Security] simplified encoder factory implementation | Johannes Schmitt | 2011-02-14 | 1 | -29/+21 |
* | namespace changes | Johannes M. Schmitt | 2011-01-26 | 6 | -0/+353 |