summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/mastodon_api_controller_test.exs
AgeCommit message (Collapse)Author
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
2018-12-01Fix masto api user updating.lain
2018-11-27More fixes.lain
2018-11-20Fix most mastodon api bugs.lain
2018-11-13MastodonAPI: Add pagination to private messages.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-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-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-07-17tests: verify media description api support is workingWilliam Pitcock
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.
2018-05-14Add direct_note[_activity]_factory and a couple testscsaurus