forked from CollaboraOnline/collabora-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 52: Add submodule readme and reference in parent.
- Loading branch information
1 parent
2b735cc
commit ab5ce5b
Showing
2 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Collabora Online Group | ||
===================================== | ||
|
||
This submodule integrates the Group module (https://www.drupal.org/project/group) by managing group-related permissions. It allows fine-grained control over user access within groups, enabling specific permissions for Collabora content and actions based on group membership. | ||
|
||
### Requirements | ||
|
||
- Groupmedia module: https://www.drupal.org/project/groupmedia | ||
- Compatible with versions 3.x and 4.x. | ||
|
||
### User permissions | ||
|
||
The module maps existing Collabora media operation permissions to the group type instances. | ||
|
||
#### Permissions: | ||
- "(media type): Edit any media file in Collabora" | ||
- "(media type): Edit own media file in Collabora" | ||
- "(media type): Preview published media file in Collabora" | ||
- "(media type): Preview own unpublished media file in Collabora" | ||
|
||
Check [Collabora Online README](/README.md#user-permissions) for more information about permissions. | ||
|
||
### Views | ||
|
||
Additionally, the submodule modifies Groupmedia view configuration to add links for Collabora operations. | ||
|
||
License | ||
------- | ||
|
||
This module is published under the MPL-2.0 license. |