From e7518258d7c7e868b95f1b48403857e05e62bea6 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 16 Jun 2019 16:06:05 +0200 Subject: [PATCH 1/7] Update check_process --- check_process | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/check_process b/check_process index 70946c0e..b302e94e 100644 --- a/check_process +++ b/check_process @@ -13,20 +13,13 @@ upgrade=1 from_commit=e53882baaed30f38293a4ec9d1395c6833759169 backup_restore=1 multi_instance=1 - incorrect_path=1 + # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. + # incorrect_path=1 port_already_use=0 change_url=0 ;;; Levels - Level 1=auto - Level 2=auto - Level 3=auto - Level 4=0 + # If the level 5 (Package linter) is forced to 1. Please add justifications here. Level 5=auto - Level 6=auto - Level 7=auto - Level 8=0 - Level 9=0 - Level 10=0 ;;; Options Email=jean-baptiste@holcroft.fr;yalh@yahoo.com Notification=all From 15dd627e01e264c38d70f20d608b1d0ab3a302de Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 11 Jul 2019 14:21:57 +0200 Subject: [PATCH 2/7] Upgrade to 0.9.6 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8ad43311..4501ce36 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "ActivityPub Federated Image Sharing" }, - "version": "0.9.4~ynh3", + "version": "0.9.6~ynh1", "url": "https://pixelfed.org/", "license": "AGPL-3.0-or-later", "maintainer": [ From 20926f2fb3b2f1d35cc1177b5f82f21994b71109 Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 11 Jul 2019 14:22:06 +0200 Subject: [PATCH 3/7] Upgrade to 0.9.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30a324a5..2aa1bf36 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview The federated image sharing service Pixelfed, for YunoHost -**Shipped version:** 0.9.4 +**Shipped version:** 0.9.6 ## Important points to read before installing From d4ce727cb490e4ef5855c3361921d00da3d669cd Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 11 Jul 2019 14:24:16 +0200 Subject: [PATCH 4/7] Upgrade to 0.9.6 --- conf/app.src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 0e1d4d40..773bdec3 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.9.4.tar.gz -SOURCE_SUM=abb6bdf44035dcaa71cb2b5b85a76cb8f4ebca4cc390df5d66454046b8412766 +SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.9.6.tar.gz +SOURCE_SUM=a9234dcafb86322764892be6b325494a840d6a9f4f6f2dbaaa695b466a02ac22 OURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz -SOURCE_IN_SUBDIR=true \ No newline at end of file +SOURCE_IN_SUBDIR=true From c94710cb85cd9249ba2c642214af89556e94e9aa Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 11 Jul 2019 14:26:46 +0200 Subject: [PATCH 5/7] Update to 0.9.6 + add French description --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4501ce36..e4e4f35a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,8 @@ "id": "pixelfed", "packaging_format": 1, "description": { - "en": "ActivityPub Federated Image Sharing" + "en": "ActivityPub Federated Image Sharing", + "fr": "Logiciel de partage d'image fédéré via ActivityPub" }, "version": "0.9.6~ynh1", "url": "https://pixelfed.org/", From ad939ba659734a7d11e5bd142a1ff167cf38ee2d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 11 Jul 2019 19:30:47 +0200 Subject: [PATCH 6/7] Update .env from pixelfed .env.example --- conf/.env | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/.env b/conf/.env index ea04653a..7f497b8d 100644 --- a/conf/.env +++ b/conf/.env @@ -41,7 +41,6 @@ MAIL_FROM_NAME="Pixelfed" OPEN_REGISTRATION=true ENFORCE_EMAIL_VERIFICATION=true PF_MAX_USERS=1000 -RECAPTCHA_ENABLED=false MAX_PHOTO_SIZE=15000 MAX_CAPTION_LENGTH=150 @@ -57,9 +56,9 @@ ACTIVITYPUB_SHAREDINBOX=true # php artisan optimize:clear # php artisan optimize -PF_COSTAR_ENABLED=false -CS_BLOCKED_DOMAINS='example.org,example.net,example.com' -CS_CW_DOMAINS='example.org,example.net,example.com' +PF_COSTAR_ENABLED=true +CS_BLOCKED_DOMAINS='gab.com,gab.ai,develop.gab.com' +CS_CW_DOMAINS='switter.at' CS_UNLISTED_DOMAINS='example.org,example.net,example.com' ## Optional From 9acf9226c2ca5cb5aee8a571610c5a7328439b35 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 11 Jul 2019 23:27:56 +0200 Subject: [PATCH 7/7] Update .env --- conf/.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/.env b/conf/.env index 7f497b8d..a221f1ea 100644 --- a/conf/.env +++ b/conf/.env @@ -64,3 +64,5 @@ CS_UNLISTED_DOMAINS='example.org,example.net,example.com' ## Optional #HORIZON_DARKMODE=false # Horizon theme darkmode #HORIZON_EMBED=false # Single Docker Container mode + +ADMIN_ENV_EDITOR=true