summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/status_view_test.exs
AgeCommit message (Expand)Author
2019-02-27Add user muted status info to MastodonAPI.lain
2019-02-20Add some nicer urls in status view.lain
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-02-06tests: add a rich media card that contains all relevant fieldsWilliam Pitcock
2019-02-06test: add some regression tests for the rich media card renderingWilliam Pitcock
2019-01-31Merge branch 'features/glitch-soc-frontend' into 'develop'Haelwenn
2019-01-28test: update mastodon status view testsWilliam Pitcock
2019-01-28[MastoAPI][GlitchAPI] Add bookmarksHaelwenn (lanodan) Monnier
2019-01-25Merge branch 'fix/tusky-dm' into 'develop'kaniini
2019-01-21Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1Haelwenn (lanodan) Monnier
2019-01-19FormatMaxim Filippov
2019-01-19Add current user to mentionedMaxim Filippov
2019-01-16MastoAPI: Don't break on missing users.lain
2019-01-08add `pinned` property to `StatusView`Egor Kislitsyn
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-23tests: mastodon api: add test verifying that peertube videos are correctly re...William Pitcock
2018-12-14fix case when tags is invalidMaksim Pechnikov
2018-12-14fix tagsMaksim Pechnikov
2018-12-09fix hashtags in api responseMaksim Pechnikov
2018-12-04update testMaksim Pechnikov
2018-11-03Fix formatting.lain
2018-11-03Test for null-content activities.lain
2018-09-20[Pleroma.Web.MastodonAPI.StatusView] add replies_countHaelwenn (lanodan) Monnier
2018-09-10Update status_view_test.exsshadowfacts
2018-07-17test: mastodon attachments: update for added description fieldWilliam Pitcock
2018-06-15Pleroma.Web.MastodonAPI.StatusView: Fix status.json so it renders threadsHaelwenn (lanodan) Monnier
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