summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api/twitter_api.ex
AgeCommit message (Collapse)Author
2017-04-30Don't set statusnetConversationIds on replies anymore.Roger Braun
2017-04-30Wrap context creation in transaction.Roger Braun
2017-04-30Use conversation mapping objects to get / retrieve context from TwAPI.Roger Braun
2017-04-28Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/unfollow-activity
2017-04-26Merge branch 'develop' into feature/incoming_ostatusRoger Braun
2017-04-25Add ostatus conversation as context.Roger Braun
2017-04-25Even more refactoring.Roger Braun
2017-04-25More refactoring.Roger Braun
2017-04-25Clean up status create method.Roger Braun
2017-04-24Return salmon path for users, basic incoming salmon handling.Roger Braun
2017-04-23Merge branch 'feature/follow-unfollow-by-screen-name' into 'develop' lambadalambda
Follow and unfollow using screen_name See merge request !9
2017-04-22Add outgoin federation to twitter api.Roger Braun
Doesn't really belong there, find a different place for it. Should federate on every activity insertion.
2017-04-21Add Undo of Follow Activity insertiondtluna
2017-04-21Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/follow-unfollow-by-screen-name
2017-04-21Quick fix for activities without 'to'.Roger Braun
2017-04-20Add statuses/mentions endpointdtluna
2017-04-20Refactor unfollow/2dtluna
2017-04-20Merge branch 'feature/unfollow-by-screen-name' of ↵dtluna
ssh.gitgud.io:dtluna/pleroma into feature/follow-unfollow-by-screen-name
2017-04-20Merge branch 'feature/follow-by-screen-name' of ssh.gitgud.io:dtluna/pleroma ↵dtluna
into feature/follow-unfollow-by-screen-name
2017-04-19Merge branch 'feature/user-timeline' into 'develop' lambadalambda
Feature/user timeline See merge request !8
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
bugfix/repeated-follow-unfollow
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/follow-by-screen-name
2017-04-16Fix typodtluna
2017-04-16Add user timeline fetching without credentialsdtluna
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/user-timeline
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/unfollow-by-screen-name
2017-04-16Preserve newlines in messages.Roger Braun
2017-04-16Add user registration to TwAPI.Roger Braun
2017-04-15Add announcements / retweets to TwAPI.Roger Braun
2017-04-14Update object correctly after setting context.Roger Braun
2017-04-14Add unfavoriting to TwAPI.Roger Braun
2017-04-14Add basic user caching.Roger Braun
Expires after 5 seconds.
2017-04-14Fix uploads and favorites in twidere / twittnuker.Roger Braun
2017-04-14Add user timelinedtluna
2017-04-13Display like activities.Roger Braun
2017-04-13Add favoriting to twitter api.Roger Braun
2017-04-13Add actor to objects.Roger Braun
2017-04-13Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
bugfix/repeated-follow-unfollow
2017-04-13Refactor follow APIdtluna
2017-04-13Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/follow-by-screen-name
2017-04-12Return directly addressed activities in friends timeline.Roger Braun
2017-04-12Add error messages for repeated follows and unfollowsdtluna
2017-04-10Add unfollowing using screen_name parameterdtluna
2017-04-10Add following using screen_name parameterdtluna
2017-04-10Remove ambiguity in call to make_date/0dtluna
2017-04-08Refactor lib/pleroma/web/twitter_api/twitter_api.exdtluna
2017-04-05Add Follow Activity representerdtluna
2017-04-04Add Follow activity insertiondtluna
2017-04-03Parse mentions, save them, output them in TwAPI.Roger Braun
2017-03-30Connect attachments with objects, not activities.Roger Braun