summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/status_view_test.exs
AgeCommit message (Expand)Author
2019-06-02Add tests for poll viewrinpatch
2019-05-18Mastodon API: Add support for posting pollsrinpatch
2019-05-07- Actually use preloaded bookmarks in viewsrinpatch
2019-04-27Fix bookmarks depending on embeded object and move checking if therinpatch
2019-04-22Add `pleroma.in_reply_to_account_acct` to MastoAPI status entityrinpatch
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-17Refactor all tests that acessed the embeded objectrinpatch
2019-04-17Make credo happyrinpatch
2019-04-17Update functions in object fetcher for tesla and set up a proper mock for testsrinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2018-12-04test: fix mastodon api test failureWilliam Pitcock
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
2017-01-01Provide plaintext representations of content/cw in MastoAPIrinpatch
2019-04-02replace `Repo.get_by(User, ap_id: ap_id)` with `User.get_by_ap_id(ap_id)`Egor Kislitsyn
2019-03-21mastodon api: add conversation_id extension (ref #674)William Pitcock
2019-03-15Extend MastoAPI to provide attachment mimetypesrinpatch
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-11MastoAPI StatusView: Add locality indicator.lain
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