summaryrefslogtreecommitdiffstats
path: root/Http/RememberMe/PersistentTokenBasedRememberMeServices.php
Commit message (Collapse)AuthorAgeFilesLines
* fixed CSFabien Potencier2016-01-211-1/+0
|
* Merge branch '2.8'Fabien Potencier2015-11-231-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.8: removed usage of the deprecated StringUtils::equals() method Fix: Resolve tempdir symlink, not working on OSX fixed tests migrate session after remember me authentication prevent timing attacks in digest auth listener mitigate CSRF timing attack vulnerability fix potential timing attack issue [WebProfilerBundle] Added a top left border radius to the minified to… [Routing] Changing RouteCollectionBuilder::import() behavior to add to the builder [HttpKernel] Don't reset on shutdown but in FrameworkBundle/Test/KernelTestCase [Process] PhpExecutableFinder: add regression test
| * removed usage of the deprecated StringUtils::equals() methodFabien Potencier2015-11-231-2/+1
| |
| * Merge branch '2.7' into 2.8Fabien Potencier2015-11-231-1/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * 2.7: fixed tests migrate session after remember me authentication prevent timing attacks in digest auth listener mitigate CSRF timing attack vulnerability fix potential timing attack issue
| | * Merge branch '2.3' into 2.7v2.7.7Fabien Potencier2015-11-231-1/+2
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.3: migrate session after remember me authentication prevent timing attacks in digest auth listener mitigate CSRF timing attack vulnerability fix potential timing attack issue
| | | * fix potential timing attack issueChristian Flothmann2015-11-231-1/+2
| | | |
* | | | Merge branch '2.8'Nicolas Grekas2015-10-071-22/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: composer.json src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.xml src/Symfony/Bundle/FrameworkBundle/composer.json src/Symfony/Component/DependencyInjection/ContainerBuilder.php src/Symfony/Component/Security/Core/composer.json src/Symfony/Component/Security/Csrf/composer.json src/Symfony/Component/Security/Http/composer.json src/Symfony/Component/Security/composer.json src/Symfony/Component/Translation/PluralizationRules.php src/Symfony/Component/VarDumper/Exception/ThrowingCasterException.php
| * | | Deprecate the SecureRandom classPierre du Plessis2015-10-061-7/+10
|/ / /
* | | [DX] [Security] Renamed Token#getKey() to getSecret()WouterJ2015-07-021-3/+3
|/ /
* | Removed unnecessary statement from PersistentTokenBasedRememberMeServices.phpDawid Nowak2015-05-071-1/+0
|/
* Removed dead code and various cleaningv2.3.25sarah khalil2015-01-211-1/+1
|
* [2.3] CS And DocBlock FixesGraham Campbell2014-12-221-1/+1
|
* made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-161-3/+3
|
* Doctrine cannot handle bare random non-utf8 stringsTerje Bråten2013-03-311-3/+3
|
* [Security] fixed wrong interfaceFabien Potencier2013-03-261-1/+1
|
* Add missing useXavier HAUSHERR2013-03-261-0/+1
|
* Bugfix for creating cookie on loginSuccess in AbstractRememberMeServicesTerje Bråten2012-11-291-1/+0
|
* Try to make sure cookies get deleted from the TokenProvider when no longer ↵Terje Bråten2012-11-211-4/+5
| | | | in use
* fixed CSFabien Potencier2012-10-281-7/+7
|
* added a SecureRandomInterfaceFabien Potencier2012-10-281-2/+2
|
* moved the secure random dep for remember me as a constructor argumentFabien Potencier2012-10-281-1/+13
|
* renamed Prng to SecureRandomFabien Potencier2012-10-281-7/+7
|
* moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ↵Fabien Potencier2012-10-281-25/+10
| | | | #3595)
* fixed CS (missing or misplaced license blocks)Eriksen Costa2012-04-021-9/+9
|
* merged 2.0Fabien Potencier2011-10-291-1/+0
|\
| * removed unused use statementsFabien Potencier2011-10-291-1/+0
| |
* | Removed redundant "@return void"-sHelmer Aaviksoo2011-10-071-1/+0
|/
* fixed CSFabien Potencier2011-06-081-1/+1
|
* [Security] refactored remember-me codeJohannes M. Schmitt2011-03-111-42/+32
|
* [Security] various changes, see belowJohannes Schmitt2011-03-101-19/+17
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-061-1/+1
|
* namespace changesJohannes M. Schmitt2011-01-261-0/+165
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http