From 1123ca3035522911d25736cf2c63d257430342b3 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 2 Jun 2021 19:41:12 +0200 Subject: [PATCH 1/7] initial changelog for the 2021.06 release --- CHANGELOG | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 75f8a8da1..d5ec74483 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,57 @@ +Version 2021.06 (unreleased) + Friendica Core + Updates to the translation DE, EN-GB, HU, IT, JA [translation teams] + Updates to the themes (frio, vier) [annando, MrPetovan] + Updates to the documentation [annando, nupplaphil] + Updated composer and dependencies [nupplaphil, MrPetovan] + General code cleanup [annando, nupplaphil, mexon, MrPetova, very-apen] + Enhanced the Mastodon compatible API [annando] + Enhanced the possibilities to download the calendar [annando] + Enhanced the Vagrand development box setup [fabrixxm] + Enhanced the console commands [fabrixxm, mexon] + Enhances the support of PHP8 [nupplaphil, MrPetovan] + Enhanced the link detection [annando] + Enhanced the worker task display in the admin panel [tobiasd] + Enhanced the installation wizard [tobiasd] + Fixed information contained in the nodeinfo [MrPetovan] + Fixed an avatar setting problem during the account creation [nupplaphil] + Fixed a display problem with picture only postings from Diaspora* [annando] + Fixed a problem receiving BCC postings from accounts that are not followed [annando] + Fixed a problem with local delivery of postings [annando] + Fixed a problem with block/ignore via API [nupplaphil] + Fixed a problem with directory search results [MrPetovan] + Make birthday time comparison 32-bit safe in Protocol/DFRN [MrPetovan] + CI process was switched to drone [nupplaphil] + The "authenticate" hook was moved deeper into the process [very-ape] + Added support for RTL languages [MrPetovan] + + Friendica Addons + Updated to the translations DE, IT, JA [translation teams] + nitter + added addon to replace links to twitter in postings [tobiasd] + keycloakpassword + added addon for password-based authentication against Keycloak [very-ape] + SAML + added addon to support SAML services [very-ape] + twitter + improved the image upload [annando] + improved the exception handling [nupplaphil] + incoming posts are unlisted [annando] + openstreetmap + Ensure location key is available in hook data [MrPetovan] + catavatar + make the addon work again [nupplaphil] + securemail + fixed a problem in connection with the phpmailer addon [nupplaphil] + Blockbot + Move Zabbix to the "good" agents [annando] + mailstream + adaptation of new addon functionalities and code improvements [mexon] + + Closed Issues + 7967, 9064, 9993, 10055, 10147, 10184, 10198, 10205, 10210, 10219, + 10232, 10254, 10287, 10293, 10306, 10312, 10314, 10342 + Version 2021.04 (2021-04-26) Friendica Core Updates to the translations BG, DE, EN-US, ES, HU, IT, RU [translation teams] From 76b089e6692c7deb45dcea133b772a5ce318ef11 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 3 Jun 2021 08:28:58 +0200 Subject: [PATCH 2/7] Typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d5ec74483..d4502b39b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -26,7 +26,7 @@ Version 2021.06 (unreleased) Added support for RTL languages [MrPetovan] Friendica Addons - Updated to the translations DE, IT, JA [translation teams] + Updates to the translations DE, IT, JA [translation teams] nitter added addon to replace links to twitter in postings [tobiasd] keycloakpassword From 9be26636359bbebf2fb93aeb59422d78a99c0e47 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 27 Jun 2021 14:56:39 +0200 Subject: [PATCH 3/7] updated the CHANGELOG --- CHANGELOG | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d4502b39b..824627e0e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,7 @@ Version 2021.06 (unreleased) Enhanced the link detection [annando] Enhanced the worker task display in the admin panel [tobiasd] Enhanced the installation wizard [tobiasd] + Enhanced the federation statistics page [annando] Fixed information contained in the nodeinfo [MrPetovan] Fixed an avatar setting problem during the account creation [nupplaphil] Fixed a display problem with picture only postings from Diaspora* [annando] @@ -20,13 +21,18 @@ Version 2021.06 (unreleased) Fixed a problem with local delivery of postings [annando] Fixed a problem with block/ignore via API [nupplaphil] Fixed a problem with directory search results [MrPetovan] + Fixed problems with the console autoinstall command [annando, tobiasd] + Fixed problems with forum delivery + Removed the Diaspora* relay support [annando] + Removed the system user from the user countings [annando] Make birthday time comparison 32-bit safe in Protocol/DFRN [MrPetovan] CI process was switched to drone [nupplaphil] The "authenticate" hook was moved deeper into the process [very-ape] Added support for RTL languages [MrPetovan] + Added download link for the calendar entries [annando] Friendica Addons - Updates to the translations DE, IT, JA [translation teams] + Updates to the translations DE, HU, IT, JA [translation teams] nitter added addon to replace links to twitter in postings [tobiasd] keycloakpassword @@ -47,10 +53,13 @@ Version 2021.06 (unreleased) Move Zabbix to the "good" agents [annando] mailstream adaptation of new addon functionalities and code improvements [mexon] + phpmailer + updated dependencies [nupplaphil] Closed Issues 7967, 9064, 9993, 10055, 10147, 10184, 10198, 10205, 10210, 10219, - 10232, 10254, 10287, 10293, 10306, 10312, 10314, 10342 + 10232, 10254, 10287, 10293, 10306, 10312, 10342, 10364, 10375, 10378, + 10392, 10424, 10433 Version 2021.04 (2021-04-26) Friendica Core From 16d0c5b279b59736bd730b07da364d6ac9c527b1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 3 Jul 2021 19:57:24 +0200 Subject: [PATCH 4/7] updated the CHANGELOG --- CHANGELOG | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 824627e0e..394aa6232 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 2021.06 (unreleased) +Version 2021.07 (unreleased) Friendica Core Updates to the translation DE, EN-GB, HU, IT, JA [translation teams] Updates to the themes (frio, vier) [annando, MrPetovan] @@ -14,6 +14,7 @@ Version 2021.06 (unreleased) Enhanced the worker task display in the admin panel [tobiasd] Enhanced the installation wizard [tobiasd] Enhanced the federation statistics page [annando] + Enhanced the profile picture handling [annando] Fixed information contained in the nodeinfo [MrPetovan] Fixed an avatar setting problem during the account creation [nupplaphil] Fixed a display problem with picture only postings from Diaspora* [annando] @@ -22,7 +23,10 @@ Version 2021.06 (unreleased) Fixed a problem with block/ignore via API [nupplaphil] Fixed a problem with directory search results [MrPetovan] Fixed problems with the console autoinstall command [annando, tobiasd] - Fixed problems with forum delivery + Fixed problems with forum delivery [annando] + Fixed a problem fetching photos in private postings [annando] + Fixed a problem with author names containing hash tags [annando] + Fixed problems with the addon settings [MrPetovan] Removed the Diaspora* relay support [annando] Removed the system user from the user countings [annando] Make birthday time comparison 32-bit safe in Protocol/DFRN [MrPetovan] @@ -58,8 +62,8 @@ Version 2021.06 (unreleased) Closed Issues 7967, 9064, 9993, 10055, 10147, 10184, 10198, 10205, 10210, 10219, - 10232, 10254, 10287, 10293, 10306, 10312, 10342, 10364, 10375, 10378, - 10392, 10424, 10433 + 10232, 10254, 10287, 10293, 10306, 10312, 10314, 10342, 10364, 10375, + 10378, 10392, 10424, 10433, 10439, 10443 Version 2021.04 (2021-04-26) Friendica Core From 39064a9865043c3a43959c0058465995a04a1d36 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 4 Jul 2021 19:31:32 +0200 Subject: [PATCH 5/7] updated the CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 394aa6232..121549d2c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -26,6 +26,7 @@ Version 2021.07 (unreleased) Fixed problems with forum delivery [annando] Fixed a problem fetching photos in private postings [annando] Fixed a problem with author names containing hash tags [annando] + Fixed a problem when following local contacts [annando] Fixed problems with the addon settings [MrPetovan] Removed the Diaspora* relay support [annando] Removed the system user from the user countings [annando] From 916e52f894b887c3f95cabe6cb9d539a09725e47 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 4 Jul 2021 20:22:11 +0200 Subject: [PATCH 6/7] one issue fixed --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 121549d2c..1c9b96786 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -62,9 +62,9 @@ Version 2021.07 (unreleased) updated dependencies [nupplaphil] Closed Issues - 7967, 9064, 9993, 10055, 10147, 10184, 10198, 10205, 10210, 10219, - 10232, 10254, 10287, 10293, 10306, 10312, 10314, 10342, 10364, 10375, - 10378, 10392, 10424, 10433, 10439, 10443 + 7967, 9715, 9064, 9993, 10055, 10147, 10184, 10198, 10205, 10210, + 10219, 10232, 10254, 10287, 10293, 10306, 10312, 10314, 10342, 10364, + 10375, 10378, 10392, 10424, 10433, 10439, 10443 Version 2021.04 (2021-04-26) Friendica Core From 55a3104ca93f98ac71ad6227b45d1c0f2b2b6c03 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 4 Jul 2021 20:32:05 +0200 Subject: [PATCH 7/7] and an old one as well issue fixed --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1c9b96786..8d8fe3cff 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -62,7 +62,7 @@ Version 2021.07 (unreleased) updated dependencies [nupplaphil] Closed Issues - 7967, 9715, 9064, 9993, 10055, 10147, 10184, 10198, 10205, 10210, + 7967, 8262, 9715, 9064, 9993, 10055, 10147, 10184, 10198, 10205, 10210, 10219, 10232, 10254, 10287, 10293, 10306, 10312, 10314, 10342, 10364, 10375, 10378, 10392, 10424, 10433, 10439, 10443