From e2a7db8260f0df9a8810ef449c81b84374665572 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Mon, 22 May 2017 18:41:26 +0200
Subject: [PATCH] v0.12.6

---
 config.xml       |  4 ++--
 install.sh       |  2 +-
 package.json     |  2 +-
 www/js/config.js | 29 +++++++++++++++--------------
 4 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/config.xml b/config.xml
index 21037c41e..86d3ef727 100644
--- a/config.xml
+++ b/config.xml
@@ -3,8 +3,8 @@
   xmlns="http://www.w3.org/ns/widgets"
   xmlns:cdv="http://cordova.apache.org/ns/1.0"
   id="fr.duniter.cesium"
-  version="0.12.5"
-  android-versionCode="12500"
+  version="0.12.6"
+  android-versionCode="12600"
   >
   <name>Cesium</name>
   <description>
diff --git a/install.sh b/install.sh
index 9fa6b4568..1e971781d 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.12.5" #lastest
+  echo "v0.12.6" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 233e3282f..597cf5ba9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.12.5",
+  "version": "0.12.6",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 998066066..08361de8b 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -11,19 +11,20 @@ angular.module("cesium.config", [])
 .constant("csConfig", {
 	"cacheTimeMs": 60000,
 	"fallbackLanguage": "en",
-	"rememberMe": true,
+	"rememberMe": false,
 	"showUDHistory": false,
 	"timeout": 10000,
 	"timeWarningExpireMembership": 5184000,
 	"timeWarningExpire": 7776000,
+	"logoutIlde": 600,
 	"useLocalStorage": true,
 	"useRelative": false,
 	"initPhase": false,
-	"expertMode": true,
+	"expertMode": false,
 	"decimalCount": 2,
 	"httpsMode": false,
 	"helptip": {
-		"enable": false,
+		"enable": true,
 		"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
 	},
 	"license": {
@@ -38,19 +39,19 @@ angular.module("cesium.config", [])
 		"es": {
 			"enable": true,
 			"askEnable": false,
-            "host": "g1.data.duniter.fr",
-            "port": "443",
-		},
-		"graph": {
-			"enable": true
-		},
-		"neo4j": {
-			"enable": true
+			"host": "g1.data.duniter.fr",
+			"port": "443",
+			"notifications": {
+				"txSent": true,
+				"txReceived": true,
+				"certSent": true,
+				"certReceived": true
+			}
 		}
 	},
-	"version": "0.12.5",
-	"build": "2017-05-19T08:58:22.076Z",
+	"version": "0.12.6",
+	"build": "2017-05-22T16:39:21.668Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-;
+;
\ No newline at end of file
-- 
GitLab