aboutsummaryrefslogtreecommitdiffstats
path: root/include/feedutils.php
Commit message (Collapse)AuthorAgeFilesLines
* 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