Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor #21088 Rename DebugAccessDecisionManager to TraceableAccessDecisionMana... | Nicolas Grekas | 2017-01-03 | 2 | -82/+106 |
|\ | |||||
| * | Rename DebugAccessDecisionManager to TraceableAccessDecisionManager | Alessandro Lai | 2017-01-03 | 2 | -82/+106 |
|/ | |||||
* | Merge branch '3.1'v3.2.0-BETA1 | Nicolas Grekas | 2016-10-06 | 1 | -1/+6 |
|\ | |||||
| * | Merge branch '2.8' into 3.1v3.1.6 | Fabien Potencier | 2016-10-05 | 1 | -1/+6 |
| |\ | |||||
| | * | Merge branch '2.7' into 2.8v2.8.13 | Fabien Potencier | 2016-10-05 | 1 | -1/+6 |
| | |\ | |||||
| | | * | bug #18042 [Security] $attributes can be anything, but RoleVoter assumes strings | Jonatan Männchen | 2016-09-21 | 1 | -1/+6 |
* | | | | [HttpKernel] Use VarDumper in the profiler | WouterJ | 2016-09-17 | 1 | -37/+1 |
|/ / / | |||||
* | | | Merge branch '2.8' into 3.1 | Fabien Potencier | 2016-09-06 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | [Security] Added note inside phpdoc. | Konstantin Myakshin | 2016-09-06 | 1 | -0/+1 |
| * | | Merge branch '2.7' into 2.8 | Fabien Potencier | 2016-01-20 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch '2.3' into 2.7 | Fabien Potencier | 2016-01-20 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fixed the documentation of VoterInterface::supportsAttribute | Javier Eguiluz | 2016-01-18 | 1 | -1/+1 |
* | | | | [Security] fixed DebugAccessDecisionManager::setVoters() | Jules Pietri | 2016-07-03 | 1 | -1/+1 |
* | | | | Fixed some issues of the AccessDecisionManager profiler | Javier Eguiluz | 2016-06-29 | 1 | -7/+13 |
* | | | | [Security] Fix DebugAccessDecisionManager when object is not a scalar | Romain Neutron | 2016-06-02 | 1 | -1/+8 |
* | | | | [SecurityBundle] fixed DebugAccessDecisionManager config | Jules Pietri | 2016-04-28 | 1 | -0/+1 |
* | | | | Show more information in the security profiler | Javier Eguiluz | 2016-03-04 | 1 | -0/+120 |
* | | | | Merge branch '2.8'v3.0.0 | Fabien Potencier | 2015-11-30 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | add subject variable to expression contextv2.8.0 | Christian Flothmann | 2015-11-30 | 1 | -0/+1 |
* | | | | allow arbitrary types in VoterInterface::vote() | Christian Flothmann | 2015-11-30 | 5 | -13/+13 |
* | | | | Merge branch '2.8' | Nicolas Grekas | 2015-11-26 | 2 | -83/+69 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Security] Deprecate "AbstractVoter" in favor of "Voter" | Grégoire Pineau | 2015-11-24 | 1 | -0/+85 |
| * | | | [Security] Revert changes made between 2.7 and 2.8-beta | Nicolas Grekas | 2015-11-24 | 1 | -79/+10 |
* | | | | Merge branch '2.8' | Fabien Potencier | 2015-10-05 | 1 | -22/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | feature #16102 Simplify AbstractVoter (Koc) | Fabien Potencier | 2015-10-05 | 1 | -24/+6 |
| |\ \ \ | |||||
| | * | | | Simplify AbstractVoter | Konstantin.Myakshin | 2015-10-04 | 1 | -24/+6 |
| * | | | | Updated PHPDoc of the AbstractVoter class | Konstantin Myakshin | 2015-10-02 | 1 | -5/+2 |
| |/ / / | |||||
* | | | | [3.0][Security] Remove deprecated features (follow up of #15899) | Konstantin.Myakshin | 2015-10-01 | 4 | -57/+7 |
* | | | | Remove AbstractVoter#isGranted() method | WouterJ | 2015-09-30 | 1 | -30/+1 |
* | | | | Removed supports{Attribute,Class}() methods | WouterJ | 2015-09-30 | 4 | -150/+1 |
|/ / / | |||||
* | | | Massively simplifying the BC and deprecated-throwing code thanks to suggestio... | Ryan Weaver | 2015-09-26 | 1 | -18/+9 |
* | | | Fix trigger_error calls | WouterJ | 2015-09-26 | 2 | -7/+7 |
* | | | [Security] Deprecated supportsAttribute and supportsClass methods | WouterJ | 2015-09-25 | 4 | -4/+81 |
* | | | Updating AbstractVoter so that the method receives the TokenInterface | Ryan Weaver | 2015-09-24 | 1 | -4/+42 |
* | | | Merge branch '2.7' into 2.8 | Fabien Potencier | 2015-08-24 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | fixes CS | Fabien Potencier | 2015-08-24 | 1 | -5/+5 |
* | | | Small optimization in AccessDecisionManager | Jérémy Derussé | 2015-07-28 | 1 | -7/+1 |
* | | | [Security] Add setVoters() on AccessDecisionManager | Nicolas Grekas | 2015-05-23 | 1 | -5/+11 |
|/ / | |||||
* | | fixed typo | Fabien Potencier | 2015-01-03 | 1 | -1/+1 |
* | | bug #12935 [2.6] [Security] Fixed ExpressionVoter - addExpressionLanguageProv... | Fabien Potencier | 2014-12-12 | 1 | -0/+6 |
|\ \ | |||||
| * | | Fix missing addExpressionLanguageProvider (used by service container to add e... | Luca Genuzio | 2014-12-09 | 1 | -0/+6 |
* | | | [2.6] CS Fixes And Removed An Unused Import | Graham Campbell | 2014-12-07 | 1 | -3/+3 |
|/ / | |||||
* | | Merge branch '2.5' into 2.6v2.6.1 | Fabien Potencier | 2014-12-02 | 2 | -5/+5 |
|\ \ | |||||
| * \ | Merge branch '2.3' into 2.5v2.5.8 | Fabien Potencier | 2014-12-02 | 2 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | Docblock fixes | Graham Campbell | 2014-11-30 | 2 | -5/+5 |
* | | | Merge branch '2.5'v2.6.0-BETA1 | Fabien Potencier | 2014-11-03 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Remove aligned '=>' and '=' | Disquedur | 2014-10-30 | 1 | -2/+2 |
* | | | Merge branch '2.5' | Fabien Potencier | 2014-10-26 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '2.3' into 2.5 | Fabien Potencier | 2014-10-26 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Remove aligned '=>' and '=' | Disquedur | 2014-10-26 | 1 | -1/+1 |
* | | | [Security] More accurate docblocks for AbstractVoter | John Kary | 2014-10-10 | 1 | -2/+2 |
* | | | [Security] added support for custom expression language functions | Fabien Potencier | 2014-09-25 | 2 | -31/+65 |
* | | | Split of the SecurityContext to AuthorizationChecker and TokenStorage | Iltar van der Berg | 2014-09-24 | 2 | -0/+100 |
* | | | [Security] add an AbstractVoter implementation | Roman Marintšenko | 2014-09-23 | 1 | -0/+113 |
|/ / | |||||
* | | Merge branch '2.4' into 2.5 | Fabien Potencier | 2014-08-26 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge branch '2.3' into 2.4 | Fabien Potencier | 2014-08-26 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed the phpdoc of the VoterInterface | Christophe Coevoet | 2014-08-25 | 1 | -1/+1 |
* | | | Merge branch '2.4' | Fabien Potencier | 2014-04-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix doc blocks | Romain Neutron | 2014-04-18 | 1 | -1/+3 |
* | | | Merge branch '2.4' | Fabien Potencier | 2014-04-16 | 2 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '2.3' into 2.4 | Fabien Potencier | 2014-04-16 | 2 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | fixed types in phpdocs | Fabien Potencier | 2014-04-16 | 2 | -5/+5 |
* | | | Merge branch '2.4' | Fabien Potencier | 2014-04-16 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '2.3' into 2.4 | Fabien Potencier | 2014-04-16 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | made phpdoc types consistent with those defined in Hack | Fabien Potencier | 2014-04-15 | 1 | -2/+2 |
| | * | made types consistent with those defined in Hack | Fabien Potencier | 2014-04-13 | 1 | -2/+2 |
* | | | Add class constants for access decision strategies. | Christian Schmidt | 2014-03-05 | 1 | -1/+5 |
* | | | minor #9594 [Security] Fixed typos/CS/PHPDoc (pborreli) | Fabien Potencier | 2013-11-26 | 1 | -1/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fixed typos/CS/PHPDoc | Pascal Borreli | 2013-11-24 | 1 | -1/+3 |
* | | | [Security] Typos in Security's ExpressionLanguagev2.4.0-RC1 | Catalin Dan | 2013-11-24 | 1 | -6/+6 |
|/ / | |||||
* | | [Security] optimized ExpressionVoter | Fabien Potencier | 2013-11-22 | 1 | -13/+23 |
* | | [ExpressionLanguage] renamed addFunction() to register() | Fabien Potencier | 2013-09-21 | 1 | -5/+5 |
* | | mades things more consistent for the end user | Fabien Potencier | 2013-09-19 | 1 | -0/+8 |
* | | added support for expression in control access rules | Fabien Potencier | 2013-09-19 | 2 | -0/+149 |
* | | [Security] Added a check for strategies in AccessDecisionManager | Dennis Benkert | 2013-08-12 | 1 | -1/+6 |
|/ | |||||
* | Merge branch '2.1' into 2.2v2.2.3v2.2.2 | Fabien Potencier | 2013-05-27 | 1 | -1/+1 |
|\ | |||||
| * | Added type of return value in VoterInterface.v2.1.12v2.1.11 | Rich Sage | 2013-05-23 | 1 | -1/+1 |
* | | Fixed most of the docblocks/unused namespaces | Florin Patan | 2012-12-19 | 1 | -0/+2 |
|/ | |||||
* | fixed CS | Fabien Potencier | 2012-07-09 | 2 | -6/+6 |
* | merged 2.0 | Fabien Potencier | 2011-11-22 | 1 | -1/+1 |
|\ | |||||
| * | Fixed small typo in phpdoc. | ondrowan | 2011-11-21 | 1 | -1/+1 |
* | | Removed redundant "@return void"-s | Helmer Aaviksoo | 2011-10-07 | 1 | -2/+0 |
|/ | |||||
* | [Phpdoc] Cleaning/fixing | Pascal Borreli | 2011-04-23 | 1 | -3/+4 |
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 4 | -48/+15 |
* | replaced symfony-project.org by symfony.com | Fabien Potencier | 2011-03-06 | 6 | -12/+12 |
* | namespace changes | Johannes M. Schmitt | 2011-01-26 | 6 | -0/+565 |