aboutsummaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
AgeCommit message (Collapse)Author
2017-10-30Move user search to User module.Roger Braun
2017-10-29Fix follow test semantics.eal
2017-10-29Fix return type of /api/v1/followseal
2017-10-28Add tests.eal
2017-10-23MastoAPI: Add emoji output.Roger Braun
2017-09-17MastoAPI: Add repeats to statusview.Roger Braun
2017-09-17MastodonAPI: Add user favorites endpoint.Roger Braun
2017-09-16Add undocumented default user default settings.Roger Braun
2017-09-16Add remote user fetching to search.Roger Braun
2017-09-16Add basic search.Roger Braun
2017-09-15MastoAPI: Fix date in account view.Roger Braun
2017-09-14MastoAPI: Follower-related changesRoger Braun
2017-09-14Add tag timelines.Roger Braun
2017-09-14MastoAPI: fake out 'application' property.Roger Braun
2017-09-14MastoAPI: Also return text_url in attachments.Roger Braun
2017-09-14Cleanup.Roger Braun
2017-09-14Add media upload endpoint.Roger Braun
2017-09-13MastoAPI: Add accounts getting.Roger Braun
2017-09-13Allign datetime format with mastodon.Roger Braun
2017-09-13Fix logic.Roger Braun
2017-09-13Add relationships to masto api.Roger Braun
2017-09-12Remove milliseconds from mastodon api response.Roger Braun
2017-09-12Use hash of attachment url as id.Roger Braun
Pretty hacky, let's see if we can get away with this.
2017-09-12MastoAPI: Remove domain ending from account name.Roger Braun
2017-09-10Add user timelines to Masto Api.Roger Braun
2017-09-10Add attachments to mastoapi statuses.Roger Braun
2017-09-10Add header image to masto api.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-09Add Mastodon StatusView.Roger Braun
2017-09-09Test for Mastodon AccountViewRoger Braun
Handles users and mentions.
2017-01-01Provide plaintext representations of content/cw in MastoAPIrinpatch