summaryrefslogtreecommitdiffstats
path: root/Csrf/TokenStorage
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '2.8' into 3.0Nicolas Grekas2016-07-053-7/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.8: [VarDumper] Fix indentation trimming in ExceptionCaster removed @since Remove and change unrelevant comments in Validator and Security components. [Validator] UuidValidator must accept a Uuid constraint. [Validator] make UuidValidator class formatting consistent. Conflicts: src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/LegacyUniqueEntityValidatorLegacyApiTest.php src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/CsrfProviderAdapter.php src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/CsrfTokenManagerAdapter.php src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/LegacyFormValidatorLegacyApiTest.php src/Symfony/Component/Security/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php src/Symfony/Component/Validator/Constraints/UuidValidator.php src/Symfony/Component/Validator/Context/LegacyExecutionContext.php src/Symfony/Component/Validator/Context/LegacyExecutionContextFactory.php src/Symfony/Component/Validator/Tests/Fixtures/StubGlobalExecutionContext.php src/Symfony/Component/Validator/Tests/Validator/AbstractLegacyApiTest.php src/Symfony/Component/Validator/Tests/Validator/AbstractTest.php src/Symfony/Component/Validator/Validator/LegacyValidator.php
| * removed @sinceFabien Potencier2016-07-043-6/+0
| |
| * Remove and change unrelevant comments in Validator and Security components.Hugo Hamon2016-07-011-1/+1
| |
* | Merge branch '2.8'Fabien Potencier2015-08-243-1/+7
|\ \ | |/ | | | | | | | | | | | | | | | | * 2.8: fixes CS fixed CS [DependencyInjection] Add missing file headers fixed typo made Symfony compatible with both Twig 1.x and 2.x [FrameworkBundle] Fix precedence of xdebug.file_link_format
| * fixes CSFabien Potencier2015-08-243-1/+7
| |
* | [3.0] Removed some old hacksGraham Campbell2014-12-301-5/+1
|/
* CS fixesGraham Campbell2014-12-042-3/+3
|
* compare version using PHP_VERSION_IDChristian Flothmann2014-11-231-1/+1
| | | | This continues the work started in #12497 on the `2.3` branch.
* fixed types in phpdocsFabien Potencier2014-04-162-2/+2
|
* [Csrf] component fixesTobias Schultze2013-10-171-1/+1
|
* [Security\Csrf] Split CsrfTokenGenerator into CsrfTokenManager and ↵v2.4.0-BETA1Bernhard Schussek2013-10-073-15/+62
| | | | TokenGenerator
* [Security] Added CSRF sub-componentBernhard Schussek2013-09-273-0/+239