pleroma/test/web/mastodon_api
rinpatch 4baea6e6d9 Fix leaking private configuration parameters in Mastodon and Twitter APIs, and add new configuration parameters to Mastodon API
This patch:
- Fixes `rights` in twitterapi ignoring `show_role`
- Fixes exposing default scope of the user to anyone in Mastodon API
- Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674)

Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs
2019-04-24 20:01:42 +03:00
..
account_view_test.exs Fix leaking private configuration parameters in Mastodon and Twitter APIs, and add new configuration parameters to Mastodon API 2019-04-24 20:01:42 +03:00
list_view_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
mastodon_api_controller_test.exs Fix leaking private configuration parameters in Mastodon and Twitter APIs, and add new configuration parameters to Mastodon API 2019-04-24 20:01:42 +03:00
notification_view_test.exs Use `User.get_cached*` everywhere 2019-04-22 07:20:43 +00:00
push_subscription_view_test.exs [#647] tests for web push 2019-03-06 13:20:12 +00:00
scheduled_activity_view_test.exs Add scheduler for sending scheduled activities to the queue 2019-04-06 23:56:29 +03:00
status_view_test.exs Add `pleroma.in_reply_to_account_acct` to MastoAPI status entity 2019-04-22 11:54:27 +03:00
subscription_controller_test.exs [#647] tests for web push 2019-03-06 13:20:12 +00:00