summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/twitter_api_test.exs
AgeCommit message (Expand)Author
2017-04-20Add statuses/mentions endpointdtluna
2017-04-19Merge branch 'feature/user-timeline' into 'develop' lambadalambda
2017-04-17Merge branch 'bugfix/repeated-follow-unfollow' into 'develop' lambadalambda
2017-04-17Switch cache implementation for size limiting.Roger Braun
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into bugfix/rep...dtluna
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into feature/us...dtluna
2017-04-16Fix typodtluna
2017-04-16Add user timeline fetching without credentialsdtluna
2017-04-16Add avatar objects to user, fix specs.Roger Braun
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into feature/us...dtluna
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 unliking to TwAPI controller.Roger Braun
2017-04-14Add unfavoriting to TwAPI.Roger Braun
2017-04-14Add basic user caching.Roger Braun
2017-04-14Add user timelinedtluna
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 bugfix/rep...dtluna
2017-04-12Test friends timeline more thoroughly.Roger Braun
2017-04-12Return directly addressed activities in friends timeline.Roger Braun
2017-04-12Add error messages for repeated follows and unfollowsdtluna
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
2017-03-30Add attachments to the TwAPI.Roger Braun
2017-03-29Basic file uploading via TwAPI.Roger Braun
2017-03-28Add conversation fetching to TwAPI controller.Roger Braun
2017-03-28Return statusnet_conversation_id in TwAPI.Roger Braun
2017-03-28Add conversation id to activities.Roger Braun
2017-03-24Add single status fetching to TwAPI.Roger Braun
2017-03-23Add context and inReplyTo.Roger Braun
2017-03-23Return user specific json for logged in users.Roger Braun
2017-03-23Add unfollowing to TwAPI.Roger Braun
2017-03-23Add following TwAPI endpoint.Roger Braun
2017-03-22Add friends status fetching.Roger Braun
2017-03-21Add status posting via TwAPI.Roger Braun
2017-03-21Basic status creation and retrieval.Roger Braun