summaryrefslogtreecommitdiffstats
path: root/Core/Tests/Authentication/Provider/RememberMeAuthenticationProviderTest.php
Commit message (Collapse)AuthorAgeFilesLines
* fixed obsolete getMock() usageFabien Potencier2016-12-191-7/+7
|
* [DX] [Security] Renamed Token#getKey() to getSecret()WouterJ2015-07-021-5/+5
|
* Merge branch '2.3' into 2.4Fabien Potencier2014-09-251-12/+8
| | | | | | | | | | | | | | | | | | | * 2.3: remove obsolete test file [FrameworkBundle] output failed matched path for clarification bug #10242 Missing checkPreAuth from RememberMeAuthenticationProvider [Validator] Fixed StaticMethodLoaderTest to actually test something [Form] Fixed ValidatorTypeGuesser to guess properties without constraints not to be required Use request format from request in twig ExceptionController [Form] Moved POST_MAX_SIZE validation from FormValidator to request handler [Form] Add a form error if post_max_size has been reached. Response::isNotModified returns true when If-Modified-Since is later than Last-Modified [WebProfilerBundle] turbolinks compatibility Conflicts: src/Symfony/Component/Form/CHANGELOG.md src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php src/Symfony/Component/Security/Core/Tests/Authentication/Provider/RememberMeAuthenticationProviderTest.php
* don't disable constructor calls to mockups of classes that extend internal ↵Christian Flothmann2014-06-211-1/+1
| | | | PHP classes
* [Security] Split the component into 3 sub-components Core, ACL, HTTPBernhard Schussek2013-09-181-0/+111