You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
ThibG be637146f3
Fix uninformative error message when uploading unsupported image files (#13540)
Attempting to upload image files that the browser is unable to load results
in “Oops! An unexpected error occurred.”

This commit changes the error handling so that an unprocessable image results
in the file being sent anyway, which might cover a few corner cases, and
provide a slightly better error message.
6 years ago
..
chewy Fix bookmarks also searchable (#13293) 6 years ago
controllers Allow users to delete their header and avatar (#13234) 6 years ago
helpers Allow users to delete their header and avatar (#13234) 6 years ago
javascript Fix uninformative error message when uploading unsupported image files (#13540) 6 years ago
lib Change delivery failure tracking to work with hostnames instead of URLs (#13437) 6 years ago
mailers Fix error when sending moderation notification (#13014) 6 years ago
models Fix enable/disable relay failures (#13535) 6 years ago
policies Add ability to delete files uploaded for settings in admin UI (#13192) 6 years ago
presenters Fix n+1 query for bookmarks on statuses (#12494) 6 years ago
serializers Change local media attachments to perform heavy processing asynchronously (#13210) 6 years ago
services Fix returning results when searching for URL with non-zero offset (#13377) 6 years ago
validators Improve polls: option lengths & redesign (#13257) 6 years ago
views Allow users to delete their header and avatar (#13234) 6 years ago
workers Fix DeliveryWorker not to call failure_tracker when inbox_url is unavailable (#13482) 6 years ago