discourse/plugins/chat/spec/lib/chat
Martin Brennan 3d6b7e2574
FEATURE: Copy thread messages when copying thread OP (#32139)
This introduces functionality to chat transcripts. If
you select _only_ a thread's OP and press the Copy button,
we will now copy the OP plus all of the thread's replies
into the transcript.

This is being done to make it easier to copy all the context
of a thread easily. The old way of selecting only some messages
inside a thread still works too.

This commit also unskips and refactors some transcript specs.
2025-04-04 13:45:37 +10:00
..
channel_archive_service_spec.rb DEV: Don’t replace Rails logger in specs (#29721) 2024-11-13 08:47:39 +08:00
channel_fetcher_spec.rb FIX: add server-side limit for DM channels (#30300) 2024-12-16 18:36:29 +01:00
channel_hashtag_data_source_spec.rb DEV: Fix tests (#25644) 2024-02-12 14:29:23 +02:00
channel_membership_manager_spec.rb DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
core_pretty_text_spec.rb FIX: only allows kbd and not details 2024-04-11 00:13:58 +02:00
duplicate_message_validator_spec.rb FIX: Duplicate error for chat messages for upload-only messages (#31539) 2025-02-27 17:17:36 +10:00
guardian_extensions_spec.rb FEATURE: Add setting to prevent anonymous users from using chat (#31842) 2025-03-21 13:32:52 +03:00
inline_onebox_handler_spec.rb FEATURE: Chat thread inline oneboxes (#30834) 2025-01-20 10:08:38 +10:00
message_bookmarkable_spec.rb DEV: Don’t provide an array to site settings group lists in specs 2024-10-17 11:25:31 +02:00
message_mover_spec.rb FEATURE: Add thread support to the chat message mover (#26147) 2024-04-08 09:03:46 -03:00
message_processor_spec.rb
message_reactor_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
messages_exporter_spec.rb FIX: Chat messages exporter (#25461) 2024-01-30 18:37:11 +04:00
notifier_spec.rb FIX: exclude bots of inaccessible/unreachable mentions (#31458) 2025-02-25 10:19:51 +01:00
onebox_handler_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
parsed_mentions_spec.rb DEV: better highlighting of mentions (#28403) 2024-08-20 14:37:28 +02:00
post_notification_handler_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
review_queue_spec.rb DEV: Provide user input to services using params key 2024-10-25 09:57:59 +02:00
slack_compatibility_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
statistics_spec.rb DEV: Add new chat metrics (#23872) 2024-01-04 16:10:03 +04:00
transcript_service_spec.rb FEATURE: Copy thread messages when copying thread OP (#32139) 2025-04-04 13:45:37 +10:00