aboutsummaryrefslogtreecommitdiffstats
path: root/include/feedutils.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-171-146/+221
|\
| * :arrow_up: Update SimplePie library.Klaus Weidenbach2017-04-151-147/+222
| | | | | | | | | | | | | | | | | | | | | | As a follow up to issue #699 update SimplePie from 1.2.1-dev (around 6years old) to current git master (1.4.4-dev). We use the master branch until the next release because it contains our patch for enclosure titles already. The other patches in the library from us can be done by configuring the SimplePie object in our code instead. Used composer to manage this library and use class autoloading. Add some unit tests for include/feedutils.php, but the interesting parts are unfortunately not testable with the current code.
| * correct the mastodon "boost" (aka 'share') author attribution by checking ↵zotlabs2017-04-121-54/+85
| | | | | | | | for share activities and pulling the original author info from the activity:object
* | correct the mastodon "boost" (aka 'share') author attribution by checking ↵zotlabs2017-04-111-54/+85
|/ | | | for share activities and pulling the original author info from the activity:object
* minor feed issuezotlabs2017-03-041-0/+8
|
* normalise feed idzotlabs2017-01-101-9/+16
|
* add enclosures and categories to atom feedzotlabs2017-01-071-19/+50
|
* allow the atom_entry hook to change the resultszotlabs2017-01-071-7/+14
|
* typozotlabs2017-01-071-1/+1
|
* update the atom_entry hookzotlabs2017-01-071-6/+13
|
* more feedutils cleanupzotlabs2017-01-061-5/+2
|
* add the ostatus:conversation element which is now more or less required by ↵zotlabs2017-01-061-0/+3
| | | | GNU-Social to work around some short-comings of the OStatus delivery model when it comes to conversational message grouping. If this element isn't there, message replies will not get grouped with the parent specified in thr:in-reply-to, which exists to group conversations together. The reasoning being that due to the point-to-point delivery model, a reply could arrive on one site which does not have a copy of the parent specified by thr:in-reply-to. Hence further replies arriving on this site are grouped with the first arrived comment as the parent. Since this project doesn't allow comments which don't have top-level parents, we can just set it to the parent-mid and save being forced to create a new database structure for orphan children acting as parents.
* preserve the original message-id coming from feeds - we will have to escape ↵zotlabs2017-01-061-17/+10
| | | | them properly before calling mod_display.
* some gnusoc fixeszotlabs2017-01-041-3/+29
|
* null_date conversion; phase 1redmatrix2016-09-251-2/+2
|
* regression - save bookmarks no longer present in item menuredmatrix2016-07-051-2/+2
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-6/+6
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* more db column renamesredmatrix2016-05-311-1/+1
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+0
| | | | (connections.php)
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-201-2/+2
| | | | refactoring
* split off feed handling stuff from include/itemsredmatrix2016-05-121-0/+1316