Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.0' into 3.1 | Fabien Potencier | 2016-06-29 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | * 3.0: fixed CS fixed CS fixed form tests [Console] Fix formatting of SymfonyStyle::comment() [Form] fix post max size translation type extension for >= 2.8 removed dots at the end of @param and @return fixed typo | ||||
| * | Merge branch '2.7' into 2.8v2.8.8 | Fabien Potencier | 2016-06-29 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | * 2.7: removed dots at the end of @param and @return fixed typo | ||||
| | * | removed dots at the end of @param and @returnv2.7.15 | Fabien Potencier | 2016-06-28 | 1 | -1/+1 |
| | | | |||||
* | | | Adding new TargetPathTrait to get/set the authentication "target_path" | Ryan Weaver | 2016-03-02 | 1 | -2/+5 |
|/ / | |||||
* | | deprecate finding deep items in request parameters | Christian Flothmann | 2015-09-30 | 1 | -1/+2 |
|/ | |||||
* | Remove aligned '=>' and '=' | Disquedur | 2014-11-04 | 1 | -4/+4 |
| | |||||
* | [Security] made it possible to override the default success/failure handler | Fabien Potencier | 2014-09-23 | 1 | -10/+30 |
| | |||||
* | made {@inheritdoc} annotations consistent across the board | Fabien Potencier | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | Update DefaultAuthenticationSuccessHandler.php | ureimers | 2014-03-14 | 1 | -3/+0 |
| | |||||
* | fixed CSv2.1.6v2.1.5 | Fabien Potencier | 2012-12-11 | 1 | -1/+0 |
| | |||||
* | [Security] Fixed use_referer option not working properly when login_path is ↵ | Albert Casademont | 2012-07-24 | 1 | -1/+1 |
| | | | | | | | | | | a route name When use_referer is set to true and the request comes from the login page, the user should not be redirected to the login form again (the referer) but to the default_target_path. The problem arises when our login_path option is not a path but a route name, as the ```getUriForPath()``` method is not made to create routes from route names. | ||||
* | [Security] Remove hard dependency on $providerKey for default auth success ↵ | Alexander | 2012-07-12 | 1 | -6/+24 |
| | | | | handler | ||||
* | [Security] Fix regression after rebase. Target url should be firewall dependent | Alexander | 2012-07-08 | 1 | -4/+7 |
| | |||||
* | [Security] Add note to CHANGELOG about refactored authentication ↵ | Alexander | 2012-07-08 | 1 | -8/+3 |
| | | | | failure/success handling [Security] Various CS + doc fixes [Security] Exception when authentication failure/success handlers do not return a response [Security] Add authors + fix docblock | ||||
* | [Security] Move default authentication failure handling strategy to seperate ↵ | Alexander | 2012-07-08 | 1 | -0/+11 |
| | | | | class [Security] Update configuration for changes regarding default failure handler [Security] Fixes + add AbstractFactory test for failure handler | ||||
* | [Security] Move default authentication success handling strategy to seperate ↵ | Alexander | 2012-07-08 | 1 | -0/+84 |
class [Security] Update configuration for changes regarding default success handler [Security] Fix + add AbstractFactory test |