summaryrefslogtreecommitdiffstats
path: root/Tests
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-252-12/+16
* | | fixed testsv3.0.3Fabien Potencier2016-02-261-31/+0
* | | Merge branch '2.8' into 3.0Fabien Potencier2016-02-261-0/+31
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.7Fabien Potencier2016-02-231-0/+31
| |\ \ | | |/
| | * Validate XLIFF translation filesv2.3.38Javier Eguiluz2016-02-231-0/+31
| | * PhpUnitNoDedicateAssertFixer resultsSpacePossum2016-02-211-1/+1
| | * [appveyor] Fix failure reportingNicolas Grekas2016-02-011-0/+9
| | * minor #17480 Static code analysis (Koc)Fabien Potencier2016-01-272-3/+2
| | |\
| | | * Static code analysisKonstantin.Myakshin2016-01-252-3/+2
| | * | Fixer findings.Possum2016-01-221-0/+4
| | |/
| | * removed obsolete tests, fixed composer.jsonv2.3.37Fabien Potencier2016-01-141-201/+0
| | * use requires annotationv2.3.36Christian Flothmann2015-12-221-13/+9
| | * skip bcrypt tests on incompatible platformsChristian Flothmann2015-12-191-0/+13
| | * [Security] Enable bcrypt validation and result length tests on all PHP versionsJakub Zalas2015-12-171-6/+0
| | * [Security] Verify if a password encoded with bcrypt is no longer than 72 char...Jakub Zalas2015-12-171-2/+4
| | * migrate session after remember me authenticationChristian Flothmann2015-11-231-0/+63
| | * removed all @covers annotationsFabien Potencier2015-11-012-49/+0
| | * [Routing] use constants in testsv2.3.34Tobias Schultze2015-10-181-1/+2
| | * [ci] Fix tests requirementsNicolas Grekas2015-10-123-19/+12
| | * minor #16145 [FrameworkBundle] Fix deps=low/high tests (nicolas-grekas)Fabien Potencier2015-10-061-0/+5
| | |\
| | | * [FrameworkBundle] Fix deps=low/high testsNicolas Grekas2015-10-061-0/+5
| | * | [2.3][SECURITY] Add remember me cookie configurationKlaas Cuvelier2015-10-063-24/+0
| | |/
| | * [Security\Core] Fix test failure after sebastianbergmann/phpunit#1821Nicolas Grekas2015-10-061-1/+1
| | * 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
| | * | [Security] InMemoryUserProvider now concerns whether user's password is chang...Issei.M2015-08-101-6/+27
| | * | trigger event with right user (add test)v2.3.31Christian Flothmann2015-06-281-0/+52
| | * | Standardize the name of the exception variablesJavier Eguiluz2015-06-154-9/+9
| | |/
| | * minor #14474 [2.3] Static Code Analysis for Components (kalessil)Fabien Potencier2015-06-011-1/+1
| | |\
| | | * Php Inspections (EA Extended): - resolved possible PHP Fatal in \Symfony\...Vladimir Reznichenko2015-05-291-1/+1
| | * | [Security][Acl] enforce string identifiersChristian Flothmann2015-05-311-1/+23
| | |/
| | * 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
| | |/
| | * minor #14121 CS: Pre incrementation/decrementation should be used if possible...Fabien Potencier2015-05-156-17/+17
| | |\
| | | * CS: Pre incrementation/decrementation should be used if possibleGregor Harlan2015-04-076-17/+17
| | * | Fix tests in HHVMDiego Saint Esteben2015-05-111-1/+1
| | |/
| | * minor #14089 CS: Binary operators should be arounded by at least one space (k...Fabien Potencier2015-03-303-12/+12
| | |\
| | | * CS: Binary operators should be arounded by at least one spaceDariusz Ruminski2015-03-273-12/+12
| | * | remove useless tests that fail in php 7Tobias Schultze2015-03-271-17/+0
| | |/
| | * CS: Convert double quotes to single quotesDariusz Ruminski2015-03-213-7/+7
| | * minor #13862 [2.3] [Config] [Console] [DependencyInjection] [DomCrawler] [For...Fabien Potencier2015-03-073-11/+11
| | |\
| | | * [2.3] [Config] [Console] [DependencyInjection] [DomCrawler] [Form] [HttpKerne...Vladimir Reznichenko2015-03-073-11/+11
| | * | CS fixesDariusz Ruminski2015-03-022-10/+10
| | |/
| | * [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-0336-322/+0
| | |\
| | | * [2.3] Remove useless tests skipsNicolas Grekas2015-01-0336-322/+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-295-6/+0
| | * [2.3] CS And DocBlock FixesGraham Campbell2014-12-223-6/+8
| | * [Security] Delete old session on auth strategy migrateAlexander Schwenn2014-12-201-1/+1
| | * CS fixesGraham Campbell2014-12-035-6/+0
| | * PSR-2 fixesv2.3.23Graham Campbell2014-12-024-12/+12
| | * Docblock fixesGraham Campbell2014-11-301-0/+1
| | * compare version using PHP_VERSION_IDChristian Flothmann2014-11-171-1/+1
* | | Fix merge, removing legacy TranslationSyncStatusTestNicolas Grekas2015-10-071-63/+0
|/ /
* | [Security] sync translations and add a test for itChristian Flothmann2015-10-061-0/+63
* | Fixing test locationsRyan Weaver2015-09-232-121/+0
* | fixes CSFabien Potencier2015-08-242-2/+2
* | [PhpUnitBridge] Enforce @-silencing of deprecation notices according to new p...Nicolas Grekas2015-06-181-2/+0
* | [2.6] add @group legacyv2.6.5Nicolas Grekas2015-03-131-0/+3
* | Changed visibility of setUp() and tearDown to protectedsarah khalil2015-03-131-1/+1
* | Merge branch '2.5' into 2.6Fabien Potencier2015-01-084-437/+0
|\ \
| * | [Security] moved test files into the right placeFabien Potencier2015-01-084-437/+0
* | | [2.6] fix deprecation silencing...Nicolas Grekas2015-01-051-1/+1
* | | [2.6] cleanup deprecated usesNicolas Grekas2015-01-051-3/+3
* | | Merge branch '2.5'Fabien Potencier2014-10-261-2/+2
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.5Fabien Potencier2014-10-261-2/+2
| |\ \ | | |/
| | * Remove aligned '=>' and '='Disquedur2014-10-266-11/+11
| | * bug #10242 Missing checkPreAuth from RememberMeAuthenticationProviderv2.3.20Mathieu Morlon2014-09-241-12/+8
| | * fixed CSFabien Potencier2014-09-2222-75/+88
| | * [Security] Added more testsMarc Torres2014-09-151-0/+42
| | * [Security] Add more tests for StringUtils::equalsKévin Dunglas2014-09-041-3/+41
| | * [Security] Add check for supported attributes in AclVoterv2.3.16v2.3.15v2.3.14Arturs Vonda2014-05-081-2/+29
| | * Fixed incompatibility of x509 auth with nginxalcaeus2014-04-221-18/+33
| | * [Security] Replace exception mocks with actual exception instances.v2.3.12Jakub Zalas2014-04-015-13/+17
| | * fixed various inconsistenciesv2.3.10Fabien Potencier2014-02-118-48/+48
* | | [DX] Moved constants to a final classIltar van der Berg2014-09-291-0/+30
* | | [Security] add an AbstractVoter implementationRoman Marintšenko2014-09-231-0/+90
|/ /
* | Merge branch '2.3' into 2.4Fabien Potencier2013-12-313-0/+253
|\ \ | |/
| * [Security] fixed pre/post authentication checksFabien Potencier2013-12-311-16/+16
| * fixes PSR-0 issues in testsFabien Potencier2013-12-307-4/+4
| * bug #8997 [Security] Fixed problem with losing ROLE_PREVIOUS_ADMIN role. (paw...Fabien Potencier2013-12-291-1/+43
| |\
| | * [Security] Fixed problem with losing ROLE_PREVIOUS_ADMIN role.Paweł Wacławczyk2013-12-291-1/+43
| * | [Security] removed obsolete commentFabien Potencier2013-12-291-1/+0
* | | [Security] simplified some unit testsFabien Potencier2013-12-291-7/+1