discourse/plugins/chat/spec/requests
Joffrey JAFFEUX 34d158c4aa
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-23 15:05:47 +01:00
..
admin
api FIX: generates automatic slug for trashed channels (#19908) 2023-01-23 15:05:47 +01:00
core_ext FIX: Channel archive N1 when serializing current user (#19820) 2023-01-11 14:39:56 +10:00
chat_controller_spec.rb DEV: Fix typo in chat spec (#19836) 2023-01-12 14:46:48 +10:00
direct_messages_controller_spec.rb DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
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