From 83b5bbfeea0d2fc91ec593c241048e5079e2bb2c Mon Sep 17 00:00:00 2001 From: git-marijus Date: Tue, 8 Aug 2017 23:20:20 +0200 Subject: changelog --- CHANGELOG | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 95 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 35e72b24d..6d9fb5dd1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,98 @@ -Hubzilla 2.4 (2017-??-??) +Hubzilla 2.6 (2017-??-??) + - Consolidate disable_discover_tab config + - Fix some bbcode to markdown conversion issues + - Improved finding of recursive attachment permissions + - Smaller line-height for notification badges + - Bluegrid schema removed - will be added again if someone is willing to maintain it + - Improved file_activity() + - DB - add index for item.obj_type + - Add options flag to bb_to_markdown() so we can distinguish between diaspora use and other use and therefore filter and adjust content selectively + - Close the apps-menu if the notifications-menu is open and vice versa + - Remove redundant call to jquery ready function in photo albums view + - Remove borders from navbar toggler in mobile view + - Improve the formatting of shares when converting from bbcode to markdown + - Suppress fopen errors from dav + - Make local channel (not our own) nav menus appear similar to what we are used from remote channels + - Indicate the selected channel in the dropdown menu if the feature is enabled + - Provide a mechanism to mark apps active in the app tray + - Allow wildcard tag and category searches + - Improved installer + - Update some addon docs and ensure we only generate statistics once a day + - Turn url requests where argv[0] is something.xyz into module='something' and $_REQUEST['module_format'] = 'xyz'; But leave modules beginning with . (like .well_known) alone (convert the initial . to _ and then strip it) + - Turn platform name and std_version into config variables + - Implement chunked uploads on the wall + - Prevent expiration of conversations you are involved with + - Update htmlpurifier to version 4.9.3 + - Update sabre/http to version 4.2.3 + - Add optimize-autoloader to composer config + - Missing abook_{my,their}_perms in pg schema and missing keys in mysql schema + - Provide a gender icon on the profile sidebar within reason + - Provide more comprehensible information on the admin summary page + - Upgrade blueimp from 9.8 to 9.18 + - Chanview - if already connected, bypass the chanview intermediary page and go straight to the remote profile. + - Allow poke by xchan_hash + - guess_image_type() - ignore scheme when checking for urls + - Remove unused page_widgets.php include and provide a general function for loading sql from file + - Migrate cdav from addons to core + - Address several mail issues + - Add files and photos to featured apps by default + - import_author_zot() fixes + - Remove deprecated app parameter from conversation() + - Implement anonymous comments (like wordpress) + - Add rel=noopener to all external target _blank links + - Add 'can_comment_on_post' hook so we can better deal with the complications of Diaspora policy + - Added Portfolio widget (requires foundation) + - Convert schema_mysql engine to InnoDB and charset utf8mb4 + - Put unreachable federated connections in the archived tab of the connections list page + - Indicate on connections page if a federated connection from another network is unavailable from the current location + - Make authenticated oembeds optional, default to false. + - Remove text_highlight css load from core + - Numerous ostatus feed improvements (mastodon, gnu-social) + - Provide hook when deleting a connection - we need this to clean up dangling PuSH subscriptions + - Move code syntax highlighting to plugin + - Oembed: ensure that width and height are returned as type int and not float + - Rewrite wiki pages widget - no need for ajax on pageload, show the pages to not authenticated people. + - Convert randprof to use chanlink_hash() instead of chanlink_url() and filter sys channels by xchan.xchan_system instead of xchan_addr != sys@% + - Update Sabre libraries + - Only provide "connected apps" on the settings menu if techlevel > 0. + - Provide ability to search webpage + - Move disapora xrd stuff to plugin + - Deprecate server_role + - Introduce automatic language selection for help, webpages, and wiki content + - Provide ability to order apps in app-tray + - Replace Mardownify library with html-to-markdown library + + Bugfixes + - Fix a bug where if multiple channels uploaded the same file to the same folder, the uploaded file would end up with an incremental number added to the filename for each upload even if the file did not exist yet in the channels folder + - Fix privacy groups not syncing across clones properly (github issue #832) + - Fix an issue where the ability to use a portion of the message-id to display a message wasn't honoured in all cases + - Fix minor issues in the bs-default schema + - Fix backward compatibility for album links generated in earlier times before the ambiguity of photo album names was solved (github issue #827) + - Fix photo item comments not ported to bs4 + - Fix incorrect album link + - Fix incorrect follow url in webfinger + - Fix regression - allow position attributes in oembedable zcards + - Fix affinitiy slider settings were being updated on any submit of of settings/featured + - Fix minor weirdness in zot finger results after deleting a clone from a channel that was on a site which was previously migrated from http to https and still had the old hubloc + - Fix cloud headers already sent issue + - Partial fix for failure to sync photos - appears to be memory exhaustion and dependent on filesize although an unrelated issue was found with directory creation during file sync (we didn't check ownership when looking for duplicates) + - Fix github issue #810 + - Don't allow negative age in directory listings + - Fix allow setting a default schema for the hub (github issue #797) and allow selecting of focus (hubzilla default) schema if a default is set + - Fix update_r1189() for mysql and postgres + + Plugins/Addon + Diaspora: Rewrite the addon to implemented Diaspora Version 2 federation protocol + GNU-Social: GNU-Social and Mastodon compatibility was greatly increased and a "fetch conversations" feature added to try and locate missing contextual references and maintain conversations in posts from those networks + Rename statistics_json to statistics and implement nodeinfo v2 + New authchoose addon to restrict what sites you authenticate to by default + Cdav addon moved to core + head_add_css() needs a preceding '/' to find files in the addons dir + New addon code syntax highlighting (moved from core to addon) + Pubsubhubbub: specify a minimum number of records - otherwise it defaults to zero + + +Hubzilla 2.4 (2017-05-31) - Silence php warning during install - Implemented switch statement logic in Comanche layout parser - Don't allow html in plugin comment blocks -- cgit v1.2.3 From 09da109ebaf1b5f287db7065eaee5026b0a88eb1 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Wed, 9 Aug 2017 20:45:59 +0200 Subject: update changelog --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 6d9fb5dd1..1318a5c11 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -63,6 +63,7 @@ Hubzilla 2.6 (2017-??-??) - Replace Mardownify library with html-to-markdown library Bugfixes + - Fix wrong wiki pages in the sidebar github issue #841 - Fix a bug where if multiple channels uploaded the same file to the same folder, the uploaded file would end up with an incremental number added to the filename for each upload even if the file did not exist yet in the channels folder - Fix privacy groups not syncing across clones properly (github issue #832) - Fix an issue where the ability to use a portion of the message-id to display a message wasn't honoured in all cases -- cgit v1.2.3 From 5b88e9574f5db517dd5bb7b893f177446abbe95c Mon Sep 17 00:00:00 2001 From: git-marijus Date: Thu, 10 Aug 2017 11:59:12 +0200 Subject: update changelog --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 1318a5c11..eeb02d483 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -63,6 +63,7 @@ Hubzilla 2.6 (2017-??-??) - Replace Mardownify library with html-to-markdown library Bugfixes + - Fix channel manager and nav channel select visible if in a delegate session - Fix wrong wiki pages in the sidebar github issue #841 - Fix a bug where if multiple channels uploaded the same file to the same folder, the uploaded file would end up with an incremental number added to the filename for each upload even if the file did not exist yet in the channels folder - Fix privacy groups not syncing across clones properly (github issue #832) -- cgit v1.2.3 From af7ea07b436cb0a22364bab8353201a09df2e47a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 14 Aug 2017 21:57:35 +0200 Subject: changelog --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index eeb02d483..a09692ea1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ Hubzilla 2.6 (2017-??-??) + - Upgrade to bootstrap-4 beta - Consolidate disable_discover_tab config - Fix some bbcode to markdown conversion issues - Improved finding of recursive attachment permissions -- cgit v1.2.3 From 4b0d0df781b06cd892faba75a0d891f59d50e186 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 14 Aug 2017 22:05:39 +0200 Subject: typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index a09692ea1..7fe022e08 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -61,7 +61,7 @@ Hubzilla 2.6 (2017-??-??) - Deprecate server_role - Introduce automatic language selection for help, webpages, and wiki content - Provide ability to order apps in app-tray - - Replace Mardownify library with html-to-markdown library + - Replace Markdownify library with html-to-markdown library Bugfixes - Fix channel manager and nav channel select visible if in a delegate session -- cgit v1.2.3 From 2a482223935ed02e275214093ab25b6ef1261381 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 16 Aug 2017 10:05:30 +0200 Subject: update changelog --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 7fe022e08..fa9ea8812 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Hubzilla 2.6 (2017-??-??) +Hubzilla 2.6 (2017-08-16) - Upgrade to bootstrap-4 beta - Consolidate disable_discover_tab config - Fix some bbcode to markdown conversion issues -- cgit v1.2.3 From d87a270e2c53419cb5524f7c621a7833d219a48b Mon Sep 17 00:00:00 2001 From: git-marijus Date: Fri, 18 Aug 2017 08:26:28 +0200 Subject: update changelog --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index fa9ea8812..c5d2c0aa0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Hubzilla 2.6.1 (2017-08-18) + - Fix a regression with dav clients + + Hubzilla 2.6 (2017-08-16) - Upgrade to bootstrap-4 beta - Consolidate disable_discover_tab config -- cgit v1.2.3 From b18f3f4f7adb8f4d49dac1bb4b8b6c21255cbecb Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 18 Aug 2017 13:03:24 +0200 Subject: update changelog --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index c5d2c0aa0..53c23d539 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ Hubzilla 2.6.1 (2017-08-18) - Fix a regression with dav clients + - Raise install requirements + + Plugins/Addon + - Diaspora: fix PHP warning + - GNU-Social: fix PHP warning Hubzilla 2.6 (2017-08-16) -- cgit v1.2.3 From 28d6b9ce168aab2f646c3e5b9925b1f40ee9cdfb Mon Sep 17 00:00:00 2001 From: git-marijus Date: Thu, 31 Aug 2017 10:22:05 +0200 Subject: changelog --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 53c23d539..f96f83b09 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Hubzilla 2.6.2 (2017-08-31) + - Fix webfinger returns invalid XML (github issue #851) + + Hubzilla 2.6.1 (2017-08-18) - Fix a regression with dav clients - Raise install requirements -- cgit v1.2.3 From c3b3f41a21a5b56315768dbddc366934d6374c96 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 18 Sep 2017 16:37:55 +0200 Subject: changelog --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index f96f83b09..55a35806b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +Hubzilla 2.6.3 (2017-09-18) + - Fix anonymous comments/likes on photos - this is not yet implemented + - Fix favicon not displayed on certain pages + - Fix hubzilla logo icon for favicon and email notifications + - Fix an issue with displaying selected theme in settings/display + - [SECURITY] Restrict the input characters we accept in token verification strings to hex digits + - Remove hubzilla.nl from fallback directory servers + Hubzilla 2.6.2 (2017-08-31) - Fix webfinger returns invalid XML (github issue #851) -- cgit v1.2.3 From 9751d03a4d8352c862e548cfb2be95db29098988 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 20 Oct 2017 00:09:54 +0200 Subject: changelog --- CHANGELOG | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 55a35806b..e547e1fbe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,114 @@ +Hubzilla 2.8 (????-??-??) + - Redirect to be moderated items to /moderate + - Update notifications if notifications area remains open + - Create an actual logout module instead of relying on internal variables + - Add local_channel as a comanche condition variable + - Implement possibility to pin app-tray apps in the navbar via app category navbar_default + - Introduce custom navbars + - Re-implement single delivery + - Pdledit usability improvements + - Implement next generation notifications in right aside + - Implement single post view for /pubstream + - Make anonymous comments work in mod display + - Introduce notifications for unseen public stream posts (off by default) + - Preperatory work on Zot VI + - Add app for site admin + - Introduce experimental alternate channel_menu navigation (off by default) + - Introduce notifications for shared files + - Bring back notifications for account approvals + - Urlencode hashes from mod_acl + - Don't use chanlink_url() for feed mentions + - Design common friends widget to fit better in the app and move it to left aside + - Allow navbar to be used when cover photo is displayed in mod channel + - Implement admin setting to use imagick converter for large photos + - Process activity deletes from OStatus which for whatever reason do not use the industry standard tombstone mechanism + - Implement new css based spinner + - Move the link header initialisation from Router to Webserver + ⁻ Extend activity_match() to work with arrays + - Updated the trusted CA cert database + - Ostatus - support likes of comments + - Provide ability to mention a forum by using !forumname as well as the traditional red style (@forumname+) + - Encrypt delivery reports (not backward compatible) + - Provide a space between link header params (draft-cavage-http-signatures-08) + - Turn common_friends into a widget + - Update to jquery-3.2.1 + - Wiki pages sorted by name + - Create new hooks for permissions_accept and permissions_reject + - Provide rel=alternate link if no reshare content in post + - Add remote login button to login page + - DB update to add index to item.resource_id + - Implement wiki editing (name and acl) + - Provide a hook for importing a channel photo at channel creation time + - Implement wiki mimetype lock + - Bring back wiki downloads + - Add text/plain mimetype to wiki + - Implement per page mimetype selection for wikis + - Added english context help for apps and appman + - Implement owa (open web auth) + - Ignore diaspora_meta column on item import + - Check code permissions on cloud files + - Remove period from characters allowed in username + - Make comment highlighting more reliable + - Sign zot-info packets with httpsignatures + - Implement server to server magic auth + - Provide support for json-ld signatures + - Rewrite comment form open/close handling to be more reliable + - Radically reduce code duplication in updateConvItems() + - Remove discover tab in favour of the public stream app + - Apply autotime to all autotime classed elements when static loading a page + - Implement cards feature + - Extended support for help page translations including table of contents files at the top level + - Introduce util/dmkdir - a mkdir tool for DAV + - Various doco improvements + - Introduce util/dcp (DAV-copy) - copy file or directory from local system to Hubzilla + - Provide support for HTTPsig + - Implement mechanism for selective network following in protocol connectors (diaspora, ostatus, activitypub, zot, rss) + + Bugfixes + - Fix w2w posts not removed in contact_remove() - github issue #837 + - Fix guests not having a unique (non-existent) url + - Fix mod register re-using the password + - Fix write_storage permission not checked in /display + - Fix discovery of moderated items in enotify + - Fix profile thing image not deleted when thing deleted - github issue #868 + - Fix deletions to comments not synced on wall posts + - Fix community tags not preserved on post edit - github issue #865 + - Fix profile photo propagation issue if the local xchan_photo_[l|m|s] fields were changed from the /photo/profile/l/n form to photo/[hash] form by a clone operation + - Fix lockstate and current permissions not handed over to editor in mod card_edit + - Fix profile edit dropdown for multiple profiles + - Fix affinity slider spinner + - Fix mod pubsites broken + - Fix directory server admin selection includes known dead sites + - Fix sticky-kit issue where the bottom of left aside was not visible when section content was short + - Fix possibility to set bogus my_address + - Fix deleting of wiki pages + - Fix selected theme not appearing selected after change - github issue #855 + - Fix an issue where some encoded mids were not found in /display + - Fix issue with mentions and xchans with @ or / + - Fix webfinger returns invalid XML - github issue #851 + - Fix last remaining task in tasklist was not removed from view when completed + + Plugins/Addon + Hubwall: Remove errant $1 string in sender name + Map federation protocols for zotinfo + Gnusoc: force ostatus profile photos to get refreshed monthly + Gnusoc: fix ostatus mention notifications + Gnusoc: unsubscribe to gnusoc feeds if connector is disabled + Phpmailer: not using load/unload + Gnusoc: don't provide some information if gnusoc is disabled by the channel + Diaspora: add a predelivery interval + Diaspora: support for likes on comments + Introduce the pubcrawl plugin - an unapologetically non-compliant ActivityPub Protocol implemention + Introduce gravatar plugin + Pubsubhubbub: produce much more compact PuSH feeds + Diaspora: support text comments on reshare posts + Diaspora: changes to delivery scenarios for the special handling of profile messages + Diaspora: put diaspora seed_location in json webfinger + Gnusoc: fix mis-attributed comments from mastodon + Gnusoc: allow discovery by url (not just reddress) and permit upgrade from 'unknown' network to gnusoc + Implement mechanism for selective network following in protocol connectors + + Hubzilla 2.6.3 (2017-09-18) - Fix anonymous comments/likes on photos - this is not yet implemented - Fix favicon not displayed on certain pages -- cgit v1.2.3 From 69b22e3f7916b5ba19b5ed03a55ad72bf5995291 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 Oct 2017 13:27:30 +0200 Subject: bump version and update changelog --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index e547e1fbe..647b84275 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Hubzilla 2.8 (????-??-??) +Hubzilla 2.8 (2017-10-25) - Redirect to be moderated items to /moderate - Update notifications if notifications area remains open - Create an actual logout module instead of relying on internal variables -- cgit v1.2.3