aboutsummaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
AgeCommit message (Collapse)Author
2018-12-04tests: fix a lot of the remaining test failuresWilliam Pitcock
2018-12-04test: fix mastodon api test failureWilliam Pitcock
2018-12-03Parse bio for MastodonAPIMaxim Filippov
2018-12-02MastodonApi: Implement hide_network.lain
2018-12-01Fix masto api user updating.lain
2018-11-30Merge remote-tracking branch 'origin' into validate-user-infolain
2018-11-27More fixes.lain
2018-11-24Web.MastodonApi.MastodonSocketTest: Add test for unauthenticated websocketHaelwenn (lanodan) Monnier
2018-11-20Merge branch 'validate-user-info' of git.pleroma.social:pleroma/pleroma into ↵lain
validate-user-info
2018-11-20Fix most mastodon api bugs.lain
2018-11-20tests: fix up some more broken mastodon api testcasesWilliam Pitcock
2018-11-20mastodon api: account view: fix testsWilliam Pitcock
2018-11-13MastodonAPI: Add pagination to private messages.lain
2018-11-03Fix formatting.lain
2018-11-03Test for null-content activities.lain
2018-11-03Test for case-insensitive mastodon hashtag timelines.lain
2018-11-02Check for empty string in_reply_to ids.lain
2018-11-01Ensure filters have a filter_idLee Starnes
2018-09-20[Pleroma.Web.MastodonAPI.AccountView]: relationship.json: fake endorsed ↵Haelwenn (lanodan) Monnier
value (false)
2018-09-20[Pleroma.Web.MastodonAPI.StatusView] add replies_countHaelwenn (lanodan) Monnier
2018-09-10Update status_view_test.exsshadowfacts
2018-09-07Mastodon API: Add unsupported attributes to relationship responsesMartin Kühl
These attributes are documented as required by the Mastodon API. Since we don’t support them (I think?), respond with default values.
2018-09-05Fix the testsMartin Kühl
2018-09-05Merge branch 'fix/sign-in-with-toot' into 'develop'Haelwenn
Fix sign-in and sign-out with Toot! See merge request pleroma/pleroma!306
2018-09-03Merge branch 'feature/mastodon_api_2.4.x' into 'develop'kaniini
Add/Fix Mastodon endpoints for 2.4.3 compatibility See merge request pleroma/pleroma!266
2018-09-01AccountView: `sensitive` is supposed to be a boolean, not a stringMartin Kühl
2018-08-31Specify default scope in verify_credentialsWill Pearson
Certain Mastodon/Pleroma front ends call verify_credentials to get the default scope of a new toot. Currently, Pleroma hardcodes this value to "public". This patch changes it to the user's default_scope value.
2018-08-29test: add testcase proving lists system does not leak non-public postsWilliam Pitcock
2018-08-27[MastodonAPI] Add filtersHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.AccountView]: Add bot fieldHaelwenn (lanodan) Monnier
2018-08-21attempt to add html validation to mastodon api test caseensra
2018-08-08Add tests for emoji in user profileseal
Also use the correct field in TwitterAPI...
2018-07-17test: mastodon attachments: update for added description fieldWilliam Pitcock
2018-07-17tests: verify media description api support is workingWilliam Pitcock
2018-06-23Fake 2.4.0 APIHaelwenn (lanodan) Monnier
2018-06-19tests: fix a completely bogus mastodon api testWilliam Pitcock
2018-06-15Pleroma.Web.MastodonAPI.StatusView: Fix status.json so it renders threadsHaelwenn (lanodan) Monnier
2018-06-11tests: assert the state prior to mutating it as well as afterwardWilliam Pitcock
2018-06-11testsuite: add mastodon api testsWilliam Pitcock
2018-06-11Merge branch 'feature/domain-blocks' into 'develop'lambda
Domain blocks See merge request pleroma/pleroma!190
2018-06-03MastoAPI: add domain blocking.eal
2018-06-03Better error handling for MastodonApiController.lain
2018-05-26Simplify DM query.lain
Should also use indexes better.
2018-05-26Merge branch 'develop' into csaurus/pleroma-feature/mstdn-direct-apilain
2018-05-26Formatting.lain
2018-05-24Merge branch 'feature/lists' into 'develop'lambda
Mastodon List API See merge request pleroma/pleroma!138
2018-05-24MastoAPI: add lists.eal
2018-05-21Merge branch 'develop' into feature/mstdn-direct-apicsaurus
2018-05-20Return private / direct posts on user timelines, too.lain
2018-05-16Fix User search.lain
Now uses a trigram based search. This is a lot faster and gives better results. Closes #185.