discourse/plugins/chat/app/models/chat
David Battersby e771382c1c
DEV: active record validations for maxlength on text columns (#23499)
Introduce max length on text columns for description and slug fields within chat.

At a later date we will probably want to convert these text columns to string/varchar through a migration, but for now this change introduces a limit within the active record model.
2023-09-11 17:05:02 +08:00
..
category_channel.rb DEV: Refactor STI/polymorphic associations in chat (#20789) 2023-04-17 15:41:56 +02:00
channel_archive.rb
channel.rb DEV: active record validations for maxlength on text columns (#23499) 2023-09-11 17:05:02 +08:00
deleted_user.rb
direct_message_channel.rb DEV: Refactor STI/polymorphic associations in chat (#20789) 2023-04-17 15:41:56 +02:00
direct_message_user.rb
direct_message.rb DEV: Refactor STI/polymorphic associations in chat (#20789) 2023-04-17 15:41:56 +02:00
draft.rb
incoming_webhook.rb FIX: correctly deletes webhook_events with webhook (#23097) 2023-08-15 15:36:00 +02:00
mention.rb
message_reaction.rb
message_revision.rb
message.rb DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +02:00
reviewable_message.rb DEV: Move 'ignore and delete' action under 'ignore' menu for chat flags (#23304) 2023-08-30 10:51:32 +08: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: thread pagination (#22624) 2023-07-27 09:57:03 +02: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 FEATURE: Track last_viewed_at datetime for channel members (#22294) 2023-06-29 09:22:17 +10:00
user_chat_thread_membership.rb FIX: Backfill chat thread memberships (#21971) 2023-06-14 13:54:51 +10:00
webhook_event.rb