Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Security] Removed security-acl from the core | Iltar van der Berg | 2015-08-01 | 1 | -116/+0 |
| | |||||
* | added MaskBuilderRetrievalInterface | Alexandre Dupuy | 2015-03-20 | 1 | -4/+2 |
| | |||||
* | improved MaskBuilder | Alexandre Dupuy | 2015-03-20 | 1 | -0/+10 |
| | |||||
* | Remove aligned '=>' and '=' | Disquedur | 2014-10-26 | 1 | -8/+8 |
| | |||||
* | unified return null usages | Fabien Potencier | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | made {@inheritdoc} annotations consistent across the board | Fabien Potencier | 2014-04-16 | 1 | -2/+2 |
| | |||||
* | fixed CS | Fabien Potencier | 2013-07-01 | 1 | -7/+7 |
| | |||||
* | Made $map protected and moved it to construct. | Bram Van der Sype | 2013-04-08 | 1 | -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 CS | Fabien Potencier | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | [Security] fixes a regression in the AclVoter | Johannes M. Schmitt | 2011-05-30 | 1 | -1/+1 |
| | |||||
* | [Security/Acl] small voter refactoring | Johannes Schmitt | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 1 | -1/+1 |
| | | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted() | ||||
* | replaced symfony-project.org by symfony.com | Fabien Potencier | 2011-03-06 | 1 | -1/+1 |
| | |||||
* | normalized license messages in PHP files | Dominique Bongiraud | 2011-01-18 | 1 | -5/+5 |
| | |||||
* | added ACL system to the Security Component | Johannes Schmitt | 2010-12-31 | 1 | -0/+103 |