discourse/plugins/chat/app/controllers
Joffrey JAFFEUX a0f61f4a25 FIX: generates automatic slug for trashed channels (#19908)
Prior to this fix trashed channels would still prevent a channel with the same slug to be created. This commit generates a new slug on trash and frees the slug for future usage.

The format used for the slug is: `YYYYMMDD-HHMM-OLD_SLUG-deleted` truncated to the max length of a channel name.
2023-01-25 13:48:49 +02:00
..
admin DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
api FIX: generates automatic slug for trashed channels (#19908) 2023-01-25 13:48:49 +02:00
api_controller.rb DEV: Use guardian user for can_chat? (#19418) 2022-12-13 09:14:17 +10:00
chat_base_controller.rb DEV: Use guardian user for can_chat? (#19418) 2022-12-13 09:14:17 +10:00
chat_controller.rb FIX: render_404 is not defined (#19769) 2023-01-06 14:38:08 +01:00
direct_messages_controller.rb DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
emojis_controller.rb DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
incoming_chat_webhooks_controller.rb SECURITY: Limit chat message char length (#19207) 2022-11-28 10:48:30 +10:00