summaryrefslogtreecommitdiffstats
path: root/Http/Firewall/ContextListener.php
Commit message (Expand)AuthorAgeFilesLines
* use class constants instead of FQCN stringsChristian Flothmann2016-03-231-1/+3
* [Security] Use auth trust resolver to determine anonymous in ContextListenerWouterJ2016-03-231-3/+6
* Merge branch '2.6' into 2.7Nicolas Grekas2015-06-181-3/+3
|\
| * Merge branch '2.3' into 2.6Nicolas Grekas2015-06-181-3/+3
| |\
| | * Standardize the name of the exception variablesJavier Eguiluz2015-06-151-3/+3
* | | Added a small Upgrade note regarding security.contextIltar van der Berg2015-06-151-5/+1
* | | Merge branch '2.6' into 2.7Fabien Potencier2015-02-111-0/+3
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.6Fabien Potencier2015-02-111-0/+3
| |\ \ | | |/
| | * [Security] Remove ContextListener's onKernelResponse listener as it is usedDave Marshall2015-02-051-0/+3
* | | [DX] Attempt to improve logging messages with parametersIltar van der Berg2015-01-161-16/+14
* | | added type-hintFabien Potencier2015-01-081-7/+1
* | | [Security] removed usage of the deprecated SecurityContextInterfaceFabien Potencier2015-01-081-6/+12
|/ /
* | 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
* | | Allow overloading ContextListener::refreshUser()Lars Strojny2014-04-271-1/+1
|/ /
* | Merge branch '2.3' into 2.4Fabien Potencier2014-04-181-1/+1
|\ \ | |/
| * unified return null usagesFabien Potencier2014-04-161-1/+1
* | Merge branch '2.3' into 2.4Fabien Potencier2013-12-261-3/+4
|\ \ | |/
| * fix #9356 [Security] Logger should manipulate the user reloaded from providerMatthieu Auger2013-12-201-3/+4
* | Merge branch '2.3'Fabien Potencier2013-09-061-1/+3
|\ \ | |/
| * [Security] fixed a leak in the ContextListenerFabien Potencier2013-09-061-1/+3
* | [HttpKernel] added $event->isMasterRequest()Kris Wallsmith2013-08-081-3/+2
|/
* Merge branch '2.1' into 2.2Fabien Potencier2013-02-111-2/+4
|\
| * [Security] fixed session creation on login (closes #7011)Adrien Samson2013-02-071-2/+4
* | Merge branch '2.1' into 2.2Fabien Potencier2013-02-071-2/+4
|\ \ | |/
| * [Security] fixed session creation when none is needed (closes #6917)Fabien Potencier2013-02-041-2/+4
* | Remove use of deprecated HttpKernel LoggerInterfaceJordi Boggiano2013-01-091-1/+1
* | [Monolog] Mark old non-PSR3 methods as deprecatedJordi Boggiano2013-01-091-2/+2
* | Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-191-0/+2
|/
* Merge branch '2.0' into 2.1Fabien Potencier2012-12-111-0/+1
|\
| * fixed CSFabien Potencier2012-12-111-0/+1
* | Merge branch '2.0' into 2.1Fabien Potencier2012-10-021-1/+1
|\ \ | |/
| * fixed undefined variablev2.0.18James Michael DuPont2012-09-281-1/+1
| * avoid fatal error on invalid sessionv2.0.17Kris Wallsmith2012-08-071-8/+15
| * use SecurityContextInterface instead of SecurityContextv2.0.13Pierre Minnieur2012-03-091-2/+2
* | merged 2.0Fabien Potencier2012-08-101-8/+15
* | [Security] fixed automatic registration of the response listener when creatin...Fabien Potencier2012-07-061-4/+6
* | use SecurityContextInterface instead of SecurityContextPierre Minnieur2012-03-061-2/+2
* | merged 2.0Fabien Potencier2011-12-131-1/+1
|\ \ | |/
| * [DoctrineBridge] fixed some CSFabien Potencier2011-12-131-1/+1
* | added check for invalid user providersKris Wallsmith2011-12-051-0/+7
* | merged branch jmikola/2.0-LoaderResolverInterface (PR #2785)Fabien Potencier2011-12-051-0/+4
|\ \ | |/
| * check for session before trying to authentication detailsMatt Lehner2011-12-021-0/+4
* | merged 2.0Fabien Potencier2011-11-241-1/+0
|\ \ | |/
| * removed unused use statementsFabien Potencier2011-11-241-1/+0
* | [Security] Check for request's session before attempting writes.Danny Berger2011-10-251-1/+3
* | [Security] Support removing tokens from a session.Danny Berger2011-10-141-9/+7
|/
* Renamed core.* events to kernel.* and CoreEvents to KernelEventsJordi Boggiano2011-06-211-3/+3
* [Security] renamed UserProviderInterface::loadUser() to refreshUser()Fabien Potencier2011-06-161-1/+1
* merged branch kaiwa/loglevel (PR #1073)Fabien Potencier2011-06-151-1/+1
|\
| * Checked log levelskaiwa2011-05-271-1/+1
* | renamed constants to upper casedFabien Potencier2011-05-301-1/+1
* | Merge remote branch 'Seldaek/events' into events1Fabien Potencier2011-05-301-2/+2
|\ \
| * | Update Core and Security events to latest modelJordi Boggiano2011-05-261-2/+2
| |/
* | [Security] Adding tests and then fixing bug where ContextListener did no loggingRyan Weaver2011-05-261-0/+1
|/
* [Security][HttpFoundation] splits Request::hasSession() into hasSession(), an...Johannes Schmitt2011-05-051-1/+1
* renamed filterCore* to onCore*Fabien Potencier2011-03-171-1/+1
* 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
* [Security] Fixed method calls on EventDispatcherBernhard Schussek2011-03-171-1/+1
* Switched from Doctrine's EventManager implementation to the EventManager clon...Bernhard Schussek2011-03-131-13/+13
* Merge remote branch 'symfony/master' into event-managerBernhard Schussek2011-03-131-44/+19
|\
| * [Security] fixed some testsJohannes Schmitt2011-03-111-2/+2
| * [Security] removed core.security eventJohannes Schmitt2011-03-111-23/+5
| * [Security] fixed some left-oversJohannes M. Schmitt2011-03-101-2/+2
| * [Security] various changes, see belowJohannes Schmitt2011-03-101-18/+11
* | Renamed EventArgs classes and adapted remaining code to EventManagerBernhard Schussek2011-03-071-4/+5
* | 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-21/+20
|/
* namespace changesJohannes M. Schmitt2011-01-261-0/+175