discourse/plugins/chat/app/controllers/chat
Loïc Guitaut 8dd303826e
DEV: Refactor Chat::ListChannelThreadMessages a bit (#33380)
- Introduce a `max_page_size` option, allowing different behavior
between controllers and SDK.
- Improve the contract (validations & helper method).
- Use `model` where possible.
- Extract message existence logic to a dedicated policy, allowing easier
testing.
- Refactor specs to follow current guidelines/best practices.
2025-08-08 14:05:38 +02:00
..
admin UX: Hide admin header for edit/new webhook (#30194) 2024-12-12 10:49:17 +11:00
api DEV: Refactor Chat::ListChannelThreadMessages a bit (#33380) 2025-08-08 14:05:38 +02:00
api_controller.rb DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
base_controller.rb DEV: Update rubocop-discourse to latest version 2024-03-04 15:08:35 +01:00
chat_controller.rb DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
direct_messages_controller.rb DEV: Refactor DM channel creation into new service pattern (#22144) 2023-07-03 10:18:37 +10:00
incoming_webhooks_controller.rb DEV: Provide user input to services using params key 2024-10-25 09:57:59 +02:00