This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/plugins/chat/assets/javascripts/discourse
Martin Brennan db5ad34508
FEATURE: Allow editing channel slug (#19948)
This commit introduces the ability to edit the channel
slug from the About tab for the chat channel when the user
is admin. Similar to the create channel modal functionality
introduced in 641e94f, if
the slug is left empty then we autogenerate a slug based
on the channel name, and if the user just changes the slug
manually we use that instead.

We do not do any link remapping or anything else of the
sort, when the category slug is changed that does not happen
either.
2023-01-30 13:18:34 +10:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FEATURE: Allow editing channel slug (#19948) 2023-01-30 13:18:34 +10:00
connectors DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
controllers FEATURE: Allow editing channel slug (#19948) 2023-01-30 13:18:34 +10:00
helpers DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
initializers DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
lib DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
models DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
modifiers/chat DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
pre-initializers DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
routes FIX: Intercept old channel URLs in drawer mode (#20043) 2023-01-27 17:46:53 -03:00
services FEATURE: Allow editing channel slug (#19948) 2023-01-30 13:18:34 +10:00
templates FEATURE: Allow editing channel slug (#19948) 2023-01-30 13:18:34 +10:00
widgets DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
admin-chat-route-map.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-route-map.js DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
preferences-chat-route-map.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00