ProblematicAclManagerBundle icon indicating copy to clipboard operation
ProblematicAclManagerBundle copied to clipboard

ACL Manager for Symfony2

Results 13 ProblematicAclManagerBundle issues
Sort by recently updated
recently updated
newest added

The manager should not create a permission context for an anonymous user... if for some reason, we really DO want to set ACEs for an anonymous user, there should be...

Feature Request

Right now, the default map is pretty sensible: - Super Admin: iddqd - Admin: master - Anonymous: view - User: view + create However, it would be preferable to allow...

Feature Request

Right now, there are potentially a LOT of database calls being made by the ACL Manager. I implemented some rudimentary transactionalization in processPermissions(), but it could be a lot better....

Feature Request