summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updated LICENSE yearv2.8.16origin/2.8Fabien Potencier2017-01-021-1/+1
* Merge branch '2.7' into 2.8Fabien Potencier2017-01-024-4/+4
|\
| * 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-1911-71/+71
* | Merge branch '2.7' into 2.8Fabien Potencier2016-12-1952-434/+434
|\ \ | |/
| * fixed obsolete getMock() usageFabien Potencier2016-12-1966-488/+488
* | [Security] Fix testNicolas Grekas2016-12-171-1/+1
* | Merge branch '2.7' into 2.8Fabien Potencier2016-12-142-1/+72
|\ \ | |/
| * 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
* | | Merge branch '2.7' into 2.8v2.8.15Nicolas Grekas2016-12-083-3/+3
|\ \ \ | |/ /
| * | fix the docblock in regard to the role argumentv2.7.22Christian Flothmann2016-12-063-3/+3
| |/
* | Fix email addressVictor Bocharsky2016-12-071-1/+1
* | Merge branch '2.7' into 2.8Nicolas Grekas2016-11-251-2/+2
|\ \ | |/
| * minor #20626 Tag missing internals (ogizanagi)Nicolas Grekas2016-11-251-2/+2
| |\
| | * Tag missing internalsMaxime Steinhausser2016-11-251-2/+2
* | | Merge branch '2.7' into 2.8Fabien Potencier2016-11-231-1/+1
|\ \ \ | |/ /
| * | [HttpKernel] Revert BC breaking change of Request::isMethodSafe()Nicolas Grekas2016-11-231-1/+1
| |/
* | Merge branch '2.7' into 2.8v2.8.14Fabien Potencier2016-11-151-1/+1
|\ \ | |/
| * DX: replace @link with @see annotationv2.7.21Dariusz Ruminski2016-11-131-1/+1
* | Merge branch '2.7' into 2.8Nicolas Grekas2016-11-031-2/+2
|\ \ | |/
* | Merge branch '2.7' into 2.8v2.8.13Fabien Potencier2016-10-052-1/+12
|\ \ | |/
| * 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
* | | Merge branch '2.7' into 2.8v2.8.12Fabien Potencier2016-09-242-0/+142
|\ \ \ | |/ /
| * | Security and validators messages translation to Latvianv2.7.19Rikijs Murgs2016-09-222-0/+142
| |/
* | Merge branch '2.7' into 2.8Fabien Potencier2016-09-121-2/+10
|\ \ | |/
| * 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
* | | minor #19773 [Security] Added note inside phpdoc. (Koc)v2.8.11Fabien Potencier2016-09-061-0/+1
|\ \ \
| * | | [Security] Added note inside phpdoc.Konstantin Myakshin2016-09-061-0/+1
* | | | Merge branch '2.7' into 2.8Nicolas Grekas2016-09-061-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Code enhancement and cleanupYonel Ceruto2016-09-061-1/+1
* | | Merge branch '2.7' into 2.8v2.8.10Nicolas Grekas2016-08-268-12/+18
|\ \ \ | |/ /
| * | 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
* | | Merge branch '2.7' into 2.8v2.8.9Nicolas Grekas2016-07-171-1/+7
|\ \ \ | |/ /
| * | Fix the retrieval of the last username when using forwardingChristophe Coevoet2016-07-111-1/+7
* | | [Security] Fix deprecated usage of DigestAuthenticationEntryPoint::getKey() i...Maxime STEINHAUSSER2016-07-082-1/+80
* | | Merge branch '2.7' into 2.8Nicolas Grekas2016-07-057-15/+1
|\ \ \ | |/ /
| * | removed @sinceFabien Potencier2016-07-047-14/+0
| * | Remove and change unrelevant comments in Validator and Security components.Hugo Hamon2016-07-011-1/+1
* | | [Security][Guard] check if session exist before using itJean Pasdeloup2016-06-302-2/+222
* | | Merge branch '2.7' into 2.8v2.8.8Fabien Potencier2016-06-297-7/+7
|\ \ \ | |/ /
| * | 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
* | | [Security] [Guard] Improve comment with working exampleJean Pasdeloup2016-06-231-5/+9
* | | security #18736 Fixed issue with blank password with Ldap (csarrazi)v2.8.7v2.8.6Fabien Potencier2016-05-092-1/+22
|\ \ \
| * | | Fixed issue with blank password with LdapCharles Sarrazin2016-05-092-1/+22
* | | | Merge branch '2.7' into 2.8Fabien Potencier2016-05-095-0/+90
|\ \ \ \ | | |/ / | |/| |
| * | | 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.7' into 2.8Fabien Potencier2016-05-092-2/+2
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | 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.7' into 2.8Fabien Potencier2016-05-031-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '2.3' into 2.7Fabien Potencier2016-05-031-0/+4
| |\ \ \ \ | | |/ / /
| | * | | add @Event annotation for AuthenticationEventsDaniel Espendiller2016-05-031-0/+4
* | | | | [Security] Normalize "symfony/security-acl" dependency versions across all co...v2.8.5Shawn Iwinski2016-04-191-1/+1
* | | | | Merge branch '2.7' into 2.8Christian Flothmann2016-04-121-2/+7
|\ \ \ \ \ | |/ / / /
| * | | | 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.7' into 2.8Fabien Potencier2016-04-052-1/+50
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | Updated some missing READMEsv2.8.4Javier Eguiluz2016-03-101-12/+5
* | | | Merge branch '2.7' into 2.8Nicolas Grekas2016-03-073-36/+15
|\ \ \ \ | |/ / /
| * | | [2.7] update readme files for new componentsChristian Flothmann2016-03-074-48/+20
* | | | Merge branch '2.7' into 2.8Fabien Potencier2016-03-041-16/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '2.3' into 2.7Fabien Potencier2016-03-041-16/+11
| |\ \ \ | | |/ /
| | * | Updated all the README filesJavier Eguiluz2016-03-041-16/+11
* | | | Merge branch '2.7' into 2.8v2.8.3Fabien Potencier2016-02-261-0/+31
|\ \ \ \ | |/ / /
| * | | [Security] added some testsv2.7.10Fabien Potencier2016-02-261-0/+31
* | | | Merge branch '2.7' into 2.8Fabien Potencier2016-02-231-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
* | | | Merge branch '2.7' into 2.8Nicolas Grekas2016-02-221-2/+2
|\ \ \ \ | |/ / /
| * | | Fix mergeNicolas Grekas2016-02-221-2/+2
* | | | Merge branch '2.7' into 2.8Nicolas 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.7' into 2.8Nicolas Grekas2016-02-021-0/+9
|\ \ \ \ | |/ / /
| * | | Merge branch '2.3' into 2.7Nicolas Grekas2016-02-011-0/+9
| |\ \ \ | | |/ /
| | * | [appveyor] Fix failure reportingNicolas Grekas2016-02-011-0/+9
* | | | Merge branch '2.7' into 2.8Fabien Potencier2016-01-271-2/+1
|\ \ \ \ | |/ / /
| * | | 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