summaryrefslogtreecommitdiffstats
path: root/Http/Firewall/AbstractAuthenticationListener.php
Commit message (Expand)AuthorAgeFilesLines
* [DX] Attempt to improve logging messages with parametersIltar van der Berg2015-01-161-2/+2
* added type-hintFabien Potencier2015-01-081-15/+12
* [Security] removed usage of the deprecated SecurityContextInterfaceFabien Potencier2015-01-081-17/+20
* 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.5'Fabien Potencier2014-10-261-8/+8
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.5Fabien Potencier2014-10-261-8/+8
| |\ \ | | |/
| | * Remove aligned '=>' and '='Disquedur2014-10-261-8/+8
* | | [DX] Moved constants to a final classIltar van der Berg2014-09-291-2/+3
|/ /
* | [Security] removed an unused parameter in some private methodsv2.5.0-RC1v2.5.0Issei.M2014-05-171-4/+4
|/
* fixed types in phpdocsFabien Potencier2014-04-161-1/+1
* Merge branch '2.2' into 2.3Fabien Potencier2013-08-221-0/+1
|\
| * added a missing use statement (closes #8808)Fabien Potencier2013-08-211-0/+1
* | Merge branch '2.2' into 2.3Fabien Potencier2013-07-201-1/+4
|\ \ | |/
| * [Security] fixed issue where authentication listeners clear unrelated tokensalcaeus2013-07-191-1/+4
* | Merge branch '2.2' into 2.3v2.3.2Fabien Potencier2013-07-111-1/+1
|\ \ | |/
| * Just a Typov2.2.4Moritz Borgmann2013-07-111-1/+1
* | merged branch adrienbrault/security-feature (PR #4776)Fabien Potencier2013-03-231-1/+9
|\ \ | |/ |/|
| * [Security] Add an option to disable the hasPreviousSession() check in Abstrac...Adrien BRAULT2012-07-091-1/+2
* | Remove use of deprecated HttpKernel LoggerInterfaceJordi Boggiano2013-01-091-1/+1
* | Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-191-0/+5
* | Code cleanupv2.1.3Mario A. Alvarez Garcia2012-10-221-1/+0
* | merged branch KaipiYann/Fix-DocBlock-attemptAuthentication (PR #4996)Fabien Potencier2012-07-211-1/+1
|\ \
| * | [Security] Fix DocBlock of attemptAuthenticationKaipi Yann2012-07-201-1/+1
| |/
* | merged branch asm89/refactor-authentication-success-handling (PR #4599)Fabien Potencier2012-07-091-74/+13
|\ \
| * | [Security] Add note to CHANGELOG about refactored authentication failure/succ...Alexander2012-07-081-5/+15
| * | [Security] Move default authentication failure handling strategy to seperate ...Alexander2012-07-081-32/+2
| * | [Security] Move default authentication success handling strategy to seperate ...Alexander2012-07-081-43/+2
| |/
* | fixed CSFabien Potencier2012-07-091-1/+1
|/
* Make the session entry for the target url firewall dependent.Uwe Jäger2012-05-251-2/+2
* fixed CSFabien Potencier2012-05-181-8/+8
* fixed phpdoc @param alignmentFabien Potencier2012-05-151-7/+7
* [Security] fixed English grammar in exception messageDouglas Greenshields2012-05-011-1/+1
* Authentication(Success|Failure)Handler can now return nullOlivier Dolbeau2012-01-241-2/+6
* merged 2.0Fabien Potencier2011-12-181-1/+1
|\
| * fixed CSFabien Potencier2011-12-181-1/+1
* | Redirect to default_target_path if use_referer is true and the referer is the...Henrik Westphal2011-10-301-1/+1
|/
* increased visibility of httpUtils propertyJohannes Schmitt2011-08-181-1/+2
* [Security] changed order of checks to check for more specific things firstJohannes Schmitt2011-07-131-8/+8
* [Security] added an HttpUtils class to manage logic related to Requests and R...Fabien Potencier2011-06-221-11/+11
* Renamed core.* events to kernel.* and CoreEvents to KernelEventsJordi Boggiano2011-06-211-1/+0
* [Security] reverted some changes from previous mergeFabien Potencier2011-06-151-4/+1
* merged branch kaiwa/loglevel (PR #1073)Fabien Potencier2011-06-151-2/+5
|\
| * Checked log levelskaiwa2011-05-271-2/+5
* | [Security] fixed sub-requests creation (closes #1212)Fabien Potencier2011-06-081-1/+1
* | Added the support of the locale in the login path and the check pathChristophe Coevoet2011-06-061-5/+7
* | merged origin/masterFabien Potencier2011-05-311-1/+1
|\ \
| * | [Security] fixed wrong function callFabien Potencier2011-05-301-1/+1
* | | merged origin/masterFabien Potencier2011-05-301-1/+10
|\ \ \ | |/ /
| * | Merge branch 'master' of http://github.com/symfony/symfony into securityJohannes M. Schmitt2011-05-301-5/+10
| |\ \
| * | | [Security/Http] better error message when session times out, or cookies are d...Johannes Schmitt2011-05-141-0/+9
| * | | [Security/Http] {_locale} can be used as placeholder in target path generationJohannes Schmitt2011-05-141-1/+1
| | |/ | |/|
* | | [Security] fixed event namesFabien Potencier2011-05-301-1/+1
* | | Merge remote branch 'Seldaek/events' into events1Fabien Potencier2011-05-301-3/+3
|\ \ \ | |_|/ |/| |
| * | Update Core and Security events to latest modelJordi Boggiano2011-05-261-3/+3
| |/
* | [Various] Fixed phpdocPascal Borreli2011-05-291-5/+10
|/
* [Security] use deep flag when retrieving username + passwordJohannes Schmitt2011-05-101-1/+1
* [SecurityBundle] fixed missing argument EventDisplatcher in RememberMe serviceAlexey Popkov2011-03-241-0/+1
* Fixing failure on forward which was broken by Event refactoringMiha Vrhovnik2011-03-191-1/+1
* [Security] removed un-needed event parameter from many interfacesJohannes Schmitt2011-03-181-2/+2
* fixed various bugs introduced during the event system migrationFabien Potencier2011-03-181-0/+2
* renamed some methods in the event dispatcherFabien Potencier2011-03-171-1/+1
* [Security] Fixed method names in the Firewall listenersBernhard Schussek2011-03-171-1/+1
* Merge remote branch 'symfony/master' into event-managerBernhard Schussek2011-03-171-2/+2
|\
| * [Security] added some finals, some visibility changesJohannes M. Schmitt2011-03-131-1/+1
* | Switched from Doctrine's EventManager implementation to the EventManager clon...Bernhard Schussek2011-03-131-18/+18
* | Merge remote branch 'symfony/master' into event-managerBernhard Schussek2011-03-131-44/+26
|\ \ | |/
| * [Security] removed core.security eventJohannes Schmitt2011-03-111-21/+2
| * [Security] fixed some left-oversJohannes M. Schmitt2011-03-101-2/+2
| * [Security] various changes, see belowJohannes Schmitt2011-03-101-24/+24
* | Renamed EventArgs classes and adapted remaining code to EventManagerBernhard Schussek2011-03-071-4/+4
* | Merge remote branch 'symfony/master' into event-managerBernhard Schussek2011-03-071-2/+2
|\ \ | |/
| * replaced symfony-project.org by symfony.comFabien Potencier2011-03-061-2/+2
* | Replaced EventDispatcher by Doctrine's EventManager implementationBernhard Schussek2011-03-051-28/+26
|/
* [Security] Removed useless elsePascal Borreli2011-02-271-7/+7
* replaced Response::createRedirect by a new RedirectResponse classFabien Potencier2011-02-211-2/+3
* remove response as a serviceFabien Potencier2011-02-211-6/+2
* [Security] fixes a bug where authentication errors might have leaked confiden...Johannes Schmitt2011-02-141-4/+3
* [Security] Fixed missed argument in call custom handler when authentication i...Deni2011-02-131-1/+1
* [Security] fixes some regressionsJohannes M. Schmitt2011-02-131-4/+4
* [Security] Refactored security context, moved getUser() implementation to tem...Johannes Schmitt2011-02-121-3/+3
* added two events "security.interactive_login", and "security.switch_user"Johannes M. Schmitt2011-01-271-1/+3
* namespace changesJohannes M. Schmitt2011-01-261-0/+285