Publishing Options for Author

Component type

module

Maintenance status

Development status

Component created

Component changed

The module allow user to see the Publishing Options fieldset. That's all.
Here is the issue from Charles

Staff users have permission to create, edit and delete some content types and not others. I granted them permission to edit and delete content created by other staff, not just their own, under those specific content types.

Trial role

Component type

module

Maintenance status

Development status

Downloads

74

Component created

Component changed

Provides a role for "trial" users.

Gives this role on install and then removes it after x number of days.

If you want to react on the role being removed (for example send a mail), you can implement the hook

function hook_trial_role_removed(DrupaluserUserInterface $user);

This module was developed as part of developing Violinist. Keep your composer dependencies up to date. Automatically and all the time.

Edit Own Unpublished

Component type

module

Maintenance status

Development status

Downloads

198

Component created

Component changed

This module will grant edit access to a node owner that has the "[nodetype] node: Edit own unpublished content" permission only when that node is not published.

The intended use is for the user to also lose edit access after the node has been published.

Permissions by term per content type

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal core allows you restrict content by user role. The "Permissions by term per content type" extends that functionality and allow you to control access by taxonomy term. One taxonomy can be used in more than one content type and one user role may have different access on different content types so this module gives the granularity to be able to control the access via same taxonomy on each content type.

For ex.
Taxonomy A is used in content type CT1 and CT2.
Role1 can access taxonomy term A on CT1 but not on CT2.

Entity Access Policy Experiment

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is under development on GitHub. See the README there.

GitHub Project

Entity Access Policies

Entity Access Policies let you express fine-grained access control rules for any Drupal 8 entity type.

The concept is simple. You put your entities under lock and key.

Content Access Lite

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides a simple widget for the Content Access module to switch node view permissions for anonymous users on or off.

It integrates into Content Access module the way that it could be installed or uninstalled without influences to the content access settings. Content Access settings could be still set via the default settings form, if permissions are granted.