From a5da896ed901ab8ea03dba5e79757f60c1b0f39c Mon Sep 17 00:00:00 2001 From: spooknik <40317809+spooknik@users.noreply.github.com> Date: Thu, 24 Jan 2019 11:45:13 +0100 Subject: [PATCH 1/9] Update to new source --- conf/app.src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 62cf48e..0c02606 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/keeweb/keeweb/archive/v1.6.3.tar.gz -SOURCE_SUM=097afbc94215206a3f7268e9e55c1a3c +SOURCE_URL=https://github.com/keeweb/keeweb/archive/gh-pages.zip +SOURCE_SUM=73ff6c1d52b2ef61ce951bcd602fa8af SOURCE_SUM_PRG=md5sum -SOURCE_FORMAT=tar.gz +SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true SOURCE_FILENAME= From d4a77a18a18b5a0990823b13faafcea21c2580bc Mon Sep 17 00:00:00 2001 From: spooknik <40317809+spooknik@users.noreply.github.com> Date: Thu, 24 Jan 2019 12:43:56 +0100 Subject: [PATCH 2/9] Update to source --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index eeb9a51..b7dc034 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { - alias __FINALPATH__/app/; + alias __FINALPATH__/; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; From 0d715ad917412c518215821b1f690472d825fedb Mon Sep 17 00:00:00 2001 From: spooknik <40317809+spooknik@users.noreply.github.com> Date: Thu, 24 Jan 2019 13:04:23 +0100 Subject: [PATCH 3/9] Update to source --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 3e61ec1..d4c897a 100644 --- a/scripts/install +++ b/scripts/install @@ -74,20 +74,20 @@ ynh_add_nginx_config # USE THE CONFIG FILE #================================================= -ynh_replace_string "(no-config)" "config.json" "$final_path/app/index.html" +ynh_replace_string "(no-config)" "config.json" "$final_path/index.html" #================================================= # COPY THE CONFIG FILE #================================================= -cp ../conf/config.json "$final_path/app/" +cp ../conf/config.json "$final_path/" #================================================= # STORE THE CHECKSUM OF THE CONFIG FILE #================================================= # Enregistre la somme de contrôle du fichier de config -ynh_store_file_checksum "$final_path/app/config.json" +ynh_store_file_checksum "$final_path/config.json" #================================================= # GENERIC FINALISATION From 59c30722bebe214f928543ba3b775340127f9fa2 Mon Sep 17 00:00:00 2001 From: spooknik <40317809+spooknik@users.noreply.github.com> Date: Thu, 24 Jan 2019 13:06:22 +0100 Subject: [PATCH 4/9] Update to source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9939b5..a61566b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Web client for reading and editing Keepass files locally. It can also sync with WebDAV (Owncloud, Nextcloud...), Dropbox, Google Drive, OneDrive... -**Shipped version:** 1.6.3 +**Shipped version:** 1.7.4 ## Screenshots From a9a9786e5e8b2c51e80536190ab4fe681033d62b Mon Sep 17 00:00:00 2001 From: spooknik <40317809+spooknik@users.noreply.github.com> Date: Thu, 24 Jan 2019 13:24:44 +0100 Subject: [PATCH 5/9] Update to source. --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 4c5e5f0..d935139 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/inst ## Résumé Client Web pour la lecture et l'édition de fichiers Keepass en local. Il peut également synchroniser avec WebDAV (Owncloud, Nextcloud...), Dropbox, Google Drive, OneDrive.... -**Version embarquée:** 1.6.3 +**Version embarquée:** 1.7.4 ## Captures d'écran From fcc448dbd1ef467bdb3e90a1b05eadc97c6809da Mon Sep 17 00:00:00 2001 From: kay0u Date: Mon, 18 Feb 2019 14:43:11 +0100 Subject: [PATCH 6/9] Update to 1.7.7 --- README.md | 8 ++++---- README_fr.md | 8 ++++---- conf/app.src | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a61566b..62a9438 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Web client for reading and editing Keepass files locally. It can also sync with WebDAV (Owncloud, Nextcloud...), Dropbox, Google Drive, OneDrive... -**Shipped version:** 1.7.4 +**Shipped version:** 1.7.7 ## Screenshots @@ -38,9 +38,9 @@ No users support. #### Supported architectures -* x86-64b - ![](https://ci-apps.yunohost.org/ci/logs/keeweb%20%28Community%29.svg) -* ARMv8-A - ![](https://ci-apps-arm.yunohost.org/ci/logs/keeweb%20%28Community%29.svg) -* Jessie x86-64b - ![](https://ci-stretch.nohost.me/ci/logs/keeweb%20%28Community%29.svg) +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/keeweb%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/keeweb/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/keeweb%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/keeweb/) +* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/keeweb%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/keeweb/) ## Additionnal informations diff --git a/README_fr.md b/README_fr.md index d935139..73a233b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/inst ## Résumé Client Web pour la lecture et l'édition de fichiers Keepass en local. Il peut également synchroniser avec WebDAV (Owncloud, Nextcloud...), Dropbox, Google Drive, OneDrive.... -**Version embarquée:** 1.7.4 +**Version embarquée:** 1.7.7 ## Captures d'écran @@ -38,9 +38,9 @@ Pas de support utilisateurs #### Architectures supportées. -* x86-64b - ![](https://ci-apps.yunohost.org/ci/logs/keeweb%20%28Community%29.svg) -* ARMv8-A - ![](https://ci-apps-arm.yunohost.org/ci/logs/keeweb%20%28Community%29.svg) -* Jessie x86-64b - ![](https://ci-stretch.nohost.me/ci/logs/keeweb%20%28Community%29.svg) +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/keeweb%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/keeweb/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/keeweb%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/keeweb/) +* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/keeweb%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/keeweb/) ## Informations additionnelles diff --git a/conf/app.src b/conf/app.src index 0c02606..a7727af 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/keeweb/keeweb/archive/gh-pages.zip -SOURCE_SUM=73ff6c1d52b2ef61ce951bcd602fa8af -SOURCE_SUM_PRG=md5sum -SOURCE_FORMAT=zip +SOURCE_URL=https://github.com/keeweb/keeweb/archive/v1.7.7.tar.gz +SOURCE_SUM=cd36bd933c7f948d02be9beb02fe0ecdb46e630b875fbeebb42cb0a7558191af +SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true SOURCE_FILENAME= From cf64eb5f2218efa0c5c16c429d122c5566440209 Mon Sep 17 00:00:00 2001 From: Kayou Date: Mon, 18 Feb 2019 19:40:38 +0100 Subject: [PATCH 7/9] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index df1896b..d7b4794 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Password manager compatible with KeePass.", "fr": "Gestionnaire de mots de passe compatible avec KeePass." }, - "version": "1.6.3~ynh2", + "version": "1.7.7~ynh1", "url": "https://keeweb.info/", "license": "MIT", "maintainer": { From cb6af95cf2f0b7ff3a118a8b1a01cd963de02308 Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 22 Feb 2019 23:14:33 +0100 Subject: [PATCH 8/9] Revert "Update to source" This reverts commit 0d715ad917412c518215821b1f690472d825fedb. --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index d4c897a..3e61ec1 100644 --- a/scripts/install +++ b/scripts/install @@ -74,20 +74,20 @@ ynh_add_nginx_config # USE THE CONFIG FILE #================================================= -ynh_replace_string "(no-config)" "config.json" "$final_path/index.html" +ynh_replace_string "(no-config)" "config.json" "$final_path/app/index.html" #================================================= # COPY THE CONFIG FILE #================================================= -cp ../conf/config.json "$final_path/" +cp ../conf/config.json "$final_path/app/" #================================================= # STORE THE CHECKSUM OF THE CONFIG FILE #================================================= # Enregistre la somme de contrôle du fichier de config -ynh_store_file_checksum "$final_path/config.json" +ynh_store_file_checksum "$final_path/app/config.json" #================================================= # GENERIC FINALISATION From 3e9f9cfd40bef4c6108aaa7277c7549e8d3db49a Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 22 Feb 2019 23:14:58 +0100 Subject: [PATCH 9/9] Revert "Update to source" This reverts commit d4a77a18a18b5a0990823b13faafcea21c2580bc. --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b7dc034..eeb9a51 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { - alias __FINALPATH__/; + alias __FINALPATH__/app/; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;