summaryrefslogtreecommitdiffstats
path: root/Http/Session/SessionAuthenticationStrategy.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove code for PHP <5.5.9Nicolas Grekas2015-08-011-4/+1
|
* [Security] Don't destroy the session on buggy php releases.v2.3.24Alexander M. Turek2015-01-071-1/+4
|
* [Security] Delete old session on auth strategy migrateAlexander Schwenn2014-12-201-1/+1
|
* Remove aligned '=>' and '='Disquedur2014-10-261-3/+3
|
* made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-161-1/+1
|
* updated license blocksEriksen Costa2012-03-311-3/+3
|
* fixed CSFabien Potencier2011-06-081-1/+1
|
* fixed CSFabien Potencier2011-06-081-0/+2
|
* added missing license headersFabien Potencier2011-05-311-0/+9
|
* [Security] various changes, see belowJohannes Schmitt2011-03-101-1/+1
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* added some doc commentsJohannes Schmitt2011-01-271-0/+13
|
* namespace changesJohannes M. Schmitt2011-01-261-0/+39
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http