From c3a8acc325a08e19a36d666cc629d3be74386fb2 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Wed, 17 May 2017 14:34:56 +0200 Subject: [PATCH] v0.12.3 --- config.xml | 4 ++-- install.sh | 2 +- package.json | 2 +- www/js/config.js | 29 ++++++++++++++--------------- 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/config.xml b/config.xml index 4926265b7..6cbff6430 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.2" - android-versionCode="12200" + version="0.12.3" + android-versionCode="12300" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index b65f10e54..837412492 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.12.2" #lastest + echo "v0.12.3" #lastest } api_release_url() { diff --git a/package.json b/package.json index a337cb16a..d55d682b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.12.2", + "version": "0.12.3", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index d68e27beb..cd180eaa0 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -11,19 +11,19 @@ angular.module("cesium.config", []) .constant("csConfig", { "cacheTimeMs": 60000, "fallbackLanguage": "en", - "rememberMe": true, + "rememberMe": false, "showUDHistory": false, "timeout": 10000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, - "useLocalStorage": true, + "useLocalStorage": false, "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 +38,18 @@ angular.module("cesium.config", []) "es": { "enable": true, "askEnable": false, - "host": "localhost", - "port": "9200", - "wsPort": "9400" - }, - "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.2", - "build": "2017-05-17T09:36:43.035Z", + "version": "0.12.3", + "build": "2017-05-17T12:32:45.839Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -- GitLab