Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | deprecate finding deep items in request parameters | Christian Flothmann | 2015-09-30 | 1 | -1/+2 |
|/ | |||||
* | [DX] Attempt to improve logging messages with parameters | Iltar van der Berg | 2015-01-16 | 1 | -2/+2 |
| | |||||
* | Remove aligned '=>' and '=' | Disquedur | 2014-11-04 | 1 | -3/+3 |
| | |||||
* | [DX] Moved constants to a final class | Iltar van der Berg | 2014-09-29 | 1 | -3/+3 |
| | |||||
* | [Security] made it possible to override the default success/failure handler | Fabien Potencier | 2014-09-23 | 1 | -9/+29 |
| | |||||
* | fixed CS | Fabien Potencier | 2014-09-22 | 1 | -2/+2 |
| | |||||
* | made {@inheritdoc} annotations consistent across the board | Fabien Potencier | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | Added doc comments | Piotr Antosik | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | Remove use of deprecated HttpKernel LoggerInterface | Jordi Boggiano | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Added failure_path_parameter to mirror target_path_parameter | Leevi Graham | 2012-12-06 | 1 | -3/+8 |
| | |||||
* | [Security] Add note to CHANGELOG about refactored authentication ↵ | Alexander | 2012-07-08 | 1 | -23/+10 |
| | | | | 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/+100 |
class [Security] Update configuration for changes regarding default failure handler [Security] Fixes + add AbstractFactory test for failure handler |