summaryrefslogtreecommitdiffstats
path: root/Http/Firewall/LogoutListener.php
Commit message (Expand)AuthorAgeFilesLines
* [Form] Drop remaing CsrfProviderAdapter/Interface mentionsNicolas Grekas2015-11-281-12/+3
* deprecate finding deep items in request parametersChristian Flothmann2015-09-301-1/+2
* added type-hintFabien Potencier2015-01-081-9/+6
* [Security] removed usage of the deprecated SecurityContextInterfaceFabien Potencier2015-01-081-10/+13
* Merge branch '2.3' into 2.5Fabien Potencier2014-12-221-2/+2
|\
| * [2.3] CS And DocBlock FixesGraham Campbell2014-12-221-2/+2
* | Merge branch '2.3' into 2.5v2.5.8Fabien Potencier2014-12-021-1/+1
|\ \ | |/
| * Docblock fixesGraham Campbell2014-11-301-1/+1
* | Merge branch '2.3' into 2.5Fabien Potencier2014-10-261-2/+2
|\ \ | |/
| * Remove aligned '=>' and '='Disquedur2014-10-261-2/+2
* | Merge branch '2.3' into 2.4Fabien Potencier2014-04-161-1/+1
|\ \ | |/
| * fixed types in phpdocsFabien Potencier2014-04-161-1/+1
| * Removed unused use statements.Hugo Hamon2013-10-161-1/+0
* | Removed dead code (unused use statements).Hugo Hamon2013-10-161-1/+0
* | [Security\Csrf] Split CsrfTokenGenerator into CsrfTokenManager and TokenGener...v2.4.0-BETA1Bernhard Schussek2013-10-071-11/+21
* | feature#6554 [Security] Added Security\Csrf sub-component with better token g...Fabien Potencier2013-09-301-11/+11
|\ \ | |/ |/|
| * [Security] Changed Security HTTP sub-component to depend on CSRF sub-componen...Bernhard Schussek2013-09-271-11/+11
* | Added doc commentsPiotr Antosik2013-09-191-3/+2
|/
* Fix some annotatesbronze1man2013-09-191-0/+1
* Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-191-1/+3
* [Security] Extract default logout success handling logicAlexander2012-07-141-11/+5
* fixed CSFabien Potencier2012-05-181-4/+4
* fixed phpdoc @param alignmentFabien Potencier2012-05-151-4/+4
* [Security] Use LogoutException for invalid CSRF token in LogoutListenerJeremy Mikola2012-02-141-2/+2
* [Security] Allow LogoutListener to validate CSRF tokensJeremy Mikola2012-02-141-10/+29
* [Security] Refactor LogoutListener constructor to take optionsJeremy Mikola2012-02-141-9/+9
* [Security] made the logout path check configurableFabien Potencier2011-12-231-1/+18
* merged 2.0Fabien Potencier2011-11-241-1/+0
|\
| * removed unused use statementsFabien Potencier2011-11-241-1/+0
* | Removed redundant "@return void"-sHelmer Aaviksoo2011-10-071-1/+0
|/
* [Security] added an HttpUtils class to manage logic related to Requests and R...Fabien Potencier2011-06-221-8/+9
* fixed CSFabien Potencier2011-06-131-1/+1
* made logoutPath localizable as wellNed Schwartz2011-06-101-1/+3
* storing localized targetPath in a string as opposed to updating the attributeNed Schwartz2011-06-101-4/+3
* In the spirit of 882a8e3f09c602a6f0ed3b5bd20e8d4688331500 allow for localized...Ned Schwartz2011-06-101-0/+2
* [Security] removed obsolete use statementsFabien Potencier2011-05-301-1/+0
* [Phpdoc] Cleaning/fixingPascal Borreli2011-04-231-3/+4
* [Security] removed un-needed event parameter from many interfacesJohannes Schmitt2011-03-181-1/+1
* [Security] fixed typosFabien Potencier2011-03-181-2/+2
* [Security] Fixed method names in the Firewall listenersBernhard Schussek2011-03-171-1/+1
* Switched from Doctrine's EventManager implementation to the EventManager clon...Bernhard Schussek2011-03-131-5/+5
* Merge remote branch 'symfony/master' into event-managerBernhard Schussek2011-03-131-23/+5
|\
| * [Security] removed core.security eventJohannes Schmitt2011-03-111-18/+0
| * [Security] various changes, see belowJohannes Schmitt2011-03-101-5/+5
* | Renamed EventArgs classes and adapted remaining code to EventManagerBernhard Schussek2011-03-071-3/+3
* | 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-15/+13
|/
* replaced Response::createRedirect by a new RedirectResponse classFabien Potencier2011-02-211-1/+2
* remove response as a serviceFabien Potencier2011-02-211-2/+1
* [Security] adds logout success handlerJohannes Schmitt2011-02-141-3/+15
* [Security] Refactored security context, moved getUser() implementation to tem...Johannes Schmitt2011-02-121-3/+3
* namespace changesJohannes M. Schmitt2011-01-261-0/+105