Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Releases: Zimbra-Community/owncloud-zimlet

Add configurable option to set the bahavior of the pre-filled username field for initial use.

18 Apr 09:11
Compare
Choose a tag to compare

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

17 Apr 09:36
Compare
Choose a tag to compare

Improve error handling when creating shared links

Replace hard coded UI string with ZmMsg fix: #129

14 Apr 09:58
Compare
Choose a tag to compare

Replace hard coded UI string with ZmMsg
fix: #129

New functionnalities by StarXpert

14 Apr 08:53
Compare
Choose a tag to compare
Pre-release

-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

03 Feb 11:56
Compare
Choose a tag to compare

Support Zimbra 8.7.2

Fix encoding bugs

26 Jan 13:35
Compare
Choose a tag to compare
Fix encoding bugs Pre-release
Pre-release

Fix encoding bugs

Improvements for other WebDAV implementations

19 Jan 11:06
Compare
Choose a tag to compare

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

12 Jan 12:16
Compare
Choose a tag to compare

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

09 Jan 16:09
Compare
Choose a tag to compare

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