summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Provider/DaoAuthenticationProvider.php
Commit message (Collapse)AuthorAgeFilesLines
* Standardize the name of the exception variablesJavier Eguiluz2015-06-151-7/+7
|
* CS: Convert double quotes to single quotesDariusz Ruminski2015-03-211-1/+1
|
* made phpdoc types consistent with those defined in HackFabien Potencier2014-04-151-1/+1
|
* [Security] Introduced `UsernameNotFoundException#get/setUsername`Alexander2013-01-071-0/+1
|
* [Security] Removed `get/setExtraInformation`, added `get/set(Token|User)`Alexander2013-01-071-1/+1
|
* [Security] Fix AuthenticationServiceException constructor callsAlexander2013-01-071-1/+3
|
* [Security] Allow "0" as a passwordVictor Berchet2012-06-201-1/+1
|
* replace occurences of "an UserInteface" with "a UserInterface"Igor Wiedler2011-11-031-1/+1
|
* removed unused use statementsFabien Potencier2011-10-291-1/+0
|
* [Phpdoc] Cleaning/fixingPascal Borreli2011-04-231-3/+5
|
* [Security] tweaked some exception messagesFabien Potencier2011-04-121-2/+2
|
* [Security] various changes, see belowJohannes Schmitt2011-03-101-16/+16
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-061-2/+2
|
* namespace changesJohannes M. Schmitt2011-01-261-0/+95
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http