summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/status_view_test.exs
AgeCommit message (Expand)Author
2018-03-30Format the code.lain
2018-03-27Reduce OP fetching queries.lain
2018-03-27Don't try to fetch OP if none is there.lain
2018-03-22Clear caches on test.lain
2018-03-16mastodon api tests: invalidate user cache prior to importing a test replyWilliam Pitcock
2017-12-11Fix some more tests.eal
2017-11-15MastoAPI: Make attachment ids strings.Roger Braun
2017-11-11MastoAPI: Fix reblog emojis.Roger Braun
2017-10-31MastoAPI: Include CW.Roger Braun
2017-10-31MastoAPI: Return id as string instead of integer.Roger Braun
2017-10-31MastoAPI: Always return an url for statuses.Roger Braun
2017-10-23MastoAPI: Add emoji output.Roger Braun
2017-09-17MastoAPI: Add repeats to statusview.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-13Allign datetime format with mastodon.Roger Braun
2017-09-12Remove milliseconds from mastodon api response.Roger Braun
2017-09-12Use hash of attachment url as id.Roger Braun
2017-09-10Add attachments to mastoapi statuses.Roger Braun
2017-09-09Add Mastodon StatusView.Roger Braun