discourse/plugins/chat/app/models/chat
Loïc Guitaut ce00f83173 DEV: Upgrade Rails to version 7.1
---------

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2024-06-24 11:16:14 +02: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-06-24 11:16:14 +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-06-24 11:16:14 +02:00
direct_message_user.rb
direct_message.rb FIX: load existing chat dm channel via url (#26998) 2024-05-24 12:12:49 +04: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 PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02: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 FIX: 500 error when reviewable has a missing message (#25113) 2024-01-03 11:49:54 -03: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: encourage users to set chat thread titles (#26617) 2024-04-29 17:20:01 +08:00
threads_view.rb UI: refines thread list item (#23207) 2023-08-24 18:45:20 +02:00
tracking_state_report.rb FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10: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