ONLYOFFICE / onlyoffice-humhub

Plugin for integrating ONLYOFFICE online editors with HumHub
GNU Affero General Public License v3.0
11 stars 9 forks source link

Documents can only be edited by admins, not space users #119

Open lonesomewalker opened 3 days ago

lonesomewalker commented 3 days ago

This makes the plugin somehow useless.

dreua commented 3 days ago

That is a bug or a mistake in your setup or access rights. In the instance I maintain, regular users can absolutely create and edit documents.

lonesomewalker commented 2 days ago

Well... creating and downloading: yes Editing: no

And there is no real "setup", you can just add your instance url and your jwt secret, that is it.

Does this look like there is proper permission handling? https://github.com/ONLYOFFICE/onlyoffice-humhub/blob/1484b1be3e480e286c43be2d5194188bf8aa7b1f/widgets/EditorWidget.php#L189 when you are only able to activate/deactivate the module?

Seems the possibility to also define editing is missing.