diff --git a/config.xml b/config.xml index 86d3ef727ce901b6430e17b982631a5ae3729fe5..eb3caeb7266adda42ff33fcdcb3cec1da7196ddc 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.6" - android-versionCode="12600" + version="0.12.7" + android-versionCode="12700" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index 1e971781d62a64061888e8cc53d956832c30f0ac..3e3322a734a5729bd9e5926ad2e37d3859c93fac 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.12.6" #lastest + echo "v0.12.7" #lastest } api_release_url() { diff --git a/package.json b/package.json index 597cf5ba989ca17b2519bcb2192de0b94d0db334..9e763084a415a5c2c455d0cc3f3797247546a000 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.12.6", + "version": "0.12.7", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 728bc1549862bad151b81a74c9359e2864006134..1734bc27e60673477814eeb601fe7f8c37458ee5 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -10,60 +10,48 @@ angular.module("cesium.config", []) .constant("csConfig", { "cacheTimeMs": 60000, - "fallbackLanguage": "fr-FR", - "defaultLanguage": "fr-FR", - "rememberMe": true, + "fallbackLanguage": "en", + "rememberMe": false, "showUDHistory": false, - "timeout": 6000, + "timeout": 10000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, + "logoutIlde": 600, "useLocalStorage": true, - "useRelative": true, - "expertMode": true, + "useRelative": false, + "initPhase": false, + "expertMode": false, "decimalCount": 2, + "httpsMode": false, "helptip": { - "enable": false, - "installDocUrl": { - "fr-FR": "http://www.le-sou.org/devenir-noeud/", - "en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" - } + "enable": true, + "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" }, "license": { "fr-FR": "license/license_g1-fr-FR.txt", "en": "license/license_g1-en.txt" }, - "node": { - "host": "g1.duniter.fr", - "port": "443" - }, + "node": { + "host": "g1.duniter.org", + "port": "443" + }, "plugins": { "es": { - "enable": false, + "enable": true, "askEnable": false, - "host": "localhost", - "port": 9200, - "wsPort": 9400, + "host": "g1.data.duniter.fr", + "port": "443", "notifications": { "txSent": true, "txReceived": true, "certSent": true, "certReceived": true } - }, - "graph": { - "enable": true - }, - "neo4j": { - "enable": true - }, - // Activation du plugin RML9 - "rml9": { - "enable": true } }, - "version": "0.12.6", - "build": "2017-05-30T09:15:49.818Z", + "version": "0.12.7", + "build": "2017-05-31T14:15:50.859Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -; +; \ No newline at end of file