From 6d86e74187128652aaeba2afe928c00f0323f7d6 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 21 Feb 2020 19:59:29 +0100 Subject: [PATCH 1/3] Activate USE_FULLEMAIL_FOR_LOGIN --- conf/backend/config-autodiscover.php | 2 +- conf/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/backend/config-autodiscover.php b/conf/backend/config-autodiscover.php index b81a413..2c232f9 100644 --- a/conf/backend/config-autodiscover.php +++ b/conf/backend/config-autodiscover.php @@ -43,7 +43,7 @@ * false - use the username only (default). * true - use the complete email address. */ - define('USE_FULLEMAIL_FOR_LOGIN', false); + define('USE_FULLEMAIL_FOR_LOGIN', true); /* * AutoDiscover requires the username to match either the email address diff --git a/conf/config.php b/conf/config.php index 1c78535..b7b456d 100644 --- a/conf/config.php +++ b/conf/config.php @@ -54,7 +54,7 @@ * false - use the username only. * true - string the mobile sends as username, e.g. full email address (default). */ - define('USE_FULLEMAIL_FOR_LOGIN', false); + define('USE_FULLEMAIL_FOR_LOGIN', true); /********************************************************************************** * StateMachine setting From 093acf45b9a59f6d459600d34ed77bbaf45468f8 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 25 Feb 2020 23:17:02 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 72fc890..8145515 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ Z-Push is an Exchange ActiveSync fronted written in php which lets you synchroni * x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/z-push%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/z-push/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/z-push%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/z-push/) -* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/z-push%20%28Apps%29.svg)](https://ci-stretch.nohost.me/ci/apps/z-push/) ## Links From a8892a0b21e1a72b78f66fbe7b10c02b57c456be Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 28 Feb 2020 02:49:56 +0100 Subject: [PATCH 3/3] Update version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 70b8c2d..19ce3f5 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Z-Push is an ActiveSync frontend that helps you synchronize emails, calendar and contacts", "fr": "Z-Push est un frontend ActiveSync qui permet de synchroniser emails, calendrier et contacts" }, - "version": "2.5.1~ynh2", + "version": "2.5.1~ynh3", "url": "https://z-push.org", "license": "AGPL-3.0-or-later", "maintainer": {