X-Git-Url: https://reisub.nsupdate.info/git/?a=blobdiff_plain;f=CHANGELOG;h=16ba3f8412789fb8c2407a3802a9f2093944262e;hb=550291afbf4488a583b2eed390737def0e08fc45;hp=2f675fb6d3f8c35e4594fa24f7bc14a5dba0b9b9;hpb=4ae37c61966a7f4c055369ee8fd0d4bc20808fdb;p=friendica.git%2F.git diff --git a/CHANGELOG b/CHANGELOG index 2f675fb6d3..16ba3f8412 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,229 @@ +Version 2019.06 (UNRELEASED) (2019-06-?) + Friendica Core: + Update to the tranlation (CS, DE, ET, PL, PT-BR, SV) [translation teams] + Update to the documentation [nupplaphil, realkinetix] + Update to the themes (frio, vier) [BinkaDroid, MrPetovan, tobiasd] + Enhancements to the API [annando, MrPetovan] + Enhancements to the way reshares are handled [annando] + Enhancements to the redis configuration [nupplaphil] + Enhancements to the federation stats display in the admin panel [tobiasd] + Enhancements to the processing of changed storage engine [MrPetovan] + Fixed the notification order [JeroenED] + Fixed the timezone of Friendica logs [nupplaphil] + Fixed tag completion painfully slow [AlfredSK] + Fixed a regression in notifications [MrPetovan] + Fixed an issue with smilies and code blocks [MrPetovan] + Fixed an AP issue with unavailable local profiles [MrPetovan] + Fixed an issue with the File to Folder feature [MrPetovan] + Fixed an issue with the legacy storage engine [fabrixxm] + Fixed an issue with the theme and addon path items [MrPetovan] + Fixed an issue occuring when the BasePath was not set [tobiasd] + Fixed an issue with additionally opened Sessions [MrPetovan] + Fixed an issue with legacy loglevel mapping [nupplaphil] + General Code cleaning and restructuring [annando, nupplaphil, tobiasd] + Added frio color scheme sharing [JeroenED] + Added syslog and stream Logger [nupplaphil] + Added storage move cronjob [MrPetovan] + Added collapsible panel for connector permission fields [MrPetovan] + Added rule-based router [MrPetovan] + Added Estinian translation [Rain Hawk] + Added APCu caching [nupplaphil] + Added BlockServer command to the Friendica console [nupplaphil] + Removed the old queue mechanism (deferred workers are now used) [annando] + Removed BasePath and Hostname settings from the admin panel [nupplaphil] + + Friendica Addons: + Update to the tranlation (ET, SV, ZH_CN) [translation teams] + botdetection: + Added a new addon for preventing access by bots [nupplaphil] + buffer: + Traces of Google+ were removed [annando] + curweather: + Fixed a problem with the display of the correct temperature unit [tobiasd] + fromgplus: + Deprecated the addon as Google+ was closed [tobiasd] + phpmailer: + Added a new addon to use external SMTP for email [M-arcus] + + Closed Issues: + 5011, 5047, 5850, 6303, 6319, 6478, 6319, 6720, 6815, 6864, 6879, + 6903, 6921, 6927, 6936, 6941, 6943, 6947, 6948, 6952 + +Version 2019.03 (2019-03-22) + Friendica Core: + Update to the translation (CS, DE, EN-GB, EN-US, ES, FR, IT, PL, SV, ZH-CN) [translation teams] + Update to the documentation [Aditoo17, JeroenED, m4sk1n, softmetz, tobiasd] + Update to the themes (duepuntozero, frio, smoothy, quattro, vier) [lxiter, MrPetovan, nupplaphil, rabuzarus, tobiasd] + Enhancements to the API [jasonscheng] + Enhancements to the Vagrant development VM [JeroenED] + Enhancements to the storage of gender, sexual preferences and maritial status [JeroenED] + Enhancements to the wording of notifications [MrPetovan] + Enhancements to the display of contacts in the profile [MrPetovan] + Enhancements to the handling of local links [lxiter] + Enhancements to the explicit and implicit mentioning in conversations [annando, MrPetovan] + Enhancements to the warnings in the admin panel [tobiasd] + Enhancements to the AP implementation [annando] + Enhancements to the worker process [annando] + Enhancements to the testing process [MrPetovan, nupplaphil] + Enhancements to the LibreJS compatibility [tobiasd] + Enhancements to the federated display of postings [MrPetovan] + Enhancements to the photo menu [annando] + Enhancements to the probing of contacts [annando] + Fixed several bugs with weird tagging in code blocks [lxiter] + Fixed a bug during contact entries update [rabuzarus] + Fixed several PHP warnings and errors [annando, MrPetovan, tobiasd] + Fixed an issue when Friendica is installed in a subdirectory [rabuzarus] + Fixed several issues in the handling of the Markdown parsing from and to d* [lxiter, MrPetovan] + Fixed a bug that prevented blocked contacts from being removed from groups [MrPetovan] + Fixed a bug in the ACL with preselected items [lxiter] + Fixed an issue with polling Events via AP [annando] + Fixed a memory issue with the JSON-LD parser [annando] + Fixed an issue with the forced DB structure update [nupplaphil] + Fixed an issue with wrongly encoded HTML entities in URLs [annando] + Fixed an issue with the rotation of images in the gallery [nupplaphil] + Fixed issues with redirs in the photo menu of Friendica contacts [tobiasd] + Fixed an issue with sending out notification mails to the admin [nupplaphil] + Fixed an the issue, that the API was ignoring the globalsilence setting [nupplaphil] + Fixed issues with the autolinker of URLs in postings [MrPetovan] + Fixed an issue resulting in multible emails after successful updates of the database [nupplaphil] + Fixed a timeout issue during detection process of the remote profile [annando] + Fixed an issue with postings from blocked servers [annando, MrPetovan] + Fixed an issue with the paging of stored folders [MrPetovan] + Fixed an issue with notifications about interactions with Friendica contacts [annando] + Fixed an issue that caused double postings of images uploaded to the gallery [annando] + Fixed an issue handling legacy config files [nupplaphil] + Fixed an issue that caused notifications about interaction with a locally deleted posting [annando] + If the node does not want to publish information, nodeinfo now returns 404 instead of non-existing entries [nupplaphil] + General Code cleaning and restructuring [annando, JeroenED, MrPetovan, nupplaphil] + Switched logging engine to monolog [nupplaphil] + Added plugable storage backend [fabrixxm, nupplaphil] + Added item delivery indicator to posting header [MrPetovan] + Added URL parameter to force a specific language [JeroenED] + Added live preview of attachments to frio [rabuzarus] + Added a "friendica_author" field to the API results which holds the real author [annando] + Added support for AP with forum postings [annando] + Added a summary of articles send over AP [annando] + + Friendica Addons: + Updates to the translations (CS, DE, EN-GB, ES, FR, NL, PL, SV) [translation teams] + Updated documentation [softmetz, tobiasd] + blackout: + Fix applying the translations [JeroenED, tobiasd] + Fixed some templating of the settings [tobiasd] + blogger: + The addon was marked as unsupported as it does currently not work (needs OAuth support) [annando] + cookienotice: + Added new addon to display a cookie usage notice in the browser [lxiter] + forumdirectory: + Fixed a theming issue with frio [rabuzarus] + js_upload: + Fixed a missing extionsion index [nupplaphil] + mailstream: + Fixed a curl issue [MrPetovan] + piwik: + Make it clear that Piwik is now Matomo but the addon supports both [tobiasd] + securemail: + updated the addon dependencies [MrPetovan] + twitter: + @ mentions are now stripped from the posts send to Twitter [MrPetovan] + + Closed Issues: + 1777, 2487, 3218, 3506, 3837, 4496, 5884, 6087, 6161, 6167, 6205, + 6232, 6263, 6274, 6292, 6337, 6338, 6375, 6378, 6382, 6384, 6386, + 6403, 6405, 6449, 6468, 6472, 6489, 6491, 6492, 6495, 6498, 6501, + 6503, 6505, 6511, 6514, 6521, 6522, 6529, 6532, 6533, 6544, 6545, + 6551, 6553, 6537, 6558, 6552, 6561, 6570, 6575, 6585, 6603, 6610, + 6629, 6630, 6633, 6635, 6652, 6656, 6658, 6667, 6668, 6669, 6672, + 6674, 6676, 6677, 6679, 6691, 6710, 6711, 6714, 6716, 6733, 6758, + 6772, 6778, 6785, 6788, 6800, 6805, 6812, 6819, 6822, 6823, 6840, + 6855, 6866, 6874, 6891, 6901, 6913 + +Version 2019.01 (2019-01-21) + Friendica Core: + Update to the translation (CS, DE, EN-UK, EN-US, FR, NB-NO, NL, PL) [translation teams] + Update to the documentation [AndyHee, FiXato, hoergen, JeroenED, MrPetovan, rebeka-catalina, tobiasd, wouter705] + Enhancements to the themes (frio, vier) [annando, JonnyTischbein, MrPetovan, rabuzarus] + Enhancements to the usage of MagicLinks [annando, rabuzarus] + Enhancements to the escaping of user submitted content [annando, MrPetovan, tobiasd] + Enhancements to the installation wizard [annando, JonnyTischbein, vinzv] + Enhancements to the OWA compatibility with Hubzilla [annando] + Enhancements to Friendica on the iOS Home Screen [MrPetovan] + Enhancements to the Welcome email after registration [MrPetovan] + Enhancements to the API [annando] + Enhancements to the methods to find potentially interesting contacts [MrPetovan] + Enhancements to the remote detection of already existing relationships [MrPetovan] + Enhancements to the handling of large posts [annando] + Enhancements to the user removal process [annando, MrPetovan] + Enhancements to the generation of HTTP error messages [annando] + Enhancements to the admin panel [AndyHee, annando] + Enhancements to the display of birthday reminders [MrPetovan] + Enhancements to the display of the group filter [annando] + Enhancements to the Worker [annando] + Enhancements to the exported Atom feeds [Alkarex] + Enhancements to the Vagrant VM [fabrixxm, tobiasd] + Enhancements to the tests [nupplaphil] + Enhancements to the node info [annando] + Enhancements to the DBclean process [annando] + Enhancements to the PasswordExposedChecker [MrPetovan] + Enhancements to the BBCode handling [MrPetovan] + Enhancements to the diaspora* protocol implementation [annando] + Enhancements to the automatic installation [nupplaphil] + Fixed various PHP notice occurrences [annando, MrPetovan] + Fixed the display of private postings in contact overview [annando] + Fixed a problem with the display of forums in the widget [annando] + Fixed a bug in the email support [MrPetovan] + Fixed a bug in the endless scroll of the network stream [MrPetovan] + Fixed a style problem with iOS mobile browser [MrPetovan] + Fixed a bug handling links to Hubzilla forums [MrPetovan] + Fixed a bug in the character set detection [MrPetovan] + Fixed a bug with the display of private notes [annando] + Fixed a bug in setting the photo permissions [JonnyTischbein] + Fixed a bug that caused some photo albums having no permissions [JonnyTischbein] + Fixed a problem adding multiple hashtags [JonnyTischbein] + Fixed a bug when subscribing to OStatus accounts [MrPetovan] + Fixed a bug in SQL grammar [Alkarex] + Fixed a bug with WebSub [Alkarex] + Fixed a bug in the generated node info JSON [fabrixxm] + Fixed a bug displaying videos when using the frio theme [JeroenED] + Moved config format to PHP arrays [MrPetovan] + Moved several additional features back to the default features [annando] + Started to deprecate the Google+ support [annando] + Added support of ActivityPub (tested with Hubzilla, Mastodon, Nextcloud Social, Osada, PeerTube, Pixelfed, Pleroma) [annando] + Added support for custom emojis [annando, MrPetovan] + The util folder was removed and the content restructured elsewhere [MrPetovan] + Removed the old /p endpoint from diaspora* compatibility [annando] + + Friendica Addons: + Updating the translations (DE, FR) [translation teams] + twitter: + use original URL for link display [MrPetovan] + enhancements to shares [MrPetovan] + leistungsschutzrecht: + show preview pictures of videos [annando] + optionally suppress pictures [annando] + wordpress: + posting should work again [annando] + forumdirectory: + paging enhancements [MrPetovan] + mathjax: + addon rewritten [MrPetovan] + highlightjs: + added addon to highlight source code [MrPetovan] + + Closed Issues: + 1430, 1495, 1572, 1575, 1580, 1581, 2123, 2893, 3016, 3466, 3777, + 3870, 3897, 4242, 4584, 4592, 4609, 4688, 4708, 4715, 4738, 4804, + 5264, 5368, 5547, 5596, 5627, 5716, 5723, 5737, 5757, 5771, 5779, + 5797, 5798, 5811, 5809, 5814, 5820, 5834, 5847, 5801, 5805, 5857, + 5858, 5859, 5863, 5875, 5879, 5886, 5890, 5893, 5896, 5908, 5911, + 5915, 5913, 5924, 5932, 5934, 5943, 5955, 5956, 5960, 5966, 5968, + 5971, 5975, 5992, 5994, 5996, 6006, 6010, 6015, 6027, 6032, 6036, + 6038, 6047, 6081, 6100, 6109, 6119, 6124, 6125, 6128, 6140, 6149, + 6157, 6173, 6202, 6211, 6212, 6213, 6236, 6243, 6255, 6257, 6259, + 6268, 6282, 6283, 6208, 6289, 6294, 6308, 6309, 6313, 6316, 6323, + 6329, 6334, 6344, 6347, 6343, 6349, 6350, 6355, 6358, 6360, 6361, + 6363, 6368, 6370, 6391, 6394, 6424, 6425, 6439, 6459 + Version 2018.09 (2018-09-23) Friendica Core: Update to the translation (CS, DE, EN-US, FI, IT, NL, PL, ZH-CN) [translation teams]