From 971a41555e14523280fb6e5411aad892bf5eda9d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 10 Sep 2021 23:38:48 +0200 Subject: [PATCH 1/3] Update restore --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 0805ad6..4a55fc8 100644 --- a/scripts/restore +++ b/scripts/restore @@ -33,8 +33,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=2 -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 de7f92f6e9e2fcb42dbfa6a4bdbc818b9d04a597 Mon Sep 17 00:00:00 2001 From: ljf Date: Tue, 5 Apr 2022 11:15:04 +0200 Subject: [PATCH 2/3] Add disclaimer --- doc/DISCLAIMER.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index e69de29..3fe871b 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -0,0 +1 @@ +This app works with the browser's local storage, so users won't find the notes if they switch their browser. From 1429fff188ee0e514d9d18dba0f4cde5ff8fa602 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 5 Apr 2022 09:15:11 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 4 ++++ README_fr.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 6816f34..fafbd16 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ Web based text editor/note taking software ![](./doc/screenshots/screenshot.png) +## Disclaimers / important information + +This app works with the browser's local storage, so users won't find the notes if they switch their browser. + ## Documentation and resources * Official app website: https://foxusa.github.io/OpenNote/OpenNote/ diff --git a/README_fr.md b/README_fr.md index 6596d99..cd6d630 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,6 +21,10 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ![](./doc/screenshots/screenshot.png) +## Avertissements / informations importantes + +This app works with the browser's local storage, so users won't find the notes if they switch their browser. + ## Documentations et ressources * Site officiel de l'appĀ : https://foxusa.github.io/OpenNote/OpenNote/