diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 314 |
1 files changed, 313 insertions, 1 deletions
@@ -1,4 +1,313 @@ -Hubzilla 9.4 (2024-??-??) +Hubzilla 10.4 (2025-??-??) + - Introduce util/init_sys_channel to create the sys channel if required + - Upgrade http-message-signer to version 2.2 + - Upgrade phpseclib to version 3 + - Minor cleanup to the account functions and added tests + - Do not sign (request-target) on response + - Start verifying incoming RFC9421 HTTP signatures + - Convert geo URIs into clickable links + - Allow geo URIs in url bbcode tags + - Cleanup obsolete and unused functions + - Remove unused Xref module + - Make sure we have the keys before attempting to sign with JcsEddsa2022 + - Implement lazy loading of toplevel comments + - Update german help files + - Add App::$page_layouts attribute for comanche + - Refactor and fix numerous issues in guess_image_type() + - Add tests for Widget\Messages + - Refactor cache_embeds daemon to be called with uuid (instead of item id) so that it will only be processed once + - Add avif support for php-gd + - Exclude Add/Remove items from network nouveau query + - Always preload images and remove pre image preload setting + - Introduce per channel conversation mode setting + - Add API docs for the observer file + - Move observer helper functions to separate source + - Introduce helper functions to access the various fields of the xchan stored in App::$observer + - Refactor item_normal() to accept an owner uid + - Implement reply modal if comment replies are enabled + - Streamline wording conversation > comment > reply + - Streamline default ordering to created date + - Default to threaded conversation mode + - Implement lazy loading of reactions + - Do not store dismissed create activities in dreport + - Refactor mod item to deprecate x() and use $_POST instead of $_REQUEST superglobal + - Improved styling for dreport module + - Start deprecation of the function x() + - Minor cleanup and refactor for Web/Router + - Minor cleanup and refactor for Lib/Webserver + - Set App::$query_string from from server.request_uri instead of server.query_string because the latter will mostly be urldecoded by the server already + - Refactor language selector + - Extend message filter to support until=2025-04-18 20:49:00 for date/time based filtering and add tests + - Extend message filter to deal with && and || conditions and add tests + - Prevent storing files/folder with filenames exceeding their max name length + - Deal with attachment of type link + - Revert translation of network to stream + - Updated debian install script + - Add suport for strong bbcode tag + - Change photo.filename to type text for new installs + - Provide methods to get mid and uuid from activity object + - Minor update for boxy schema + - Update composer libs + - Reorganize emojis and allow custom site emojis + - Change item.obj and item.target to mediumtext for mysql new installs + - Move jot related functions to jot-header and some cleanup + - Port photo selector to vanilla javascript + - Enable photo selector for comments if OCAP access is enabled + - Add :hubzilla: emoji + - Add :zot: emoji + - Include unapproved connections in deliverable_abook_xchans() + - Port showHideComments() to vanilla javascript + - Disable browser rotating image based on EXIF metadata + + Bugfixes + - Fix markdown issue with mentions + - Fix issue where item_wall was not set for article and card item types + - Fix first created account was not necessarily the admin account + - Fix notice not emited on failed login + - Fix intro notifications not handled via /notify/view and hence not marked seen + - Fix undefined static function in Zot6Handler + - Fix missing return in Render\Theme::current + - Fix announce source title (addr) not correct + - Fix offset calculation if element position is relative + - Fix autosave for comments + - Fix notfication issue with update activities + - Fix sess_data not updated to mediumtext in mysql schema file + - Fix title and summary converted to bbcode + - Fix preloading images if dom element is not yet in page + - Fix verb and hash for notifications + - Fix notification button for medium screen size (right aside collapsed) + - Fix new result set created for updated results (dreport) + - Fix regex to catch codeblocks with params like class in smilies() + - Fix term.imgurl not stored in item_store_update() + - Fix folder names are not URL escaped in Files app (issue #1903) + - Fix stephenhill/base58 PHP warnings + - Fix color bbcode markup + - Fix video poster display issue + - Fix relayed emoji reactions + - Fix some javascript errors on mobile devices + - Fix our own activities visible in unseen forum notifications + - Fix duplicated head_get_icon() + + Addons + - Gallery: look for templates in theme directory first + - Articles: look for templates in theme directory first + - Wiki: look for templates in theme directory first + - Pubcrawl: remove unused force note setting + - Flashcards: major refactor and added functionality + - Superblock: refactor and new siteblock option for admins + - Cart: fix issue related to HTTP3 + - Pubcrawl: avoid DB lookup if not valid AS request in mod followers and mod following + - Photocache: implement prefetch via cache_embeds daemon and minor refactor + - Articles: fix Add/Remove activities not dismissed in channel activities query + - Cards: fix Add/Remove activities not dismissed in channel activities query + - Diaspora: make sure item_thread_top is set for reshares (info for filters) + - Gallery: fix missing folder field from query + - Pubcrawl: update mod ap_probe to show a visual representation if applicable + + +Hubzilla 10.2.3 (2025-04-11) + - Fix bogus merge from 10.2.2 release + + +Hubzilla 10.2.2 (2025-04-11) + - Cleanup deprecated forum queries, improved performance + - Fix zot6 handler returning success allthough Libzot::fetch() did not return anything useful + - Fix json encoding of a possibly empty item.target + - Fix permalink for forum posts and comments + - Fix an obscure delivering issue which could produce duplicate posts + - Lazy load profile photos for reactions to reduce server load + - Pubcrawl: deal with Update(Tombstone) + - Pubcrawl: fix mentions not mapped to "to" in public toplevel posts (regression) + + +Hubzilla 10.2.1 (2025-03-18) + - Fix OWA in cases where Signature is in the REDIRECT_REMOTE_USER field + - Fix query in mod sse_bs + + +Hubzilla 10.2 (2025-03-17) + - Allow to send signed requests from the zot_probe tool + - Print an error message if OWA fails + - Remove possible leading @ before processing webfinger address + - Updated debian install script + - Calculate observer.baseurl from xchan_url instead of xchan_connurl + - Refactor unparse_url() to allow return of a custom field set only and add tests + - Slightly improve event object rendering + - Update smarty library to version 5 for PHP 8.4 compatibility + - Remove vendor/symfony from gitignore file + - Update composer libraries + - Add contextHistory field to activities and prefer it over context when consuming + - Implement highlight button in jot editor + - Add test results and PHPStan to gitignore + - Update spanish strings + - Remove EpubMeta library in favor of a custom solution + - Configue gd for jpeg support in CI + - Add error message on missing owa auth headers + - Add Zotlabs\Tests namespace to autloader in dev + - Add dba_pdo::update method + - Add dba_pdo::insert method + - Rewrite redbasic javascript to remove jquery dependency + - Add security policy SECURITY.md + + Bugfixes + - Fix notifications for likes on our comments + - Fix fullscreen view + - Fix boxy scheme text alignment for comments + - Fix poll date string to match with the autotime string + - Fix owner hash not set correctly when editing a post/comment + - Fix an issue where some participants could not post to forums + - Fix navbar selector conflict with possible additional navbars when using a cover photo + - Fix target and tgt_type not set for sourced rss items if we rewrite them to our own + - Fix auto save draft not set correctly + - Fix cover height calculation + + Addons + - Diaspora: revisit import_diaspora_account() + - Pubcrawl: escape quotation marks in ActivityStreams link header + - Wiki: fixed wiki_page_list.tpl to use bootstrap class for layout + - BBmath: fix orientation for inline math + - BBmath: document imagemagick permissions + - Pubcrawl: ensure we select the correct hubloc hash when extending recipients list + - Msg_footer: do not add footer on edit, also dismiss anything but a create activity + - Pubcrawl: refactor activitypub addressing + - Wiki: added space to preview panel + - Startpage: update help text and some cleanup + + +Hubzilla 10.0.8 (2025-02-01) + - Fix duplicating terms/iconfig in addToCollectionAndSync() + - Refactor Daemon/Importdoc for better SQL performance when looking up outdated entries + - Tweak SQL in mod sse_bs for possible performance improvements + - Fix PHP warnings + - Do not run post_local hook on add activities in pubcrawl addon + - Do not run post_local hook on add activities in diaspora addon + - Remove old rawmsg/fields before storing new rawmsg in pubcrawl addon + - Fix retractions in diaspora addon + + +Hubzilla 10.0.7 (2025-01-22) + - Fix ownership check in consume_feed() + - Fix toast() if notification contains non-ascii characters + - Fix regression in notifications filter + + +Hubzilla 10.0.6 (2025-01-05) + - Fix entries where primary location data is not complete not dismissed early + - Fix query to cleanup outdated doc entries called multiple times + - Fix query to cleanup outdated doc entries + + +Hubzilla 10.0.5 (2024-12-29) + - Fix another instance of drop_item() not having permission to drop items + + +Hubzilla 10.0.4 (2024-12-26) + - Fix missing argument name + + +Hubzilla 10.0.3 (2024-12-26) + - Fix regression in Daemon/Channel_purge which could cause a possible infinite loop + - Fix regression in Daemon/Expire which could cause a infinite loop + + +Hubzilla 10.0.2 (2024-12-25) + - Hotfix comment out Daemon/Expire + - Fix zid parameter allowed to override an existing remote login + - Slightly improved imagesLoaded() + + +Hubzilla 10.0.1 (2024-12-22) + - Revert removing of openid library + - Fix SQL query in Daemon/Importdoc + + +Hubzilla 10.0 (2024-12-21) + - Port updateConvItem() and notifications widget to vanilla javascript + - Remove jquery.timeago.js in favor of a native js implementation + - Introduce item_forwardable() a function to check if an item should be frowarded + - Always set item_delayed flag if we use a custom created date + - Add indicators to items in case they are delayed, have an expiration time or commenting is disabled + - Introduce relative_time() a new function to calculate the relative time + - Refactor mod admin/accounts + - Toggle aside if a notification or message is clicked + - Add Mailer class to replace z_mail() + - Provide a possibility to link to a specific day or month in mod cal via URL fragment e.g. #2024-12-24 + - Refactor mod magic + - Introduce conversation containers a.k.a. FEP-171b + - Refactor mod item + - Refactor Thumbs\Epubthumb to adapt to new version of EPub meta lib + - Remove unused libraries + - Bring filed items to mod hq + + Bugfixes + - Fix comments on/off toggle + - Fix various missing icons after transition from fork-awesome + - Fix performance issue in mod pubstream + - Fix mails with + in local part rejected + - Fix % calculation in mod import_progress + - Fix query vars not unset when constructing the server address + - Fix can_comment_on_post() logic after introduction of repeats + - Fix xchan_query() not including deleted hublocs + - Fix allday variable not set when clicking an event or a resource is provided + + Addons + - Introduce conversation containers a.k.a. FEP-171b + - Cards: fix comments on/off state + - Articles: fix comments on/off state + - Pubcrawl: fix encoding of stored raw message + - Gallery fix zoom icon toggle + - Pubcrawl: fix follow to non primary hub location + - Pubcrawl: rewrite id host to local host instead of primary host + + +Hubzilla 9.4.4 (2024-11-06) + - Update Norwegian translations + - Fix error adding things when multiple profiles not enabled + - Port mod thing to use $_GET/$_POST instead of $_REQUEST + - Move Norwegian translations from nb-no to nb + - Fix intact alernative network hublocs being marked deleted in Libsync::sync_locations() + - Fix modals only partly removed when DOM emlement updated via ajax + - Add explicit check for channel_address in channel_url() + - Fix PHP deprecation warnings in mod setup + - Fix PHP warning in Web/HttpMeta + - Fix typo in UnitTestCase + - Fix missing CSRF token checks in mod account_edit + - Fix OCAP tokens only added to images + - Fix unescaped zid parameter + - Fix wrong date format in published date in update question activities + - Fix include for en TOS page + - Fix query in copy_of_pubitem() returning duplicate items + - Fix edit button not clickable if below right aside when viewing webpages + - Fix rendering of category tags icons in the editor + - Fix regex to detect URLs in cleanup_bbcode + - Fix duplicate posts from forum clones + - Fix follow to non primary hub location in pubcrawl addon + - Fix id host not rewritten to local host in pubcrawl addon + - Fix regression when manually fetching items in pubcrawl addon + + +Hubzilla 9.4.3 (2024-10-10) + - Discard Add/Remove activities (Hubzilla 10 and (streams) compatibility) + - Fix HQ channel activities icons + - Fix saved search icons + + +Hubzilla 9.4.2 (2024-10-04) + - Indicate reacted state via icon color (community wish) + - Fix modal backdrop not removed when reacting from the modal + - Fix missing handle icon in mod pdledit_gui + + +Hubzilla 9.4.1 (2024-10-02) + - Various fixes for the help module + - Update smarty library via composer + - Fix URLs replaced with bbcode in codeblocks if markdown enabled + - Fix unable to move multiple files when using postgresql DB backend + - Adjust icon for post app + - Fix check for while loop in wiki addon + + +Hubzilla 9.4 (2024-09-25) - If we got an ocap token try to authenticate with it first - Hide comment titles - Adjust fix_attached_permissions() to only add the token if we got one @@ -23,9 +332,12 @@ Hubzilla 9.4 (2024-??-??) - Code cleanup and remove some unused/deprecated functions Bugfixes + - Fix broken help pages search - Fix notes app not displaying anything - issue #1865 Addons + - Cards: fix decoding issue when editing and minor cleanup + - Articles: fix decoding issue when editing and minor cleanup - Wiki: fix markdown content not unescaped when undoing history - issue #1864 - Gallery: update to photoswipe 5.4.4 - Openstreemap: streamline location rendering |