discourse/plugins/chat/app
Ted Johansson d63f1826fe
FEATURE: User fields required for existing users - Part 2 (#27172)
We want to allow admins to make new required fields apply to existing users. In order for this to work we need to have a way to make those users fill up the fields on their next page load. This is very similar to how adding a 2FA requirement post-fact works. Users will be redirected to a page where they can fill up the remaining required fields, and until they do that they won't be able to do anything else.
2024-06-25 19:32:18 +08:00
..
controllers/chat FEATURE: User fields required for existing users - Part 2 (#27172) 2024-06-25 19:32:18 +08:00
jobs DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
models DEV: Upgrade Rails to version 7.1 2024-06-24 11:16:14 +02:00
policies DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +02:00
queries/chat DEV: adds first_messages/last_messages to thread SDK (#26861) 2024-05-03 17:30:39 +02:00
serializers/chat fix: allow staff and direct message enabled groups to create personal chats 2024-06-25 12:17:22 +02:00
services/chat FEATURE: show my threads from muted chat channels (#27468) 2024-06-13 18:39:35 +04:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00