From a5c6bdd9f5af1a9fa4e5d526a028639739eee592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 16 Jan 2023 15:41:37 +0100 Subject: [PATCH 1/7] Update manifest.json --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index c6d0f5f..e1f409f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "kimai2", "packaging_format": 1, "description": { - "en": "A multi-user application for time-tracking with support for mobile devices", - "fr": "Une application web de suivi du temps, multi-utilisateurs, et compatible avec les appareils mobiles", + "en": "Multi-user application for time-tracking with support for mobile devices", + "fr": "Application multi-utilisateurs de suivi du temps compatible avec les appareils mobiles", "de": "Eine web-basierte Mehrbenutzer-Zeiterfassung mit Rechnungsdruck mit Unterstützung für mobile Endgeräte", "cs": "Víceuživatelská webová aplikace pro sledování času s podporou mobilních zařízení" }, @@ -52,7 +52,7 @@ "name": "registration", "type": "boolean", "ask": { - "en": "Are new users allowed to register ?", + "en": "Are new users allowed to register?", "fr": "Est-ce que de nouveaux utilisateurs peuvent s'y inscrire ?", "de": "Sollen sich neue Benutzer selber registrieren können ?", "cs": "Mohou se noví uživatelé registrovat?" From 61de5a24e7cab546cd711309fbe0bbc356f31848 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 16 Jan 2023 14:41:42 +0000 Subject: [PATCH 2/7] Auto-update README --- README_fr.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README_fr.md b/README_fr.md index e45b084..1ba5d33 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,15 @@ It shall NOT be edited by hand. # Kimai2 pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/kimai2.svg)](https://dash.yunohost.org/appci/app/kimai2) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/kimai2.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/kimai2.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/kimai2.svg)](https://dash.yunohost.org/appci/app/kimai2) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/kimai2.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/kimai2.maintain.svg) [![Installer Kimai2 avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kimai2) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Kimai2 rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Kimai2 rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble This is the reloaded version of the open source timetracker Kimai. Right now its in an early development phase, its usable but some advanced features from Kimai v1 are missing by now. @@ -24,9 +24,9 @@ Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic i **Démo :** https://www.kimai.org/demo/ -## Captures d'écran +## Captures d’écran -![Capture d'écran de Kimai2](./doc/screenshots/screenshot1.png) +![Capture d’écran de Kimai2](./doc/screenshots/screenshot1.png) ## Avertissements / informations importantes @@ -47,9 +47,9 @@ Those roles are directly managed using YunoHost permission system. User choosen ## Documentations et ressources -* Site officiel de l'app : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Site officiel de l’app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -65,4 +65,4 @@ ou sudo yunohost app upgrade kimai2 -u https://github.com/YunoHost-Apps/kimai2_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From 210cfb005f89f97d83b0a2732389021639bf81e8 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 23 Feb 2023 23:39:49 +0100 Subject: [PATCH 3/7] [autopatch] Upgrade auto-updater --- .github/workflows/updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index fb72ba0..a56d7cb 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run the updater script @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request id: cpr if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update to version ${{ env.VERSION }} From 0dcfd3f0d25899d13405bdd296f901ef3084d76e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 23 Feb 2023 22:39:51 +0000 Subject: [PATCH 4/7] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84e6c86..1efcade 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Kimai2 for YunoHost -[![Integration level](https://dash.yunohost.org/integration/kimai2.svg)](https://dash.yunohost.org/appci/app/kimai2) ![Working status](https://ci-apps.yunohost.org/ci/badges/kimai2.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/kimai2.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/kimai2.svg)](https://dash.yunohost.org/appci/app/kimai2) ![Working status](https://ci-apps.yunohost.org/ci/badges/kimai2.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/kimai2.maintain.svg) + [![Install Kimai2 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kimai2) *[Lire ce readme en français.](./README_fr.md)* diff --git a/README_fr.md b/README_fr.md index 1ba5d33..2308bc4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Kimai2 pour YunoHost -[![Niveau d’intégration](https://dash.yunohost.org/integration/kimai2.svg)](https://dash.yunohost.org/appci/app/kimai2) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/kimai2.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/kimai2.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/kimai2.svg)](https://dash.yunohost.org/appci/app/kimai2) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/kimai2.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/kimai2.maintain.svg) + [![Installer Kimai2 avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kimai2) *[Read this readme in english.](./README.md)* From 597cea75d0216073957c389062aba3822195228f Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:25:47 +0200 Subject: [PATCH 5/7] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 386406d..f837707 100755 --- a/scripts/install +++ b/scripts/install @@ -166,8 +166,6 @@ pushd "$final_path" ynh_exec_as $app php$phpversion bin/console kimai:install -n popd -update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION} - #================================================= # GENERIC FINALIZATION #================================================= From d40e83c7b4b690a1e9110ee7ebeb36132069ae66 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:27:00 +0200 Subject: [PATCH 6/7] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index f837707..7b6c6bd 100755 --- a/scripts/install +++ b/scripts/install @@ -160,8 +160,6 @@ chown $app:$app "$final_path/.env" #================================================= ynh_script_progression --message="Installing Kimai2..." --weight=1 -update-alternatives --set php /usr/bin/php$phpversion - pushd "$final_path" ynh_exec_as $app php$phpversion bin/console kimai:install -n popd From 38479e2c3a5ba4802d0f37f7d05a6624769e8d59 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Wed, 21 Jun 2023 08:32:56 +0200 Subject: [PATCH 7/7] Update check_process --- check_process | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/check_process b/check_process index c8d5cc1..12002d4 100644 --- a/check_process +++ b/check_process @@ -13,12 +13,8 @@ setup_private=1 setup_public=1 upgrade=1 - # 1.11.1~ynh1 - upgrade=0 from_commit=26829daa0113b88e45d86ae6c6611784f51a41d2 - # 1.17.1~ynh1 - upgrade=1 from_commit=6b3ab38a5bf6aa48aaef23254381e8063839598b - # 1.20.2~ynh1 - upgrade=1 from_commit=ef7f7d388e1e2abbe7789b9a9e93230b0f14262a + # 1.30.0~ynh1 + upgrade=1 from_commit=d073ffb8db7e416f0f1d0f645c6e77a9f11e10b9 backup_restore=1 multi_instance=1 port_already_use=0