Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename DebugAccessDecisionManager to TraceableAccessDecisionManager | Alessandro Lai | 2017-01-03 | 1 | -2/+12 |
* | Merge branch '3.1' into 3.2 | Fabien Potencier | 2016-12-19 | 7 | -19/+19 |
|\ | |||||
| * | fixed obsolete getMock() usage | Fabien Potencier | 2016-12-19 | 3 | -9/+9 |
| * | Merge branch '2.8' into 3.1 | Fabien Potencier | 2016-12-19 | 4 | -10/+10 |
| |\ | |||||
| | * | fixed obsolete getMock() usage | Fabien Potencier | 2016-12-19 | 1 | -1/+1 |
| | * | Merge branch '2.7' into 2.8 | Fabien Potencier | 2016-12-19 | 6 | -21/+21 |
| | |\ | |||||
| | | * | fixed obsolete getMock() usage | Fabien Potencier | 2016-12-19 | 6 | -21/+21 |
| | * | | [Security] Fix test | Nicolas Grekas | 2016-12-17 | 1 | -1/+1 |
| | * | | Merge branch '2.7' into 2.8 | Fabien Potencier | 2016-12-14 | 1 | -0/+71 |
| | |\ \ | | | |/ | |||||
| | | * | [Security] AbstractVoter method supportsAttribute gives false positive if att... | Martynas Narbutas | 2016-12-03 | 1 | -0/+71 |
* | | | | Merge branch '3.1'v3.2.0-BETA1 | Nicolas Grekas | 2016-10-06 | 1 | -0/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '2.8' into 3.1v3.1.6 | Fabien Potencier | 2016-10-05 | 1 | -0/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '2.7' into 2.8v2.8.13 | Fabien Potencier | 2016-10-05 | 1 | -0/+6 |
| | |\ \ | | | |/ | |||||
| | | * | bug #18042 [Security] $attributes can be anything, but RoleVoter assumes strings | Jonatan Männchen | 2016-09-21 | 1 | -0/+6 |
* | | | | [HttpKernel] Use VarDumper in the profiler | WouterJ | 2016-09-17 | 1 | -7/+7 |
|/ / / | |||||
* | | | [Security] Fix DebugAccessDecisionManager when object is not a scalar | Romain Neutron | 2016-06-02 | 1 | -0/+43 |
* | | | Merge branch '2.8' | Nicolas Grekas | 2015-11-29 | 1 | -0/+15 |
|\ \ \ | |/ / | |||||
| * | | [SecurityBundle] Fix disabling of RoleHierarchyVoter when passing empty hiera... | WouterJ | 2015-11-28 | 1 | -0/+15 |
* | | | Merge branch '2.8' | Nicolas Grekas | 2015-11-26 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | [Security] Deprecate "AbstractVoter" in favor of "Voter" | Grégoire Pineau | 2015-11-24 | 1 | -0/+70 |
| * | | [Security] Revert changes made between 2.7 and 2.8-beta | Nicolas Grekas | 2015-11-24 | 2 | -70/+31 |
* | | | Merge branch '2.8' | Nicolas Grekas | 2015-10-07 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '2.7' into 2.8 | Nicolas Grekas | 2015-10-06 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch '2.3' into 2.7 | Nicolas Grekas | 2015-10-06 | 1 | -1/+1 |
* | | | Merge branch '2.8' | Fabien Potencier | 2015-10-05 | 1 | -3/+2 |
|\ \ \ | |/ / | |||||
| * | | Simplify AbstractVoter | Konstantin.Myakshin | 2015-10-04 | 1 | -3/+2 |
* | | | [3.0][Security] Remove deprecated features (follow up of #15899) | Konstantin.Myakshin | 2015-10-01 | 4 | -42/+0 |
* | | | Remove more tests | WouterJ | 2015-09-30 | 1 | -36/+0 |
* | | | Remove AbstractVoter#isGranted() method | WouterJ | 2015-09-30 | 1 | -54/+0 |
|/ / | |||||
* | | fix tests for the `AbstractVoter` class | Christian Flothmann | 2015-09-28 | 2 | -44/+2 |
* | | Fix tests in 2.8 | Wouter J | 2015-09-28 | 1 | -12/+42 |
* | | Merge branch '2.7' into 2.8 | Fabien Potencier | 2015-09-28 | 1 | -75/+26 |
|\ \ | |/ | |||||
| * | Readd the correct tests | Wouter J | 2015-09-27 | 1 | -46/+30 |
* | | Massively simplifying the BC and deprecated-throwing code thanks to suggestio... | Ryan Weaver | 2015-09-26 | 1 | -8/+30 |
* | | Fix license headers | Gábor Egyed | 2015-09-26 | 1 | -0/+9 |
* | | feature #15151 [Security] Deprecated supportsAttribute and supportsClass meth... | Fabien Potencier | 2015-09-25 | 3 | -1/+40 |
|\ \ | |||||
| * | | [Security] Deprecated supportsAttribute and supportsClass methods | WouterJ | 2015-09-25 | 3 | -0/+111 |
* | | | Merge branch '2.7' into 2.8 | Nicolas Grekas | 2015-09-25 | 1 | -0/+122 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | fixed testsv2.7.5 | Fabien Potencier | 2015-09-25 | 1 | -1/+1 |
| * | Fixing test locations | Ryan Weaver | 2015-09-23 | 1 | -0/+90 |
* | | [Security] Add setVoters() on AccessDecisionManager | Nicolas Grekas | 2015-05-23 | 1 | -8/+0 |
|/ | |||||
* | Merge branch '2.3' into 2.6 | Fabien Potencier | 2015-05-15 | 1 | -3/+3 |
* | Merge branch '2.3' into 2.6 | Fabien Potencier | 2015-03-22 | 1 | -2/+2 |
* | Changed visibility of setUp() and tearDown to protected | sarah khalil | 2015-03-13 | 1 | -1/+1 |
* | Merge branch '2.5' into 2.6v2.6.1 | Fabien Potencier | 2014-12-02 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch '2.3' into 2.5v2.5.8 | Fabien Potencier | 2014-12-02 | 1 | -2/+2 |
* | | Split of the SecurityContext to AuthorizationChecker and TokenStorage | Iltar van der Berg | 2014-09-24 | 1 | -0/+99 |
|/ | |||||
* | Merge branch '2.4' into 2.5 | Fabien Potencier | 2014-09-22 | 2 | -5/+1 |
|\ | |||||
| * | Merge branch '2.3' into 2.4 | Fabien Potencier | 2014-09-22 | 2 | -5/+1 |
* | | Merge branch '2.4' into 2.5 | Fabien Potencier | 2014-09-17 | 1 | -0/+42 |
|\ \ | |/ | |||||
| * | Merge branch '2.3' into 2.4 | Fabien Potencier | 2014-09-17 | 1 | -0/+42 |
* | | Add class constants for access decision strategies. | Christian Schmidt | 2014-03-05 | 1 | -19/+19 |
|/ | |||||
* | added ExpressionVoterTest | Giulio De Donato | 2013-12-12 | 1 | -0/+97 |
* | fixed CS | Fabien Potencier | 2013-12-12 | 1 | -79/+79 |
* | Merge branch '2.3' into 2.4v2.4.0 | Fabien Potencier | 2013-11-26 | 1 | -1/+1 |
* | [Security] Typos in Security's ExpressionLanguagev2.4.0-RC1 | Catalin Dan | 2013-11-24 | 1 | -0/+79 |
* | [Security] Split the component into 3 sub-components Core, ACL, HTTP | Bernhard Schussek | 2013-09-18 | 4 | -0/+335 |