discourse/plugins/chat/app/services/chat
chapoi 057c2012f0
UX: remove excerpt + style change to thread list item (#23776)
UX changes to thread item:

- drop "last reply" timestamp copy
- drop last reply excerpt
- show up 9+OP members

Co-authored-by: David Battersby <info@davidbattersby.com>
2023-10-06 15:11:04 +02:00
..
action DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +02:00
auto_remove
auto_join_channel_batch.rb FIX: removes useless model reload (#23016) 2023-08-08 22:44:30 +02:00
create_category_channel.rb FEATURE: enable_public_channels site setting (#22565) 2023-07-13 10:00:25 +02:00
create_direct_message_channel.rb FEATURE: new jump to channel menu (#22383) 2023-07-05 18:18:27 +02:00
create_message.rb DEV: enforces system user membership (#23771) 2023-10-04 17:03:23 +02:00
create_thread.rb FIX: ensures we reuse existing thread if existing (#23618) 2023-09-26 10:15:16 +02:00
list_channel_messages.rb FIX: prevents readonly mode to crash channel_messages#index (#22987) 2023-08-07 16:34:22 +02:00
list_channel_thread_messages.rb FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
lookup_channel_threads.rb UX: remove excerpt + style change to thread list item (#23776) 2023-10-06 15:11:04 +02:00
lookup_thread.rb DEV: Remove experimental site setting for chat threads (#22720) 2023-07-26 12:46:23 +02:00
mark_all_user_channels_read.rb DEV: Add last_message_id to channel and thread (#22488) 2023-07-13 10:28:11 +10:00
message_destroyer.rb DEV: Add last_message_id to channel and thread (#22488) 2023-07-13 10:28:11 +10:00
publisher.rb DEV: removes the notion of staged thread (#23612) 2023-09-15 18:09:45 +02:00
restore_message.rb DEV: Add last_message_id to channel and thread (#22488) 2023-07-13 10:28:11 +10:00
search_chatable.rb FEATURE: enable_public_channels site setting (#22565) 2023-07-13 10:00:25 +02:00
tracking_state.rb DEV: Remove experimental site setting for chat threads (#22720) 2023-07-26 12:46:23 +02:00
trash_channel.rb
trash_message.rb FIX: prevents user to restore message deleted by staff (#22571) 2023-07-13 10:16:15 +02:00
update_channel_status.rb
update_channel.rb FIX: Mark threads read when threading enabled for a channel (#22458) 2023-07-06 16:24:56 +10:00
update_thread_notification_settings.rb DEV: Add last_message_id to channel and thread (#22488) 2023-07-13 10:28:11 +10:00
update_thread.rb DEV: Remove experimental site setting for chat threads (#22720) 2023-07-26 12:46:23 +02:00
update_user_last_read.rb FEATURE: Track last_viewed_at datetime for channel members (#22294) 2023-06-29 09:22:17 +10:00
update_user_thread_last_read.rb DEV: Further improve thread list query and add spec (#22610) 2023-07-14 16:08:35 +10:00