From 830ae71fcf03a5524de2f0cefa93628982345646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:16:17 +0100 Subject: [PATCH 01/25] 1.0.2 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 3e89ed6..4c54167 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/bbbe9a15a1218bdb7af5286125a64425/castopod-1.0.1.zip -SOURCE_SUM=ea5f0e97f0f637a3c88ec2287a82543487d922ef2d869167050368b6498b5966 +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/55a64bc49012b0cb710dc7a91b467391/castopod-1.0.2.zip +SOURCE_SUM=f02847260eb12708c11a41adddc73d4b111df9aff80866295af84eb5fdb7e465 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index a6d53d8..927e352 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.1~ynh1", + "version": "1.0.2~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only", From 62a244363e63a2f63cefc836ed2df3436517cedd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 14 Nov 2022 18:16:24 +0000 Subject: [PATCH 02/25] 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 e648c44..8c9e41d 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Shipped version:** 1.0.1~ynh1 +**Shipped version:** 1.0.2~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index 2afc7e5..fd78d64 100755 --- a/README_fr.md +++ b/README_fr.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Version incluse :** 1.0.1~ynh1 +**Version incluse :** 1.0.2~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr From cb8350ac15504051f406a3c4701cc10dcfffe880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:21:12 +0100 Subject: [PATCH 03/25] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4d0679a..61d13bc 100755 --- a/scripts/install +++ b/scripts/install @@ -27,6 +27,7 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url="/" is_public=$YNH_APP_ARG_IS_PUBLIC +phpversion=$YNH_PHP_VERSION app=$YNH_APP_INSTANCE_NAME @@ -100,7 +101,7 @@ chown -R $app:www-data "$final_path" ynh_script_progression --message="Configuring PHP-FPM..." --weight=1 # Create a dedicated PHP-FPM config -ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint +ynh_add_fpm_config --phpversion=$YNH_PHP_VERSION --usage=$fpm_usage --footprint=$fpm_footprint phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= From 17c04b4fee6dca33cd3ef2194f2bd122f8b54cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:21:31 +0100 Subject: [PATCH 04/25] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 61d13bc..81ca0e1 100755 --- a/scripts/install +++ b/scripts/install @@ -101,7 +101,7 @@ chown -R $app:www-data "$final_path" ynh_script_progression --message="Configuring PHP-FPM..." --weight=1 # Create a dedicated PHP-FPM config -ynh_add_fpm_config --phpversion=$YNH_PHP_VERSION --usage=$fpm_usage --footprint=$fpm_footprint +ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= From 987c8f394428fb3e8dc9fcaa869f2347fd8b7c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Nov 2022 21:19:00 +0100 Subject: [PATCH 05/25] 1.0.3 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 4c54167..5fc840e 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/55a64bc49012b0cb710dc7a91b467391/castopod-1.0.2.zip -SOURCE_SUM=f02847260eb12708c11a41adddc73d4b111df9aff80866295af84eb5fdb7e465 +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/d174ec288b04d4b3071ec89591ae185b/castopod-1.0.3.zip +SOURCE_SUM= SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 927e352..45f90c5 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.2~ynh1", + "version": "1.0.3~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only", From 72c4bd314aeb48630eeadc52c122d3d9f8f7ddf8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 18 Nov 2022 20:19:05 +0000 Subject: [PATCH 06/25] 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 8c9e41d..113141c 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Shipped version:** 1.0.2~ynh1 +**Shipped version:** 1.0.3~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index fd78d64..b3165aa 100755 --- a/README_fr.md +++ b/README_fr.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Version incluse :** 1.0.2~ynh1 +**Version incluse :** 1.0.3~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr From 756ffbab2cded0477e2f39e59ef8985c7976bb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Nov 2022 21:22:05 +0100 Subject: [PATCH 07/25] Update upgrade --- scripts/upgrade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index d5355e8..5f60b4e 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -22,7 +22,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) db_name=$(ynh_app_setting_get --app=$app --key=db_name) db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd) redis_db=$(ynh_app_setting_get --app=$app --key=redis_db) -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) +phpversion=$YNH_PHP_VERSION fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint) fpm_free_footprint=$(ynh_app_setting_get --app=$app --key=fpm_free_footprint) @@ -140,7 +140,6 @@ ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2 # Create a dedicated PHP-FPM config ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # NGINX CONFIGURATION From 08e20f13e6698d60e3302dc66a5809835816924c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Nov 2022 21:53:32 +0100 Subject: [PATCH 08/25] Update app.src --- conf/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.src b/conf/app.src index 5fc840e..2d8b887 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/d174ec288b04d4b3071ec89591ae185b/castopod-1.0.3.zip -SOURCE_SUM= +SOURCE_SUM=595c939104ce4c522a74a329c22773e2c4e40a90635b69147d3d5164c3345ec8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true From b0eb083414a59b697bddefa927bb242b3a76b5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 24 Nov 2022 22:34:53 +0100 Subject: [PATCH 09/25] 1.0.4 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 2d8b887..0cd32fe 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/d174ec288b04d4b3071ec89591ae185b/castopod-1.0.3.zip -SOURCE_SUM=595c939104ce4c522a74a329c22773e2c4e40a90635b69147d3d5164c3345ec8 +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/8974ce98494b29b5863c5487975f501c/castopod-1.0.4.zip +SOURCE_SUM=fdade31a57b990daad0712ea9cd71eee2a4f3589f755c6c2363f0851da2256c9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 45f90c5..fde5aff 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.3~ynh1", + "version": "1.0.4~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only", From 4bf93cbbb455b582c6b2c4b8882913a09e091f8b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 24 Nov 2022 21:34:58 +0000 Subject: [PATCH 10/25] 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 113141c..5d2cf51 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Shipped version:** 1.0.3~ynh1 +**Shipped version:** 1.0.4~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index b3165aa..09732dd 100755 --- a/README_fr.md +++ b/README_fr.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Version incluse :** 1.0.3~ynh1 +**Version incluse :** 1.0.4~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr From 30c28bcf9b23a1a391470d41e750dd0daa07331b Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Fri, 2 Dec 2022 17:56:31 -0500 Subject: [PATCH 11/25] 1.0.4 >> 1.0.5 upgrade --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 0cd32fe..9753104 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/8974ce98494b29b5863c5487975f501c/castopod-1.0.4.zip -SOURCE_SUM=fdade31a57b990daad0712ea9cd71eee2a4f3589f755c6c2363f0851da2256c9 +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/f7ceca07f4e4ee11aef1540718c9a730/castopod-1.0.5.zip +SOURCE_SUM=f5040c3a3616b12c7ee0f35e0cf6ef775cf77ae8cda65f636119c0a9f09e4f55 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index fde5aff..e0ea2c8 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.4~ynh1", + "version": "1.0.5~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only", From 3566d794a7e0eabf0c025ac8f2a2302bb883b960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 3 Dec 2022 12:24:44 +0100 Subject: [PATCH 12/25] 1.0.5 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 0cd32fe..9753104 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/8974ce98494b29b5863c5487975f501c/castopod-1.0.4.zip -SOURCE_SUM=fdade31a57b990daad0712ea9cd71eee2a4f3589f755c6c2363f0851da2256c9 +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/f7ceca07f4e4ee11aef1540718c9a730/castopod-1.0.5.zip +SOURCE_SUM=f5040c3a3616b12c7ee0f35e0cf6ef775cf77ae8cda65f636119c0a9f09e4f55 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index fde5aff..e0ea2c8 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.4~ynh1", + "version": "1.0.5~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only", From 50eddb04ab9e2c764e895c1ef523933185dbc59d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 3 Dec 2022 11:24:49 +0000 Subject: [PATCH 13/25] 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 5d2cf51..dbd5311 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Shipped version:** 1.0.4~ynh1 +**Shipped version:** 1.0.5~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index 09732dd..1cf8ef9 100755 --- a/README_fr.md +++ b/README_fr.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Version incluse :** 1.0.4~ynh1 +**Version incluse :** 1.0.5~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr From 55beda5fc6aaa5dae045fc753e8f97761f6f24a5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 11 Dec 2022 10:10:51 +0100 Subject: [PATCH 14/25] 1.1.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 9753104..9ea789c 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/f7ceca07f4e4ee11aef1540718c9a730/castopod-1.0.5.zip -SOURCE_SUM=f5040c3a3616b12c7ee0f35e0cf6ef775cf77ae8cda65f636119c0a9f09e4f55 +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/8e244b80e683352a338e1954533aa2fa/castopod-1.1.0.zip +SOURCE_SUM=f7673b0144578ac86f45d009e5a30e08eb61d3897ec906e151abae338df40299 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e0ea2c8..85721d9 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.5~ynh1", + "version": "1.1.0~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only", From 7bbc6588b3a8989bdcdabf97da5e9d05a7c88262 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 11 Dec 2022 09:10:56 +0000 Subject: [PATCH 15/25] 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 dbd5311..2a23911 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Shipped version:** 1.0.5~ynh1 +**Shipped version:** 1.1.0~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index 1cf8ef9..54f9483 100755 --- a/README_fr.md +++ b/README_fr.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Version incluse :** 1.0.5~ynh1 +**Version incluse :** 1.1.0~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr From 2aded088ddfbefc3674f324aaab6ea9a262086e5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 14 Dec 2022 07:03:22 +0100 Subject: [PATCH 16/25] 1.1.1 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 9ea789c..b93382c 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/8e244b80e683352a338e1954533aa2fa/castopod-1.1.0.zip -SOURCE_SUM=f7673b0144578ac86f45d009e5a30e08eb61d3897ec906e151abae338df40299 +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/ba722b82354cf8f441bd72a30393316d/castopod-1.1.1.zip +SOURCE_SUM=bb16816576d1be8a0bd4ad8fe546d2596593d6485985325b3f6088520c369a4e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 85721d9..f1247c5 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.1.0~ynh1", + "version": "1.1.1~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only", From 369823a6aaf0f913ca54669119c95f8063f2177f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Dec 2022 06:03:27 +0000 Subject: [PATCH 17/25] 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 2a23911..046d040 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Shipped version:** 1.1.0~ynh1 +**Shipped version:** 1.1.1~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index 54f9483..5864c24 100755 --- a/README_fr.md +++ b/README_fr.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Version incluse :** 1.1.0~ynh1 +**Version incluse :** 1.1.1~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr From a3d1abbfad41eeb2f27a4587121e723747ebe358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 14 Dec 2022 16:01:16 +0100 Subject: [PATCH 18/25] 1.1.2 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index b93382c..b55216a 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/ba722b82354cf8f441bd72a30393316d/castopod-1.1.1.zip -SOURCE_SUM=bb16816576d1be8a0bd4ad8fe546d2596593d6485985325b3f6088520c369a4e +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/ab09b21e1e0f3ef02518fc0794d6a3be/castopod-1.1.2.zip +SOURCE_SUM=1412a4d272826355c039ac045055ce33a0c00d238ac860c7761d8f2555b4241a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index f1247c5..005c7b7 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.1.1~ynh1", + "version": "1.1.2~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only", From 298252fef485dc247453f56b7c0b85e75abecb29 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Dec 2022 15:01:20 +0000 Subject: [PATCH 19/25] 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 046d040..cce0c39 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Shipped version:** 1.1.1~ynh1 +**Shipped version:** 1.1.2~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index 5864c24..31801d0 100755 --- a/README_fr.md +++ b/README_fr.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Version incluse :** 1.1.1~ynh1 +**Version incluse :** 1.1.2~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr From b4ac27bc02ddfba66614d6ab4b96f2e66d7e3d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:36:25 +0100 Subject: [PATCH 20/25] Update _common.sh --- scripts/_common.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 947108f..80cc780 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,9 @@ YNH_PHP_VERSION="8.1" -pkg_dependencies="ffmpeg php${YNH_PHP_VERSION}-fpm php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mysqlnd" +php_dependencies="php${YNH_PHP_VERSION}-fpm php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mysqlnd" + +pkg_dependencies="ffmpeg $php_dependencies" #================================================= # PERSONAL HELPERS From 36e8cc7197f721ae58534aa95e167124d5317c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:37:29 +0100 Subject: [PATCH 21/25] Update DESCRIPTION.md --- doc/DESCRIPTION.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 6e38db4..05c704e 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -9,12 +9,9 @@ Castopod is currently in beta but already quite stable and used by podcasters ar ### Features -- Free & open-source (AGPL v3 License) - Focused on data sovereignty: your content, audience, and analytics belong to you, and you only -- Podcasting 2.0 features: GUID, locked, transcripts, funding, chapters, location, persons, soundbites, … -- Built-in social network -- Built-in analytics -- Built-in marketing tools +- Podcasting 2.0 features: GUID, locked, transcripts, funding, chapters, location, persons, soundbites… +- Built-in social network, analytics, marketing tools - Monetization - Publish your episodes everywhere with RSS: - Podcast import: move your existing podcast into Castopod From 63bf82491573a720922cec74e67834857a26435f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 5 Jan 2023 17:37:34 +0000 Subject: [PATCH 22/25] Auto-update README --- README.md | 7 ++----- README_fr.md | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cce0c39..c20e65c 100755 --- a/README.md +++ b/README.md @@ -26,12 +26,9 @@ Castopod is currently in beta but already quite stable and used by podcasters ar ### Features -- Free & open-source (AGPL v3 License) - Focused on data sovereignty: your content, audience, and analytics belong to you, and you only -- Podcasting 2.0 features: GUID, locked, transcripts, funding, chapters, location, persons, soundbites, … -- Built-in social network -- Built-in analytics -- Built-in marketing tools +- Podcasting 2.0 features: GUID, locked, transcripts, funding, chapters, location, persons, soundbites… +- Built-in social network, analytics, marketing tools - Monetization - Publish your episodes everywhere with RSS: - Podcast import: move your existing podcast into Castopod diff --git a/README_fr.md b/README_fr.md index 31801d0..d7948d0 100755 --- a/README_fr.md +++ b/README_fr.md @@ -26,12 +26,9 @@ Castopod is currently in beta but already quite stable and used by podcasters ar ### Features -- Free & open-source (AGPL v3 License) - Focused on data sovereignty: your content, audience, and analytics belong to you, and you only -- Podcasting 2.0 features: GUID, locked, transcripts, funding, chapters, location, persons, soundbites, … -- Built-in social network -- Built-in analytics -- Built-in marketing tools +- Podcasting 2.0 features: GUID, locked, transcripts, funding, chapters, location, persons, soundbites… +- Built-in social network, analytics, marketing tools - Monetization - Publish your episodes everywhere with RSS: - Podcast import: move your existing podcast into Castopod From fb5fee3a4157e90dfc13c34bc296737a44acb86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 Jan 2023 14:59:58 +0100 Subject: [PATCH 23/25] Remove database update --- scripts/from_beta_16.sql | 11 ----------- scripts/upgrade | 10 ---------- 2 files changed, 21 deletions(-) delete mode 100644 scripts/from_beta_16.sql diff --git a/scripts/from_beta_16.sql b/scripts/from_beta_16.sql deleted file mode 100644 index 61af150..0000000 --- a/scripts/from_beta_16.sql +++ /dev/null @@ -1,11 +0,0 @@ -SET AUTOCOMMIT = 0; -START TRANSACTION; - -ALTER TABLE `cp_settings` -ADD COLUMN context VARCHAR(255) NULL AFTER `type`; - -ALTER TABLE cp_podcasts ADD COLUMN published_at DATETIME DEFAULT NULL AFTER -updated_by; -UPDATE cp_podcasts SET published_at = created_at; - -COMMIT; diff --git a/scripts/upgrade b/scripts/upgrade index 5f60b4e..78cd7df 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -116,16 +116,6 @@ chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" -#================================================= -# MYSQL CONFIGURATION -#================================================= - -if ynh_compare_current_package_version --comparison eq --version 1.0.0-96~ynh1 -then - ynh_script_progression --message="Upgrading MySQL configuration..." --weight=1 - ynh_mysql_connect_as --user=$db_name --password=$db_pwd --database=$db_name < ./from_beta_16.sql -fi - #================================================= # UPGRADE DEPENDENCIES #================================================= From 59cbf94cc9186a323ee43350a593b7e3c075d8f8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 19 Jan 2023 14:00:06 +0000 Subject: [PATCH 24/25] 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 d7948d0..1a0777e 100755 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,15 @@ It shall NOT be edited by hand. # Castopod pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/castopod.svg)](https://dash.yunohost.org/appci/app/castopod) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/castopod.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/castopod.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/castopod.svg)](https://dash.yunohost.org/appci/app/castopod) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/castopod.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/castopod.maintain.svg) [![Installer Castopod avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=castopod) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Castopod 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 Castopod 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 Castopod is a free & open-source hosting platform made for podcasters who want engage and interact with their audience. @@ -41,9 +41,9 @@ Castopod is currently in beta but already quite stable and used by podcasters ar **Démo :** https://podcast.podlibre.org/@podlibre_fr -## Captures d'écran +## Captures d’écran -![Capture d'écran de Castopod](./doc/screenshots/screenshot.png) +![Capture d’écran de Castopod](./doc/screenshots/screenshot.png) ## Avertissements / informations importantes @@ -62,9 +62,9 @@ Castopod is currently in beta but already quite stable and used by podcasters ar ## 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 : @@ -80,4 +80,4 @@ ou sudo yunohost app upgrade castopod -u https://github.com/YunoHost-Apps/castopod_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 db418a2c721d9c2835f2ced1893e1996cbba5bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 Jan 2023 15:57:20 +0100 Subject: [PATCH 25/25] Update .env.example --- conf/.env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/.env.example b/conf/.env.example index afcfd8a..a203646 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -31,7 +31,9 @@ database.default.DBPrefix="cp_" # Email configuration #-------------------------------------------------------------------- # email.fromEmail="your_email_address" -# email.SMTPHost="your_smtp_host" +# email.fromName="Castopod" +# email.SMTPHost="localhost" +# email.SMTPPort="25" # email.SMTPUser="your_smtp_user" # email.SMTPPass="your_smtp_password" @@ -55,4 +57,3 @@ cache.redis.database=__REDIS_DB__ # REST API configuration #-------------------------------------------------------------------- # restapi.enabled=true -