From 7241e3e30e8ffdc9a03c6709783d0f800a754a75 Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Thu, 12 Sep 2013 10:14:47 -0400 Subject: [PATCH 1/8] Added rewrite rule for apple autoconfiguration url Rewrite rules are no inherited by virtualhosts when they are declared in conf.d This means that you'll have to explicitly include SOGo.conf from 000-default on debian/ubuntu for this redirection to work properly. --- Apache/SOGo.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Apache/SOGo.conf b/Apache/SOGo.conf index 853b5ae0e..e065c3240 100644 --- a/Apache/SOGo.conf +++ b/Apache/SOGo.conf @@ -66,3 +66,9 @@ ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0 Allow from all +# For apple autoconfiguration + + RewriteEngine On + RewriteRule ^/.well-known/caldav/?$ /SOGo/dav [R=301] + + From 24c0fb1cc458b54bdc7f40bb3b0efdc8f15e0300 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 12 Sep 2013 16:24:14 -0400 Subject: [PATCH 2/8] Fix change listener on calendar list select input Fixes #2353 --- UI/WebServerResources/UIxComponentEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/UIxComponentEditor.js b/UI/WebServerResources/UIxComponentEditor.js index 09b040c7c..bee362407 100644 --- a/UI/WebServerResources/UIxComponentEditor.js +++ b/UI/WebServerResources/UIxComponentEditor.js @@ -192,7 +192,7 @@ function onComponentEditorLoad(event) { initializeClassificationMenu(); var list = $("calendarList"); if (list) { - list.on("change", onChangeCalendar, false); + list.on("change", onChangeCalendar); list.fire("mousedown"); } From 72a4b075d6201baa438462937420fcef4c677f23 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 12 Sep 2013 17:08:02 -0400 Subject: [PATCH 3/8] Mail popup: respect "remote inline images" prefs Fixes #2417 --- UI/Templates/MailerUI/UIxMailPopupView.wox | 1 + UI/WebServerResources/UIxMailPopupView.js | 3 +++ 2 files changed, 4 insertions(+) diff --git a/UI/Templates/MailerUI/UIxMailPopupView.wox b/UI/Templates/MailerUI/UIxMailPopupView.wox index 1b77d6622..1ae438566 100644 --- a/UI/Templates/MailerUI/UIxMailPopupView.wox +++ b/UI/Templates/MailerUI/UIxMailPopupView.wox @@ -7,6 +7,7 @@ className="UIxPageFrame" title="title" const:jsFiles="SOGoAutoCompletion.js" + const:userDefaultsKeys="SOGoMailDisplayRemoteInlineImages" const:popup="YES">