summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2017-09-11Add follow notifications.Roger Braun
2017-09-11Add reblogs to notifications.Roger Braun
2017-09-11Add favorites to notifications.Roger Braun
2017-09-11Add basic mastodon notification support.Roger Braun
2017-09-10Add user timelines to Masto Api.Roger Braun
2017-09-10Fix masto api context.Roger Braun
2017-09-10Add context to mastodonAPI.Roger Braun
2017-09-10Add attachments to mastoapi statuses.Roger Braun
2017-09-10Reverse mastodon timeline data.Roger Braun
2017-09-10Add header image to masto api.Roger Braun
2017-09-09Small hack to make notifications return empty for now.Roger Braun
2017-09-09Do oauth redirect.Roger Braun
2017-09-09Add unfav to Mastodon API.Roger Braun
2017-09-09Add favoriting to Mastodon API.Roger Braun
2017-09-09Add reblogging to MastodonAPI.Roger Braun
2017-09-09Add deletion to masto api.Roger Braun
2017-09-09Add more Mastodon API methods.Roger Braun
2017-09-09Use token exchange method.Roger Braun
2017-09-09Add Mastodon StatusView.Roger Braun
2017-09-09Test for Mastodon AccountViewRoger Braun
Handles users and mentions.
2017-09-09Add type restriction to activitypub fetcherRoger Braun
Mainly because Mastodon only returns notes, not the other activities.
2017-09-09Make auth tokens usable once and expire them.Roger Braun
2017-09-08Try to fetch from html again if fetching from atom gives no results.Roger Braun
2017-09-07Slight cleanup.Roger Braun
2017-09-06Add very basic oauth and mastodon api support.Roger Braun
2017-09-05Workaround for masto reply breakage.Roger Braun
2017-09-05Fix remote profile update code.Roger Braun
2017-09-04Add delete to TwAPI representer correctly.Roger Braun
2017-09-04Add delete to TwAPI.Roger Braun
2017-09-04Don't delete new delete activity...Roger Braun
2017-09-04Add TwAPI representer for deletes.Roger Braun
2017-09-04Create deletes activities for incoming deletes.Roger Braun
2017-09-04Add delete to ActivityPub.Roger Braun
2017-09-04Add delete activity representer.Roger Braun
2017-09-04Output mastodon-style conversation ids.Roger Braun
2017-09-04Handle mastodon conversation ids.Roger Braun
2017-08-29Add banner and background updating.Roger Braun
2017-08-29Add profile update.Roger Braun
2017-08-28More sensible attachment names.Roger Braun
2017-08-25Ignore padding for salmon public keys.Roger Braun
2017-08-24Set twitter-style possibly_sensitive boolena.Roger Braun
2017-08-24Add activity_type to twitter api output.Roger Braun
2017-08-24Remove email from mastoinfo.Roger Braun
2017-08-24Basic masto-style info.Roger Braun
2017-08-24More meta info fixes.Roger Braun
2017-08-24Small meta info fixes.Roger Braun
2017-08-24Extend webfinger capabilities.Roger Braun
2017-08-24Don't break on empty mentions.Roger Braun
2017-08-22add correct content type for catch-allRoger Braun
2017-08-18Merge branch 'patch-1' into 'develop'lambadalambda
Fix finmoji title attribute. See merge request !23