From 548936c6ca6e016e6fb8bbe649d8caf1e26bb731 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 4 Mar 2021 09:45:51 +0000 Subject: changelog --- CHANGELOG | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 1e4b28abf..ccb089b62 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,68 @@ +Hubzilla 5.4 (2021-03-xx) + - Add new connections to privacy group independend from the default privacy group settings + - group_add() return group hash to save a lookup + - Do not poll feeds if feed contacts setting is disabled + - Deprecate sticky_kit library in favour of CSS position sticky solution + - Implement experimental zap export compatibility + - Deprecate the [summary] tag in favor of a separate input field for the summary + - Adjust error reporting for PHP8 + - Rely on php.ini default value for pcre.backtrack_limit + - PHP8 compatibility (experimental) + - Introduce Lib/Crypto (ported from zap) + - Introduce Lib/Keyutils which now implements phpseclib v2 + - Improve profile photo fetching + - Introduce fetch_provider hook + - Implement ActivityStreams discovery in mod profile + - Implement ActivityStreams discovery in mod channel + - Update OS folder and file permissions + - Implement ThreadListener in mod activity_match + - Improve ThreadListener handling + - Use mail envelope instead of lock icon for direct messages + - Implement ASCollection in Libzot::fetch_conversation() + - Invoke channel discovery by hash instead of address in mod channel + - Implement manual public item import for zot6, activitypub and diaspora via search + - Default photo storage to filesystem instead of DB for new installations + - Support filesystem storage for xchan profile photos + - Deprecate Daemon/Externals + - Implement SQL query background caching + - Process channel categories list in background + - Port util/connect to Lib/Connect + + Bugfixes + - Fix issue where URL fragment was turned into hashtag if the hashtag existed elsewhere in the post (issue #1518) + - Fix audio and video embeds for media sources without media format extension + - Fix issue where zot package was saved in iconf instead of the decoded activity + - Fix duplicate id in post preview + - Fix display issue of restricted content in mod display + - Fix issue where comments were not delivered to the public stream + - Fix issue where profile photos were stored multiple times and remove duplicates + - Fix pinned items sync between clones + - Fix r_preview for list mode in mod channel and mod network + + Addons + - Diaspora: reduce xchan network confusion in several places + - Diaspora: fix mentions if multiple xchan networks exists + - Diaspora: fix comments on comments + - Pubcrawl: do not re-use broken signed messages + - Pubcrawl: fix parsing of images with description + - Pubcrawl: use the signed message from the attachment (iconfig) when relaying + - Diaspora: implement browser to browser encrypted messages as base64 encoded string + - Pubcrawl: implement browser to browser encrypted messages as base64 encoded string + - Diaspora: support post summary + - Pubcrawl: fix summary aka content warning + - PHP8 compatibility (experimental) + - Reflect core crypto changes + - Photocache: improve mimetype detection + - Diaspora: implement mnanual fetch provider + - Pubcrawl: deprecate pubcrawl_is_as_request() in favor of the core version in Lib/ActivityStreams + - Diaspora: prefer zot identity for inbound comments if available + - Pubcrawl: return zotfeed results in mod outbox + - Queueworker: improved deduplication by adding a uuid + - Superblock: fix syncing with clones regression + - Queueworker: improve SQL query in GetWorkerCount() + - Queueworker: fix issue in workersleep handling + + Hubzilla 5.2.2 (2021-02-13) - Fix issue with ping_site() @@ -5,7 +70,7 @@ Hubzilla 5.2.2 (2021-02-13) Hubzilla 5.2.1 (2021-01-16) - Fix attach_upgrade() to catch all broken entries in attach - Fix collect_recipients() public policy filter for zot6 - - Fix leaking of duplicate tasks in queueworker addon_common + - Fix leaking of duplicate tasks in queueworker Hubzilla 5.2 (2021-01-13) -- cgit v1.2.3 From 1b8c5b9727bb7368ddb6d7757a3615dba00eb7d7 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 4 Mar 2021 09:45:51 +0000 Subject: changelog (cherry picked from commit 548936c6ca6e016e6fb8bbe649d8caf1e26bb731) --- CHANGELOG | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 1e4b28abf..ccb089b62 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,68 @@ +Hubzilla 5.4 (2021-03-xx) + - Add new connections to privacy group independend from the default privacy group settings + - group_add() return group hash to save a lookup + - Do not poll feeds if feed contacts setting is disabled + - Deprecate sticky_kit library in favour of CSS position sticky solution + - Implement experimental zap export compatibility + - Deprecate the [summary] tag in favor of a separate input field for the summary + - Adjust error reporting for PHP8 + - Rely on php.ini default value for pcre.backtrack_limit + - PHP8 compatibility (experimental) + - Introduce Lib/Crypto (ported from zap) + - Introduce Lib/Keyutils which now implements phpseclib v2 + - Improve profile photo fetching + - Introduce fetch_provider hook + - Implement ActivityStreams discovery in mod profile + - Implement ActivityStreams discovery in mod channel + - Update OS folder and file permissions + - Implement ThreadListener in mod activity_match + - Improve ThreadListener handling + - Use mail envelope instead of lock icon for direct messages + - Implement ASCollection in Libzot::fetch_conversation() + - Invoke channel discovery by hash instead of address in mod channel + - Implement manual public item import for zot6, activitypub and diaspora via search + - Default photo storage to filesystem instead of DB for new installations + - Support filesystem storage for xchan profile photos + - Deprecate Daemon/Externals + - Implement SQL query background caching + - Process channel categories list in background + - Port util/connect to Lib/Connect + + Bugfixes + - Fix issue where URL fragment was turned into hashtag if the hashtag existed elsewhere in the post (issue #1518) + - Fix audio and video embeds for media sources without media format extension + - Fix issue where zot package was saved in iconf instead of the decoded activity + - Fix duplicate id in post preview + - Fix display issue of restricted content in mod display + - Fix issue where comments were not delivered to the public stream + - Fix issue where profile photos were stored multiple times and remove duplicates + - Fix pinned items sync between clones + - Fix r_preview for list mode in mod channel and mod network + + Addons + - Diaspora: reduce xchan network confusion in several places + - Diaspora: fix mentions if multiple xchan networks exists + - Diaspora: fix comments on comments + - Pubcrawl: do not re-use broken signed messages + - Pubcrawl: fix parsing of images with description + - Pubcrawl: use the signed message from the attachment (iconfig) when relaying + - Diaspora: implement browser to browser encrypted messages as base64 encoded string + - Pubcrawl: implement browser to browser encrypted messages as base64 encoded string + - Diaspora: support post summary + - Pubcrawl: fix summary aka content warning + - PHP8 compatibility (experimental) + - Reflect core crypto changes + - Photocache: improve mimetype detection + - Diaspora: implement mnanual fetch provider + - Pubcrawl: deprecate pubcrawl_is_as_request() in favor of the core version in Lib/ActivityStreams + - Diaspora: prefer zot identity for inbound comments if available + - Pubcrawl: return zotfeed results in mod outbox + - Queueworker: improved deduplication by adding a uuid + - Superblock: fix syncing with clones regression + - Queueworker: improve SQL query in GetWorkerCount() + - Queueworker: fix issue in workersleep handling + + Hubzilla 5.2.2 (2021-02-13) - Fix issue with ping_site() @@ -5,7 +70,7 @@ Hubzilla 5.2.2 (2021-02-13) Hubzilla 5.2.1 (2021-01-16) - Fix attach_upgrade() to catch all broken entries in attach - Fix collect_recipients() public policy filter for zot6 - - Fix leaking of duplicate tasks in queueworker addon_common + - Fix leaking of duplicate tasks in queueworker Hubzilla 5.2 (2021-01-13) -- cgit v1.2.3 From e0c619519f13eafaf8332e3fa58eed33511604bb Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 4 Mar 2021 10:13:48 +0000 Subject: more changelog --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index ccb089b62..33867d6e9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -51,6 +51,7 @@ Hubzilla 5.4 (2021-03-xx) - Diaspora: support post summary - Pubcrawl: fix summary aka content warning - PHP8 compatibility (experimental) + - Tripleaes: removed - Reflect core crypto changes - Photocache: improve mimetype detection - Diaspora: implement mnanual fetch provider -- cgit v1.2.3 From 31da1362de135c19caea24a3ba2734651b9f2c13 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 4 Mar 2021 11:19:23 +0000 Subject: even more changelog --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 33867d6e9..e690e28bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ Hubzilla 5.4 (2021-03-xx) - Add new connections to privacy group independend from the default privacy group settings - group_add() return group hash to save a lookup - Do not poll feeds if feed contacts setting is disabled - - Deprecate sticky_kit library in favour of CSS position sticky solution + - Deprecate sticky_kit library in favor of CSS position sticky solution - Implement experimental zap export compatibility - Deprecate the [summary] tag in favor of a separate input field for the summary - Adjust error reporting for PHP8 @@ -44,7 +44,7 @@ Hubzilla 5.4 (2021-03-xx) - Diaspora: fix mentions if multiple xchan networks exists - Diaspora: fix comments on comments - Pubcrawl: do not re-use broken signed messages - - Pubcrawl: fix parsing of images with description + - Pubcrawl: fix parsing of images with description (core issue #1519) - Pubcrawl: use the signed message from the attachment (iconfig) when relaying - Diaspora: implement browser to browser encrypted messages as base64 encoded string - Pubcrawl: implement browser to browser encrypted messages as base64 encoded string @@ -55,6 +55,7 @@ Hubzilla 5.4 (2021-03-xx) - Reflect core crypto changes - Photocache: improve mimetype detection - Diaspora: implement mnanual fetch provider + - Diaspora: implement send participation - Pubcrawl: deprecate pubcrawl_is_as_request() in favor of the core version in Lib/ActivityStreams - Diaspora: prefer zot identity for inbound comments if available - Pubcrawl: return zotfeed results in mod outbox -- cgit v1.2.3 From 1da494a2a5108eaf07821d30cea23564ceaa9506 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 5 Mar 2021 08:15:41 +0000 Subject: sse_bs: if Enotify::format() returns an empty array do not add it to notifications (the item has probably been blocked) --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index e690e28bc..9cfc53ebd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ Hubzilla 5.4 (2021-03-xx) - group_add() return group hash to save a lookup - Do not poll feeds if feed contacts setting is disabled - Deprecate sticky_kit library in favor of CSS position sticky solution + - Trigger endless scroll loading at the end of content instead of end of window height - Implement experimental zap export compatibility - Deprecate the [summary] tag in favor of a separate input field for the summary - Adjust error reporting for PHP8 @@ -14,7 +15,7 @@ Hubzilla 5.4 (2021-03-xx) - Introduce fetch_provider hook - Implement ActivityStreams discovery in mod profile - Implement ActivityStreams discovery in mod channel - - Update OS folder and file permissions + - Streamline OS folder and file permissions - Implement ThreadListener in mod activity_match - Improve ThreadListener handling - Use mail envelope instead of lock icon for direct messages -- cgit v1.2.3 From 7460b1eecbb1d4eb7937ab551f7d4b333eba5a38 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 6 Mar 2021 08:50:36 +0000 Subject: fix varable name and more changelog --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 9cfc53ebd..520567c1e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,7 @@ Hubzilla 5.4 (2021-03-xx) - Implement ActivityStreams discovery in mod profile - Implement ActivityStreams discovery in mod channel - Streamline OS folder and file permissions + - Add polish translations - Implement ThreadListener in mod activity_match - Improve ThreadListener handling - Use mail envelope instead of lock icon for direct messages @@ -30,6 +31,7 @@ Hubzilla 5.4 (2021-03-xx) - Port util/connect to Lib/Connect Bugfixes + - Fix visible/empty notifications for blocked contacts items - Fix issue where URL fragment was turned into hashtag if the hashtag existed elsewhere in the post (issue #1518) - Fix audio and video embeds for media sources without media format extension - Fix issue where zot package was saved in iconf instead of the decoded activity -- cgit v1.2.3 From fe638c88e000c7adf0f4dabc1ad6e586b1f778e9 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 8 Mar 2021 10:16:00 +0000 Subject: fix dev version --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 832b91958..466457ea5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Hubzilla 5.4 (2021-03-xx) +Hubzilla 5.4 (2021-03-08) - Add new connections to privacy group independend from the default privacy group settings - group_add() return group hash to save a lookup - Do not poll feeds if feed contacts setting is disabled -- cgit v1.2.3 From 45cc2d7bd8a214f5178b6f4fd3ec3a71606c3c79 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 9 Mar 2021 19:53:25 +0100 Subject: changelog --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 466457ea5..428acea7c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +Hubzilla 5.4.1 (2021-03-09) + - Fix profile not found if not logged in + - Fix summary not reset on cancel + - Fix summary not saved with aoutosave draft + - Fix unexpected trigger of buttons when pressing enter in input fields + - Fix spanish plural expression + - Fix undefined page-end on non dynamic pages + + Addons + - Pubcrawl: fix regression in pubcrawl_follow_mod_init() + + Hubzilla 5.4 (2021-03-08) - Add new connections to privacy group independend from the default privacy group settings - group_add() return group hash to save a lookup -- cgit v1.2.3