discourse/plugins/chat
Loïc Guitaut 05b8ff436c DEV: Introduce a `Service::ActionBase` class for service actions
This will help to enforce a consistent pattern for creating service
actions.

This patch also namespaces actions and policies, making everything
related to a service available directly in
`app/services/<concept-name>`, making things more consistent at that
level too.
2024-09-18 17:02:46 +02:00
..
admin/assets/javascripts FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
app DEV: Introduce a `Service::ActionBase` class for service actions 2024-09-18 17:02:46 +02:00
assets UX: chat composer style tweaks (#28938) 2024-09-18 02:45:44 +02:00
config FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
db DEV: Migrate `Chat::NotificationMention#notification_id` to `bigint` (#28571) 2024-08-27 14:57:16 +03:00
lib DEV: Drop `WithServiceHelper` 2024-09-05 09:58:20 +02:00
public
spec DEV: Introduce a `Service::ActionBase` class for service actions 2024-09-18 17:02:46 +02:00
test/javascripts FEATURE: supports mark tag in chat messages (#28949) 2024-09-17 20:52:34 +02:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10: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.