summaryrefslogtreecommitdiffstats
path: root/Guard/Authenticator/AbstractFormLoginAuthenticator.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.0' into 3.1Nicolas Grekas2016-07-011-4/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.0: [travis] Fix deps=low/high builds fixed CS skip test with current phpunit bridge Fix for #19183 to add support for new PHP MongoDB extension in sessions. [Console] Fix for block() padding formatting after #19189 [Security][Guard] check if session exist before using it bumped Symfony version to 3.0.9 updated VERSION for 3.0.8 updated CHANGELOG for 3.0.8 bumped Symfony version to 2.8.9 updated VERSION for 2.8.8 updated CHANGELOG for 2.8.8 bumped Symfony version to 2.7.16 updated VERSION for 2.7.15 update CONTRIBUTORS for 2.7.15 updated CHANGELOG for 2.7.15 Fix some lowest deps Fixed typos in the expectedException annotations Conflicts: src/Symfony/Component/HttpKernel/Kernel.php src/Symfony/Component/Security/Guard/Authenticator/AbstractFormLoginAuthenticator.php
| * [Security][Guard] check if session exist before using itJean Pasdeloup2016-06-301-2/+10
| |
* | [Security] Deprecate onAuthenticationSuccess()Ryan Weaver2016-03-311-11/+7
| |
* | Adding new TargetPathTrait to get/set the authentication "target_path"Ryan Weaver2016-03-021-1/+4
|/
* fabbotRyan Weaver2015-09-201-12/+11
|
* Adding a base class to assist with form login authenticationRyan Weaver2015-09-201-0/+104