discourse/plugins/chat/spec/lib/chat
Jan Cernik aaf47c02bc
DEV: Refactor chat oneboxes (#23031)
- moves the onebox logic away from `plugin.rb` to a new `onebox_handler` lib
- splits the `discourse_chat_message` template into two: one for channels, and one for messages
- refactors the logic code slightly to send only the necessary arguments to each template

This commit shouldn't change end-user behavior.
2023-09-04 16:55:02 +02:00
..
types DEV: Introduce an array type for Chat contracts (#22278) 2023-06-27 10:51:58 +10:00
channel_archive_service_spec.rb DEV: Remove enable_experimental_hashtag_autocomplete logic (#22820) 2023-08-08 11:18:55 +10:00
channel_fetcher_spec.rb DEV: Refactor chat specs related to message creation 2023-08-31 11:21:23 +02:00
channel_hashtag_data_source_spec.rb DEV: Remove enable_experimental_hashtag_autocomplete logic (#22820) 2023-08-08 11:18:55 +10:00
channel_membership_manager_spec.rb
duplicate_message_validator_spec.rb
guardian_extensions_spec.rb FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
message_bookmarkable_spec.rb DEV: check if user can_chat inside the can_join_chat_channel guardian (#21812) 2023-07-19 21:55:00 +04:00
message_mover_spec.rb DEV: Refactor chat specs related to message creation 2023-08-31 11:21:23 +02:00
message_processor_spec.rb
message_reactor_spec.rb DEV: check if user can_chat inside the can_join_chat_channel guardian (#21812) 2023-07-19 21:55:00 +04:00
messages_exporter_spec.rb FIX: Don't fail when exporting chat messages from deleted channels (#23131) 2023-08-18 14:22:24 +04:00
notifier_spec.rb DEV: Use Notice API for mention warnings (#23238) 2023-09-01 09:07:23 -05:00
onebox_handler_spec.rb DEV: Refactor chat oneboxes (#23031) 2023-09-04 16:55:02 +02:00
parsed_mentions_spec.rb DEV: Refactor chat specs related to message creation 2023-08-31 11:21:23 +02:00
post_notification_handler_spec.rb DEV: Update the rubocop-discourse gem 2023-06-26 11:41:52 +02:00
review_queue_spec.rb FIX: Create a reviewable when flagging a chat message for 'something else' (#23264) 2023-08-25 17:38:27 +08:00
slack_compatibility_spec.rb
statistics_spec.rb
steps_inspector_spec.rb DEV: Add policy objects to services 2023-05-25 12:34:00 +02:00
transcript_service_spec.rb DEV: Refactor a little chat uploads 2023-07-24 11:13:57 +02:00