summaryrefslogtreecommitdiffstats
path: root/Http/Firewall/SwitchUserListener.php
Commit message (Expand)AuthorAgeFilesLines
* [Security] Expose the required roles in AccessDeniedExceptionTristan Darricau2016-07-291-1/+4
* Merge branch '2.3' into 2.7Fabien Potencier2016-04-051-1/+2
|\
| * [Security] Fixed SwitchUserListener when exiting an impersonication with Anon...Grégoire Pineau2016-04-041-1/+2
* | Merge branch '2.6' into 2.7Fabien Potencier2015-07-261-2/+2
|\ \
| * \ Merge branch '2.3' into 2.6v2.6.11Fabien Potencier2015-07-261-2/+2
| |\ \ | | |/
| | * [Security] removed useless else condition in SwitchUserListener class.Hugo Hamon2015-07-221-2/+2
* | | Merge branch '2.6' into 2.7Nicolas Grekas2015-07-011-1/+2
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.6Nicolas Grekas2015-06-301-1/+2
| |\ \ | | |/
| | * [Security] Initialize SwitchUserEvent::targetUser on attemptExitUserRichard van Laak2015-06-281-1/+2
* | | [DX] Attempt to improve logging messages with parametersIltar van der Berg2015-01-161-1/+1
* | | added type-hintFabien Potencier2015-01-081-7/+1
* | | [Security] removed usage of the deprecated SecurityContextInterfaceFabien Potencier2015-01-081-9/+12
|/ /
* | Merge branch '2.3'Fabien Potencier2013-08-301-2/+2
|\ \ | |/
| * [Security] fixed some phpdocFabien Potencier2013-08-301-2/+2
* | [Security] Keep other query string parameters when switching usersLars Vierbergen2013-08-271-1/+3
|/
* Remove use of deprecated HttpKernel LoggerInterfaceJordi Boggiano2013-01-091-1/+1
* Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-191-0/+7
* [SecurityBundle] Allow switching to the user that is already impersonated (fi...Andreas Hucks2012-03-151-6/+10
* removed unused use statementsFabien Potencier2011-11-241-1/+0
* merged branch kaiwa/loglevel (PR #1073)Fabien Potencier2011-06-151-2/+2
|\
| * Checked log levelskaiwa2011-05-271-2/+2
* | [Security] fixed event namesFabien Potencier2011-05-301-2/+2
* | Update Core and Security events to latest modelJordi Boggiano2011-05-261-3/+3
|/
* fixes a bug in the SwitchUserListenerJohannes M. Schmitt2011-04-191-1/+4
* [Security] Remove duplicated namespace in SwitchUserListenerornicar2011-03-181-1/+0
* renamed some methods in the event dispatcherFabien Potencier2011-03-171-2/+2
* [Security] Fixed method names in the Firewall listenersBernhard Schussek2011-03-171-1/+1
* [Security] Fixed calls to EventDispatcher::dispatchEvent()Bernhard Schussek2011-03-131-1/+1
* Switched from Doctrine's EventManager implementation to the EventManager clon...Bernhard Schussek2011-03-131-15/+15
* Merge remote branch 'symfony/master' into event-managerBernhard Schussek2011-03-131-36/+17
|\
| * [Security] removed core.security eventJohannes Schmitt2011-03-111-21/+2
| * [Security] various changes, see belowJohannes Schmitt2011-03-101-18/+17
* | 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-20/+21
|/
* [Security] Fixed typoPascal Borreli2011-02-261-1/+1
* replaced Response::createRedirect by a new RedirectResponse classFabien Potencier2011-02-211-1/+2
* remove response as a serviceFabien Potencier2011-02-211-2/+1
* [Security] Refactored security context, moved getUser() implementation to tem...Johannes Schmitt2011-02-121-2/+2
* Revert "[Security] Missing Event namespace in SwitchUserListener"Fabien Potencier2011-02-021-1/+0
* [Security] Missing Event namespace in SwitchUserListenerJeremy Mikola2011-02-021-0/+1
* [Security] some bug fixesJohannes M. Schmitt2011-02-021-0/+1
* [Security] fixed typoBulat Shakirzyanov2011-01-281-1/+1
* added two events "security.interactive_login", and "security.switch_user"Johannes M. Schmitt2011-01-271-0/+11
* namespace changesJohannes M. Schmitt2011-01-261-0/+184