Downloads
Release notes
I tryied to fixed a permission conflict between core node access and nodeaccess modules. Basicaly I found no way to make the module behave correctly in both situations :
- when using drupal core permissions hook_access should return true/false depending on user permission and we have to rewrite queries to prevent no allowed users to see listings in front page and block.
- when using nodeaccess module, the query should not be rewrite as node.module already do this, and hook_access should return NULL l order to let nodeaccess apply its grants.
The only solution I found is adding a admin/settings/filebrowser page with a checkbox that should be enabled when using nodeaccess (and perhaps other permissions module).
I also add a new block to list avalaible listings.