aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2017-05-08Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into developRoger Braun
2017-05-08Fix remote users retweeting local stuff.Roger Braun
2017-05-07typo.Roger Braun
2017-05-07Add some twapi fixes.Roger Braun
2017-05-07Add some debugging info.Roger Braun
2017-05-07Prevent double insertions.Roger Braun
2017-05-07Preserve ids on favorites / retweets.Roger Braun
2017-05-07Merge branch 'develop' into dtluna/pleroma-feature/unfollow-activityRoger Braun
2017-05-07Safety measures.Roger Braun
2017-05-07Federate follow salmons.Roger Braun
2017-05-07Add conversation ids to twapi announce representer.Roger Braun
2017-05-07Fix user fetching error.Roger Braun
2017-05-06Add one more alias for twapi twkn.Roger Braun
2017-05-06Address incoming messages to followers.Roger Braun
2017-05-06Subscribe to remote users on following.Roger Braun
2017-05-06Follow redirects when fetching activities.Roger Braun
This can happen for site that started as http and now switched to https.
2017-05-06Handle incoming items through the queue.Roger Braun
2017-05-06Do recursive fetching in-band for now.Roger Braun
This is to prevent conversation id problems.
2017-05-05Send salmons and websub in background tasks.Roger Braun
2017-05-05Add basic thread fetching.Roger Braun
2017-05-05Basic queue.Roger Braun
2017-05-05Don't call out if we have the favorited notice locally.Roger Braun
2017-05-05Handle incoming favorites, fetch potentially missing messages.Roger Braun
2017-05-05Mock HTTPoison in testing.Roger Braun
2017-05-05Some refactoring.Roger Braun
2017-05-05Merge branch 'develop' into dtluna/pleroma-refactor/1Roger Braun
2017-05-04Parse incoming retweets.Roger Braun
2017-05-04Just sign with an empty string if needed.Roger Braun
2017-05-04Add debugging logs.Roger Braun
2017-05-03Fix specs.Roger Braun
2017-05-03Remove reply-to for shares, mastodon gets confused.Roger Braun
2017-05-03Fix Mastodon signature bug.Roger Braun
2017-05-03Add self links to federated statuses.Roger Braun
2017-05-03Add user to announced status.Roger Braun
2017-05-03Add announce federation.Roger Braun
2017-05-03OStatus announce representer.Roger Braun
2017-05-03Remove doubled 'to' recipients.Roger Braun
2017-05-03Attachment parsing, better magic key fetching.Roger Braun
2017-05-03Just give out the entry, not the whole feed.Roger Braun
2017-05-03Return note objects as ostatus post activities.Roger Braun
2017-05-02Use inReplyTo to find context.Roger Braun
2017-05-02Add attachment link to posts.Roger Braun
2017-05-02Follow webfinger redirects.Roger Braun
2017-05-02Update incoming new avatars.Roger Braun
2017-05-02Add avatar updating from incoming messages.Roger Braun
2017-05-02Federate likes.Roger Braun
2017-05-02Add an ostatus representer for like activities.Roger Braun
2017-05-02Save context in likes / announces.Roger Braun
2017-05-02Add statusnet_profile_url to the TwAPI.Roger Braun
2017-05-02Add twkn timeline.Roger Braun