summaryrefslogtreecommitdiffstats
path: root/Tests/Http/Firewall
Commit message (Expand)AuthorAgeFilesLines
* bug #21136 [Security] use authenticated token for json authentication (fbouri...HEADorigin/masterorigin/HEADmasterFabien Potencier2017-01-031-1/+4
|\
| * use authenticated token for json authenticationFabien Bourigault2017-01-021-1/+4
* | [Security] Typo fixKévin Dunglas2017-01-031-1/+1
|/
* fixed obsolete getMock() usageFabien Potencier2016-12-191-12/+12
* Merge branch '3.2'Fabien Potencier2016-12-191-7/+7
|\
| * fixed obsolete getMock() usageFabien Potencier2016-12-191-7/+7
* | [Security] Add a JSON authentication listenerKévin Dunglas2016-12-031-0/+145
|/
* Merge branch '2.8' into 3.0Fabien Potencier2016-05-091-0/+78
|\
| * Merge branch '2.3' into 2.7v2.7.13Fabien Potencier2016-05-091-0/+78
| |\ |/ /
| * limited the maximum length of a submitted usernamev2.3.42v2.3.41origin/2.3Fabien Potencier2016-05-091-0/+78
| * remove unused variablev2.3.40Christian Flothmann2016-04-051-1/+0
| * [Security] Fixed SwitchUserListener when exiting an impersonication with Anon...Grégoire Pineau2016-04-041-0/+48
| * fix mocksChristian Flothmann2016-03-251-1/+1
| * Static code analysisKonstantin.Myakshin2016-01-251-1/+1
| * migrate session after remember me authenticationChristian Flothmann2015-11-231-0/+63
| * trigger event with right user (add test)v2.3.31Christian Flothmann2015-06-281-0/+52
| * minor #13862 [2.3] [Config] [Console] [DependencyInjection] [DomCrawler] [For...Fabien Potencier2015-03-071-3/+3
| |\
| | * [2.3] [Config] [Console] [DependencyInjection] [DomCrawler] [Form] [HttpKerne...Vladimir Reznichenko2015-03-071-3/+3
| * | CS fixesDariusz Ruminski2015-03-021-4/+4
| |/
| * [Security] Remove ContextListener's onKernelResponse listener as it is usedDave Marshall2015-02-051-3/+33
| * [2.3] Remove useless tests skipsNicolas Grekas2015-01-0310-132/+0
| * Fix phpdoc and coding standardsChristophe Coevoet2014-12-291-1/+0
| * PSR-2 fixesv2.3.23Graham Campbell2014-12-021-2/+2
| * Remove aligned '=>' and '='Disquedur2014-10-262-6/+6
| * fixed CSFabien Potencier2014-09-225-35/+35
| * Fixed incompatibility of x509 auth with nginxalcaeus2014-04-221-18/+33
| * [Security] removed obsolete commentFabien Potencier2013-12-291-1/+0
* | [Security] moved test files into the right placeFabien Potencier2015-01-081-184/+0
* | [Security] simplified some unit testsFabien Potencier2013-12-291-7/+1
* | Merge branch '2.3' into 2.4Fabien Potencier2013-12-291-0/+190
|\ \ | |/
| * [Security] made code easier to understand, added some missing unit testsFabien Potencier2013-12-291-0/+190
| * Merge branch '2.2' into 2.3v2.3.8Fabien Potencier2013-11-252-2/+2
| |\
| | * fixed @expectedException class namesv2.2.11Fabien Potencier2013-11-252-2/+2
* | | [Security] Split the component into 3 sub-components Core, ACL, HTTPBernhard Schussek2013-09-1811-2124/+0
* | | [Security] Keep other query string parameters when switching usersLars Vierbergen2013-08-271-0/+35
* | | Fixed typosPascal Borreli2013-08-241-1/+1
* | | removed deps checks in unit testsFabien Potencier2013-08-1910-128/+0
* | | [HttpKernel] added $event->isMasterRequest()Kris Wallsmith2013-08-081-2/+2
|/ /
* | Merge branch '2.2' into 2.3Fabien Potencier2013-07-203-2/+436
|\ \ | |/
| * [Security] fixed issue where authentication listeners clear unrelated tokensalcaeus2013-07-193-2/+436
* | [Security] Added tests for the SwitchUserListener.Jakub Zalas2013-06-021-0/+175
* | [Security] Added tests for the ContextListener.Jakub Zalas2013-06-021-7/+75
* | [Security] Added a test to the BasicAuthenticationListener.Jakub Zalas2013-06-021-0/+14
* | [Security] Removed an unnecessary call to sprintf() and added a test case.Jakub Zalas2013-06-021-0/+17
* | [CS Fix] Consistent coding-style of concatenation operator usageDariusz Górecki2013-04-021-6/+6
|/
* Merge branch '2.1' into 2.2Fabien Potencier2013-02-111-0/+19
|\
| * [Security] fixed session creation on login (closes #7011)Adrien Samson2013-02-071-0/+19
* | Merge branch '2.1' into 2.2Fabien Potencier2013-02-071-28/+30
|\ \ | |/
| * [Security] fixed session creation when none is needed (closes #6917)Fabien Potencier2013-02-041-28/+30
* | Remove use of deprecated HttpKernel LoggerInterfaceJordi Boggiano2013-01-091-1/+1
* | Fixed @expectedException definitions to reference absolute exception pathsBernhard Schussek2013-01-052-3/+3
|/
* [Tests] Fix namespacesFran Moreno2012-12-271-1/+1
* [Security] Move DigestDataTest.php inside the Security componentFran Moreno2012-12-041-0/+181
* merged 2.0Fabien Potencier2012-08-101-0/+43
* [Security] Extract default logout success handling logicAlexander2012-07-141-5/+7
* fixed CS (missing or misplaced license blocks)Eriksen Costa2012-04-025-0/+45
* updated license blocksEriksen Costa2012-03-312-6/+6
* moved component and bridge unit tests to the src/ directoryFabien Potencier2012-03-297-0/+1217