Update available today for Nextcloud 14/15 support.
https://apps.nextcloud.com/apps/zimbradrive
- Zimbra Collaboration 8.6 Patch 9 now available (includes fix for CVE-2017-8802). Read the announcement.
- Zimbra Collaboration 8.8.7 + Zimbra Connector for Outlook 8.8.7 are available.. Read the announcement.
- Are you a Zimbra Developer? You can find some interesting stuff in our Official GitHub: https://github.com/Zimbra and check the Community Projects too: https://github.com/Zimbra-Community/
Search found 52 matches
- Thu Apr 18, 2019 2:09 pm
- Forum: Zimbra Drive
- Topic: Zimbra Drive - Official apps for Owncloud/Nextcloud
- Replies: 14
- Views: 22327
- Thu Feb 14, 2019 1:23 pm
- Forum: Zimbra Drive
- Topic: Alternative to Zimbra Drive
- Replies: 6
- Views: 3765
Re: Alternative to Zimbra Drive
Funny you mention this, I just installed this zimlet last week. It's really what Drive should be. You can save an attachment from an email directly into Nextcloud (which has been the most requested feature from my users). My only concern when setting it up was saving the user's password plain text ...
- Wed Jan 30, 2019 3:20 pm
- Forum: Zimbra Drive
- Topic: Alternative to Zimbra Drive
- Replies: 6
- Views: 3765
Re: Alternative to Zimbra Drive
Nice touch with the nextcloud-labels script. Added that to my system.
- Tue Jan 29, 2019 2:06 pm
- Forum: Zimbra Drive
- Topic: Alternative to Zimbra Drive
- Replies: 6
- Views: 3765
Re: Alternative to Zimbra Drive
Funny you mention this, I just installed this zimlet last week. It's really what Drive should be. You can save an attachment from an email directly into Nextcloud (which has been the most requested feature from my users). My only concern when setting it up was saving the user's password plain text i...
- Tue Jan 22, 2019 7:19 pm
- Forum: Zimbra Drive
- Topic: Zimbra Drive Strategy
- Replies: 3
- Views: 2179
Re: Zimbra Drive Strategy
I'd love some NC14 and NC15 support. Looks like there are ways we can make it work like when drive didn't work with NC13, but I'd rather not do that again. I'll probably give it another 2 weeks then give it a try. Is Drive something that Zimbra and Zextras is going to support? So far looks like a no...
- Sun Apr 08, 2018 3:45 am
- Forum: Installation and Upgrade
- Topic: Zimbra 8.8.8 Has Been Released
- Replies: 17
- Views: 5921
Re: Zimbra 8.8.8 Has Been Released
Ztalk needs a separate/different license . Maybe that is the issue there with Ztalk not working properly. If you guys can DM me your case numbers open with Z support , I can look into them directly. I opened Case 00710401 last week on this. FWIW, this case is no longer in my list of open nor closed...
- Fri Mar 16, 2018 12:51 pm
- Forum: Zimbra Drive
- Topic: Nextcloud 13
- Replies: 5
- Views: 4592
Re: Nextcloud 13
As of 3 hours ago the Zimbra drive app has been updated to work with Nextcloud 13. I was able to successfully update the app to version 0.8.19 and then perform an upgrade of Nextcloud to version 13.0.1. After a restart, Nextcloud and Drive seem to be working correctly.
- Tue Feb 20, 2018 1:33 pm
- Forum: Zimbra Drive
- Topic: Nextcloud 13
- Replies: 5
- Views: 4592
Re: Nextcloud 13
No problem. I have to admit I'm pretty disappointed with the lack of response from Zimbra. I don't expect this to be a well supported feature at all. I had issues on our initial install with NC12 and support was no help whatsoever. I was able to get it working thanks to the community, but for an ent...
- Fri Feb 09, 2018 1:34 pm
- Forum: Zimbra Drive
- Topic: This Zimbra Drive thing - is it any good? :)
- Replies: 6
- Views: 3483
Re: This Zimbra Drive thing - is it any good? :)
I don't have any experience with Owncloud, but we are running Nextcloud. There are hosted options as well, but we are running it on our own network and are going to move away from using dropbox. The integration within Zimbra is pretty basic. You can't save an attachment directly to Drive. You need t...
- Fri Feb 09, 2018 1:24 pm
- Forum: Zimbra Drive
- Topic: Nextcloud 13
- Replies: 5
- Views: 4592
Re: Nextcloud 13
I found a work-around. Credit goes to Azylog on github for most of this. https://github.com/ZeXtras/zimbra-drive/issues/23 Pretty simple : just change lines : class OC_User_Zimbra extends \OC_User_Backend to : class OC_User_Zimbra extends \OC\User\Backend In 3 files : oc_user_zimbra.php, abstractzim...