discourse/plugins/chat/spec/requests
Natalie Tay 69c7c6d489
FIX: Chat channel creation skips category posting permission check for mods (#39823)
A moderator can create a chat channel under a category they couldn't
actually post in.

This PR adds a `can_create_channel_in_category` policy backed
by`guardian.can_post_in_category?(category)`.
2026-05-07 15:37:20 +08:00
..
admin SECURITY: prevent moderators from exporting user Chat DMs 2026-02-26 12:22:54 +00:00
chat FIX: Chat channel creation skips category posting permission check for mods (#39823) 2026-05-07 15:37:20 +08:00
core_ext DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
application_controller_spec.rb FEATURE: Initial version of experimental admin search (#31299) 2025-02-21 11:59:24 +10:00
chat_controller_spec.rb DEV: Drop obsolete chat controller specs (#39525) 2026-04-24 15:12:40 +02:00
direct_messages_controller_spec.rb DEV: Fix deprecations in plugins specs and silence output (#39257) 2026-04-15 00:00:46 +02:00