nextcloud / richdocuments

📑 Collabora Online for Nextcloud
https://nextcloud.com/collaboraonline
349 stars 115 forks source link

AppData API for settings ... #4041

Open mmeeks opened 2 days ago

mmeeks commented 2 days ago

We would like a new API extension to WOPI that lets us serialize configuration data; essentially a two layer system and then user set of settings. Discussed with @elzody

Fun code in: lib/Controller/DocumentController.php lib/Controller/WopiController.php

would use access_token for authentication for the fetch & up-load.

mmeeks commented 2 days ago

Other bits we might need: users have a habit of corrupting their settings (somehow) - so a "restore defaults" - which just deletes all settings would be useful in the Nextcloud settings.

mmeeks commented 2 days ago

@pedropintosilva and @juliushaertl - you'd be interested in this perhaps :-)