summaryrefslogtreecommitdiffstats
path: root/Http/Authentication
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.0' into 3.1v3.1.3Nicolas Grekas2016-07-171-1/+7
|\
| * Merge branch '2.8' into 3.0v3.0.9origin/3.0Nicolas Grekas2016-07-171-1/+7
| |\
| | * Merge branch '2.7' into 2.8v2.8.9Nicolas Grekas2016-07-171-1/+7
| | |\
| | | * Fix the retrieval of the last username when using forwardingChristophe Coevoet2016-07-111-1/+7
* | | | Merge branch '3.0' into 3.1Fabien Potencier2016-06-292-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '2.8' into 3.0v3.0.8Fabien Potencier2016-06-292-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '2.7' into 2.8v2.8.8Fabien Potencier2016-06-292-2/+2
| | |\ \ | | | |/
| | | * removed dots at the end of @param and @returnv2.7.15Fabien Potencier2016-06-282-2/+2
* | | | Adding new TargetPathTrait to get/set the authentication "target_path"Ryan Weaver2016-03-021-2/+5
|/ / /
* | | Merge branch '2.8'Fabien Potencier2015-09-302-2/+4
|\ \ \ | |/ /
| * | deprecate finding deep items in request parametersChristian Flothmann2015-09-302-2/+4
* | | [Security] Remove deprecated interfacesNicolas Grekas2015-09-032-4/+8
|/ /
* | Merge branch '2.7' into 2.8Fabien Potencier2015-08-242-2/+3
|\ \ | |/
| * fixes CSFabien Potencier2015-08-242-2/+3
* | [Security] Moved Simple{Form,Pre}AuthenticatorInterfaces to Security\HttpWouterJ2015-07-222-0/+42
|/
* [DX] Attempt to improve logging messages with parametersIltar van der Berg2015-01-162-6/+6
* Merge branch '2.5' into 2.6Fabien Potencier2014-12-221-1/+1
|\
| * Merge branch '2.3' into 2.5Fabien Potencier2014-12-221-1/+1
| |\
| | * [2.3] CS And DocBlock FixesGraham Campbell2014-12-221-1/+1
| * | Merge branch '2.3' into 2.5Fabien Potencier2014-10-262-10/+10
| |\ \ | | |/
| | * Remove aligned '=>' and '='Disquedur2014-10-262-10/+10
* | | [2.6] CS Fixes And Removed An Unused ImportGraham Campbell2014-12-072-3/+4
* | | fix data type in docblockChristian Flothmann2014-11-241-1/+1
* | | Remove aligned '=>' and '='Disquedur2014-11-042-7/+7
* | | [DX] Moved constants to a final classIltar van der Berg2014-09-292-11/+11
* | | [Security] fix typoJacob Dreesen2014-09-251-1/+1
* | | [Security] made it possible to override the default success/failure handler (...Fabien Potencier2014-09-242-0/+94
* | | [Security] made it possible to override the default success/failure handlerFabien Potencier2014-09-232-19/+59
* | | Merge branch '2.5'Fabien Potencier2014-09-222-3/+2
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.4Fabien Potencier2014-09-221-2/+2
| |\ \ | | |/
| | * fixed CSFabien Potencier2014-09-221-2/+2
* | | [SecurityBundle] error helper added symfony/symfony#11147Boris Vujicic2014-08-311-0/+87
|/ /
* | made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-161-2/+2
* | Merge branch '2.3' into 2.4Fabien Potencier2014-04-162-2/+2
|\ \ | |/
| * made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-162-2/+2
* | Merge branch '2.3' into 2.4v2.4.3Fabien Potencier2014-03-261-3/+0
|\ \ | |/
| * Update DefaultAuthenticationSuccessHandler.phpureimers2014-03-141-3/+0
* | [Security] Added a missing field in SimpleAuthenticationHandlerJakub Zalas2013-11-211-0/+1
* | Merge branch '2.3'Fabien Potencier2013-09-291-1/+1
|\ \ | |/
| * Added doc commentsPiotr Antosik2013-09-191-1/+1
* | Merge branch '2.3'Fabien Potencier2013-09-192-0/+2
|\ \ | |/
| * Fix some annotatesbronze1man2013-09-192-0/+2
* | Revert "marked some classes as being experimental in 2.3"Fabien Potencier2013-06-131-2/+0
* | marked some classes as being experimental in 2.3Fabien Potencier2013-05-081-0/+2
* | [Security] Renamed simple_token to simple_http, added support for failure and...Jordi Boggiano2013-05-081-0/+105
|/
* Remove use of deprecated HttpKernel LoggerInterfaceJordi Boggiano2013-01-091-1/+1
* Merge branch '2.1'Fabien Potencier2012-12-111-1/+0
|\
| * fixed CSv2.1.6v2.1.5Fabien Potencier2012-12-111-1/+0
* | Added failure_path_parameter to mirror target_path_parameterLeevi Graham2012-12-061-3/+8
|/
* [Security] Fixed use_referer option not working properly when login_path is a...Albert Casademont2012-07-241-1/+1
* [Security] Remove hard dependency on $providerKey for default auth success ha...Alexander2012-07-121-6/+24
* merged branch asm89/refactor-authentication-success-handling (PR #4599)Fabien Potencier2012-07-094-2/+182
|\
| * [Security] Fix regression after rebase. Target url should be firewall dependentAlexander2012-07-081-4/+7
| * [Security] Add note to CHANGELOG about refactored authentication failure/succ...Alexander2012-07-082-31/+13
| * [Security] Update AuthenticationFailureHandlerInterface docblock. Never retur...Alexander2012-07-081-1/+1
| * [Security] Move default authentication failure handling strategy to seperate ...Alexander2012-07-082-0/+111
| * [Security] Move default authentication success handling strategy to seperate ...Alexander2012-07-082-1/+85
* | fixed CSFabien Potencier2012-07-092-2/+2
|/
* updated license blocksEriksen Costa2012-03-312-6/+6
* Authentication(Success|Failure)Handler can now return nullOlivier Dolbeau2012-01-242-2/+2
* fixed CSFabien Potencier2011-06-082-2/+2
* added missing license headersFabien Potencier2011-05-312-0/+18
* [Security] removed un-needed event parameter from many interfacesJohannes Schmitt2011-03-182-8/+2
* [Security] Fixed method names in the Firewall listenersBernhard Schussek2011-03-172-2/+2
* Switched from Doctrine's EventManager implementation to the EventManager clon...Bernhard Schussek2011-03-132-6/+6
* Renamed EventArgs classes and adapted remaining code to EventManagerBernhard Schussek2011-03-072-6/+6
* Replaced EventDispatcher by Doctrine's EventManager implementationBernhard Schussek2011-03-052-6/+6
* [Security] fixes a bug where authentication errors might have leaked confiden...Johannes Schmitt2011-02-141-5/+6
* added some doc commentsJohannes Schmitt2011-01-272-0/+42
* namespace changesJohannes M. Schmitt2011-01-262-0/+23