summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/mastodon_api_controller_test.exs
AgeCommit message (Collapse)Author
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-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-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-22[#502] Fixed User.active_local_user_query to return users with nil or ↵Ivan Tashkinov
missing `info.deactivated`. Adjusted test.
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-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
2018-12-16Mastodon API: Fix PUT /api/web/settingseal
2018-12-12fix warningsMaksim Pechnikov
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-03Parse bio for MastodonAPIMaxim Filippov
2018-12-02MastodonApi: Implement hide_network.lain