discourse/plugins/chat
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
..
admin/assets/javascripts UX: Consistent styling for admin tables on mobile (#29360) 2024-10-23 16:26:21 -06:00
app DEV: Replace `params` by the contract object in services 2024-10-25 14:48:34 +02:00
assets DEV: Upgrade Uppy to v4 (#29397) 2024-10-28 14:01:44 +00:00
config Update translations (#29335) 2024-10-22 22:44:33 +09:00
db DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
lib DEV: Provide user input to services using `params` key 2024-10-25 09:57:59 +02:00
public
spec DEV: Replace `params` by the contract object in services 2024-10-25 14:48:34 +02:00
test/javascripts DEV: Upgrade Uppy to v4 (#29397) 2024-10-28 14:01:44 +00:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: Provide user input to services using `params` key 2024-10-25 09:57:59 +02:00

README.md

This plugin is still in active development and may change frequently

Documentation

The Discourse Chat plugin adds chat functionality to your Discourse so it can natively support both long-form and short-form communication needs of your online community.

For user documentation, see Discourse Chat.

For developer documentation, see Discourse Documentation.