summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updated LICENSE yearv2.7.23origin/2.7Fabien Potencier2017-01-025-5/+5
* fixed @return when returning this or staticFabien Potencier2016-12-273-7/+7
* fixed obsolete getMock() usageFabien Potencier2016-12-1966-488/+488
* bug #20734 [Security] AbstractVoter->supportsAttribute gives false positive i...Fabien Potencier2016-12-142-1/+72
|\
| * [Security] AbstractVoter method supportsAttribute gives false positive if att...Martynas Narbutas2016-12-032-1/+72
* | fix the docblock in regard to the role argumentv2.7.22Christian Flothmann2016-12-063-3/+3
|/
* minor #20626 Tag missing internals (ogizanagi)Nicolas Grekas2016-11-251-2/+2
|\
| * Tag missing internalsMaxime Steinhausser2016-11-251-2/+2
* | [HttpKernel] Revert BC breaking change of Request::isMethodSafe()Nicolas Grekas2016-11-231-1/+1
|/
* DX: replace @link with @see annotationv2.7.21Dariusz Ruminski2016-11-131-1/+1
* bug #19725 [Security] $attributes can be anything, but RoleVoter assumes stri...v2.7.20Fabien Potencier2016-10-052-1/+12
|\
| * bug #18042 [Security] $attributes can be anything, but RoleVoter assumes stringsJonatan Männchen2016-09-212-1/+12
* | Security and validators messages translation to Latvianv2.7.19Rikijs Murgs2016-09-222-0/+142
|/
* minor #19868 [Security] Optimize RoleHierarchy's buildRoleMap method (Enleur)v2.7.18Fabien Potencier2016-09-061-2/+10
|\
| * [Security] Optimize RoleHierarchy's buildRoleMap methodEnleur2016-09-061-2/+10
* | Code enhancement and cleanupYonel Ceruto2016-09-061-1/+1
* | minor #19736 [FrameworkBundle][Security] Remove useless mocks (Ener-Getick)v2.7.17Fabien Potencier2016-08-257-11/+17
|\ \
| * | [FrameworkBundle][Security] Remove useless mocksEner-Getick2016-08-257-11/+17
* | | SecurityBundle:BasicAuthenticationListener: removed a default argument on get...Dawid Nowak2016-08-011-1/+1
|/ /
* | Minor fixesv2.7.16Vyacheslav Pavlov2016-07-301-2/+0
* | Fixed bugs in names of classes and methods.Vyacheslav Pavlov2016-07-261-1/+1
* | Fix the retrieval of the last username when using forwardingChristophe Coevoet2016-07-111-1/+7
* | removed @sinceFabien Potencier2016-07-047-14/+0
* | Remove and change unrelevant comments in Validator and Security components.Hugo Hamon2016-07-011-1/+1
* | removed dots at the end of @param and @returnv2.7.15Fabien Potencier2016-06-288-8/+8
* | `@throws` annotations should go after `@return`v2.7.14Nicolas Grekas2016-06-065-18/+18
* | Merge branch '2.3' into 2.7v2.7.13Fabien Potencier2016-05-095-0/+90
|\ \
| * | limited the maximum length of a submitted usernamev2.3.42v2.3.41origin/2.3Fabien Potencier2016-05-093-0/+84
* | | Merge branch '2.3' into 2.7Fabien Potencier2016-05-092-2/+2
|\ \ \ | |/ /
| * | minor #18727 [2.3][Component/Security] Fixed phpdoc in AnonymousToken constru...Fabien Potencier2016-05-092-2/+2
| |\ \
| | * | [2.3][Component/Security] Fixed phpdoc in AnonymousToken constructor for user...Erik van Wingerden2016-05-092-2/+2
* | | | Merge branch '2.3' into 2.7Fabien Potencier2016-05-031-0/+4
|\ \ \ \ | |/ / /
| * | | add @Event annotation for AuthenticationEventsDaniel Espendiller2016-05-031-0/+4
* | | | Merge branch '2.3' into 2.7v2.7.12Christian Flothmann2016-04-091-1/+0
|\ \ \ \ | |/ / /
| * | | remove unused variablev2.3.40Christian Flothmann2016-04-051-1/+0
* | | | mock the proper methodChristian Flothmann2016-04-051-1/+7
* | | | Merge branch '2.3' into 2.7Fabien Potencier2016-04-052-1/+50
|\ \ \ \ | |/ / /
| * | | [Security] Fixed SwitchUserListener when exiting an impersonication with Anon...Grégoire Pineau2016-04-042-1/+50
| |/ /
* | | fix mocksv2.7.11Christian Flothmann2016-03-251-1/+1
* | | Merge branch '2.3' into 2.7Nicolas Grekas2016-03-252-12/+16
|\ \ \ | |/ / | | / | |/ |/|
| * fix mocksChristian Flothmann2016-03-252-12/+16
| * minor #18119 [Hack Day] Issue for newcomers (2). Replace perfom by perform (J...v2.3.39Fabien Potencier2016-03-121-1/+1
| |\
| | * replace perfom by performjuanluisgarciaborrego2016-03-121-1/+1
* | | [2.7] update readme files for new componentsChristian Flothmann2016-03-074-48/+20
* | | Merge branch '2.3' into 2.7Fabien Potencier2016-03-041-16/+11
|\ \ \ | |/ /
| * | Updated all the README filesJavier Eguiluz2016-03-041-16/+11
* | | [Security] added some testsv2.7.10Fabien 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
* | | Fix mergeNicolas Grekas2016-02-221-2/+2
* | | Merge branch '2.3' into 2.7Nicolas Grekas2016-02-221-2/+2
|\ \ \ | |/ /
| * | PhpUnitNoDedicateAssertFixer resultsSpacePossum2016-02-211-1/+1
| * | Improve Norwegian translationsValentin Jonovs2016-02-201-2/+2
* | | Merge branch '2.3' into 2.7Nicolas Grekas2016-02-011-0/+9
|\ \ \ | |/ /
| * | [appveyor] Fix failure reportingNicolas Grekas2016-02-011-0/+9
* | | Merge branch '2.3' into 2.7Fabien Potencier2016-01-272-3/+2
|\ \ \ | |/ /
| * | minor #17480 Static code analysis (Koc)Fabien Potencier2016-01-273-4/+3
| |\ \
| | * | Static code analysisKonstantin.Myakshin2016-01-253-4/+3
* | | | Merge branch '2.3' into 2.7Fabien Potencier2016-01-251-1/+1
|\ \ \ \ | |/ / /
| * | | Fixed the phpDoc of UserInterfaceJavier Eguiluz2016-01-251-1/+1
* | | | Merge branch '2.3' into 2.7Fabien Potencier2016-01-251-0/+4
|\ \ \ \ | |/ / /
| * | | Fixer findings.Possum2016-01-221-0/+4
| |/ /
* | | Merge branch '2.3' into 2.7Fabien Potencier2016-01-201-1/+1
|\ \ \ | |/ /
| * | Fixed the documentation of VoterInterface::supportsAttributeJavier Eguiluz2016-01-181-1/+1
* | | added missing requirementv2.7.9Fabien Potencier2016-01-141-1/+2
* | | Merge branch '2.3' into 2.7Fabien Potencier2016-01-143-291/+3
|\ \ \ | |/ /
| * | removed obsolete tests, fixed composer.jsonv2.3.37Fabien Potencier2016-01-142-205/+3
| * | do not ship with a custom rng implementationChristian Flothmann2016-01-142-91/+3
* | | Merge branch '2.3' into 2.7Fabien Potencier2016-01-121-4/+2
|\ \ \ | |/ /
| * | [2.3] Static Code Analysis for ComponentsVladimir Reznichenko2016-01-121-4/+2
* | | updated copyright yearFabien Potencier2016-01-034-4/+4
* | | Merge branch '2.3' into 2.7Fabien Potencier2016-01-031-1/+1
|\ \ \ | |/ /
| * | Update copyright yearDiego Saint Esteben2016-01-011-1/+1
* | | Merge branch '2.3' into 2.7Nicolas Grekas2015-12-282-3/+3
|\ \ \ | |/ /
| * | minor #17086 CS: use nowdoc instead of heredoc (gharlan)Nicolas Grekas2015-12-282-3/+3
| |\ \
| | * | use nowdoc instead of heredocGregor Harlan2015-12-212-3/+3
* | | | [Security] Run tests on all PHP versionsv2.7.8Jakub Zalas2015-12-231-9/+0
* | | | Merge branch '2.3' into 2.7Nicolas Grekas2015-12-221-0/+9
|\ \ \ \ | |/ / /
| * | | use requires annotationv2.3.36Christian Flothmann2015-12-221-13/+9
| * | | skip bcrypt tests on incompatible platformsChristian Flothmann2015-12-191-0/+13
| |/ /
* | | Merge branch '2.3' into 2.7Fabien Potencier2015-12-183-3/+7
|\ \ \ | |/ /
| * | [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-173-3/+7
* | | Fix the logout path when not using the routerChristophe Coevoet2015-12-171-1/+1
* | | Merge branch '2.3' into 2.7Tobias Schultze2015-12-151-1/+11
|\ \ \ | |/ /
| * | [Security] backported phpdoc from Guard component.Hugo Hamon2015-12-101-1/+11
* | | Merge branch '2.3' into 2.7Christophe Coevoet2015-12-052-4/+4
|\ \ \ | |/ /
| * | CS: general fixesDariusz Ruminski2015-12-012-4/+4
* | | minor #16697 CS: remove impossible default argument value (keradus)Fabien Potencier2015-11-282-2/+2
|\ \ \
| * | | CS: remove impossible default argument valueDariusz Ruminski2015-11-262-2/+2
* | | | Merge branch '2.3' into 2.7v2.7.7Fabien Potencier2015-11-234-4/+70
|\ \ \ \ | | |/ / | |/| |
| * | | security #16631 n/a (xabbuh)v2.3.35Fabien Potencier2015-11-232-0/+71
| |\ \ \
| | * | | migrate session after remember me authenticationChristian Flothmann2015-11-232-0/+71
| * | | | prevent timing attacks in digest auth listenerChristian Flothmann2015-11-231-1/+2
| * | | | fix potential timing attack issueChristian Flothmann2015-11-232-27/+4
| |/ / /
* | | | Merge branch '2.3' into 2.7Nicolas Grekas2015-11-185-11/+12
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Add missing exclusions from phpunit.xml.distNicolas Grekas2015-11-181-1/+4
* | | [Security][2.7] Clean depsNicolas Grekas2015-11-032-4/+2
* | | [Security] Fix composer.jsonNicolas Grekas2015-11-031-5/+0
* | | removed @covers annotations in testsFabien Potencier2015-11-021-3/+0