discourse/app
Andrei Prigorshnev 3ea31f443c
FEATURE: Export chat messages to CSV file (#22113)
To export chat messages, go to `/admin/plugins/chat` and click the Create export 
button in the _Export chat messages_ section. You'll receive a direct message 
when the export is finished.

Currently, this exports all messages from the last 6 months, but not more than 
10000 messages.

This exports all chat messages, including messages from private channels and 
users' direct conversations. This also exports messages that were deleted.
2023-06-21 16:13:36 +04:00
..
assets FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +04:00
controllers DEV: Remove deprecated 'desc' parameter from group members endpoint (#22147) 2023-06-16 16:42:00 +08:00
helpers UX: Improve login required page (#20847) 2023-03-28 07:09:44 -05:00
jobs DEV: use HTML5 version of loofah (#21522) 2023-06-20 09:49:22 +08:00
mailers FIX: don't add "Re:" prefix in email subject for first post of group PMs. (#22175) 2023-06-19 18:52:00 +05:30
models DEV: use HTML5 version of loofah (#21522) 2023-06-20 09:49:22 +08:00
serializers FIX: Site's top tags not shown for anonymous user (#22219) 2023-06-21 14:37:40 +08:00
services DEV: Add plugin modifier for notification_data manipulation (#22208) 2023-06-20 14:07:02 -05:00
views DEV: add class for static login description section (#22002) 2023-06-08 19:51:41 +05:30