summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.3' into 2.5v2.5.12v2.5.11v2.5.10origin/2.5Fabien Potencier2015-01-255-12/+5
|\
| * Removed dead code and various cleaningv2.3.25sarah khalil2015-01-215-12/+5
* | [Security] moved test files into the right placeFabien Potencier2015-01-084-4/+4
* | Merge branch '2.3' into 2.5v2.5.9Fabien Potencier2015-01-072-1/+21
|\ \ | |/
| * [Security] Don't destroy the session on buggy php releases.v2.3.24Alexander M. Turek2015-01-072-1/+21
* | Merge branch '2.3' into 2.5Fabien Potencier2015-01-051-1/+1
|\ \ | |/
| * add missing param names to @param annotationChristian Flothmann2015-01-041-1/+1
* | [Form] fix Context\ExecutionContextInterface mockNicolas Grekas2015-01-051-1/+1
* | [2.5] cleanup deprecated usesNicolas Grekas2015-01-051-1/+2
* | Merge branch '2.3' into 2.5Nicolas Grekas2015-01-032-5/+1
|\ \ | |/
| * minor #13206 [2.3] Cleanup deprecations (nicolas-grekas)Fabien Potencier2015-01-0337-323/+1
| |\
| | * [2.3] Remove useless tests skipsNicolas Grekas2015-01-0336-322/+0
| | * [2.3] Cleanup deprecationsNicolas Grekas2015-01-031-1/+1
* | | Merge branch '2.3' into 2.5Fabien Potencier2015-01-031-2/+4
|\ \ \ | |/ /
| * | minor #13211 [Security] fixed wrong phpdoc (fabpot)Fabien Potencier2015-01-031-2/+4
| |\ \
| | * | [Security] fixed wrong phpdocFabien Potencier2015-01-031-2/+4
| | |/
* | | adapted merge to 2.5Fabien Potencier2015-01-032-3/+2
* | | Merge branch '2.3' into 2.5Fabien Potencier2015-01-032-1/+23
|\ \ \ | |/ /
| * | adapted previous commit for 2.3Fabien Potencier2015-01-032-2/+2
| * | [Security] Don't send remember cookie for sub requestblanchonvincent2015-01-032-2/+24
| |/
* | Merge branch '2.3' into 2.5Fabien Potencier2015-01-032-2/+4
|\ \ | |/
| * Fixes various phpdoc and coding standards.Hugo Hamon2015-01-021-1/+3
| * Updated copyright to 2015Saro0h2015-01-011-1/+1
* | Updated copyright to 2015Saro0h2015-01-014-4/+4
* | Merge branch '2.3' into 2.5Fabien Potencier2014-12-301-1/+1
|\ \ | |/
| * minor #13147 [2.3] for consistency, use value of DIRECTORY_SEPARATOR to detec...Fabien Potencier2014-12-301-1/+1
| |\
| | * use value of DIRECTORY_SEPARATOR to detect WindowsChristian Flothmann2014-12-301-1/+1
* | | Merge branch '2.3' into 2.5Fabien Potencier2014-12-308-9/+5
|\ \ \ | |/ /
| * | Updated generateSql toolJoshua Thijssen2014-12-301-2/+2
| * | Fix phpdoc and coding standardsChristophe Coevoet2014-12-297-7/+3
| |/
* | No global state for isolated tests and other fixesFabien Potencier2014-12-291-0/+1
* | [2.5] silence deprecation notices in new componentsNicolas Grekas2014-12-244-0/+16
* | Merge branch '2.3' into 2.5Fabien Potencier2014-12-2256-150/+155
|\ \ | |/
| * [2.3] CS And DocBlock FixesGraham Campbell2014-12-2256-150/+155
* | [Security] Fixed testsSaro0h2014-12-211-0/+168
* | Merge branch '2.3' into 2.5Fabien Potencier2014-12-204-177/+6
|\ \ | |/
| * bug #13048 [Security] Delete old session on auth strategy migrate (xelaris)Fabien Potencier2014-12-202-2/+2
| |\
| | * [Security] Delete old session on auth strategy migrateAlexander Schwenn2014-12-202-2/+2
| * | [Tests] Silenced all deprecations in tests for 2.3sarah khalil2014-12-182-168/+4
| |/
* | Test lowest versions of dependenciesNicolas Grekas2014-12-162-2/+4
* | Merge remote-tracking branch 'symfony/2.3' into lowest-25Nicolas Grekas2014-12-151-1/+2
|\ \ | |/
| * Test components using their lowest possible depsNicolas Grekas2014-12-151-2/+3
| * Fixed the AuthenticationProviderInterface alignmentGraham Campbell2014-12-091-8/+8
* | fix phpdoc's alignmentDariusz Rumiński2014-12-091-8/+8
* | Merge branch '2.3' into 2.5Fabien Potencier2014-12-081-7/+7
|\ \ | |/
| * minor #12887 [2.3] CS Fixes: fix phpdoc's alignment (keradus)Fabien Potencier2014-12-071-7/+7
| |\
| | * fix phpdoc's alignmentDariusz Rumiński2014-12-071-7/+7
| * | Minor phpcs fixesJeroen Thora2014-12-071-1/+1
| |/
* | CS fixesGraham Campbell2014-12-046-12/+16
* | Merge branch '2.3' into 2.5Fabien Potencier2014-12-048-9/+1
|\ \ | |/
| * CS fixesGraham Campbell2014-12-038-9/+1
* | Merge branch '2.3' into 2.5v2.5.8Fabien Potencier2014-12-0242-160/+220
|\ \ | |/
| * PSR-2 fixesv2.3.23Graham Campbell2014-12-027-20/+20
| * minor #12774 Docblock Fixes (GrahamCampbell)Fabien Potencier2014-11-3037-141/+201
| |\
| | * Docblock fixesGraham Campbell2014-11-3037-141/+201
| * | Tweaked the password-compat version constraintGraham Campbell2014-11-301-1/+1
| |/
* | compare version using PHP_VERSION_IDChristian Flothmann2014-11-232-2/+2
* | Merge branch '2.3' into 2.5v2.5.7Fabien Potencier2014-11-204-2/+144
|\ \ | |/
| * Azerbaijani localev2.3.22Farhad Safarov2014-11-192-0/+142
| * compare version using PHP_VERSION_IDChristian Flothmann2014-11-172-2/+2
* | Merge branch '2.3' into 2.5Fabien Potencier2014-11-163-0/+146
|\ \ | |/
| * Add machine readable eventsDaniel Wehner2014-11-161-0/+4
| * [Translations] Added missing Hebrew language trans-unit sourcesMichael H. Arieli2014-11-122-0/+142
* | Remove aligned '=>' and '='Disquedur2014-10-302-5/+5
* | Merge branch '2.3' into 2.5Fabien Potencier2014-10-2620-87/+87
|\ \ | |/
| * minor #12293 Remove aligned '=>' and '=' (disquedur)Fabien Potencier2014-10-2619-83/+83
| |\
| | * Remove aligned '=>' and '='Disquedur2014-10-2619-83/+83
| * | Improved the phpdoc for security token classesChristophe Coevoet2014-10-242-5/+5
| |/
* | Merge branch '2.3' into 2.5v2.5.6Fabien Potencier2014-10-241-0/+71
|\ \ | |/
| * Lithuanian security translationsv2.3.21Tadas Gliaubicas2014-10-151-0/+71
* | fixed CSFabien Potencier2014-10-011-1/+2
* | [Security][Http][Authentication] Make a test pass on HHVMAlex Bakhturin2014-10-011-1/+2
* | Merge branch '2.4' into 2.5v2.5.5Fabien Potencier2014-09-282-2/+2
|\ \
| * | fixed some composer.json to make standalone component tests passv2.4.10origin/2.4Fabien Potencier2014-09-272-2/+2
* | | [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2....Bernhard Schussek2014-09-251-1/+2
* | | Merge branch '2.4' into 2.5Bernhard Schussek2014-09-253-13/+15
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.4Fabien Potencier2014-09-252-13/+9
| |\ \ | | |/
| | * bug #10242 Missing checkPreAuth from RememberMeAuthenticationProviderv2.3.20Mathieu Morlon2014-09-242-13/+9
| * | fixed bugFabien Potencier2014-09-241-5/+6
| * | added the possibility to return null from SimplePreAuthenticationListeneradenkejawen2014-09-231-2/+7
* | | Merge branch '2.4' into 2.5Fabien Potencier2014-09-2232-111/+127
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.4Fabien Potencier2014-09-2234-119/+135
| |\ \ | | |/
| | * fixed CSFabien Potencier2014-09-2233-118/+134
* | | Merge branch '2.4' into 2.5Fabien Potencier2014-09-174-5/+96
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.4Fabien Potencier2014-09-174-5/+96
| |\ \ | | |/
| | * [Security] Added more testsMarc Torres2014-09-151-0/+42
| | * minor #11822 [Security] Use hash_equals for constant-time string comparison (...Fabien Potencier2014-09-102-4/+50
| | |\
| | | * [Security] Add more tests for StringUtils::equalsKévin Dunglas2014-09-041-3/+41
| | | * [Security] Use hash_equals for constant-time string comparisonKévin Dunglas2014-09-041-1/+9
| | * | [Security] Fix usage of unexistent method in DoctrineAclCache.Morgan Auchede2014-09-051-1/+4
| | |/
* | | Merge branch '2.4' into 2.5v2.5.4Fabien Potencier2014-09-031-41/+3
|\ \ \ | |/ /
| * | Revert "minor #11808 [Security] Add more tests for StringUtils::equals (dungl...v2.4.9Fabien Potencier2014-09-031-41/+3
* | | Merge branch '2.4' into 2.5Fabien Potencier2014-09-032-11/+45
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.4Fabien Potencier2014-09-031-8/+4
| |\ \ | | |/
| | * fixing typo in a commentv2.3.19Christian Flothmann2014-09-011-1/+1
| | * minor #11574 [Security] Made optimization on constant-time algorithm removing...Fabien Potencier2014-08-311-8/+4
| | |\
| | | * Made optimization deprecating modulus operatorYosmany Garcia2014-08-141-8/+4
| * | | [Security] Add more tests for StringUtils::equalsKévin Dunglas2014-09-011-3/+41
* | | | Merge branch '2.4' into 2.5Fabien Potencier2014-08-261-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '2.3' into 2.4Fabien Potencier2014-08-261-1/+1
| |\ \ \ | | |/ /