diff options
author | Mario <mario@mariovavti.com> | 2023-05-17 13:26:01 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-17 13:26:01 +0000 |
commit | 84f1ed1587917dcb86fbbc1dbb4b86796a19b6df (patch) | |
tree | 7f3ab93659b023c840db697b60b49e58ac241d2e | |
parent | 18914f2081067d9d2003f2a936ba803593515331 (diff) | |
parent | 31b4fb343dff04119be328829fc81eaf1634c257 (diff) | |
download | volse-hubzilla-84f1ed1587917dcb86fbbc1dbb4b86796a19b6df.tar.gz volse-hubzilla-84f1ed1587917dcb86fbbc1dbb4b86796a19b6df.tar.bz2 volse-hubzilla-84f1ed1587917dcb86fbbc1dbb4b86796a19b6df.zip |
Merge branch 'dev' into 8.4RC
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,7 @@ -Hubzilla 8.4 (2023-05-??) +Hubzilla 8.4 (2023-05-17) + - Slightly rewrite Activity::store() to save a query + - Use act->objprop() in decode_note() to get activity values + - Make sure to re-discover a channel upon connecting if we have just an xchan but no hubloc - Updated ES translations - Updated RU translations - Redesigned profile vcard to implement cover images @@ -15,9 +18,12 @@ Hubzilla 8.4 (2023-05-??) - Remove legacy zot compatibility tweaks - Rewrite and simplify directory sync - Improve potentially long running sql query finding the thread parent - - Implement option to override permission for posts with mentions + - Implement option to override permissions for posts with mentions Bugfixes + - Fix parent_mid and thr_parent not set correctly for response activities + - Fix query for postgres in attach_list_files() + - Fix item_url_replace() failing on arrays - Fix OWA compatibility with friendica - Fix regression in decoding the object type - Fix xss vulnerability in justified gallery library |