summaryrefslogtreecommitdiffstats
path: root/Authentication/Provider/UserAuthenticationProvider.php
Commit message (Collapse)AuthorAgeFilesLines
* namespace changesJohannes M. Schmitt2011-01-261-113/+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-3/+9
|
* normalized license messages in PHP filesDominique Bongiraud2011-01-181-9/+9
|
* renamed reloadUserByAccount() to loadUserByAccount()Fabien Potencier2010-12-181-2/+2
|
* remove user provider nameJohannes Schmitt2010-12-181-12/+11
|
* fixed user refreshing after unserializationJohannes Schmitt2010-12-151-5/+6
|
* [Security] added unit tests to some authenticated providers (code coverage ↵Fabien Potencier2010-10-311-10/+6
| | | | is more than 96% for the Security component now)
* [Security]Fixed CSDominique Bongiraud2010-10-241-15/+16
|
* added the Security Component and its integration into the MVC frameworkFabien Potencier2010-10-191-0/+110
Happy birthday symfony!