discourse/app
Martin Brennan 341f87efb7
FIX: Show gif upload size limit error straight away ()
When uploading images via direct to S3 upload, we were
assuming that we could not pre-emptively check the file
size because the client may do preprocessing to reduce
the size, and UploadCreator could also further reduce the
size.

This, however, is not true of gifs, so we would have an
issue where you upload a gif > the max_image_size_kb
setting and had to wait until the upload completed for
this error to show.

Now, instead, when we direct upload gifs to S3, we check
the size straight away and present a file size error to
the user rather than making them wait. This will increase
meme efficiency by approximately 1000%.
2023-05-18 10:36:34 +02:00
..
assets Build(deps): Bump webpack in /app/assets/javascripts () 2023-05-18 16:51:22 +10:00
controllers FIX: Show gif upload size limit error straight away () 2023-05-18 10:36:34 +02:00
helpers UX: Improve login required page () 2023-03-28 07:09:44 -05:00
jobs DEV: Remove legacy user menu () 2023-05-17 09:16:42 -07:00
mailers FIX: Likes received count in digest email () 2023-05-09 19:19:26 +02:00
models DEV: Remove legacy user menu () 2023-05-17 09:16:42 -07:00
serializers DEV: Remove legacy user menu () 2023-05-17 09:16:42 -07:00
services FIX: Handle all UTF-8 characters () 2023-05-15 12:45:04 +03:00
views FIX: Likes received count in digest email () 2023-05-09 19:19:26 +02:00