-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissions management for Files missing from Humhub settings #110
Comments
Since HumHub 1.8 the Space default permissions can be configured in the Administration. It can be differentiated between "Every member can collaboratively edit all files" and "Every member can edit own files" depending on the role. |
Sorry to re.open this topic, |
@niconacre It's here: |
Thanks @marc-farre , I know this. But that's do not solve my problem wich is members can't edit document using only office connector :/ |
@niconacre I see. But this is an issue with the Only Office module, not this one. |
Issue
Folders created within a Humhub space are not editable by other Users in the Space
It is not obvious how to easily change the setting when a) creating a file, or b) reviewing a file
Example
A document is created using onlyoffice plugin
The document is posted to the space
Other users in the space can download or view the document
Other users in the space cannot edit it
It is not obvious to a user how to remedy that
See also
ONLYOFFICE/onlyoffice-humhub#33
Workaround
Which appears to enable all users in the space to edit all files, but is not granular and not exposed in system settings
Go to:
humhub\modules\cfiles\permissions/managefiles.php
In:
added public $defaultAllowedGroups = [
Add:
Space::USERGROUP_MEMBER,
The text was updated successfully, but these errors were encountered: