discourse/plugins/chat/app/models/chat
Kris a914d3230b
DEV: remap all core icons for fontawesome 6 upgrade (#28715)
Followup to 7d8974d02f

Co-authored-by: David Taylor <david@taylorhq.com>
2024-09-13 16:50:52 +01:00
..
all_mention.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
category_channel.rb DEV: Upgrade Rails to version 7.1 2024-07-04 10:58:21 +02:00
channel_archive.rb DEV: add maxlength to additional chat text columns (#23505) 2023-09-12 14:52:50 +08:00
channel.rb DEV: drop ignored columns (#26755) 2024-04-25 16:35:23 +02:00
direct_message_channel.rb DEV: Upgrade Rails to version 7.1 2024-07-04 10:58:21 +02:00
direct_message_user.rb
direct_message.rb UX: Update Chat Group Name and Placeholder (#28703) 2024-09-04 15:52:23 +10:00
draft.rb
group_mention.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
here_mention.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
incoming_webhook.rb DEV: add maxlength to additional chat text columns (#23505) 2023-09-12 14:52:50 +08:00
mention_notification.rb DEV: Migrate Chat::NotificationMention#notification_id to bigint (#28571) 2024-08-27 14:57:16 +03:00
mention.rb DEV: Drop user_id from chat_mentions (#25022) 2024-04-11 18:50:29 +04:00
message_reaction.rb DEV: add maxlength to additional chat text columns (#23505) 2023-09-12 14:52:50 +08:00
message_revision.rb DEV: add maxlength limits to chat messages and revisions (#23530) 2023-09-12 18:02:04 +08:00
message.rb FIX: correct in_thread? message logic (#27151) 2024-05-23 11:08:55 +02:00
null_message.rb FIX: build chat message excerpt for thread preview (#26765) 2024-04-26 14:29:35 +08:00
null_user.rb FIX: ensures an empty last message won't cause errors (#23647) 2023-09-25 12:43:04 +02:00
reviewable_message.rb DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00
separate_sidebar_mode_site_setting.rb FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
thread.rb FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
threads_view.rb UI: refines thread list item (#23207) 2023-08-24 18:45:20 +02:00
tracking_state_report.rb FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
user_chat_channel_membership.rb FIX: chat activity indicator wasn't working for threads 2024-05-22 17:42:59 +02:00
user_chat_thread_membership.rb FEATURE: encourage users to set chat thread titles (#26617) 2024-04-29 17:20:01 +08:00
user_mention.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
webhook_event.rb