discourse/plugins/chat/spec/system
Joffrey JAFFEUX ab832cc865
FEATURE: introduces group channels (#24288)
Group channels will allow users to create channels with a name and invite people. It's possible to add people even after creation of the channel. Removing users is not yet possible but will be added in the near future.

Technically a group channel is `direct_message_channel` with a group attribute set to true on its direct message (chatable). This model might evolve in the future but offers much flexibility for now without having to rely on a complex migration.

The commit essentially consists of:
- a migration to set existing direct message channels with more than 2 users to a group
- a new message creator which allows to search, add members, and create groups
- a new `AddUsersToChannel` service
- a modified `SearchChatable` service
2023-11-10 11:29:28 +01:00
..
admin
chat/composer
chat_message
list_channels
page_objects FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
reply_to_message
select_message
shortcuts
thread_list
thread_tracking
user_menu_notifications
user_status FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
anonymous_spec.rb
archive_channel_spec.rb
bookmark_message_spec.rb
browse_page_spec.rb
channel_members_page_spec.rb FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
channel_message_upload_spec.rb
channel_settings_page_spec.rb FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
channel_thread_message_echoing_spec.rb
chat_channel_spec.rb
chat_composer_draft_spec.rb
chat_composer_spec.rb
chat_message_creator_spec.rb FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
chat_message_onebox_spec.rb
chat_summarization_spec.rb
closed_channel_spec.rb
create_channel_spec.rb
dates_separators_spec.rb
deleted_channel_spec.rb
deleted_message_spec.rb
document_title_spec.rb
drawer_spec.rb FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
edited_message_spec.rb
flag_message_spec.rb
hashtag_autocomplete_spec.rb
invite_users_to_channel_spec.rb
kick_user_from_channel_spec.rb
mention_warnings_spec.rb
message_errors_spec.rb
message_notifications_mobile_spec.rb
message_notifications_with_sidebar_spec.rb
message_thread_indicator_spec.rb
message_user_info.rb
move_message_to_channel_spec.rb
navigation_spec.rb
react_to_message_spec.rb
read_only_spec.rb
removing_channel_spec.rb
restore_message_spec.rb
reviewables_spec.rb
send_message_spec.rb
separate_sidebar_mode_spec.rb
sidebar_navigation_menu_spec.rb
sidebars_spec.rb
silenced_user_spec.rb
single_thread_spec.rb
thread_preview_spec.rb
transcript_spec.rb
unfollow_dm_channel_spec.rb
update_last_read.rb
uploads_spec.rb
user_card_spec.rb
user_chat_preferences_spec.rb
user_presence.rb
visit_channel_spec.rb