akkoma
2017-04-13 Roger BraunUpdate factory.
2017-04-13 Roger BraunAdd favoriting to twitter api.
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-13 Roger BraunAdd liking to ActivityPub.
2017-04-13 Roger BraunAdd utility functions for objects and activities.
2017-04-13 Roger BraunAdd factories for testing.
2017-04-13 Roger BraunAdd actor to objects.
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-13 dtlunaRefactor follow API
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-12 Roger BraunFix twitter api date.
2017-04-12 Roger BraunMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-12 Roger BraunAdd basic config endpoint.
2017-04-12 lambadalambdaMerge branch 'feature/home-timeline' into 'develop'
2017-04-12 lambadalambdaMerge branch 'bugfix/verify_credentials_get' into ...
2017-04-12 Roger BraunDon't return html in the text field.
2017-04-12 Roger BraunAdd max_id fetching to activity fetching.
2017-04-12 Roger BraunTest friends timeline more thoroughly.
2017-04-12 Roger BraunReturn directly addressed activities in friends timeline.
2017-04-12 Roger BraunFix user representation after following.
2017-04-12 dtlunaAdd error messages for repeated follows and unfollows
2017-04-10 dtlunaAdd user timeline
2017-04-10 dtlunaAdd home timeline
2017-04-10 dtlunaAdd unfollowing using screen_name parameter
2017-04-10 dtlunaAdd following using screen_name parameter
2017-04-10 dtlunaAdd test for help/test resource
2017-04-10 dtlunaAdd help/test resource
2017-04-10 lambadalambdaMerge branch 'develop' into 'develop'
2017-04-10 dtlunaAdd GET route for verify_credentials
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-05 Roger BraunAdd user registration mix task.
2017-04-05 Roger BraunFix replies.
2017-04-05 Roger BraunRemove vestigial file.
2017-04-04 dtlunaAdd Follow Activity representer
2017-04-04 Roger BraunAdd Pleroma-FE snapshot.
2017-04-04 dtlunaAdd Follow activity insertion
2017-04-03 Roger BraunParse mentions, save them, output them in TwAPI.
2017-04-03 Roger BraunAdd HTML sanitization library.
2017-04-03 Roger BraunUse standard base url in User.
2017-04-03 Roger BraunAdd TODO file.
2017-03-30 Roger BraunConnect attachments with objects, not activities.
2017-03-30 Roger BraunPut objects in inserted activties into the db.
2017-03-30 Roger BraunAdd index to objects.
2017-03-30 Roger BraunAdd attachments to the TwAPI.
2017-03-30 Roger BraunBasic ObjectRepresenter.
2017-03-30 Roger BraunReturn mimetype with attachment.
2017-03-30 Roger BraunShort circuit user verification if cookie is present.
2017-03-30 Roger BraunIgnore uploads.
2017-03-30 Roger BraunAdd port if specified.
2017-03-29 Roger BraunBasic file uploading via TwAPI.
2017-03-28 Roger BraunAdd Uploads.
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-28 Roger BraunFix spec.
2017-03-24 Roger BraunAdd single status fetching to TwAPI.
2017-03-23 Roger BraunAdd fetching of activities in context.
2017-03-23 Roger BraunAdd inReplyToStatus to TwAPI.
2017-03-23 Roger BraunAdd context and inReplyTo.
2017-03-23 Roger BraunAdd id to objects, too.
2017-03-23 Roger BraunGenerate ids for activities.
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 timeline.
2017-03-22 Roger BraunAdd friends status fetching.
2017-03-22 Roger BraunAdd fetching for recipients.
2017-03-21 Roger BraunAdd public timeline TwAPI.
2017-03-21 Roger BraunAdd since_id for activitypub fetching.
2017-03-21 Roger BraunAdd limiting to activity pub fetching.
2017-03-21 Roger BraunAdd status posting via TwAPI.
2017-03-21 Roger BraunBasic status creation and retrieval.
2017-03-21 Roger BraunBasic AP objects.
2017-03-20 Roger BraunAdd Twitter API verify_credentials endpoint.
2017-03-20 Roger BraunAdd Twitter API user representer.
2017-03-20 Roger BraunDon't use fetch access in plug.
2017-03-20 Roger BraunAdd user schema.
2017-03-20 Roger BraunAdd basic auth.
2017-03-17 Roger BraunPhoenix skeleton