From 66993f5dc6dc2dcf7198833262a417faec7703c2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 14 Dec 2020 10:42:41 +0100 Subject: [PATCH] Fix linter warnings --- check_process | 3 --- issue_template.md | 2 +- manifest.json | 6 +++++- scripts/upgrade | 6 ------ 4 files changed, 6 insertions(+), 11 deletions(-) diff --git a/check_process b/check_process index dee5978..faa58c5 100644 --- a/check_process +++ b/check_process @@ -20,9 +20,6 @@ multi_instance=1 port_already_use=0 change_url=0 -;;; Levels - # If the level 5 (Package linter) is forced to 1. Please add justifications here. - Level 5=auto ;;; Options Email= Notification=none diff --git a/issue_template.md b/issue_template.md index f539f32..05d8968 100644 --- a/issue_template.md +++ b/issue_template.md @@ -22,7 +22,7 @@ about: When creating a bug report, please use the following template to provide - Hardware: *VPS bought online / Old laptop or computer / Raspberry Pi at home / Internet Cube with VPN / Other ARM board / ...* - YunoHost version: x.x.x - I have access to my server: *Through SSH | through the webadmin | direct access via keyboard / screen | ...* -- Are you in a special context or did you perform some particular tweaking on your YunoHost instance ?: *no / yes* +- Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: *no / yes* - If yes, please explain: - Using, or trying to install package version/branch: - If upgrading, current package version: *can be found in the admin, or with `yunohost app info $app_id`* diff --git a/manifest.json b/manifest.json index 1f447bd..98885fe 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Taking note application with Markdown editor and encryption support.", "fr": "Application de Prise de note avec éditeur Markdown et chiffrement." }, - "version": "0.7.51~ynh2", + "version": "0.7.51~ynh3", "url": "https://laverna.cc/index.html", "license": "MPL-2.0", "maintainer": { @@ -48,6 +48,10 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, + "help": { + "en": "If enabled, Laverna will be accessible by people who do not have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, Laverna sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + }, "default": true } ] diff --git a/scripts/upgrade b/scripts/upgrade index 2a0ebae..3ee7b41 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,12 +60,6 @@ ynh_clean_setup () { # Exit if an error occurs during the execution of the script ynh_abort_if_errors -#================================================= -# CHECK THE PATH -#================================================= - -path_url=$(ynh_normalize_url_path --path_url=$path_url) - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================