From 533752ad6dfe107047930b73452cb22e404368f1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 2 May 2022 18:45:56 +0200 Subject: [PATCH 01/21] Upgrade to 24.0.0 --- check_process | 4 ++++ manifest.json | 2 +- scripts/upgrade.d/upgrade.23.sh | 7 +++++++ scripts/upgrade.d/upgrade.last.sh | 4 ++-- 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 scripts/upgrade.d/upgrade.23.sh diff --git a/check_process b/check_process index eef530d..131cef9 100644 --- a/check_process +++ b/check_process @@ -17,6 +17,8 @@ upgrade=1 from_commit=e249cced99423d8e6743312361f140c1fbdc3a1d #22.2.3 upgrade=1 from_commit=892f02888f31b6a0da850a5f8b2e66a151f84750 + #22.2.7 + upgrade=1 from_commit=91edc90f626d3cbd587d04a01aa91f4ab7e65b29 backup_restore=1 multi_instance=1 change_url=1 @@ -28,4 +30,6 @@ Notification=none name=Merge pull request #446 from YunoHost-Apps/22.2.0 ; commit=892f02888f31b6a0da850a5f8b2e66a151f84750 name=Merge pull request #457 from YunoHost-Apps/testing + ; commit=91edc90f626d3cbd587d04a01aa91f4ab7e65b29 + name=Merge pull request #483 from YunoHost-Apps/22.2.7 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&user_home=1& diff --git a/manifest.json b/manifest.json index 5587e75..9697b6b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online storage, file sharing platform and various other applications", "fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications" }, - "version": "23.0.4~ynh1", + "version": "24.0.0~ynh1", "url": "https://nextcloud.com", "upstream": { "license": "AGPL-3.0", diff --git a/scripts/upgrade.d/upgrade.23.sh b/scripts/upgrade.d/upgrade.23.sh new file mode 100644 index 0000000..7c99ebe --- /dev/null +++ b/scripts/upgrade.d/upgrade.23.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Last available Nextcloud version +next_version="24.0.0" + +# Nextcloud tarball checksum sha256 +nextcloud_source_sha256="" diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 69d8a8c..7c99ebe 100755 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Last available Nextcloud version -next_version="23.0.4" +next_version="24.0.0" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="67191c2b8b41591ae42accfb32216313fde0e107201682cb39029f890712bc6a" +nextcloud_source_sha256="" From 98243b2cfc6c4234b6b249337a3a75b91be751de Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 2 May 2022 16:46:01 +0000 Subject: [PATCH 02/21] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e4ab68..26b6e79 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 Online storage, file sharing platform and various other applications -**Shipped version:** 23.0.4~ynh1 +**Shipped version:** 24.0.0~ynh1 **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index f138534..a0948a1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Stockage en ligne, plateforme de partage de fichiers et diverses autres applications -**Version incluse :** 23.0.4~ynh1 +**Version incluse :** 24.0.0~ynh1 **Démo :** https://demo.nextcloud.com/ From bd3ed059f0c6d26097a40ce5b2d9134bb888a9e7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 3 May 2022 12:40:59 +0200 Subject: [PATCH 03/21] 24.0.0 --- scripts/upgrade.d/upgrade.23.sh | 2 +- scripts/upgrade.d/upgrade.last.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade.d/upgrade.23.sh b/scripts/upgrade.d/upgrade.23.sh index 7c99ebe..eb2b944 100644 --- a/scripts/upgrade.d/upgrade.23.sh +++ b/scripts/upgrade.d/upgrade.23.sh @@ -4,4 +4,4 @@ next_version="24.0.0" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="" +nextcloud_source_sha256="176cb5620f20465fb4759bdf3caaebeb7acff39d6c8630351af9f8738c173780" diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 7c99ebe..eb2b944 100755 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -4,4 +4,4 @@ next_version="24.0.0" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="" +nextcloud_source_sha256="176cb5620f20465fb4759bdf3caaebeb7acff39d6c8630351af9f8738c173780" From 5bea9c5aa72a20a99e1c5b7fd436d7e739ad0b8f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 3 May 2022 12:41:37 +0200 Subject: [PATCH 04/21] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9697b6b..abc0317 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "email": "pierre@kayou.io" }, "requirements": { - "yunohost": ">= 11.0.4" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ From 6897c2895708888e7b530b50766c4e7b2bbd69b9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 3 May 2022 13:00:50 +0200 Subject: [PATCH 05/21] Update app-02-Allow-for-eval-in-JS-scripts-for-YunoHost-tile.patch --- ...-02-Allow-for-eval-in-JS-scripts-for-YunoHost-tile.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/patches_last_version/app-02-Allow-for-eval-in-JS-scripts-for-YunoHost-tile.patch b/sources/patches_last_version/app-02-Allow-for-eval-in-JS-scripts-for-YunoHost-tile.patch index 38f37f9..43159c3 100644 --- a/sources/patches_last_version/app-02-Allow-for-eval-in-JS-scripts-for-YunoHost-tile.patch +++ b/sources/patches_last_version/app-02-Allow-for-eval-in-JS-scripts-for-YunoHost-tile.patch @@ -12,6 +12,6 @@ index e9ecf00036..8e69c8d2dc 100644 - protected $evalScriptAllowed = false; + // YunoHost patch: allow for eval in JS scripts for YunoHost tile + protected $evalScriptAllowed = true; - /** @var array Domains from which scripts can get loaded */ - protected $allowedScriptDomains = [ - '\'self\'', + /** @var bool Whether strict-dynamic should be set */ + protected $strictDynamicAllowed = null; + /** @var array Domains from which scripts can get loaded */ From 57715dbcd5ff579c18ebec151adfd58dffd8585a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 19 May 2022 15:03:43 +0200 Subject: [PATCH 06/21] 24.0.1 --- manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index abc0317..77974ab 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online storage, file sharing platform and various other applications", "fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications" }, - "version": "24.0.0~ynh1", + "version": "24.0.1~ynh1", "url": "https://nextcloud.com", "upstream": { "license": "AGPL-3.0", diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index eb2b944..1f32cca 100755 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Last available Nextcloud version -next_version="24.0.0" +next_version="24.0.1" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="176cb5620f20465fb4759bdf3caaebeb7acff39d6c8630351af9f8738c173780" +nextcloud_source_sha256="d32a8f6c4722a45cb67de7018163cfafcfa22a871fbac0f623c3875fa4304e5a" From f2d04d0a816bc7762e28805faa2cff3ea38e7772 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 19 May 2022 13:03:49 +0000 Subject: [PATCH 07/21] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26b6e79..727022a 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 Online storage, file sharing platform and various other applications -**Shipped version:** 24.0.0~ynh1 +**Shipped version:** 24.0.1~ynh1 **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index a0948a1..cea39a4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Stockage en ligne, plateforme de partage de fichiers et diverses autres applications -**Version incluse :** 24.0.0~ynh1 +**Version incluse :** 24.0.1~ynh1 **Démo :** https://demo.nextcloud.com/ From d54d0c8a815158765543b54b43b91592dc0f93c5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 20 May 2022 09:03:30 +0200 Subject: [PATCH 08/21] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 250f8b5..ded3f70 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= YNH_PHP_VERSION="8.0" -pkg_dependencies="imagemagick libmagickcore-6.q16-6-extra acl tar smbclient at php${YNH_PHP_VERSION}-bz2 php${YNH_PHP_VERSION}-imap php${YNH_PHP_VERSION}-gmp php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-apcu php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-igbinary php${YNH_PHP_VERSION}-bcmath" +pkg_dependencies="imagemagick libmagickcore-6.q16-6-extra acl tar smbclient at php${YNH_PHP_VERSION}-fpm php${YNH_PHP_VERSION}-bz2 php${YNH_PHP_VERSION}-imap php${YNH_PHP_VERSION}-gmp php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-apcu php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-igbinary php${YNH_PHP_VERSION}-bcmath" #================================================= # EXPERIMENTAL HELPERS From f25395bcc05ae2d73e4396a19f73f07504e961cf Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 21 May 2022 00:05:31 +0200 Subject: [PATCH 09/21] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 77974ab..92d300d 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "email": "pierre@kayou.io" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.4" }, "multi_instance": true, "services": [ From 3b59475f71a56b715f09cefbb8463d5f238ba833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 14 Jun 2022 14:59:47 +0200 Subject: [PATCH 10/21] Add db_user var --- scripts/install | 7 ++++--- scripts/remove | 3 ++- scripts/restore | 5 +++-- scripts/upgrade | 1 + 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/scripts/install b/scripts/install index c3a1d2e..a6ec82e 100755 --- a/scripts/install +++ b/scripts/install @@ -65,8 +65,9 @@ ynh_install_app_dependencies $pkg_dependencies ynh_script_progression --message="Creating a MySQL database..." --weight=2 db_name=$(ynh_sanitize_dbid --db_name=$app) +db_user=$db_name ynh_app_setting_set --app=$app --key=db_name --value=$db_name -ynh_mysql_setup_db --db_user=$db_name --db_name=$db_name +ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE @@ -160,7 +161,7 @@ admin_password="$(ynh_string_random --length=6)" # Install Nextcloud using a temporary admin user exec_occ maintenance:install \ --database "mysql" --database-name $db_name \ - --database-user $db_name --database-pass "$db_pwd" \ + --database-user $db_user --database-pass "$db_pwd" \ --admin-user "admin" --admin-pass "$admin_password" \ --data-dir "$datadir" \ || ynh_die --message="Unable to install Nextcloud" @@ -255,7 +256,7 @@ exec_occ config:system:set overwrite.cli.url --value="https://${domain}" #================================================= # Set the user as admin -ynh_mysql_connect_as --user=$db_name --password="$db_pwd" --database=$db_name \ +ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name \ <<< "INSERT INTO oc_group_user VALUES ('admin','$admin');" # And delete admin user exec_occ user:delete admin diff --git a/scripts/remove b/scripts/remove index 024ed93..36db879 100755 --- a/scripts/remove +++ b/scripts/remove @@ -18,6 +18,7 @@ app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) db_name=$(ynh_app_setting_get --app=$app --key=db_name) +db_user=$db_name final_path=$(ynh_app_setting_get --app=$app --key=final_path) datadir=$(ynh_app_setting_get --app=$app --key=datadir) @@ -37,7 +38,7 @@ ynh_remove_app_dependencies ynh_script_progression --message="Removing the MySQL database..." --weight=5 # Remove a database if it exists, along with the associated user -ynh_mysql_remove_db --db_user=$db_name --db_name=$db_name +ynh_mysql_remove_db --db_user=$db_user --db_name=$db_name #================================================= # REMOVE APP MAIN DIR diff --git a/scripts/restore b/scripts/restore index 425e580..874a35f 100755 --- a/scripts/restore +++ b/scripts/restore @@ -27,6 +27,7 @@ domain=$(ynh_app_setting_get --app=$app --key=domain) path_url=$(ynh_app_setting_get --app=$app --key=path) final_path=$(ynh_app_setting_get --app=$app --key=final_path) db_name=$(ynh_app_setting_get --app=$app --key=db_name) +db_user=$db_name phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) datadir=$(ynh_app_setting_get --app=$app --key=datadir) @@ -71,8 +72,8 @@ ynh_restore_file --origin_path="$final_path" ynh_script_progression --message="Restoring the MySQL database..." --weight=9 db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd) -ynh_mysql_setup_db --db_user=$db_name --db_name=$db_name --db_pwd=$db_pwd -ynh_mysql_connect_as --user=$db_name --password=$db_pwd --database=$db_name < ./db.sql +ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name --db_pwd=$db_pwd +ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./db.sql #================================================= # RECREATE THE DEDICATED USER diff --git a/scripts/upgrade b/scripts/upgrade index c2a731a..c087261 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -21,6 +21,7 @@ path_url=$(ynh_app_setting_get --app=$app --key=path) admin=$(ynh_app_setting_get --app=$app --key=admin) final_path=$(ynh_app_setting_get --app=$app --key=final_path) db_name=$(ynh_app_setting_get --app=$app --key=db_name) +db_user=$db_name user_home=$(ynh_app_setting_get --app=$app --key=user_home) fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint) From 42c7fc9b89c4bda07d5df8283feb7edc290bdfa7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 14 Jun 2022 12:59:53 +0000 Subject: [PATCH 11/21] Auto-update README --- README.md | 21 +++++++++++---------- README_fr.md | 27 ++++++++++++++++----------- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 727022a..3882c6a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Nextcloud for YunoHost -[![Integration level](https://dash.yunohost.org/integration/nextcloud.svg)](https://dash.yunohost.org/appci/app/nextcloud) ![](https://ci-apps.yunohost.org/ci/badges/nextcloud.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/nextcloud.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/nextcloud.svg)](https://dash.yunohost.org/appci/app/nextcloud) ![Working status](https://ci-apps.yunohost.org/ci/badges/nextcloud.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/nextcloud.maintain.svg) [![Install Nextcloud with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nextcloud) *[Lire ce readme en français.](./README_fr.md)* @@ -23,7 +23,7 @@ Online storage, file sharing platform and various other applications ## Screenshots -![](./doc/screenshots/screenshot.png) +![Screenshot of Nextcloud](./doc/screenshots/screenshot.png) ## Disclaimers / important information @@ -53,22 +53,23 @@ this package: ## Documentation and resources -* Official app website: https://nextcloud.com -* Official user documentation: https://docs.nextcloud.com/server/latest/user_manual/en/ -* Official admin documentation: https://docs.nextcloud.com/server/stable/admin_manual/ -* Upstream app code repository: https://github.com/nextcloud/server -* YunoHost documentation for this app: https://yunohost.org/app_nextcloud -* Report a bug: https://github.com/YunoHost-Apps/nextcloud_ynh/issues +* Official app website: +* Official user documentation: +* Official admin documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing --debug or sudo yunohost app upgrade nextcloud -u https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index cea39a4..3ea7de1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,10 +1,14 @@ + + # Nextcloud pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/nextcloud.svg)](https://dash.yunohost.org/appci/app/nextcloud) ![](https://ci-apps.yunohost.org/ci/badges/nextcloud.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/nextcloud.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/nextcloud.svg)](https://dash.yunohost.org/appci/app/nextcloud) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/nextcloud.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/nextcloud.maintain.svg) [![Installer Nextcloud avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nextcloud) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* > *Ce package vous permet d'installer Nextcloud 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.* @@ -19,7 +23,7 @@ Stockage en ligne, plateforme de partage de fichiers et diverses autres applicat ## Captures d'écran -![](./doc/screenshots/screenshot.png) +![Capture d'écran de Nextcloud](./doc/screenshots/screenshot.png) ## Avertissements / informations importantes @@ -48,22 +52,23 @@ En plus des fonctionnalités principales de Nextcloud, les fonctionnalités suiv ## Documentations et ressources -* Site officiel de l'app : https://nextcloud.com -* Documentation officielle utilisateur : https://docs.nextcloud.com/server/latest/user_manual/en/ -* Documentation officielle de l'admin : https://docs.nextcloud.com/server/stable/admin_manual/ -* Dépôt de code officiel de l'app : https://github.com/nextcloud/server -* Documentation YunoHost pour cette app : https://yunohost.org/app_nextcloud -* Signaler un bug : https://github.com/YunoHost-Apps/nextcloud_ynh/issues +* Site officiel de l'app : +* Documentation officielle utilisateur : +* Documentation officielle de l'admin : +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing --debug ou sudo yunohost app upgrade nextcloud -u https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** From d4314140381712e3aab77c2114176d48272bdc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:46:45 +0200 Subject: [PATCH 12/21] 24.0.2 --- manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 92d300d..7157d67 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online storage, file sharing platform and various other applications", "fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications" }, - "version": "24.0.1~ynh1", + "version": "24.0.2~ynh1", "url": "https://nextcloud.com", "upstream": { "license": "AGPL-3.0", diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 1f32cca..6d588eb 100755 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Last available Nextcloud version -next_version="24.0.1" +next_version="24.0.2" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="d32a8f6c4722a45cb67de7018163cfafcfa22a871fbac0f623c3875fa4304e5a" +nextcloud_source_sha256="30d6cac1265dff221836bec46a937dcafd7e7d52ee59b939841750b514e5033d" From 64846ba1447a75c55b5d1c5971b8530dc1ca9d70 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 20 Jun 2022 22:10:00 +0000 Subject: [PATCH 13/21] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3882c6a..8e4be07 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 Online storage, file sharing platform and various other applications -**Shipped version:** 24.0.1~ynh1 +**Shipped version:** 24.0.2~ynh1 **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index 3ea7de1..3dee36f 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) pour Stockage en ligne, plateforme de partage de fichiers et diverses autres applications -**Version incluse :** 24.0.1~ynh1 +**Version incluse :** 24.0.2~ynh1 **Démo :** https://demo.nextcloud.com/ From 45c52e7f13f33b9ffaf6522285f71a63fc9dfb0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 16 Jul 2022 12:25:35 +0200 Subject: [PATCH 14/21] Update check_process --- check_process | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/check_process b/check_process index 131cef9..0776e9c 100644 --- a/check_process +++ b/check_process @@ -13,12 +13,8 @@ setup_private=1 setup_public=1 upgrade=1 - #21.0.2 - upgrade=1 from_commit=e249cced99423d8e6743312361f140c1fbdc3a1d - #22.2.3 - upgrade=1 from_commit=892f02888f31b6a0da850a5f8b2e66a151f84750 - #22.2.7 - upgrade=1 from_commit=91edc90f626d3cbd587d04a01aa91f4ab7e65b29 + #22.2.9 + upgrade=1 from_commit=f565b6d216f5340f752e6d6a21a14abc3811e0e7 backup_restore=1 multi_instance=1 change_url=1 @@ -26,10 +22,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=e249cced99423d8e6743312361f140c1fbdc3a1d - name=Merge pull request #446 from YunoHost-Apps/22.2.0 - ; commit=892f02888f31b6a0da850a5f8b2e66a151f84750 - name=Merge pull request #457 from YunoHost-Apps/testing - ; commit=91edc90f626d3cbd587d04a01aa91f4ab7e65b29 - name=Merge pull request #483 from YunoHost-Apps/22.2.7 + ; commit=f565b6d216f5340f752e6d6a21a14abc3811e0e7 + name=Merge pull request #495 from YunoHost-Apps/22.2.9 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&user_home=1& From 69b56e2426c81874801d721aa16328f5fecaec89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 18 Jul 2022 16:01:24 +0200 Subject: [PATCH 15/21] 24.0.3 --- manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7157d67..83ab102 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online storage, file sharing platform and various other applications", "fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications" }, - "version": "24.0.2~ynh1", + "version": "24.0.3~ynh1", "url": "https://nextcloud.com", "upstream": { "license": "AGPL-3.0", diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 6d588eb..4734075 100755 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Last available Nextcloud version -next_version="24.0.2" +next_version="24.0.3" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="30d6cac1265dff221836bec46a937dcafd7e7d52ee59b939841750b514e5033d" +nextcloud_source_sha256="320c81f9b902922b4bcef3eacf858596a14347fd45bddd26dac198562d212439" From 543dd524cce038f6dcdfac247a273ef3bdab303d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 18 Jul 2022 14:01:30 +0000 Subject: [PATCH 16/21] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e4be07..5985477 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 Online storage, file sharing platform and various other applications -**Shipped version:** 24.0.2~ynh1 +**Shipped version:** 24.0.3~ynh1 **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index 3dee36f..9ee016b 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) pour Stockage en ligne, plateforme de partage de fichiers et diverses autres applications -**Version incluse :** 24.0.2~ynh1 +**Version incluse :** 24.0.3~ynh1 **Démo :** https://demo.nextcloud.com/ From b5f9f7cf06713ded449bed5d4ec39e4f8ae9eb38 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 12 Aug 2022 09:21:38 +0200 Subject: [PATCH 17/21] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 83ab102..fa221ce 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "email": "pierre@kayou.io" }, "requirements": { - "yunohost": ">= 11.0.4" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ From 4eca26135c03ebe5d40103d194fbb27150912bf2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 12 Aug 2022 07:21:43 +0000 Subject: [PATCH 18/21] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5985477..cbb5510 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Online storage, file sharing platform and various other applications **Shipped version:** 24.0.3~ynh1 + **Demo:** https://demo.nextcloud.com/ ## Screenshots diff --git a/README_fr.md b/README_fr.md index 9ee016b..518d309 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Stockage en ligne, plateforme de partage de fichiers et diverses autres applications -**Version incluse :** 24.0.3~ynh1 +**Version incluse :** 24.0.3~ynh1 + **Démo :** https://demo.nextcloud.com/ From e04bdecbfcb7e962306128b304050b56412d61df Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 12 Aug 2022 21:48:19 +0000 Subject: [PATCH 19/21] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 5985477..cbb5510 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Online storage, file sharing platform and various other applications **Shipped version:** 24.0.3~ynh1 + **Demo:** https://demo.nextcloud.com/ ## Screenshots diff --git a/README_fr.md b/README_fr.md index d0ef79c..518d309 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,6 +19,7 @@ Stockage en ligne, plateforme de partage de fichiers et diverses autres applicat **Version incluse :** 24.0.3~ynh1 + **Démo :** https://demo.nextcloud.com/ ## Captures d'écran From fdfc322198cada12a125a4b99fe109169c8a805b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 18 Aug 2022 21:23:52 +0200 Subject: [PATCH 20/21] 24.0.4 --- manifest.json | 4 ++-- scripts/upgrade.d/upgrade.last.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 83ab102..b1f4a14 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online storage, file sharing platform and various other applications", "fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications" }, - "version": "24.0.3~ynh1", + "version": "24.0.4~ynh1", "url": "https://nextcloud.com", "upstream": { "license": "AGPL-3.0", @@ -22,7 +22,7 @@ "email": "pierre@kayou.io" }, "requirements": { - "yunohost": ">= 11.0.4" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 4734075..1bbff1f 100755 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Last available Nextcloud version -next_version="24.0.3" +next_version="24.0.4" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="320c81f9b902922b4bcef3eacf858596a14347fd45bddd26dac198562d212439" +nextcloud_source_sha256="d107426f8e1c193db882a04c844f9bc7e7eeb7c21e46c46197e5154d6d6ac28e" From 04fb7a5084b388e86303187c1cdb6643492eb793 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 18 Aug 2022 19:24:09 +0000 Subject: [PATCH 21/21] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbb5510..514886b 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 Online storage, file sharing platform and various other applications -**Shipped version:** 24.0.3~ynh1 +**Shipped version:** 24.0.4~ynh1 **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index 518d309..8f70f7a 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) pour Stockage en ligne, plateforme de partage de fichiers et diverses autres applications -**Version incluse :** 24.0.3~ynh1 +**Version incluse :** 24.0.4~ynh1 **Démo :** https://demo.nextcloud.com/