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 Move conversation actions to PleromaAPI.ConversationController 2020-05-20 15:15:13 +04:00
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 EmojiReactionController: Return more appropriate error. 2020-05-22 14:38:28 +02:00
mascot_controller_test.exs Add OpenAPI spec for MascotController 2020-05-18 22:01:18 +04:00
notification_controller_test.exs Fix notifications mark as read API 2020-05-22 18:15:36 +04:00
scrobble_controller_test.exs Add OpenAPI spec for PleromaAPI.ScrobbleController 2020-05-19 16:26:06 +04:00
two_factor_authentication_controller_test.exs Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController 2020-05-07 08:14:54 +00:00