Releases: Zimbra-Community/owncloud-zimlet
Implement online document editing in OnlyOffice
fix bug that WebDAV tab depends on Mail feature to be enabled
This was actually fixed in July, but forgot to tag the release.
Fixes for Multi-Server deployments
Fix issue 162
Save attachement to DAV" for attachments when the default folder is set to / (default)
Nextcloud won't allow MKCOL on /.
see also:658dd41
fix:#162
Fix bug: Upload to owncloud if the file exceed message size limit
1.0.4 fix:https://github.com/Zimbra-Community/owncloud-zimlet/issues/155
Remove hard-coded token
1.0.1 remove hard-coded token
Add support for OnlyOffice JSON Web Tokens
This release adds support for OnlyOffice JSON Web Tokens
Implement WebDAV Search
This release adds a search box in the Zimbra interface to search for files in Nextcloud or any other server that supports WebDAV Search.
For Nextcloud, it requires upstream fix: nextcloud/server#7882
Without the fix, only the first 2 words of your search query are used.
Implement X-Forwarded-For for bruteforce protection
This release adds the X-Forwarded-For HTTP header to all requests, allowing to configure Nextcloud's bruteforce protection.
See: https://github.com/Zimbra-Community/owncloud-zimlet#configure-bruteforce-protection
fix: https://github.com/Zimbra-Community/owncloud-zimlet/issues/149
OnlyOffice preview and fixed UploadHandler
The new release allows to preview documents with OnlyOffice. That way
the preview is more precise for docx, xlsx and pptx documents.
The OnlyOffice should also scale better for larger environments as
opposed to the LibreOffice document conversion.
In addition a bug was fixed in the handling of uploads, where 0-byte size
where uploaded to some Nextcloud/ownCloud instances.
More details in the README.md
https://github.com/Zimbra-Community/owncloud-zimlet