discourse/plugins/chat/spec
Roman Rizzi 07a9163ea8
FEATURE: Deleting a user with their posts also deletes chat messages. (#19194)
This commit introduce a new API for registering callbacks, which we'll execute when a user gets destroyed, and the `delete_posts` opt is true. The chat plugin registers one callback and queues a job to destroy every message from that user in batches.
2022-11-28 13:32:57 -03:00
..
components SECURITY: Limit chat message char length (#19207) 2022-11-28 10:48:30 +10:00
fabricators FIX: Automatically generate category channel slugs (#18879) 2022-11-09 10:28:31 +10:00
integration
jobs FEATURE: Deleting a user with their posts also deletes chat messages. (#19194) 2022-11-28 13:32:57 -03:00
lib FIX: Minor hashtag autocomplete fixes (#19173) 2022-11-24 15:45:13 +11:00
mailers DEV: Make summary subject logic more explicit (#19167) 2022-11-23 14:29:41 -03:00
models FIX: Unsilence users on chat message flag disagree. (#19198) 2022-11-28 11:11:35 -03:00
queries DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
requests SECURITY: Limit chat message char length (#19207) 2022-11-28 10:48:30 +10:00
serializer DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
services FEATURE: Deleting a user with their posts also deletes chat messages. (#19194) 2022-11-28 13:32:57 -03:00
support FIX: Allow deletion of categories when chat channel is not present 2022-11-08 10:25:39 +01:00
system FIX: ensures chat sidebar is present when core sidebar is disabled (#19197) 2022-11-25 19:28:10 +01:00
validators
plugin_helper.rb FEATURE: Generic hashtag autocomplete lookup and markdown cooking (#18937) 2022-11-21 08:37:06 +10:00
plugin_spec.rb FEATURE: Deleting a user with their posts also deletes chat messages. (#19194) 2022-11-28 13:32:57 -03:00