aboutsummaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
AgeCommit message (Collapse)Author
2018-12-25Revert Activity tombstones, add ObjectTombstone structMaxim Filippov
2018-12-24Capitalize "tombstone"Maxim Filippov
2018-12-24Create tombstone instead of object deletionMaxim Filippov
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-23tests: mastodon api: add test verifying that peertube videos are correctly ↵William Pitcock
rendered
2018-12-18[#114] Added `pleroma.confirmation_pending` to user views, adjusted view tests.Ivan Tashkinov
2018-12-17Integration tests for mastodon websockethref
2018-12-16Merge branch 'fix/masto-put-settings' into 'develop'eal
Mastodon API: Fix PUT /api/web/settings See merge request pleroma/pleroma!557
2018-12-16Mastodon API: Fix PUT /api/web/settingseal
2018-12-14fix case when tags is invalidMaksim Pechnikov
2018-12-14fix tagsMaksim Pechnikov
2018-12-12fix warningsMaksim Pechnikov
2018-12-09fix hashtags in api responseMaksim Pechnikov
2018-12-06[#394] User view (Twitter & Mastadon API): wrapped "tags" in "pleroma" map.Ivan Tashkinov
2018-12-06[#394] View tests fix.Ivan Tashkinov
2018-12-06Merge branch '210_twitter_api_uploads_alt_text' into 'develop'kaniini
[#210] TwitterAPI: alt text support for uploaded images. Mastodon API uploads security fix. See merge request pleroma/pleroma!496
2018-12-06[#210] Mastodon: actor storing for media uploads, ownership check to ↵Ivan Tashkinov
update_media. Refactoring.
2018-12-05Merge branch 'follower-hiding' into 'develop'kaniini
Network hiding Closes #356 See merge request pleroma/pleroma!490
2018-12-05Merge remote-tracking branch 'origin' into follower-hidinglain
2018-12-05MastodonAPI: Show users their own network.lain
2018-12-06lintVald
2018-12-06resolved api and controller test failuresVald
2018-12-05[#210] [TwitterAPI] Made actor be stored for uploads. Added ownership checkIvan Tashkinov
to `update_media` action. Added controller tests for `upload` and `update_media` actions. Refactoring.
2018-12-04update testMaksim Pechnikov
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