Commit Graph

89 Commits

Author SHA1 Message Date
zotlabs 0d415fb3c9 hubzilla issue #946 2018-01-07 02:34:37 -08:00
Mario Vavti d304821977 fix undefined constant warning 2017-12-16 20:30:42 +01:00
zotlabs 0e91810ed6 pubstream comments and a few other bugfixes that were discovered along the way 2017-11-26 18:29:24 -08:00
git-marijus cfbeb1655d Merge branch 'dev' into docu 2017-11-04 10:22:58 +01:00
Klaus Weidenbach 1a737be2b4 💡 Improving Doxygen documentation.
Fix some Doxygen parsing errors.
Improve hooks documentation.
2017-11-03 23:04:27 +01:00
Klaus Weidenbach 1be98d7b7f Some more work on unit tests.
Some small improvements for coverage report.
Add more functions from include/text.php
Update composer dev libraries for phpunit.
2017-10-29 22:00:55 +01:00
zotlabs 617f2863c4 process activity deletes from OStatus which for whatever reason do not use the industry standard tombstone mechanism 2017-09-27 21:13:53 -07:00
zotlabs 808605cd65 ostatus - support likes of comments 2017-09-24 21:09:21 -07:00
zotlabs c6bcea0f82 pubcrawl: make a good faith effort to handle multi-media content 2017-09-18 21:55:45 -07:00
zotlabs e812836a60 provide rel=alternate link if no reshare content in post 2017-09-18 17:46:34 -07:00
zotlabs 7cec3f4dbf include the mastodon summary in the post 2017-08-10 18:05:06 -07:00
zotlabs c00796d553 ostatus feed was missing comments 2017-08-06 19:33:51 -07:00
zotlabs 964a02d684 provide a better "is_commentable" default for OStatus conversations that were fetched on the fly 2017-07-30 16:15:34 -07:00
zotlabs dbbae4bac8 issue with OStatus comments being propagated downstream 2017-07-26 17:38:34 -07:00
zotlabs 9132b9c026 remove activitypub components from core 2017-07-26 16:39:13 -07:00
zotlabs 89d21c0873 begin the tedious process of mapping activities between AS1, zot, and AS2 2017-07-20 22:55:04 -07:00
zotlabs ceeb9836b9 implement update_feed_item 2017-07-19 20:31:11 -07:00
zotlabs 6103c30184 provide optional salmon signatures for AP entities 2017-07-18 21:16:18 -07:00
zotlabs 9daa3b85c8 some corrections to AS encoding based on the current spec (some of this work was completed long before the spec settled). 2017-07-17 22:52:19 -07:00
zotlabs d8c93c0d13 activitypub, cont. 2017-07-17 22:17:40 -07:00
zotlabs ecb1515e5d activitystreams converters updated to recent spec 2017-07-17 19:28:27 -07:00
zotlabs c352047228 mis-attributed profile photo when Mastodon comment author has no profile photo 2017-07-16 22:51:36 -07:00
zotlabs e891199a23 deal with mastodon privacy scopes - mark private and block commenting since we refuse to send private activities through the public OStatus connector. 2017-07-15 15:49:10 -07:00
zotlabs aa70cbbf21 fix typos 2017-07-12 17:16:21 -07:00
zotlabs 6db717a1a0 make websub/PuSH and salmon both use consume_feed() for item storage as there is a lot of duplication of effort and patches applied to one that haven't been applied to the other. This will require an update of addons as well or follow activities may be duplicated 2017-07-12 17:07:31 -07:00
zotlabs ad9990e100 even more logging of conversation parent discovery 2017-07-11 17:31:57 -07:00
zotlabs e3734328eb find_parent for feeds needs more debug logging. Something is still falling through the cracks and it isn't obvious why 2017-07-09 17:08:25 -07:00
zotlabs f3816836e5 some sites use the old style ostatus:conversation xml field, check for it. 2017-07-04 22:05:17 -07:00
zotlabs 64cad0a041 duplicated posts after conversation fetch 2017-06-30 00:50:57 -07:00
zotlabs b73c844d1a use "Full Name (username)" for ostatus commenter xchans 2017-06-29 22:38:43 -07:00
zotlabs da1b10b741 forgot to return true from the conversation_fetch routine - which triggers the rescan for potential parent posts 2017-06-29 21:09:08 -07:00
zotlabs c7b4a53af2 log the conversation so we can debug this easier 2017-06-28 20:11:03 -07:00
zotlabs 024809f970 conversation fetching is partially working - but it isn't always glueing the conversation pieces together. 2017-06-28 20:07:53 -07:00
zotlabs 126af3a24a pretend it's a real feed even though it isn't 2017-06-28 19:34:49 -07:00
zotlabs b91d95d241 add logging 2017-06-28 19:20:11 -07:00
zotlabs c5cff7d637 more refetch testing 2017-06-28 16:02:44 -07:00
zotlabs c2af370282 refetch testing 2017-06-28 15:58:14 -07:00
zotlabs dab00a98e0 translate 'favorite' verb to 'like' if it's an ostatus feed 2017-06-27 20:07:48 -07:00
zotlabs 2b2ea40bce log conversation fetches (also a missed / char in the string replace) 2017-06-27 19:57:03 -07:00
zotlabs 1273ac67f4 (untested currently) fetch conversation for GNU-Social and Mastodon when provided a comment with no local copy of the parent. 2017-06-27 19:20:13 -07:00
zotlabs 676481de58 support linked media (audio/video) elements in feeds as well as images 2017-06-26 23:06:15 -07:00
zotlabs 4d81c498e2 in gnu-social reshare objects are activities, not posts or comments 2017-06-26 17:07:59 -07:00
zotlabs b0dd824dbc add ostatus attached photos (inline to the post body) even if there's a link to the photo in the post but it isn't wrapped in an img tag. 2017-06-26 16:54:28 -07:00
zotlabs 07d6472eea mastodon reshares can be either posts or comments; silence warning from guess_image_type when handed a URL to a non-existent resource. 2017-06-25 18:07:07 -07:00
zotlabs f25e0c3829 testing mastodon boosts/reshares 2017-06-19 15:59:46 +02:00
zotlabs bb9557a9ae remove some duplicated code 2017-06-15 08:57:03 +02:00
zotlabs 0d7e7ac657 always transmit a valid uri 2017-06-15 08:56:22 +02:00
zotlabs b8c77bbcfc use parent_mid 2017-06-15 08:56:06 +02:00
Mario Vavti 1f075d92bc sigh... x-zot prefix slipped in again 2017-06-15 00:19:50 +02:00
Mario Vavti fe02665f54 typo 2017-06-15 00:17:26 +02:00