aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG312
1 files changed, 312 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b5cd098a4..951c97b6f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,315 @@
+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
+ - Allow uploading to comments if ocap tokens are enabled
+ - Refactor get_security_ids() to remove legacy code
+ - Add privacy scope sql to item_permissions_sql()
+ - Removed fork awesome in favour of bootstrap icons
+ - Improved content and comment collapse/expand rendering
+ - Add support for inbound locations
+ - Streamline item location rendering (use icon)
+ - Fix html2bbcode table and add test
+ - Store info/notice messages in xconfig instead of session
+ - Refactor help and add tests
+ - Do not run set_linkified_perms() if editing a post
+ - Remove deprecated tag_deliver permissions
+ - Make sure that tgroup_check() fails for group posts if they do not have the post_wall permission
+ - Show repeat button to channel owners only
+ - Refactor item buttons
+ - Add util/update_db
+ - Remove the unused f argument in various places
+ - Streamline URLs used in attachments and body to ease deduplication
+ - 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
+ - Socialauth: update version and contact details
+ - Socialauth: fix rendering issue
+
+Hubzilla 9.2.1 (2024-07-18)
+ - Fix fatal error if gd function image{jpeg, png, webp}() does not exist for some reason
+ - Add missing pdl for mod import
+ - Escape queueworker json data
+ - Fix missing object when repeating own posts
+ - Improve display of system notifications in relation with page reloads
+ - Add possibility to only display system notifications with notifications widget
+ - Fix layout issue with socialauth addon
+ - Save a db lookup if we have just reset notifications in sse addon
+ - Fix php error if attachment was an empty string in pubcrawl addon
+
+
+Hubzilla 9.2 (2024-07-06)
+ - Fail to import more gracefully if a channel has already been imported at some point but was deleted again
+ - Use the doubleleft template by default for admin pages to work around some display issues
+ - Reflect the censored state in the local xchan
+ - Exclude toplevel posts by censored channels in the public stream
+ - Update API docs for Module test case base class
+ - Add helper expectRedirectTo to module test class
+ - Refactor is_local_url() and add api doc
+ - Use empty() to check if array entry exist in create_identity()
+ - Add basic test for create_identity function
+ - Allow passing callable as array to hooks
+ - Use DbaTransaction class for db transactions in queueworker
+ - Remove obsolete stubs from Permissions tests
+ - Refactor mod rpost to fix open redirect issue and add tests
+ - Configure system.baseurl for tests
+ - Add basic test and fix session access for mod rpost
+ - Add config file and rules for PHP Code Sniffer
+ - Refactor mod setup
+ - Pass the force argument to the xchan_photo daemon
+ - Declare arg and return types for unparse_url()
+ - Skip checking MFA status for WebDAV and CardDAV requests
+ - Upgrade test framework to PHPUnit 10.5
+ - Minor style update for the .abook-self CSS class
+ - Update docs on tags and mentions.
+ - Refactor and cleanup Rbmark module and add tests
+ - Remove unused Toggle_(safesearch|mobile) modules
+ - Make mod regate return to system.workflow_channel_next
+ - Show register message field only if registration is set to register_approve
+ - Add bbcode support for the HTML5 del tag
+ - Rename HelpHelper to HelpHelperTrait
+ - Remove jgrowl in favour of bootstrap toast
+ - Refactor mod help
+ - Reduce some global state and add some docs
+ - Make save_chunk() deal with userfile and file array keys
+ - Update siteinfo to remove traces of zotlabs.org
+ - Minor refactor for in mod import and store import host for possible later use
+ - Allow to kick off import sync process in case it did not start at all
+ - Updated spanish translations
+
+ Bugfixes
+ - Fix possible PHP error in zid()
+ - Fix display issue for doubleleft template
+ - Fix issue where event items were parsed multiple times on display
+ - Fix return to blank page after editing post under some circumstances
+ - Fix missing include in QueueWorker
+ - Fix warnings exposed by tests
+ - Fix timestamp handling in menu_create()
+ - Fix updated arg not supported in pconfig wrapper function
+ - Fix default timeouts for z_(fetch|post)_url
+ - Fix hcard addon markup not available if profile entries were missing
+ - Fix nested lists parsing
+ - Fix help menu CSS
+ - Fix get_rpost_path() broken for URL's with no port
+ - Fix passing an empty filter to deliverable_abook_xchans() will return all deliverable abook xchans
+
+ Addons
+ - Wiki: fix revert if editor is not ace
+ - Wiki: do not slate deleted wiki pages for download
+ - Pubcrawl: do not use mentions for addressing if post is restricted
+
+
Hubzilla 9.0.2 (2024-06-07)
- Fix buttons in event viewer
- Fix some PHP warnings and errors