summaryrefslogtreecommitdiffstats
path: root/Core/Encoder/PlaintextPasswordEncoder.php
Commit message (Collapse)AuthorAgeFilesLines
* Docblock fixesGraham Campbell2014-11-301-1/+1
|
* made phpdoc types consistent with those defined in HackFabien Potencier2014-04-151-1/+1
|
* [Security] limited the password length passed to encodersv2.2.9Fabien Potencier2013-10-101-0/+10
|
* add missing class var; add phpdocsGordon Franke2012-01-161-0/+5
|
* [Security] various changes, see belowJohannes Schmitt2011-03-101-1/+1
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-061-2/+2
|
* [Security] Removed useless elsePascal Borreli2011-02-271-2/+2
|
* namespace changesJohannes M. Schmitt2011-01-261-0/+49
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http