From 95e64719f100814a73f3c585194036b924fa179c Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:04:41 +0100 Subject: [PATCH 1/5] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 74b6409..164b4ff 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -27,7 +27,7 @@ then ynh_secure_remove --file="/$install_dir/vendor" - ynh_setup_source --dest_dir="$install_dir" #--keep='.env' + ynh_setup_source --dest_dir="$install_dir" # --full_replace=1 --keep='.env' fi chmod -R o-rwx "$install_dir" From 1ce8c1d34a7a44265ff1a396fafe1c2a3c85de09 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Mar 2024 02:34:31 +0100 Subject: [PATCH 2/5] Upgrade to v1.8.127 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 65bd673..012339f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "FreeScout" description.en = "Help desk & shared mailbox" description.fr = "Service d'assistance et boîte aux lettres partagée" -version = "1.8.126~ynh1" +version = "1.8.127~ynh1" maintainers = ["eric_G"] @@ -50,8 +50,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/freescout-helpdesk/freescout/archive/refs/tags/1.8.126.tar.gz" - sha256 = "bb75d51b5c5c4d01709ab910b26cdf4cdb6984590a26b4627329202b490cd053" + url = "https://github.com/freescout-helpdesk/freescout/archive/refs/tags/1.8.127.tar.gz" + sha256 = "4f0daf4ddf817662b92252cf587dedc74212e2c228866080b99868dddd97ab29" autoupdate.strategy = "latest_github_tag" [resources.system_user] From f45d8825c325b2a40cf0a4310dc5a172f718bd83 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Mar 2024 01:34:34 +0000 Subject: [PATCH 3/5] Auto-update README --- README.md | 4 ++-- README_fr.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d76923..1c03cd3 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 ## Overview FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. -**Shipped version:** 1.8.126~ynh1 +**Shipped version:** 1.8.127~ynh1 **Demo:** @@ -43,7 +43,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug or sudo yunohost app upgrade freescout -u https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index fad9c73..6488806 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble FreeScout est un service d'assistance open source gratuit ultra léger et puissant et une boîte de réception partagée construite avec PHP (framework Laravel). Vous pouvez désormais profiter gratuitement de Zendesk et Help Scout sans renoncer à votre confidentialité ni vous enfermer dans un service que vous ne contrôlez pas. -**Version incluse :** 1.8.126~ynh1 +**Version incluse :** 1.8.127~ynh1 **Démo :** @@ -27,7 +27,7 @@ FreeScout est un service d'assistance open source gratuit ultra léger et puissa ## :red_circle: Anti-fonctionnalités -- **Not totally free upstream** : The packaged app is under an overall free licence, but with clauses that restrict its use. +- **Application sous licence libre restreinte** : L'application packagée est sous une licence globalement libre, mais avec des clauses qui pourraient restreindre son utilisation. ## Documentations et ressources @@ -43,7 +43,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug ou sudo yunohost app upgrade freescout -u https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug From 5bfab6c757005b9031b44f84389fbf91f79d0bee Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:39:04 +0100 Subject: [PATCH 4/5] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 65bd673..90a0083 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.fr = "Service d'assistance et boîte aux lettres partagée" version = "1.8.126~ynh1" -maintainers = ["eric_G"] +maintainers = [] [upstream] license = "AGPL-3.0-only" From f8b9faf895cc292b121c833d9e50132f8b15eccf Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Mar 2024 16:39:07 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 2 +- README_fr.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d76923..64a5f92 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug or sudo yunohost app upgrade freescout -u https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index fad9c73..d096510 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ FreeScout est un service d'assistance open source gratuit ultra léger et puissa ## :red_circle: Anti-fonctionnalités -- **Not totally free upstream** : The packaged app is under an overall free licence, but with clauses that restrict its use. +- **Application sous licence libre restreinte** : L'application packagée est sous une licence globalement libre, mais avec des clauses qui pourraient restreindre son utilisation. ## Documentations et ressources @@ -43,7 +43,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug ou sudo yunohost app upgrade freescout -u https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug