summaryrefslogtreecommitdiffstats
path: root/Core/Authorization
Commit message (Expand)AuthorAgeFilesLines
* minor #21088 Rename DebugAccessDecisionManager to TraceableAccessDecisionMana...Nicolas Grekas2017-01-032-82/+106
|\
| * Rename DebugAccessDecisionManager to TraceableAccessDecisionManagerAlessandro Lai2017-01-032-82/+106
|/
* Merge branch '3.1'v3.2.0-BETA1Nicolas Grekas2016-10-061-1/+6
|\
| * Merge branch '2.8' into 3.1v3.1.6Fabien Potencier2016-10-051-1/+6
| |\
| | * Merge branch '2.7' into 2.8v2.8.13Fabien Potencier2016-10-051-1/+6
| | |\
| | | * bug #18042 [Security] $attributes can be anything, but RoleVoter assumes stringsJonatan Männchen2016-09-211-1/+6
* | | | [HttpKernel] Use VarDumper in the profilerWouterJ2016-09-171-37/+1
|/ / /
* | | Merge branch '2.8' into 3.1Fabien Potencier2016-09-061-0/+1
|\ \ \ | |/ /
| * | [Security] Added note inside phpdoc.Konstantin Myakshin2016-09-061-0/+1
| * | Merge branch '2.7' into 2.8Fabien Potencier2016-01-201-1/+1
| |\ \ | | |/
| | * Merge branch '2.3' into 2.7Fabien Potencier2016-01-201-1/+1
| | |\
| | | * Fixed the documentation of VoterInterface::supportsAttributeJavier Eguiluz2016-01-181-1/+1
* | | | [Security] fixed DebugAccessDecisionManager::setVoters()Jules Pietri2016-07-031-1/+1
* | | | Fixed some issues of the AccessDecisionManager profilerJavier Eguiluz2016-06-291-7/+13
* | | | [Security] Fix DebugAccessDecisionManager when object is not a scalarRomain Neutron2016-06-021-1/+8
* | | | [SecurityBundle] fixed DebugAccessDecisionManager configJules Pietri2016-04-281-0/+1
* | | | Show more information in the security profilerJavier Eguiluz2016-03-041-0/+120
* | | | Merge branch '2.8'v3.0.0Fabien Potencier2015-11-301-0/+1
|\ \ \ \ | |/ / /
| * | | add subject variable to expression contextv2.8.0Christian Flothmann2015-11-301-0/+1
* | | | allow arbitrary types in VoterInterface::vote()Christian Flothmann2015-11-305-13/+13
* | | | Merge branch '2.8'Nicolas Grekas2015-11-262-83/+69
|\ \ \ \ | |/ / /
| * | | [Security] Deprecate "AbstractVoter" in favor of "Voter"Grégoire Pineau2015-11-241-0/+85
| * | | [Security] Revert changes made between 2.7 and 2.8-betaNicolas Grekas2015-11-241-79/+10
* | | | Merge branch '2.8'Fabien Potencier2015-10-051-22/+4
|\ \ \ \ | |/ / /
| * | | feature #16102 Simplify AbstractVoter (Koc)Fabien Potencier2015-10-051-24/+6
| |\ \ \
| | * | | Simplify AbstractVoterKonstantin.Myakshin2015-10-041-24/+6
| * | | | Updated PHPDoc of the AbstractVoter classKonstantin Myakshin2015-10-021-5/+2
| |/ / /
* | | | [3.0][Security] Remove deprecated features (follow up of #15899)Konstantin.Myakshin2015-10-014-57/+7
* | | | Remove AbstractVoter#isGranted() methodWouterJ2015-09-301-30/+1
* | | | Removed supports{Attribute,Class}() methodsWouterJ2015-09-304-150/+1
|/ / /
* | | Massively simplifying the BC and deprecated-throwing code thanks to suggestio...Ryan Weaver2015-09-261-18/+9
* | | Fix trigger_error callsWouterJ2015-09-262-7/+7
* | | [Security] Deprecated supportsAttribute and supportsClass methodsWouterJ2015-09-254-4/+81
* | | Updating AbstractVoter so that the method receives the TokenInterfaceRyan Weaver2015-09-241-4/+42
* | | Merge branch '2.7' into 2.8Fabien Potencier2015-08-241-5/+5
|\ \ \ | |/ /
| * | fixes CSFabien Potencier2015-08-241-5/+5
* | | Small optimization in AccessDecisionManagerJérémy Derussé2015-07-281-7/+1
* | | [Security] Add setVoters() on AccessDecisionManagerNicolas Grekas2015-05-231-5/+11
|/ /
* | fixed typoFabien Potencier2015-01-031-1/+1
* | bug #12935 [2.6] [Security] Fixed ExpressionVoter - addExpressionLanguageProv...Fabien Potencier2014-12-121-0/+6
|\ \
| * | Fix missing addExpressionLanguageProvider (used by service container to add e...Luca Genuzio2014-12-091-0/+6
* | | [2.6] CS Fixes And Removed An Unused ImportGraham Campbell2014-12-071-3/+3
|/ /
* | Merge branch '2.5' into 2.6v2.6.1Fabien Potencier2014-12-022-5/+5
|\ \
| * \ Merge branch '2.3' into 2.5v2.5.8Fabien Potencier2014-12-022-5/+5
| |\ \ | | |/
| | * Docblock fixesGraham Campbell2014-11-302-5/+5
* | | Merge branch '2.5'v2.6.0-BETA1Fabien Potencier2014-11-031-2/+2
|\ \ \ | |/ /
| * | Remove aligned '=>' and '='Disquedur2014-10-301-2/+2
* | | Merge branch '2.5'Fabien Potencier2014-10-261-1/+1
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.5Fabien Potencier2014-10-261-1/+1
| |\ \ | | |/
| | * Remove aligned '=>' and '='Disquedur2014-10-261-1/+1
* | | [Security] More accurate docblocks for AbstractVoterJohn Kary2014-10-101-2/+2
* | | [Security] added support for custom expression language functionsFabien Potencier2014-09-252-31/+65
* | | Split of the SecurityContext to AuthorizationChecker and TokenStorageIltar van der Berg2014-09-242-0/+100
* | | [Security] add an AbstractVoter implementationRoman Marintšenko2014-09-231-0/+113
|/ /
* | Merge branch '2.4' into 2.5Fabien Potencier2014-08-261-1/+1
|\ \
| * \ Merge branch '2.3' into 2.4Fabien Potencier2014-08-261-1/+1
| |\ \ | | |/
| | * Fixed the phpdoc of the VoterInterfaceChristophe Coevoet2014-08-251-1/+1
* | | Merge branch '2.4'Fabien Potencier2014-04-181-1/+1
|\ \ \ | |/ /
| * | Fix doc blocksRomain Neutron2014-04-181-1/+3
* | | Merge branch '2.4'Fabien Potencier2014-04-162-5/+5
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.4Fabien Potencier2014-04-162-5/+5
| |\ \ | | |/
| | * fixed types in phpdocsFabien Potencier2014-04-162-5/+5
* | | Merge branch '2.4'Fabien Potencier2014-04-161-4/+4
|\ \ \ | |/ /
| * | Merge branch '2.3' into 2.4Fabien Potencier2014-04-161-4/+4
| |\ \ | | |/
| | * made phpdoc types consistent with those defined in HackFabien Potencier2014-04-151-2/+2
| | * made types consistent with those defined in HackFabien Potencier2014-04-131-2/+2
* | | Add class constants for access decision strategies.Christian Schmidt2014-03-051-1/+5
* | | minor #9594 [Security] Fixed typos/CS/PHPDoc (pborreli)Fabien Potencier2013-11-261-1/+3
|\ \ \ | |/ / |/| |
| * | Fixed typos/CS/PHPDocPascal Borreli2013-11-241-1/+3
* | | [Security] Typos in Security's ExpressionLanguagev2.4.0-RC1Catalin Dan2013-11-241-6/+6
|/ /
* | [Security] optimized ExpressionVoterFabien Potencier2013-11-221-13/+23
* | [ExpressionLanguage] renamed addFunction() to register()Fabien Potencier2013-09-211-5/+5
* | mades things more consistent for the end userFabien Potencier2013-09-191-0/+8
* | added support for expression in control access rulesFabien Potencier2013-09-192-0/+149
* | [Security] Added a check for strategies in AccessDecisionManagerDennis Benkert2013-08-121-1/+6
|/
* Merge branch '2.1' into 2.2v2.2.3v2.2.2Fabien Potencier2013-05-271-1/+1
|\
| * Added type of return value in VoterInterface.v2.1.12v2.1.11Rich Sage2013-05-231-1/+1
* | Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-191-0/+2
|/
* fixed CSFabien Potencier2012-07-092-6/+6
* merged 2.0Fabien Potencier2011-11-221-1/+1
|\
| * Fixed small typo in phpdoc.ondrowan2011-11-211-1/+1
* | Removed redundant "@return void"-sHelmer Aaviksoo2011-10-071-2/+0
|/
* [Phpdoc] Cleaning/fixingPascal Borreli2011-04-231-3/+4
* [Security] various changes, see belowJohannes Schmitt2011-03-104-48/+15
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-066-12/+12
* namespace changesJohannes M. Schmitt2011-01-266-0/+565