summaryrefslogtreecommitdiffstats
path: root/Authentication/Provider/DaoAuthenticationProvider.php
Commit message (Collapse)AuthorAgeFilesLines
* namespace changesJohannes M. Schmitt2011-01-261-95/+0
| | | | | | Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http
* [Security] many improvements, and fixesJohannes Schmitt2011-01-261-2/+3
|
* normalized license messages in PHP filesDominique Bongiraud2011-01-181-9/+9
|
* added generic encoder factoryJohannes Schmitt2010-12-211-10/+6
|
* renamed reloadUserByAccount() to loadUserByAccount()Fabien Potencier2010-12-181-1/+1
|
* remove user provider nameJohannes Schmitt2010-12-181-15/+8
|
* fixed user refreshing after unserializationJohannes Schmitt2010-12-151-9/+27
|
* [Security] added unit tests to some authenticated providers (code coverage ↵Fabien Potencier2010-10-311-5/+3
| | | | is more than 96% for the Security component now)
* [Security] added unit tests for the Authentication sub-namespaceFabien Potencier2010-10-311-2/+2
|
* [Security]Fixed markupDominique Bongiraud2010-10-241-1/+2
|
* [Security] Fixed coding standardPascal Borreli2010-10-191-1/+1
|
* added the Security Component and its integration into the MVC frameworkFabien Potencier2010-10-191-0/+88
Happy birthday symfony!