Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standardize the name of the exception variables | Javier Eguiluz | 2015-06-15 | 1 | -7/+7 |
| | |||||
* | CS: Convert double quotes to single quotes | Dariusz Ruminski | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | made phpdoc types consistent with those defined in Hack | Fabien Potencier | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | [Security] Introduced `UsernameNotFoundException#get/setUsername` | Alexander | 2013-01-07 | 1 | -0/+1 |
| | |||||
* | [Security] Removed `get/setExtraInformation`, added `get/set(Token|User)` | Alexander | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | [Security] Fix AuthenticationServiceException constructor calls | Alexander | 2013-01-07 | 1 | -1/+3 |
| | |||||
* | [Security] Allow "0" as a password | Victor Berchet | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | replace occurences of "an UserInteface" with "a UserInterface" | Igor Wiedler | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | removed unused use statements | Fabien Potencier | 2011-10-29 | 1 | -1/+0 |
| | |||||
* | [Phpdoc] Cleaning/fixing | Pascal Borreli | 2011-04-23 | 1 | -3/+5 |
| | |||||
* | [Security] tweaked some exception messages | Fabien Potencier | 2011-04-12 | 1 | -2/+2 |
| | |||||
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 1 | -16/+16 |
| | | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted() | ||||
* | replaced symfony-project.org by symfony.com | Fabien Potencier | 2011-03-06 | 1 | -2/+2 |
| | |||||
* | namespace changes | Johannes M. Schmitt | 2011-01-26 | 1 | -0/+95 |
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http |