aboutsummaryrefslogtreecommitdiffstats
path: root/include/feedutils.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-141-1/+2
|\
| * sigh... x-zot prefix slipped in againMario Vavti2017-06-151-1/+1
| |
| * typoMario Vavti2017-06-151-1/+1
| |
| * re-add type since the actual culprit was the X-ZOT prefixMario Vavti2017-06-141-1/+1
| |
| * thr:in-reply-to seems to must not have a type set. there is no mention of ↵Mario Vavti2017-06-141-1/+1
| | | | | | | | this in the spec and replies will be shown as replies in mastodon this way.
| * support mastodon content warnings by converting into n-s-f-w tagzotlabs2017-06-141-0/+8
| |
| * attempt to group gnu-social and mastodon conversations by ↵zotlabs2017-06-141-10/+25
| | | | | | | | ostatus:conversation in addition to falling back on thr:in_reply_to
| * preserve the ostatus:conversation pointer alsozotlabs2017-06-141-1/+8
| |
| * ostatus is almost unrecognisable these days from its former self. In this ↵zotlabs2017-06-141-3/+15
| | | | | | | | case thr:in-reply-to has almost no meaning since it almost never refers to a top level post; which makes it quite difficult to preserve conversations
| * implement feed_get_reshare to extract shared post info from atom feed and ↵zotlabs2017-06-141-91/+170
| | | | | | | | convert to bbcode
| * fall back on feed logo if an author avatar cannot be foundzotlabs2017-06-081-0/+4
| |
| * Looks like we need the mastodon feed check in core - grrr. Will do that for ↵zotlabs2017-06-071-0/+3
| | | | | | | | now until it can be put back into plugins.
| * always add a length to ostatus compat enclosures - even if unknown (0)zotlabs2017-06-071-1/+1
| |
| * ostatus feeds: extract photo information from posts and convert to ↵zotlabs2017-06-071-3/+42
| | | | | | | | enclosures as otherwise OStatus servers will strip them from the HTML in the feed and refuse to render them
* | use parent_midzotlabs2017-06-141-2/+2
| |
* | support mastodon content warnings by converting into n-s-f-w tagzotlabs2017-06-131-0/+8
| |
* | attempt to group gnu-social and mastodon conversations by ↵zotlabs2017-06-131-10/+25
| | | | | | | | ostatus:conversation in addition to falling back on thr:in_reply_to
* | preserve the ostatus:conversation pointer alsozotlabs2017-06-121-1/+8
| |
* | ostatus is almost unrecognisable these days from its former self. In this ↵zotlabs2017-06-121-3/+15
| | | | | | | | case thr:in-reply-to has almost no meaning since it almost never refers to a top level post; which makes it quite difficult to preserve conversations
* | implement feed_get_reshare to extract shared post info from atom feed and ↵zotlabs2017-06-121-90/+169
| | | | | | | | convert to bbcode
* | auto inline embed ostatus image attachmentszotlabs2017-06-091-0/+4
| |
* | fall back on feed logo if an author avatar cannot be foundzotlabs2017-06-071-0/+4
| |
* | Looks like we need the mastodon feed check in core - grrr. Will do that for ↵zotlabs2017-06-061-0/+3
| | | | | | | | now until it can be put back into plugins.
* | always add a length to ostatus compat enclosures - even if unknown (0)zotlabs2017-06-041-1/+1
| |
* | ostatus feeds: extract photo information from posts and convert to ↵zotlabs2017-06-041-3/+42
| | | | | | | | enclosures as otherwise OStatus servers will strip them from the HTML in the feed and refuse to render them
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-161-7/+38
|\|
| * consolidate and simplify the generation of activitystreams persons, add a ↵zotlabs2017-05-111-7/+38
| | | | | | | | couple more fields hoping eventually Mastodon will accept legal follow activities without choking on them. Requires an update of plugins also.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-051-2/+5
|\|
| * :bulb: correct some Doxygen syntax mistakes.Klaus Weidenbach2017-05-051-2/+5
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-301-8/+16
|\|
| * update feedutils with as:author changes, also update testszotlabs2017-04-271-8/+16
| |
| * provide a broken feed for services which require a broken feedzotlabs2017-04-261-33/+40
| |
| * make it easier to hook into feed headers in the futurezotlabs2017-04-261-13/+19
| |
| * typo - this time the correct repozotlabs2017-04-201-1/+1
| |
| * Revert "typo" - wrong repozotlabs2017-04-201-1/+1
| | | | | | | | This reverts commit d9a48092e690f582585d939f5b193aedd4bcebfb.
| * typozotlabs2017-04-201-1/+1
| |
| * follow_from_feed issue when called from pushzotlabs2017-04-191-1/+1
| |
* | provide a broken feed for services which require a broken feedzotlabs2017-04-251-33/+40
| |
* | make it easier to hook into feed headers in the futurezotlabs2017-04-201-14/+20
| |
* | follow_from_feed issue when called from pushzotlabs2017-04-191-1/+1
| |
* | 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
|