Paragraphs Access Control

Component type

module

Maintenance status

Development status

Downloads

314

Component created

Component changed

Manage access and restriction to edit and view paragraphs.

Description

This module provides a node access type api to allow restriction of access to
paragraph items. Companion modules provide access rules, and grants which are
verified when rendering the entities.

Usage

This module was originally built to be compatible with Role Access Control. RAC provides a integration with the paragraphs access module.

Role Access Control

Component type

module

Maintenance status

Development status

Downloads

515

Component created

Component changed

A Drupal module to handle access control based on role references.

Concept

Role Access Control (RAC) was developed around the same idea as Taxonomy Access Control. The major difference is the use of Role References Fields instead of Taxonomy Terms. This simplifies the access control configuration on site's who's TAC acls are mimicking the role list.

HTTP Handler

Component type

module

Maintenance status

Development status

Downloads

97

Component created

Component changed

Drupal's module which provide handler in order to support multiple
Exceptions for 4xx or 5xx HTTP status code.

For example, when anonymous user try to get content of a "secure" node
it will throw a 401 instead of a 403.
You can customize error page with a content node type like
404 or 403 error page.

Node Revision Private Files Access Permission

Component type

module

Maintenance status

Development status

Downloads

121

Component created

Component changed

This module is developed for giving permission to view private files which is attached to any unpublished version of node. Permission can be given to any or all user role groups.

Node Access Rebuild Progressive

Component type

module

Maintenance status

Development status

Downloads

112

Component created

Component changed

Utility module that provides an alternative mean of rebuilding the Content Access table.

Rationale

The default core behaviour, when a module marks the content_access table for rebuilding, is to delete all entries first and to then rebuild the grants for all nodes.

Search api views filter

Component type

module

Maintenance status

Development status

Downloads

51

Component created

Component changed

Search api views filter

This search api filter allows you to exclude items from being indexed if a view returns

no results.

Use cases could be:

  • Advanced filtering for product properties
  • Conditional filtering based on dates

However, this module should be used with caution as it will execute the view for every

item that search api is going to index.