aboutsummaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
AgeCommit message (Collapse)Author
2019-05-31Bump version.lain
2019-04-05Fix and format.lain
2019-04-05Add test.lain
2019-02-06hide_followings was renamed to hide_followers in the FE, but never synced up ↵Mark Felder
in the BE This was a dirty regex replace which worked on my server
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-02-03Split hide_network into hide_followers & hide_followings (fixed)Maxim Filippov
2019-02-03Unbreak all the tests.lain
2019-02-01Revert "Merge branch 'feature/split-hide-network' into 'develop'"kaniini
This reverts merge request !733
2019-02-01Merge branch 'feature/split-hide-network' into 'develop'kaniini
Split hide_network into hide_followers & hide_followings See merge request pleroma/pleroma!733
2019-01-31Merge branch 'features/glitch-soc-frontend' into 'develop'Haelwenn
Features/glitch soc frontend See merge request pleroma/pleroma!192
2019-01-28Split hide_network into hide_followers & hide_followingsMaxim Filippov
2019-01-28test: add status posting with OGP link preview testWilliam Pitcock
2019-01-28test: update mastodon status view testsWilliam Pitcock
2019-01-28mastodon api: factor out status card fetching, move status card rendering to ↵William Pitcock
statusview, add opengraph extended data
2019-01-28[MastoAPI][GlitchAPI] Add bookmarksHaelwenn (lanodan) Monnier
2019-01-27Merge branch 'features/mastoapi-multi-hashtag' into 'develop'kaniini
MastodonAPI multi-hashtag See merge request pleroma/pleroma!652
2019-01-27Web.MastodonAPI.AccountView: Add is_moderator and is_adminHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/557
2019-01-26mastodon api: use OGP uri instead of page_url for deducing domain name, fix testWilliam Pitcock
2019-01-26Web.MastodonAPI.MastodonAPIController: Add Rich-Media supportHaelwenn (lanodan) Monnier
2019-01-26Web.MastodonAPI.MastodonAPIControllerTest: Update for difference between all ↵Haelwenn (lanodan) Monnier
and any parameters
2019-01-26Fix the logic in multi-hashtag TLsHaelwenn (lanodan) Monnier
2019-01-26Web.MastodonAPI.MastodonAPIControllerTest: Add test against multi-hashtag ↵Haelwenn (lanodan) Monnier
timeline
2019-01-25Merge branch 'fix/tusky-dm' into 'develop'kaniini
Add actor to recipients list Closes #390 See merge request pleroma/pleroma!683
2019-01-23Merge branch 'develop' into rename/pleroma_activity_consistencylain
2019-01-22[#502] Fixed User.active_local_user_query to return users with nil or ↵Ivan Tashkinov
missing `info.deactivated`. Adjusted test.
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-18Add actor to recipientsMaxim Filippov
2019-01-17[#502] Fixed `user_count` in `/api/v1/instance` to include only active local ↵Ivan Tashkinov
users.
2019-01-16MastoAPI: Don't break on missing users.lain
2019-01-16Merge branch 'feature/improve-microformats' into 'develop'lambda
improve microformats support See merge request pleroma/pleroma!672
2019-01-16[#518] Fixed /api/v1/instance ("domain_count" value) and ↵Ivan Tashkinov
/api/v1/instance/peers responses.
2019-01-16tests: fixupWilliam Pitcock
2019-01-13Add test for mastodon API /favourites endpointSadposter
2019-01-09improve testsEgor Kislitsyn
2019-01-08improve test readabilityEgor Kislitsyn
2019-01-08add `pinned` property to `StatusView`Egor Kislitsyn
2019-01-08rename `post` to `status`Egor Kislitsyn
2019-01-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Egor Kislitsyn
feature/pinned-posts
2019-01-07add pinned postsEgor Kislitsyn
2019-01-07MastoAPI: Add test.lain
2018-12-27Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop'kaniini
Create tombstone instead of object deletion See merge request pleroma/pleroma!593
2018-12-26Implement exclude_reblogs and include_rtsVyr Cossont
2018-12-25Remove unused testMaxim Filippov
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