Sebobo / Shel.Neos.WorkspaceModule

A workspace module alternative for Neos CMS
MIT License
17 stars 5 forks source link

FEATURE: Allow sharing private workspaces with other users #25

Closed Sebobo closed 1 year ago

Sebobo commented 1 year ago

With this change it's possible to select other users in the edit workspace dialog for private workspaces:

ACL Example

The access checks are partially done via policies, but also via AOP in the UserService of Neos and WorkspaceService of the Neos.UI as most security related checks for workspace access are not done via policies in the core.

Resolves: #9 Replaces: #10