akkoma/test/pleroma/web/mastodon_api/controllers
Oneric 9a91299f96 Don't try to handle non-media objects as media
Trying to display non-media as media crashed the renderer,
but when posting a status with a valid, non-media object id
the post was still created, but then crashed e.g. timeline rendering.
It also crashed C2S inbox reads, so this could not be used to leak
private posts.
2024-05-22 20:30:23 +02:00
..
account_controller_test.exs mastodon_api: Add /api/v1/preferences endpoint 2023-08-12 09:28:24 -04:00
announcement_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
app_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
auth_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
conversation_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
custom_emoji_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
directory_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
domain_block_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
filter_controller_test.exs Tag Mock-tests as "mocked" and run them seperately 2023-08-04 12:50:50 +01:00
follow_request_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
instance_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
list_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
marker_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
media_controller_test.exs Don't try to handle non-media objects as media 2024-05-22 20:30:23 +02:00
notification_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
poll_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
report_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
scheduled_activity_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
search_controller_test.exs Tag Mock-tests as "mocked" and run them seperately 2023-08-04 12:50:50 +01:00
status_controller_test.exs Restrict media usage to owners 2024-05-22 20:30:18 +02:00
subscription_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
suggestion_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
tag_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
timeline_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00