From dc13704dd4331bd8986e1414504a69e9bb60de2b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 18 May 2022 10:41:25 +0200 Subject: [PATCH 01/10] CHANGELOG for the 2022.05 release --- CHANGELOG | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 6e8b6725ae..acf0c73fb6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,50 @@ Version 2022.05 (unreleased) Friendica Core + Added DA DK translation, updates to the translations DE, PL, RU, ZH CN [translation teams] + Updates to the documentation [foss-] + General code cleanup [annando, MrPetovan, nupplaphil, tobiasd] + Added caching for several AP endpoints [annando] + Added the display of pinned/featured postings of contacts [annando] + Added the display of polls and current votes [annando] + Added node relocation to the console tool [MrPetovan] + Added storage of edit history of postings [annando] + Added the possibility to set custom posting dates [annando] + Enhanced performance (database related, global directory) [annando] + Enhanced the logging [annando] + Enhanced the federation statistics page in the admin panel [annando] + Enhanced the Mastodon compatible API [annando] + Enhanced the .htaccess-dist file to prevent accessing some common backup files [tobiasd] + Enhanced the priority values of some worker queue jobs [annando] + Enhanced the possibility for the user selecting which notifications should be shown [MrPetovan] + Changed the default icons to the flat icons [atjn] + Changed the order of starred posts and posts with mention by the last comment date [annando] + Fixed a problem with the local cache of contact avatars [annando] + Fixed a problem in the federation with Lemmy nodes [annando] + Fixed a problem importing some RSS feeds [annando] + Fixed a problem fetching attached media files [annando] + Fixed a problem with the abstract being formatted [annando] + Fixed a problem preventing the import of contacts [tobiasd] + Fixed a problem with IDN URLs [annando] + Fixed a problem parsing abstract BBCode tags [MrPetovan] + Fixed a problem that could cause unintentionally changing the password by password managers [MrPetovan] + Fixed a problem with the language detection of postings [annando] + Fixed a problem with the selection of JSON/XML webfinger results [annando] Friendica Addons Breaking: The obsolete hooks settings_form and settings_post have been removed, custom addons developers should use the addon_settings hook instead. + Updates to the translations DA DK, PL [translation teams] + advancedcontentfilter + Use a random item to validate fields on rule save [MrPetovan] + twitter + Fix usage of unfollow / block hooks [MrPetovan] + S§ storage backend + Added the addon [nupplaphil] Closed Issues + 4639, 9650, 11212, 11223, 11226, 11309, 11310, 11315, 11319, 11338, + 11339, 11340, 11343, 11350, 11353, 11371, 11393, 11407, 11425, 11427, + 11440, 11445, 11450, 11461, 11487, 11491, 11492, 11504, 11508 Version 2022.03 (2022-03-07) Friendica Core From 1ed2b1af7aec37cf6433ab7247887f323c563d0b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 18 May 2022 10:43:10 +0200 Subject: [PATCH 02/10] typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index acf0c73fb6..929a4f7875 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -38,7 +38,7 @@ Version 2022.05 (unreleased) Use a random item to validate fields on rule save [MrPetovan] twitter Fix usage of unfollow / block hooks [MrPetovan] - S§ storage backend + S3 storage backend Added the addon [nupplaphil] Closed Issues From 5c9aa13147b5faa052e9302653a050e0fdfd1e2b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 25 May 2022 08:42:59 +0200 Subject: [PATCH 03/10] some things added to the CHANGELOG --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 929a4f7875..4f7c4302c7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 2022.05 (unreleased) Friendica Core - Added DA DK translation, updates to the translations DE, PL, RU, ZH CN [translation teams] + Added DA DK translation, updates to the translations DE, FR, HU, PL, RU, ZH CN [translation teams] Updates to the documentation [foss-] General code cleanup [annando, MrPetovan, nupplaphil, tobiasd] Added caching for several AP endpoints [annando] @@ -16,6 +16,7 @@ Version 2022.05 (unreleased) Enhanced the .htaccess-dist file to prevent accessing some common backup files [tobiasd] Enhanced the priority values of some worker queue jobs [annando] Enhanced the possibility for the user selecting which notifications should be shown [MrPetovan] + Enhanced the relay server handling [annando] Changed the default icons to the flat icons [atjn] Changed the order of starred posts and posts with mention by the last comment date [annando] Fixed a problem with the local cache of contact avatars [annando] @@ -33,7 +34,7 @@ Version 2022.05 (unreleased) Friendica Addons Breaking: The obsolete hooks settings_form and settings_post have been removed, custom addons developers should use the addon_settings hook instead. - Updates to the translations DA DK, PL [translation teams] + Updates to the translations DA DK, FR, HU, PL [translation teams] advancedcontentfilter Use a random item to validate fields on rule save [MrPetovan] twitter From 5a1108352c8b34ae26a025fad73ecf3aeb9c4129 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 25 May 2022 17:09:12 +0200 Subject: [PATCH 04/10] added new console tool to the CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 4f7c4302c7..e84fe10971 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ Version 2022.05 (unreleased) Added the display of pinned/featured postings of contacts [annando] Added the display of polls and current votes [annando] Added node relocation to the console tool [MrPetovan] + Added tool to move avatars to the avatar cache [annanado] Added storage of edit history of postings [annando] Added the possibility to set custom posting dates [annando] Enhanced performance (database related, global directory) [annando] From 94a178c590795e51c4334989714b51313c47df90 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 30 May 2022 17:08:56 +0200 Subject: [PATCH 05/10] numbers of closed issues updated, and some small additions --- CHANGELOG | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e84fe10971..822c9e0855 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -31,6 +31,7 @@ Version 2022.05 (unreleased) Fixed a problem that could cause unintentionally changing the password by password managers [MrPetovan] Fixed a problem with the language detection of postings [annando] Fixed a problem with the selection of JSON/XML webfinger results [annando] + Fixed a problem with re-shared postings that were pinned [annando] Friendica Addons Breaking: The obsolete hooks settings_form and settings_post have been removed, @@ -44,9 +45,11 @@ Version 2022.05 (unreleased) Added the addon [nupplaphil] Closed Issues - 4639, 9650, 11212, 11223, 11226, 11309, 11310, 11315, 11319, 11338, - 11339, 11340, 11343, 11350, 11353, 11371, 11393, 11407, 11425, 11427, - 11440, 11445, 11450, 11461, 11487, 11491, 11492, 11504, 11508 + 4639, 9650, 11040, 11212, 11223, 11226, 11291, 11299, 11309, 11310, + 11315, 11319, 11338, 11339, 11340, 11343, 11350, 11353, 11371, 11393, + 11407, 11425, 11427, 11431, 11440, 11445, 11450, 11461, 11469, 11470, + 11487, 11488, 11491, 11492, 11504, 11507, 11508, 11510, 11511, 11512, + 11557, 11560, 11561 Version 2022.03 (2022-03-07) Friendica Core From bce376ef6fcc5c1f26380c0132a356a227a49ccb Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 31 May 2022 08:17:21 +0200 Subject: [PATCH 06/10] small stuff in the last hours of the RC... --- CHANGELOG | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 822c9e0855..b394e01d8e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,7 @@ Version 2022.05 (unreleased) Added tool to move avatars to the avatar cache [annanado] Added storage of edit history of postings [annando] Added the possibility to set custom posting dates [annando] + Added the possibility that pending events in a forum are send to new members [annando] Enhanced performance (database related, global directory) [annando] Enhanced the logging [annando] Enhanced the federation statistics page in the admin panel [annando] @@ -45,11 +46,11 @@ Version 2022.05 (unreleased) Added the addon [nupplaphil] Closed Issues - 4639, 9650, 11040, 11212, 11223, 11226, 11291, 11299, 11309, 11310, - 11315, 11319, 11338, 11339, 11340, 11343, 11350, 11353, 11371, 11393, - 11407, 11425, 11427, 11431, 11440, 11445, 11450, 11461, 11469, 11470, - 11487, 11488, 11491, 11492, 11504, 11507, 11508, 11510, 11511, 11512, - 11557, 11560, 11561 + 4639, 9650, 10926, 11040, 11212, 11223, 11226, 11291, 11299, 11309, + 11310, 11315, 11319, 11338, 11339, 11340, 11343, 11350, 11353, 11371, + 11393, 11407, 11425, 11427, 11431, 11440, 11445, 11450, 11461, 11469, + 11470, 11487, 11488, 11491, 11492, 11504, 11507, 11508, 11510, 11511, + 11512, 11557, 11560, 11561 Version 2022.03 (2022-03-07) Friendica Core From 8e09f6f579ed6019d1cbf4e7cf99163cc553e16b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 31 May 2022 16:32:41 +0200 Subject: [PATCH 07/10] another bug fixed --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index b394e01d8e..618870fbec 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -33,6 +33,7 @@ Version 2022.05 (unreleased) Fixed a problem with the language detection of postings [annando] Fixed a problem with the selection of JSON/XML webfinger results [annando] Fixed a problem with re-shared postings that were pinned [annando] + Fixed a problem that caused the display of a wrong information about a new follower for some account types [annando] Friendica Addons Breaking: The obsolete hooks settings_form and settings_post have been removed, From d67c4d1e9174c315d61a8c53335b2a0f468c4fca Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 1 Jun 2022 08:25:21 +0200 Subject: [PATCH 08/10] it will be a 2022.06 release and some other things fixed --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 618870fbec..56766d2a79 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 2022.05 (unreleased) +Version 2022.06 (unreleased) Friendica Core Added DA DK translation, updates to the translations DE, FR, HU, PL, RU, ZH CN [translation teams] Updates to the documentation [foss-] @@ -34,6 +34,8 @@ Version 2022.05 (unreleased) Fixed a problem with the selection of JSON/XML webfinger results [annando] Fixed a problem with re-shared postings that were pinned [annando] Fixed a problem that caused the display of a wrong information about a new follower for some account types [annando] + Fixed a problem that caused interaction abilities on postings not to be possible [annando] + Fixed a problem causing links to larger photos lead to smaller ones [annando] Friendica Addons Breaking: The obsolete hooks settings_form and settings_post have been removed, From df33b88eb1f0dd2ab78900c35ea67df4026b6653 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 7 Jun 2022 07:55:24 +0200 Subject: [PATCH 09/10] some numbered issues closed, some more details added to the CHANGELOG --- CHANGELOG | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 56766d2a79..d9b2e2f74a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,7 @@ Version 2022.06 (unreleased) Added storage of edit history of postings [annando] Added the possibility to set custom posting dates [annando] Added the possibility that pending events in a forum are send to new members [annando] + Removed node relocation functionality from the Admin Panel [MrPetovan] Enhanced performance (database related, global directory) [annando] Enhanced the logging [annando] Enhanced the federation statistics page in the admin panel [annando] @@ -19,6 +20,7 @@ Version 2022.06 (unreleased) Enhanced the priority values of some worker queue jobs [annando] Enhanced the possibility for the user selecting which notifications should be shown [MrPetovan] Enhanced the relay server handling [annando] + Enhanced the users control what they are notified about [annando] Changed the default icons to the flat icons [atjn] Changed the order of starred posts and posts with mention by the last comment date [annando] Fixed a problem with the local cache of contact avatars [annando] @@ -36,6 +38,8 @@ Version 2022.06 (unreleased) Fixed a problem that caused the display of a wrong information about a new follower for some account types [annando] Fixed a problem that caused interaction abilities on postings not to be possible [annando] Fixed a problem causing links to larger photos lead to smaller ones [annando] + Fixed a regression that caused pinned private notes to be shown publically [annando] + Fixed a problem during the language detection for notifications [annando] Friendica Addons Breaking: The obsolete hooks settings_form and settings_post have been removed, @@ -49,11 +53,11 @@ Version 2022.06 (unreleased) Added the addon [nupplaphil] Closed Issues - 4639, 9650, 10926, 11040, 11212, 11223, 11226, 11291, 11299, 11309, - 11310, 11315, 11319, 11338, 11339, 11340, 11343, 11350, 11353, 11371, - 11393, 11407, 11425, 11427, 11431, 11440, 11445, 11450, 11461, 11469, - 11470, 11487, 11488, 11491, 11492, 11504, 11507, 11508, 11510, 11511, - 11512, 11557, 11560, 11561 + 4639, 9650, 10926, 11040, 11146, 11212, 11223, 11226, 11291, 11299, + 11309, 11310, 11315, 11319, 11338, 11339, 11340, 11343, 11350, 11353, + 11371, 11393, 11407, 11425, 11427, 11431, 11440, 11445, 11450, 11461, + 11469, 11470, 11487, 11488, 11491, 11492, 11504, 11507, 11508, 11510, + 11511, 11512, 11557, 11560, 11561, 11594, 11602 Version 2022.03 (2022-03-07) Friendica Core From 5573540ecf291bfcafbf11c76a026369c9ccc482 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 11 Jun 2022 09:13:20 +0200 Subject: [PATCH 10/10] late time issue closed --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d9b2e2f74a..f588aec909 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -57,7 +57,7 @@ Version 2022.06 (unreleased) 11309, 11310, 11315, 11319, 11338, 11339, 11340, 11343, 11350, 11353, 11371, 11393, 11407, 11425, 11427, 11431, 11440, 11445, 11450, 11461, 11469, 11470, 11487, 11488, 11491, 11492, 11504, 11507, 11508, 11510, - 11511, 11512, 11557, 11560, 11561, 11594, 11602 + 11511, 11512, 11557, 11560, 11561, 11594, 11602, 11625 Version 2022.03 (2022-03-07) Friendica Core