Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '2.8' | Nicolas Grekas | 2015-10-07 | 1 | -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 class | Pierre du Plessis | 2015-10-06 | 1 | -7/+10 |
|/ | |||||
* | [DX] [Security] Renamed Token#getKey() to getSecret() | WouterJ | 2015-07-02 | 1 | -3/+3 |
| | |||||
* | Removed unnecessary statement from PersistentTokenBasedRememberMeServices.php | Dawid Nowak | 2015-05-07 | 1 | -1/+0 |
| | |||||
* | Removed dead code and various cleaningv2.3.25 | sarah khalil | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | [2.3] CS And DocBlock Fixes | Graham Campbell | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | made {@inheritdoc} annotations consistent across the board | Fabien Potencier | 2014-04-16 | 1 | -3/+3 |
| | |||||
* | Doctrine cannot handle bare random non-utf8 strings | Terje Bråten | 2013-03-31 | 1 | -3/+3 |
| | |||||
* | [Security] fixed wrong interface | Fabien Potencier | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | Add missing use | Xavier HAUSHERR | 2013-03-26 | 1 | -0/+1 |
| | |||||
* | Bugfix for creating cookie on loginSuccess in AbstractRememberMeServices | Terje Bråten | 2012-11-29 | 1 | -1/+0 |
| | |||||
* | Try to make sure cookies get deleted from the TokenProvider when no longer ↵ | Terje Bråten | 2012-11-21 | 1 | -4/+5 |
| | | | | in use | ||||
* | fixed CS | Fabien Potencier | 2012-10-28 | 1 | -7/+7 |
| | |||||
* | added a SecureRandomInterface | Fabien Potencier | 2012-10-28 | 1 | -2/+2 |
| | |||||
* | moved the secure random dep for remember me as a constructor argument | Fabien Potencier | 2012-10-28 | 1 | -1/+13 |
| | |||||
* | renamed Prng to SecureRandom | Fabien Potencier | 2012-10-28 | 1 | -7/+7 |
| | |||||
* | moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ↵ | Fabien Potencier | 2012-10-28 | 1 | -25/+10 |
| | | | | #3595) | ||||
* | fixed CS (missing or misplaced license blocks) | Eriksen Costa | 2012-04-02 | 1 | -9/+9 |
| | |||||
* | merged 2.0 | Fabien Potencier | 2011-10-29 | 1 | -1/+0 |
|\ | |||||
| * | removed unused use statements | Fabien Potencier | 2011-10-29 | 1 | -1/+0 |
| | | |||||
* | | Removed redundant "@return void"-s | Helmer Aaviksoo | 2011-10-07 | 1 | -1/+0 |
|/ | |||||
* | fixed CS | Fabien Potencier | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | [Security] refactored remember-me code | Johannes M. Schmitt | 2011-03-11 | 1 | -42/+32 |
| | |||||
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 1 | -19/+17 |
| | | | | | | - 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 | -1/+1 |
| | |||||
* | namespace changes | Johannes M. Schmitt | 2011-01-26 | 1 | -0/+165 |
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http |