summaryrefslogtreecommitdiffstats
path: root/Tests/Http
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
| * [appveyor] Fix failure reportingNicolas Grekas2016-02-011-0/+9
| * Static code analysisKonstantin.Myakshin2016-01-252-3/+2
| * migrate session after remember me authenticationChristian Flothmann2015-11-231-0/+63
| * [Routing] use constants in testsv2.3.34Tobias Schultze2015-10-181-1/+2
| * [2.3][SECURITY] Add remember me cookie configurationKlaas Cuvelier2015-10-063-24/+0
| * bug #14842 [Security][bugfix] "Remember me" cookie cleared on logout with cus...Fabien Potencier2015-10-053-5/+49
| |\
| | * [Security][bugfix] "Remember me" cookie cleared on logout with custom "secure...Dawid Nowak2015-10-053-5/+49
| * | trigger event with right user (add test)v2.3.31Christian Flothmann2015-06-281-0/+52
| * | Standardize the name of the exception variablesJavier Eguiluz2015-06-151-1/+1
| |/
| * minor #14670 [Security] TokenBasedRememberMeServices test to show why encodin...v2.3.30v2.3.29Fabien Potencier2015-05-211-3/+16
| |\
| | * [Security] TokenBasedRememberMeServices test to show why encoding username is...Dawid Nowak2015-05-211-3/+16
| * | [Security] AbstractRememberMeServices::encodeCookie() validates cookie partsDawid Nowak2015-05-211-0/+34
| |/
| * Fix tests in HHVMDiego Saint Esteben2015-05-111-1/+1
| * CS: Binary operators should be arounded by at least one spaceDariusz Ruminski2015-03-271-2/+2
| * 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
| * [Security] Don't destroy the session on buggy php releases.v2.3.24Alexander M. Turek2015-01-071-0/+17
| * minor #13206 [2.3] Cleanup deprecations (nicolas-grekas)Fabien Potencier2015-01-0328-280/+0
| |\
| | * [2.3] Remove useless tests skipsNicolas Grekas2015-01-0328-280/+0
| * | adapted previous commit for 2.3Fabien Potencier2015-01-031-1/+0
| * | [Security] Don't send remember cookie for sub requestblanchonvincent2015-01-031-2/+20
| |/
| * Fix phpdoc and coding standardsChristophe Coevoet2014-12-294-4/+0
| * [Security] Delete old session on auth strategy migrateAlexander Schwenn2014-12-201-1/+1
| * CS fixesGraham Campbell2014-12-032-2/+0
| * PSR-2 fixesv2.3.23Graham Campbell2014-12-021-2/+2
| * Remove aligned '=>' and '='Disquedur2014-10-264-8/+8
| * fixed CSFabien Potencier2014-09-2212-46/+47
| * Fixed incompatibility of x509 auth with nginxalcaeus2014-04-221-18/+33
| * fixed various inconsistenciesv2.3.10Fabien Potencier2014-02-114-33/+33
| * fixes PSR-0 issues in testsFabien Potencier2013-12-302-2/+2
| * [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
| * | Merge branch '2.2' into 2.3Fabien Potencier2013-09-191-1/+0
| |\ \ | | |/
| | * Fix some annotatesbronze1man2013-09-191-1/+0
* | | [Security] Split the component into 3 sub-components Core, ACL, HTTPBernhard Schussek2013-09-1829-4384/+0
* | | [Security] Keep other query string parameters when switching usersLars Vierbergen2013-08-271-0/+35
* | | Fixed typosPascal Borreli2013-08-242-2/+2
* | | removed deps checks in unit testsFabien Potencier2013-08-1928-276/+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 few new test cases for the HttpUtils and improved readabilit...v2.3.1Jakub Zalas2013-06-021-18/+127
* | [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
* | [Security] Fixed the check if an interface exists.Jakub Zalas2013-05-261-1/+1
* | [Security] Added tests for the DefaultLogoutSuccessHandler.Jakub Zalas2013-05-253-2/+48
* | [Security] Added tests for the DefaultAuthenticationSuccessHandler.Jakub Zalas2013-05-241-0/+173
* | [Security] Added tests for the DefaultAuthenticationFailureHandler.Jakub Zalas2013-05-241-0/+182
* | [Security] Added tests for the remember me ReponseListener.Jakub Zalas2013-05-241-0/+92
* | [Security] Added tests for the SessionAuthenticationStrategy.Jakub Zalas2013-05-241-0/+80
* | [Security] Added tests for the AccessMap.Jakub Zalas2013-05-241-0/+58
* | [CS Fix] Consistent coding-style of concatenation operator usageDariusz Górecki2013-04-021-6/+6
* | [Security] Return 401 when using use_forward for form authenticationGunnar Lium2013-03-231-2/+5
|/
* Merge branch '2.1' into 2.2Fabien Potencier2013-03-191-4/+4
|\
| * [Security] fixed HttpUtils class testsJean-François Simon2013-03-151-4/+4
* | Merge branch '2.1' into 2.2Fabien Potencier2013-03-151-2/+14
|\ \ | |/
| * [Security] use current request attributes to generate redirect url?Jean-François Simon2013-03-131-2/+14
* | 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
* | Merge branch '2.1'Fabien Potencier2013-01-041-1/+1
|\ \ | |/
| * [Tests] Fix namespacesFran Moreno2012-12-271-1/+1
* | Merge branch '2.1'Fabien Potencier2012-12-111-0/+5
|\ \ | |/
| * [Security] fixed path info encoding (closes #6040, closes #5695)Fabien Potencier2012-12-111-0/+5
* | Merge branch '2.1'Fabien Potencier2012-12-061-0/+181
|\ \ | |/
| * [Security] Move DigestDataTest.php inside the Security componentFran Moreno2012-12-041-0/+181
* | Try to make sure cookies get deleted from the TokenProvider when no longer in...Terje Bråten2012-11-212-9/+9
* | [Security] removed the 401 error custom status messageFabien Potencier2012-11-062-5/+0
* | [Security] fixed tests when OpenSSL is not installedFabien Potencier2012-10-281-1/+1
* | moved the secure random dep for remember me as a constructor argumentFabien Potencier2012-10-281-4/+1
* | renamed Prng to SecureRandomFabien Potencier2012-10-281-2/+2
* | moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ...Fabien Potencier2012-10-281-1/+5
|/
* [Security] fixed typo in a testFabien Potencier2012-08-311-1/+1
* merged 2.0Fabien Potencier2012-08-101-0/+43
* [Security] Extract default logout success handling logicAlexander2012-07-141-5/+7