This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Security/Http/RememberMe
Fabien Potencier eccfbe35a4 Merge branch '2.6' into 2.7
* 2.6:
  CS: fixes
  Translator component has default domain for null implemented no need to have default translation domain logic in 3 different places
  [Form] [TwigBridge] Bootstrap layout whitespace control
  [travis] Kill tests when a new commit has been pushed
  fixed CS
  Change behavior to mirror hash_equals() returning early if there is a length mismatch
  CS fixing
  Prevent modifying secrets as much as possible
  Update StringUtils.php
  Whitespace
  Update StringUtils.php
  StringUtils::equals() arguments in RememberMe Cookie based implementation are confused
  CS: general fixes
  [SecurityBundle] removed a duplicated service definition and simplified others.

Conflicts:
	src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml
2015-03-27 11:22:45 +01:00
..
AbstractRememberMeServices.php [DX] Attempt to improve logging messages with parameters 2015-01-16 16:11:12 +01:00
PersistentTokenBasedRememberMeServices.php Removed dead code and various cleaning 2015-01-21 21:14:55 +01:00
RememberMeServicesInterface.php minor #14038 CS: fix some license headers (keradus) 2015-03-24 17:57:18 +01:00
ResponseListener.php adapted merge to 2.5 2015-01-03 11:28:05 +01:00
TokenBasedRememberMeServices.php StringUtils::equals() arguments in RememberMe Cookie based implementation are confused 2015-03-25 09:38:46 +01:00