discourse/plugins/chat/spec/requests
Krzysztof Kotlarek 09d15d4c7f
FIX: access to category chat only when user can create post (#19488)
Previously, restricted category chat channel was available for all groups - even `readonly`. From now on, only user who belong to group with `create_post` or `full` permissions can access that chat channel.
2022-12-19 11:35:28 +11:00
..
admin
api FIX: access to category chat only when user can create post (#19488) 2022-12-19 11:35:28 +11:00
categories_controller_spec.rb FIX: Delete associated channel upon category deletion 2022-11-22 10:04:29 +01:00
chat_channel_controller_spec.rb FIX: Add MessageBust.last_id to chat channel subscriptions (#19255) 2022-12-02 10:57:53 +10:00
chat_controller_spec.rb FIX: access to category chat only when user can create post (#19488) 2022-12-19 11:35:28 +11:00
direct_messages_controller_spec.rb
email_controller_spec.rb
emojis_controller_spec.rb
incoming_chat_webhooks_controller_spec.rb SECURITY: Limit chat message char length (#19207) 2022-11-28 10:48:30 +10:00
users_controller_spec.rb