OneupAclBundle icon indicating copy to clipboard operation
OneupAclBundle copied to clipboard

The missing link between Symfonys Acl implementation and your application.

Results 4 OneupAclBundle issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to set up this acl manger with doctrine ODM on Symfony 2.5. Everything seems to work but I've noticed that the class permissions are not working. Basically,...

Hi, First, thanks for your work, it is quite helpful ! I added a method to check if a specific user is granted a specific permission. For now, it only...

enhancement

Is not an issue it's more a question : But is there a way to check the permission for an other user than the user connected in my application through...

I have some entities collection with class permissions but without object permissions, when preloading ACL's on these classes I've got some ACL exceptions : ``` Symfony\Component\Security\Acl\Exception\NotAllAclsFoundException The provider could not...

enhancement