akkoma/lib/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.ex Add ability to auto-approve followbacks 2024-02-13 15:42:37 +01:00
announcement_controller.ex
app_controller.ex
auth_controller.ex Migrate to phoenix 1.7 (#626) 2023-08-15 10:22:18 +00:00
conversation_controller.ex
custom_emoji_controller.ex
directory_controller.ex
domain_block_controller.ex
fallback_controller.ex
filter_controller.ex
follow_request_controller.ex paginate follow requests (#460) 2023-02-04 20:51:17 +00:00
instance_controller.ex
list_controller.ex
marker_controller.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
mastodon_api_controller.ex
media_controller.ex Don't try to handle non-media objects as media 2024-05-22 20:30:23 +02:00
notification_controller.ex
poll_controller.ex
report_controller.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
scheduled_activity_controller.ex
search_controller.ex
status_controller.ex Apply rate limits to status updates 2024-05-22 20:18:08 +02:00
subscription_controller.ex
suggestion_controller.ex
tag_controller.ex Add /api/v1/followed_tags 2022-12-31 18:09:34 +00:00
timeline_controller.ex Add debug logs to timeline rendering to assist debugging 2023-03-29 12:01:16 +01:00