Releases: Zimbra-Community/owncloud-zimlet
Add configurable option to set the bahavior of the pre-filled username field for initial use.
Add configurable option to set the bahavior of the pre-filled username field for initial use.
owncloud_zimlet_accountname_with_domain default = false
When false the username field in settings dialog is set to username
, when true it is set to [email protected]
.
fix:https://github.com/Zimbra-Community/owncloud-zimlet/issues/119
Take signature into account when inserting links into email
Take signature into account when inserting links into email
Fix:https://github.com/Zimbra-Community/owncloud-zimlet/issues/122
Improve error handling when creating shared links
Replace hard coded UI string with ZmMsg fix: #129
Replace hard coded UI string with ZmMsg
fix: #129
New functionnalities by StarXpert
-Add "save in webdav" option in the right click menu on mail, contacts,
appointments, task and files from the briefcase (under the move option in the menu).
-Add translations files to the new features
-Add a function to detect that a file uploaded as attachment to the mail
from the computer is too big (depending on zimbra server config of message max size), and upload it to webdav instead, then add a sharing link in the mail body.
Support Zimbra 8.7.2
Support Zimbra 8.7.2
Fix encoding bugs
Fix encoding bugs
Improvements for other WebDAV implementations
To support WebDAV servers that are not ownCloud/Nexctloud this release adds the following features:
- Fix a bug in upload to WebDAV server on non standard http port
- Support WebDAV servers that do not implement date-modified
- Support WebDAV servers that do not implement filesize
- Ignore OSX crap files starting with ._ or DS_Store
- Hide
Location ownCloud/Nextcloud
field in preferences when owncloud_zimlet_disable_ocs_public_link_shares is set to true - Fix an installer bug
Make public link sharing an optional component
Make public link sharing an optional component, by adding it as an option to the installer, and configuration template. See readme on details.
Support creating shared links in Nextcloud 11
This release fixes bugs relating to the ability to create public link shares.
Affected users: Nextcloud 10, 11 and all users using Chinese filenames.
fix: https://github.com/Zimbra-Community/owncloud-zimlet/issues/109
fix: https://github.com/Zimbra-Community/owncloud-zimlet/issues/91