discourse/plugins/chat/app/serializers/chat
Joffrey JAFFEUX 09277bc543
FEATURE: my threads page (#24771)
This commit adds a new "My threads" link in sidebar and drawer. This link will open the "/chat/threads" page which contains all threads where the current user is a member. It's ordered by activity (unread and then last message created).

Moreover, the threads list of a channel page is now showing every threads of a channel, and not just the ones where you are a member.
2023-12-11 07:38:07 +01:00
..
admin_chat_index_serializer.rb
base_channel_membership_serializer.rb FEATURE: new jump to channel menu (#22383) 2023-07-05 18:18:27 +02:00
base_thread_membership_serializer.rb FEATURE: Allow users to manually track threads without replying (#22100) 2023-06-16 12:08:26 +10:00
basic_user_serializer.rb FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
channel_index_serializer.rb
channel_search_serializer.rb
channel_serializer.rb FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
chatable_user_serializer.rb FEATURE: new jump to channel menu (#22383) 2023-07-05 18:18:27 +02:00
chatables_serializer.rb FEATURE: new jump to channel menu (#22383) 2023-07-05 18:18:27 +02:00
direct_message_serializer.rb FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
in_reply_to_serializer.rb FIX: ensures an empty last message won't cause errors (#23647) 2023-09-25 12:43:04 +02:00
incoming_webhook_serializer.rb
last_message_serializer.rb FIX: created_at datetime format inconsistencies in chat (#22611) 2023-07-14 16:05:01 +10:00
message_serializer.rb FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
message_user_serializer.rb
messages_serializer.rb FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
reviewable_message_serializer.rb DEV: Include context question for chat reviewables (#23332) 2023-09-05 10:11:39 +08:00
structured_channel_serializer.rb FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
thread_list_serializer.rb FEATURE: my threads page (#24771) 2023-12-11 07:38:07 +01:00
thread_original_message_serializer.rb FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
thread_preview_serializer.rb FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
thread_serializer.rb FEATURE: my threads page (#24771) 2023-12-11 07:38:07 +01:00
user_channel_membership_serializer.rb FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
user_message_bookmark_serializer.rb DEV: Fix Lint/DuplicateMethods (#24746) 2023-12-06 13:18:34 +01:00
user_with_custom_fields_and_status_serializer.rb FIX: do not serialize status when profile is hidden (#23946) 2023-10-16 17:43:39 +02:00
webhook_event_serializer.rb