summaryrefslogtreecommitdiffstats
path: root/Core/Encoder
Commit message (Collapse)AuthorAgeFilesLines
* [Security] fixed interface implementation (closes #6974)Fabien Potencier2013-02-051-2/+2
|
* fixed CSFabien Potencier2013-02-051-12/+14
|
* Added BCrypt password encoder.Elnur Abdurrakhimov2013-02-051-0/+146
|
* Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-192-0/+4
|
* rename String to StringUtilsFabien Potencier2012-10-281-2/+2
|
* moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ↵Fabien Potencier2012-10-281-10/+3
| | | | #3595)
* Merge branch '2.1'Fabien Potencier2012-10-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.1: (28 commits) Delete use of CreationExeption [Form] Fixed error message in PropertyPath to not advice to use a non-existing feature [Form] Fixed creation of multiple money fields with different currencies [Form] Fixed setting the "data" option to an object in "choice" and "entity" type Fixed Serbian plural translations. Fixed IPv6 Check in RequestMatcher Fix typo change what I think is a typo [Console] Fix error when mode is not in PATH [WebProfilerBundle] fixed macro usage (to be forward compatible with Twig 2.x) Change monolog require-dev to use the branch alias instead of dev-master [FrameworkBundle] partially reverted previous merge [2.1] Added missing error return codes in commands Made the router lazy when setting the context [WebProfilerBundle] fixed typos Fix incorrect variable in FileProfilerStorage UnitTest fix UnitTest fix added a unit test fixed #5384 ...
| * change what I think is a typoGrégoire Paris2012-10-161-1/+1
| |
* | [Security] Added Pbkdf2PasswordEncoderSebastiaan Stok2012-10-081-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
* fixed CSFabien Potencier2012-07-093-5/+3
|
* [Security] fixed exception message in EncoderFactoryDouglas Greenshields2012-06-201-1/+1
|
* [Security] Fix retrieval of encoder when configured for concrete classesAlexander2012-06-181-1/+1
|
* [Security] allowed class names to be passed as an argument to ↵Fabien Potencier2012-06-182-6/+8
| | | | EncoderFactoryInterface::getEncoder()
* fixed phpdoc @param alignmentFabien Potencier2012-05-151-1/+1
|
* add missing class var; add phpdocsGordon Franke2012-01-162-0/+6
|
* [DoctrineBridge] fixed some CSFabien Potencier2011-12-132-1/+3
|
* fixed CSFabien Potencier2011-06-082-2/+2
|
* [Security] various changes, see belowJohannes Schmitt2011-03-104-12/+12
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-066-10/+10
|
* [Security] changed defaults for MessageDigestEncoderJohannes Schmitt2011-03-051-1/+1
| | | | | - encode_as_base64 set to true - iterations increased to 5000 from 1
* [Security] improved entropy to make collision attacks harderJohannes Schmitt2011-03-051-1/+1
|
* [Security] Removed useless elsePascal Borreli2011-02-271-2/+2
|
* [Security] simplified encoder factory implementationJohannes Schmitt2011-02-141-29/+21
|
* namespace changesJohannes M. Schmitt2011-01-266-0/+353
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http