security-acl icon indicating copy to clipboard operation
security-acl copied to clipboard

Symfony Security ACL Component

Results 19 security-acl issues
Sort by recently updated
recently updated
newest added

| Q | A | | --- | --- | | Bug fix? | yes | | New feature? | no | | BC breaks? | yes | | Deprecations?...

This adds much more speed to the whole findACL process with large databases

``` Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getParentAcl() on boolean vendor/symfony/security-acl/Domain/DoctrineAclCache.php line 157 ``` https://github.com/symfony/security-acl/blob/master/Domain/DoctrineAclCache.php#L112 https://github.com/symfony/security-acl/blob/master/Domain/DoctrineAclCache.php#L125 Environment: Redis with allkeys-lru configuration, so cache key removed at some...

see symfony/symfony#14560 for the previous discussion I'm in the process of converting our database from 'utf8' to 'utf8mb4' to support 4-byte unicode chars (emojis for example) and running the conversion...

Hello, I am getting the exact same problem as the one described here: https://github.com/symfony/symfony/issues/5108 It has been working fine until I ran `composer update` today. But now: ``` $ bin/console...

Would it be possible to extend MaskBuilder to support more than 32 permission masks? Or are there any limitations? I know that acl_entries table has 'mask' defined as INT(11) but...

Is possible to replace the default AclVoter (Symfony\Component\Security\Acl\Voter\AclVoter)? Otherwise is possible to disable default AclVoter? Thanks

Hello guys, I'm using symfony 2.8 and ACL in order to check the permissions for all users in every action in my application. I have a problem with Mutable ACL...