From 4a67f20ba560790e301618e922022a35f6645bd0 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Tue, 12 Apr 2022 21:04:13 +0200 Subject: [PATCH 1/5] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cc4e945..600dfd7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted financial manager", "fr": "Gestionnaire de finances personnelles" }, - "version": "5.6.8~ynh1", + "version": "5.7.2~ynh1", "url": "https://firefly-iii.org/", "upstream": { "license": "GPL-3.0-or-later", From 91b658991610fc1449dd734dd3e843c2245983b0 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Tue, 12 Apr 2022 21:06:29 +0200 Subject: [PATCH 2/5] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 24b6d2a..64a5ab2 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.6.8.tar.gz -SOURCE_SUM=a1f7e30b7fa0ded2c10271e2f9f4b61fb26e3b0d4183250e444bfea92a016609 +SOURCE_URL=https://github.com/firefly-iii/firefly-iii/archive/refs/tags/5.7.2.tar.gz +SOURCE_SUM=8F11D15BB1973C74FA76A7C33290DA7300D44279E265617DB487B2676A57E16F SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From bebb0108cbfb3e9baca843a2045463ffbc3646e3 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Tue, 12 Apr 2022 21:12:37 +0200 Subject: [PATCH 3/5] Update manifest.json --- manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.json b/manifest.json index 600dfd7..c405d39 100644 --- a/manifest.json +++ b/manifest.json @@ -49,6 +49,10 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "If enabled, firefly-iii will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, firefly-iii sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + }, "default": true } ] From 3525614458beed6489af1d4b3d34b757ba33973e Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Fri, 29 Apr 2022 11:37:30 +0200 Subject: [PATCH 4/5] Update check_process Checking upgrade against 5.5.11 --- check_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_process b/check_process index fec9a17..c5592dc 100644 --- a/check_process +++ b/check_process @@ -12,7 +12,7 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=5ee628f58c4f9ea6b6fd48d843453c47ed3d34e4 + upgrade=1 from_commit=0245c6c17328e504114058930dea9dda28a18fdf backup_restore=1 multi_instance=1 change_url=0 From 89b006656f84fc6af55712e75621d33edc546817 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Fri, 29 Apr 2022 17:04:02 +0200 Subject: [PATCH 5/5] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 98b151f..94e986a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,7 +11,7 @@ location __PATH__/ { } # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file - #client_max_body_size 50M; + client_max_body_size 5M; try_files $uri $uri/ index.php; location ~ '[^/]\.php$|^/update.php' {