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

Support saving items (mail, attachments etc) from shares/shared mailboxes

03 Dec 08:37
Compare
Choose a tag to compare
  • Support saving items (mail, attachments etc) from shares/shared mailboxes
  • Do no break the current folder state when refreshing the file list (breaking upload and new folder feature)

Update installer and add filenumbering system

02 Dec 14:23
Compare
Choose a tag to compare

The installer now allows the user to deploy the Zimlet automatically and force enable it in all COS'es OR
run zmzimletctl and do configuration of COS and config_template.xml manually.

Additionally a feature was added to allow users to use a globally incrementing file number as filename
when users save attachment to DAV. This feature is implemented for a digital invoicing software.

Add upgrade support to installer and Ubuntu doc preview

07 Nov 10:32
Compare
Choose a tag to compare
  • Add Ubuntu support for document preview.
  • Add support for upgrading in the installer (keep settings configured by admin).
  • Get user connection details via soap not ldap, making sure the latest details are used always.
  • Make the in-between delay for the document previewer configurable.

As of this release you should no longer edit config_template.xml, instead you should set you preferences in /opt/zimbra/lib/ext/ownCloud/config.properties and afterwards run:

wget https://github.com/Zimbra-Community/prop2xml/raw/master/out/artifacts/prop2xml_jar/prop2xml.jar -O /tmp/prop2xml.jar
java -jar /tmp/prop2xml.jar tk_barrydegraaff_owncloud_zimlet /opt/zimbra/lib/ext/ownCloud/config.properties /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_owncloud_zimlet/config_template.xml

Running the installer from now on, will create new config keys in config.properties and will keep existing ones.

Bugfix release

03 Nov 09:31
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release
  • support usernames and passwords with @
  • fix file upload for firefox
  • installer: add fall-back clean-up of docconvert via cron

Bugfix release

01 Nov 11:52
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release
  • show time in date modified column
  • performance increased when browsing through folders
  • always show zoom control in pdf viewer
  • in the file list view: prevent re-arranging columns, prevent resize, fix the sort arrow on init.
  • fail gracefully when attachment size is reached
  • add document preview for djvu files (experimental, undocumented, not by default)
  • installer, reduce size of download
  • fix bug for ie10 (officially I do not support ie10)

add support for Zimbra 8.7.1 and DOCX preview

28 Oct 11:15
Compare
Choose a tag to compare
  • add support for Zimbra 8.7.1
  • remove preview using webODF as this is not good enough
  • add preview using server side conversion to pdf (optional)
    (support docx,doc,xlsx,xls,pptx,ppt,odt,ods and odp)
  • The document conversion is experimental and only for CentOS 7 atm.

fix bug in ask target folder each time feature, by default this feature is not enabled.

26 Oct 14:02
Compare
Choose a tag to compare

fix bug in ask target folder each time feature, by default this feature is not enabled.

bugfix release

26 Oct 09:26
Compare
Choose a tag to compare
bugfix release Pre-release
Pre-release

Bugfix release:

  • Download files from DAV tab without showing Zimbra warning 'Do you want to leave Zimbra?'
  • Add (missing) option for adding files as regular attachments when attaching from DAV when composing mail.
  • Append internal links to the current draft, instead of creating a new one when composing mail.
  • In case SSL handshake fails due to missing certificate chain or untrusted certificate show a pop-up that points to the wiki.

Implement upload filesize

19 Oct 14:46
Compare
Choose a tag to compare
Pre-release
  • Implement upload filesize limit (configurable, max 1GB)
  • Send user credentials in the post requests when uploading (instead of get)

Remove zimbraProxyAllowedDomains

18 Oct 13:47
Compare
Choose a tag to compare
Pre-release

As of version 0.5.6 your clients CAN CONNECT TO ALL DAV SERVERS BY DEFAULT,
you can restrict the allowed DAV servers to connect to in:

/opt/zimbra/lib/ext/ownCloud/config.properties
allowdomains=allowme.example.com;allowmealso.example.com

  • No service restart is needed after changing this file.

    If you installed WebDAV Client before, you should remove your DAV servers
    from zimbraProxyAllowedDomains:
    zmprov gc default zimbraProxyAllowedDomains
    zmprov mc default -zimbraProxyAllowedDomains allowme.example.com

Make sure to download the latest installer!
wget https://raw.githubusercontent.com/Zimbra-Community/owncloud-zimlet/soapServiceBarry/webdav-client-installer.sh -O /tmp/webdav-client-installer.sh
chmod +rx /tmp/webdav-client-installer.sh
/tmp/webdav-client-installer.sh

This change has been made to separate the WebDAV Client configuration from the Zimbra Proxy Servlet.

In older versions one could use proxy servlet to access DAV files (if you have enough credentials):
https://zimbra.example.com/service/proxy?target=https://myzimbra.com/owncloud/remote.php/webdav/folder/file.zip

Now you can opt not to allow this servlet, and this can increase security
in scenarios where your DAV server is only accessible in a LAN or vlan.