summaryrefslogtreecommitdiffstats
path: root/Acl/Permission/BasicPermissionMap.php
Commit message (Collapse)AuthorAgeFilesLines
* [Security] Removed security-acl from the coreIltar van der Berg2015-08-011-116/+0
|
* added MaskBuilderRetrievalInterfaceAlexandre Dupuy2015-03-201-4/+2
|
* improved MaskBuilderAlexandre Dupuy2015-03-201-0/+10
|
* Remove aligned '=>' and '='Disquedur2014-10-261-8/+8
|
* unified return null usagesFabien Potencier2014-04-161-1/+1
|
* made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-161-2/+2
|
* fixed CSFabien Potencier2013-07-011-7/+7
|
* Made $map protected and moved it to construct.Bram Van der Sype2013-04-081-51/+56
| | | By making $map protected and moving it to the construct, you can simply extend the BasicPermissionMap class if you want to simply add some extra permissions. In it's current form, you have to copy/paste the entire array AND the getMasks and contains functions. 
* fixed CSFabien Potencier2011-06-081-1/+1
|
* [Security] fixes a regression in the AclVoterJohannes M. Schmitt2011-05-301-1/+1
|
* [Security/Acl] small voter refactoringJohannes Schmitt2011-05-181-1/+1
|
* [Security] various changes, see belowJohannes Schmitt2011-03-101-1/+1
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-061-1/+1
|
* normalized license messages in PHP filesDominique Bongiraud2011-01-181-5/+5
|
* added ACL system to the Security ComponentJohannes Schmitt2010-12-311-0/+103