summaryrefslogtreecommitdiffstats
path: root/Core/Tests/Authorization
Commit message (Expand)AuthorAgeFilesLines
* Rename DebugAccessDecisionManager to TraceableAccessDecisionManagerAlessandro Lai2017-01-031-2/+12
* Merge branch '3.1' into 3.2Fabien Potencier2016-12-197-19/+19
|\
| * fixed obsolete getMock() usageFabien Potencier2016-12-193-9/+9
| * Merge branch '2.8' into 3.1Fabien Potencier2016-12-194-10/+10
| |\
| | * fixed obsolete getMock() usageFabien Potencier2016-12-191-1/+1
| | * Merge branch '2.7' into 2.8Fabien Potencier2016-12-196-21/+21
| | |\
| | | * fixed obsolete getMock() usageFabien Potencier2016-12-196-21/+21
| | * | [Security] Fix testNicolas Grekas2016-12-171-1/+1
| | * | Merge branch '2.7' into 2.8Fabien Potencier2016-12-141-0/+71
| | |\ \ | | | |/
| | | * [Security] AbstractVoter method supportsAttribute gives false positive if att...Martynas Narbutas2016-12-031-0/+71
* | | | Merge branch '3.1'v3.2.0-BETA1Nicolas Grekas2016-10-061-0/+6
|\ \ \ \ | |/ / /
| * | | Merge branch '2.8' into 3.1v3.1.6Fabien Potencier2016-10-051-0/+6
| |\ \ \ | | |/ /
| | * | Merge branch '2.7' into 2.8v2.8.13Fabien Potencier2016-10-051-0/+6
| | |\ \ | | | |/
| | | * bug #18042 [Security] $attributes can be anything, but RoleVoter assumes stringsJonatan Männchen2016-09-211-0/+6
* | | | [HttpKernel] Use VarDumper in the profilerWouterJ2016-09-171-7/+7
|/ / /
* | | [Security] Fix DebugAccessDecisionManager when object is not a scalarRomain Neutron2016-06-021-0/+43
* | | Merge branch '2.8'Nicolas Grekas2015-11-291-0/+15
|\ \ \ | |/ /
| * | [SecurityBundle] Fix disabling of RoleHierarchyVoter when passing empty hiera...WouterJ2015-11-281-0/+15
* | | Merge branch '2.8'Nicolas Grekas2015-11-261-4/+4
|\ \ \ | |/ /
| * | [Security] Deprecate "AbstractVoter" in favor of "Voter"Grégoire Pineau2015-11-241-0/+70
| * | [Security] Revert changes made between 2.7 and 2.8-betaNicolas Grekas2015-11-242-70/+31
* | | Merge branch '2.8'Nicolas Grekas2015-10-071-1/+1
|\ \ \ | |/ /
| * | Merge branch '2.7' into 2.8Nicolas Grekas2015-10-061-1/+1
| |\ \ | | |/
| | * Merge branch '2.3' into 2.7Nicolas Grekas2015-10-061-1/+1
* | | Merge branch '2.8'Fabien Potencier2015-10-051-3/+2
|\ \ \ | |/ /
| * | Simplify AbstractVoterKonstantin.Myakshin2015-10-041-3/+2
* | | [3.0][Security] Remove deprecated features (follow up of #15899)Konstantin.Myakshin2015-10-014-42/+0
* | | Remove more testsWouterJ2015-09-301-36/+0
* | | Remove AbstractVoter#isGranted() methodWouterJ2015-09-301-54/+0
|/ /
* | fix tests for the `AbstractVoter` classChristian Flothmann2015-09-282-44/+2
* | Fix tests in 2.8Wouter J2015-09-281-12/+42
* | Merge branch '2.7' into 2.8Fabien Potencier2015-09-281-75/+26
|\ \ | |/
| * Readd the correct testsWouter J2015-09-271-46/+30
* | Massively simplifying the BC and deprecated-throwing code thanks to suggestio...Ryan Weaver2015-09-261-8/+30
* | Fix license headersGábor Egyed2015-09-261-0/+9
* | feature #15151 [Security] Deprecated supportsAttribute and supportsClass meth...Fabien Potencier2015-09-253-1/+40
|\ \
| * | [Security] Deprecated supportsAttribute and supportsClass methodsWouterJ2015-09-253-0/+111
* | | Merge branch '2.7' into 2.8Nicolas Grekas2015-09-251-0/+122
|\ \ \ | |/ / |/| / | |/
| * fixed testsv2.7.5Fabien Potencier2015-09-251-1/+1
| * Fixing test locationsRyan Weaver2015-09-231-0/+90
* | [Security] Add setVoters() on AccessDecisionManagerNicolas Grekas2015-05-231-8/+0
|/
* Merge branch '2.3' into 2.6Fabien Potencier2015-05-151-3/+3
* Merge branch '2.3' into 2.6Fabien Potencier2015-03-221-2/+2
* Changed visibility of setUp() and tearDown to protectedsarah khalil2015-03-131-1/+1
* Merge branch '2.5' into 2.6v2.6.1Fabien Potencier2014-12-021-2/+2
|\
| * Merge branch '2.3' into 2.5v2.5.8Fabien Potencier2014-12-021-2/+2
* | Split of the SecurityContext to AuthorizationChecker and TokenStorageIltar van der Berg2014-09-241-0/+99
|/
* Merge branch '2.4' into 2.5Fabien Potencier2014-09-222-5/+1
|\
| * Merge branch '2.3' into 2.4Fabien Potencier2014-09-222-5/+1
* | Merge branch '2.4' into 2.5Fabien Potencier2014-09-171-0/+42
|\ \ | |/
| * Merge branch '2.3' into 2.4Fabien Potencier2014-09-171-0/+42
* | Add class constants for access decision strategies.Christian Schmidt2014-03-051-19/+19
|/
* added ExpressionVoterTestGiulio De Donato2013-12-121-0/+97
* fixed CSFabien Potencier2013-12-121-79/+79
* Merge branch '2.3' into 2.4v2.4.0Fabien Potencier2013-11-261-1/+1
* [Security] Typos in Security's ExpressionLanguagev2.4.0-RC1Catalin Dan2013-11-241-0/+79
* [Security] Split the component into 3 sub-components Core, ACL, HTTPBernhard Schussek2013-09-184-0/+335