discourse/plugins/chat
Ted Johansson d63f1826fe
FEATURE: User fields required for existing users - Part 2 (#27172)
We want to allow admins to make new required fields apply to existing users. In order for this to work we need to have a way to make those users fill up the fields on their next page load. This is very similar to how adding a 2FA requirement post-fact works. Users will be redirected to a page where they can fill up the remaining required fields, and until they do that they won't be able to do anything else.
2024-06-25 19:32:18 +08:00
..
app FEATURE: User fields required for existing users - Part 2 (#27172) 2024-06-25 19:32:18 +08:00
assets UX: revert chat footer changes partially (#27591) 2024-06-24 17:46:54 +02:00
config Update translations (#27511) 2024-06-18 15:39:31 +02:00
db DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
lib PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00
public
spec UX: Show chat and message buttons on your own profile (#27600) 2024-06-25 07:52:17 -03:00
test/javascripts DEV: Convert some tests to qunit-dom (#27577) 2024-06-23 22:34:15 +02:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb UX: Show chat and message buttons on your own profile (#27600) 2024-06-25 07:52:17 -03: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.