akkoma
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