Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into bugfix/repeated...
[akkoma] / lib / pleroma / web / twitter_api / twitter_api.ex
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 Roger BraunMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 Roger BraunPreserve newlines in messages.
2017-04-16 Roger BraunAdd user registration to TwAPI.
2017-04-15 Roger BraunAdd announcements / retweets to TwAPI.
2017-04-14 Roger BraunUpdate object correctly after setting context.
2017-04-14 Roger BraunAdd unfavoriting to TwAPI.
2017-04-14 Roger BraunAdd basic user caching.
2017-04-14 Roger BraunFix uploads and favorites in twidere / twittnuker.
2017-04-13 Roger BraunDisplay like activities.
2017-04-13 Roger BraunAdd favoriting to twitter api.
2017-04-13 Roger BraunAdd actor to objects.
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-12 lambadalambdaMerge branch 'feature/home-timeline' into 'develop'
2017-04-12 lambadalambdaMerge branch 'bugfix/verify_credentials_get' into ...
2017-04-12 Roger BraunReturn directly addressed activities in friends timeline.
2017-04-12 dtlunaAdd error messages for repeated follows and unfollows
2017-04-10 lambadalambdaMerge branch 'develop' into 'develop'
2017-04-10 dtlunaRemove ambiguity in call to make_date/0
2017-04-08 dtlunaRefactor lib/pleroma/web/twitter_api/twitter_api.ex
2017-04-08 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-04 dtlunaAdd Follow Activity representer
2017-04-04 dtlunaAdd Follow activity insertion
2017-04-03 Roger BraunParse mentions, save them, output them in TwAPI.
2017-03-30 Roger BraunConnect attachments with objects, not activities.
2017-03-30 Roger BraunAdd attachments to the TwAPI.
2017-03-30 Roger BraunReturn mimetype with attachment.
2017-03-29 Roger BraunBasic file uploading via TwAPI.
2017-03-28 Roger BraunAdd conversation fetching to TwAPI controller.
2017-03-28 Roger BraunReturn statusnet_conversation_id in TwAPI.
2017-03-28 Roger BraunAdd conversation id to activities.
2017-03-24 Roger BraunAdd single status fetching to TwAPI.
2017-03-23 Roger BraunAdd context and inReplyTo.
2017-03-23 Roger BraunReturn user specific json for logged in users.
2017-03-23 Roger BraunAdd unfollowing to TwAPI.
2017-03-23 Roger BraunAdd following TwAPI endpoint.
2017-03-22 Roger BraunAdd friends status fetching.
2017-03-21 Roger BraunAdd public timeline TwAPI.
2017-03-21 Roger BraunAdd status posting via TwAPI.
2017-03-21 Roger BraunBasic status creation and retrieval.