From 56dfaf095d9a576babea61e2aa6729cc836a8280 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 18 Dec 2014 17:20:56 +0100 Subject: [PATCH 1/4] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7c891c3..2c97a2f 100644 --- a/scripts/install +++ b/scripts/install @@ -2,7 +2,7 @@ # Retrieve arguments domain=$1 -path="z-push" +path="/z-push" # Check domain/path availability sudo yunohost app checkurl $domain$path -a z-push From c88bb2b398789f697947360866774fc5a13098c1 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 18 Dec 2014 17:47:35 +0100 Subject: [PATCH 2/4] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 2c97a2f..1d08a38 100644 --- a/scripts/install +++ b/scripts/install @@ -2,7 +2,7 @@ # Retrieve arguments domain=$1 -path="/z-push" +path="/Microsoft-Server-ActiveSync" # Check domain/path availability sudo yunohost app checkurl $domain$path -a z-push @@ -37,7 +37,7 @@ sudo sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/z-push.conf # Enable api for client -sudo yunohost app setting z-push skipped_uris -v "/Microsoft-Server-ActiveSync" +sudo yunohost app setting z-push skipped_urls -v "/" # Reload Nginx and regenerate SSOwat conf sudo service nginx reload From 874b4d4363be0029c28625b5fb16f6e7d9e39055 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 18 Dec 2014 17:51:48 +0100 Subject: [PATCH 3/4] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 25eeed5..82b8bde 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "Z-push", + "name": "Z-Push", "id": "z-push", "description": { "en": "Z-Push is an open-source application to synchronize ActiveSync", From 0c9114d61b9481f403a2b5924d687c3dfa826b49 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 18 Dec 2014 17:52:27 +0100 Subject: [PATCH 4/4] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 82b8bde..d530a6a 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "email": "beudbeud@beudibox.fr", "url": "https://z-push.org" }, - "multi_instance": "false", + "multi_instance": "true", "arguments": { "install" : [ {