From f65f32ac8a1844835d91292c6240ca2dda5c168a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 2 Aug 2021 07:03:25 +0200 Subject: [PATCH 1/6] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 073eedf..7d6ed38 100755 --- a/scripts/install +++ b/scripts/install @@ -49,7 +49,7 @@ ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=path --value=$path_url ynh_app_setting_set --app=$app --key=admin --value=$admin ynh_app_setting_set --app=$app --key=random_key --value=$random_key -ynh_app_setting_set --app=$app --key=update --value=$update +ynh_app_setting_set --app=$app --key=update --value=$update #================================================= # INSTALL DEPENDENCIES From d5a3a21b556fededc8302c0401d61ed6b8321b24 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 4 Aug 2021 19:35:33 +0200 Subject: [PATCH 2/6] 5.5.13 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 587b4c7..00d1ccc 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/firefly-iii/firefly-iii/archive/refs/tags/5.5.12.tar.gz -SOURCE_SUM=9a7d6bc2654ffb2073edae9545b5eff0755ad8241bf4abfca80ff978e5b02240 +SOURCE_URL=https://github.com/firefly-iii/firefly-iii/archive/refs/tags/5.5.13.tar.gz +SOURCE_SUM=13deecec37a01029d7b9057dc7941e6e18e42551477d5ad46683247402904828 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 188b48c..8f0eef3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted financial manager", "fr": "Gestionnaire de finances personnelles" }, - "version": "5.5.12~ynh1", + "version": "5.5.13~ynh1", "url": "https://firefly-iii.org/", "upstream": { "license": "GPL-3.0-or-later", From c618754474a3b7c9b0ca592cc189dd5643193a45 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Wed, 4 Aug 2021 17:35:40 +0000 Subject: [PATCH 3/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48dc5c7..81a2a18 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Self-hosted financial manager -**Shipped version:** 5.5.12~ynh1 +**Shipped version:** 5.5.13~ynh1 **Demo:** https://demo.firefly-iii.org/login diff --git a/README_fr.md b/README_fr.md index 82ff16b..2ed3e32 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Gestionnaire de finances personnelles -**Version incluse :** 5.5.12~ynh1 +**Version incluse :** 5.5.13~ynh1 **Démo :** https://demo.firefly-iii.org/login From 428f0f1f967a9be1af85cdc0fbb194bc07974f5d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 4 Oct 2021 22:21:20 +0200 Subject: [PATCH 4/6] Cleaning up --- conf/app.src | 1 - manifest.json | 6 ++---- scripts/restore | 2 -- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/conf/app.src b/conf/app.src index 00d1ccc..9b48108 100644 --- a/conf/app.src +++ b/conf/app.src @@ -3,4 +3,3 @@ SOURCE_SUM=13deecec37a01029d7b9057dc7941e6e18e42551477d5ad46683247402904828 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= diff --git a/manifest.json b/manifest.json index 8f0eef3..40c596b 100644 --- a/manifest.json +++ b/manifest.json @@ -35,8 +35,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "path", @@ -46,8 +45,7 @@ }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "is_public", diff --git a/scripts/restore b/scripts/restore index b95f289..2a7dc07 100755 --- a/scripts/restore +++ b/scripts/restore @@ -36,8 +36,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Validating restoration parameters..." -ynh_webpath_available --domain=$domain --path_url=$path_url \ -|| ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path " From b8d9921a00e0b29e84edbc38051b008cc29fd1a8 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 4 Oct 2021 20:39:10 +0000 Subject: [PATCH 5/6] Auto-update README --- README.md | 6 +++--- README_fr.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 81a2a18..671b3a9 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,16 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Self-hosted financial manager +"Firefly III" is a (self-hosted) manager for your personal finances. It can help you keep track of your expenses and income, so you can spend less and save more. Firefly III supports the use of budgets, categories and tags. Using a bunch of external tools, you can import data. It also has many neat financial reports available. -**Shipped version:** 5.5.13~ynh1 + +**Shipped version:** 5.6.1~ynh1 **Demo:** https://demo.firefly-iii.org/login ## Screenshots ![](./doc/screenshots/budget.png) -![](./doc/screenshots/ff2.png) ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 2ed3e32..d322410 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,16 +11,16 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Gestionnaire de finances personnelles +"Firefly III" is a (self-hosted) manager for your personal finances. It can help you keep track of your expenses and income, so you can spend less and save more. Firefly III supports the use of budgets, categories and tags. Using a bunch of external tools, you can import data. It also has many neat financial reports available. -**Version incluse :** 5.5.13~ynh1 + +**Version incluse :** 5.6.1~ynh1 **Démo :** https://demo.firefly-iii.org/login ## Captures d'écran ![](./doc/screenshots/budget.png) -![](./doc/screenshots/ff2.png) ## Documentations et ressources From 24a42ffca3fb942733200e552f0c672465dc8972 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 4 Oct 2021 20:41:08 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f04a46..671b3a9 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in "Firefly III" is a (self-hosted) manager for your personal finances. It can help you keep track of your expenses and income, so you can spend less and save more. Firefly III supports the use of budgets, categories and tags. Using a bunch of external tools, you can import data. It also has many neat financial reports available. + **Shipped version:** 5.6.1~ynh1 **Demo:** https://demo.firefly-iii.org/login