Search found 176 matches

by msquadrat
Tue Dec 05, 2017 11:01 am
Forum: Universal UI
Topic: Universal UI vs. Next Gen
Replies: 7
Views: 32496

Universal UI vs. Next Gen

Hi folks, I am watching the Q4 COMMIT recordings right now and am still into the Next Gen UI presentation. I just wonder how this relates to Universal UI. To me it sounds that Universal UI is a still planned facelift to the existing (legacy as Erynn calls it) theme framework while Next Gen will be s...
by msquadrat
Mon Nov 13, 2017 8:54 am
Forum: Developers
Topic: Zimbra Web Service Change
Replies: 8
Views: 5431

Re: Zimbra Web Service Change

Thanks for the info! Did you already open a bug on Bugzilla for the NPE issue this causes so we could subscribe to it? If not, I'd open one.
by msquadrat
Mon Nov 13, 2017 8:52 am
Forum: Developers
Topic: SOAP API changes with 8.7.11 ?
Replies: 13
Views: 20915

Re: SOAP API changes with 8.7.11 ?

Thanks for the info! So the change was an unexpected/unintended fix for undefined behaviour inherited from the JDK fix for JDK-8134111. Could you maybe update the Release Notes to and add this info?
by msquadrat
Thu Nov 09, 2017 8:49 am
Forum: Developers
Topic: Zimbra Web Service Change
Replies: 8
Views: 5431

Re: Zimbra Web Service Change

Something is really odd here. I took a proper request from zmprov --debug and just dropped the dl element. This resulted in a proper SOAP error "invalid request: missing required element: dl". Then I just added a wrong xmlns to the dl element and got the NPE (see below). When I renamed the...
by msquadrat
Thu Nov 09, 2017 8:40 am
Forum: Developers
Topic: Zimbra Web Service Change
Replies: 8
Views: 5431

Re: Zimbra Web Service Change

It was pretty easy to reproduce with the given request on a Release 8.8.4.GA.1877.UBUNTU16.64 UBUNTU16_64 NETWORK edition setup: 2017-11-09 08:56:59,649 WARN [qtp1121172875-15889:https:https://ip-172-31-4-202.eu-central-1.compute.internal:7071/service/admin/soap] [name=zimbra;ip=172.31.4.202;port=39...
by msquadrat
Tue Nov 07, 2017 11:51 am
Forum: Developers
Topic: REST API unread counter
Replies: 6
Views: 5686

Re: REST API unread counter

You're probably looking for the GetFolder SOAP Request: https://files.zimbra.com/docs/soap_api/ ... older.html
by msquadrat
Mon Nov 06, 2017 9:26 pm
Forum: Developers
Topic: Zimbra Web Service Change
Replies: 8
Views: 5431

Re: Zimbra Web Service Change

You have to make sure that you send actual well-formed XML. Your old code had the issue that you didn't specify the XML namespace for the "dl" element; adding a zadmin: prefix there should have worked as well but I think your approach is cleaner. Since the SOAP documentation is down right ...
by msquadrat
Mon Nov 06, 2017 9:12 pm
Forum: Developers
Topic: documentation inaccessible for SOAP API
Replies: 1
Views: 5800

Re: documentation inaccessible for SOAP API

Those are actually AWS S3 errors you're seeing there. Looks like somebody screwed up the rights there. I hope Jorge or somebody else from the team fixes this soon.

You can also build the SOAP documentation from the sources but I don't have the correct commands at hand right now.
by msquadrat
Wed Oct 25, 2017 10:44 am
Forum: Developers
Topic: Canonical list of Zimbra GitHub repos
Replies: 1
Views: 2021

Re: Canonical list of Zimbra GitHub repos

Answering my own question: Of course there is such a list, it is available here: https://github.com/Zimbra/zm-build/blob ... po_list.pl

Which leads me to my actual question: Is there a canonical list of files which are actually included in the generated packages?
by msquadrat
Wed Oct 25, 2017 10:40 am
Forum: Developers
Topic: Canonical list of Zimbra GitHub repos
Replies: 1
Views: 2021

Canonical list of Zimbra GitHub repos

Hi, I noticed that some files can be found in multiple GitHub repos under the Zimbra org. Some examples: https://github.com/Zimbra/zm-mta/tree/develop/zmconfigd vs. https://github.com/Zimbra/zm-amavis/tree/develop/conf/zmconfigd https://github.com/Zimbra/zm-ldap-utilities/tree/develop/src/libexec vs...