pleroma/test/web/pleroma_api/controllers
Ivan Tashkinov 6f5f7af607 [#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish :restrict_unauthenticated.
Made `Pleroma.Web.MastodonAPI.AccountView.render("show.json", _)` demand :for or :force option in order to prevent incorrect rendering of empty map instead of expected user representation with truish :restrict_unauthenticated setting.
2020-07-22 19:06:00 +03:00
..
account_controller_test.exs AccountController: Remove unused update_? routes. 2020-07-07 16:53:20 +02:00
chat_controller_test.exs [#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish :restrict_unauthenticated. 2020-07-22 19:06:00 +03:00
conversation_controller_test.exs
emoji_pack_controller_test.exs Test that Emoji Packs can be listed when instance is not public 2020-07-21 17:27:13 -05:00
emoji_reaction_controller_test.exs
mascot_controller_test.exs
notification_controller_test.exs
scrobble_controller_test.exs
two_factor_authentication_controller_test.exs