discourse/app
David Taylor aa89acbda6
DEV: Upgrade Uppy to v4 (#29397)
Key changes include:

- `@uppy/aws-s3-multipart` is now part of `@uppy/aws-s3`, and controlled with a boolean

- Some minor changes/renames to Uppy APIs

- Uppy has removed batch signing from their S3 multipart implementation. This commit implements a batching system outside of Uppy to avoid needing one-signing-request-per-part

- Reduces concurrent part uploads to 6, because S3 uses HTTP/1.1 and browsers limit concurrent connections to 6-per-host.

- Upstream drop-target implementation has changed slightly, so we now need `pointer-events: none` on the hover element
2024-10-28 14:01:44 +00:00
..
assets DEV: Upgrade Uppy to v4 (#29397) 2024-10-28 14:01:44 +00:00
controllers DEV: Replace params by the contract object in services 2024-10-25 14:48:34 +02:00
helpers DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
jobs DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models FEATURE: Add user preference to disable smart lists (#29434) 2024-10-28 14:18:15 +10:00
serializers FEATURE: Add user preference to disable smart lists (#29434) 2024-10-28 14:18:15 +10:00
services FEATURE: Add user preference to disable smart lists (#29434) 2024-10-28 14:18:15 +10:00
views DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00