honkoma/lib/pleroma/web/mastodon_api/controllers
duponin 452595baed Uploading an avatar media exceeding max size returns a 413
Until now it was returning a 500 because the upload plug were going
through the changeset and ending in the JSON encoder, which raised
because struct has to @derive the encoder.
2022-12-11 22:54:47 +01:00
..
account_controller.ex Uploading an avatar media exceeding max size returns a 413 2022-12-11 22:54:47 +01:00
announcement_controller.ex
app_controller.ex
auth_controller.ex
conversation_controller.ex
custom_emoji_controller.ex
directory_controller.ex
domain_block_controller.ex
fallback_controller.ex
filter_controller.ex
follow_request_controller.ex
instance_controller.ex
list_controller.ex
marker_controller.ex
mastodon_api_controller.ex
media_controller.ex
notification_controller.ex Merge branch 'from/upstream-develop/tusooa/edits' into 'develop' 2022-09-03 02:16:42 +00:00
poll_controller.ex
report_controller.ex
scheduled_activity_controller.ex
search_controller.ex
status_controller.ex
subscription_controller.ex
suggestion_controller.ex
timeline_controller.ex