discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX 88eb96b315
DEV: sets an icon_upload_id on a channel (#29566)
There's no UI for it at the moment but when creating a channel or updating it, it's now possible to pass `icon_upload_id` as param. This will be available on the channel as `icon_upload_url`.
2024-11-04 17:19:44 +09:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components DEV: sets an icon_upload_id on a channel (#29566) 2024-11-04 17:19:44 +09:00
connectors DEV: Convert mobile chat message actions to a modal (#26436) 2024-04-04 09:25:52 -03:00
controllers FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
helpers DEV: move chat time formats to core locales (#29236) 2024-10-16 20:10:40 +04:00
initializers DEV: sets an icon_upload_id on a channel (#29566) 2024-11-04 17:19:44 +09:00
lib DEV: refactor textarea text manipulation mixin (#29294) 2024-10-22 17:20:11 -03:00
models DEV: sets an icon_upload_id on a channel (#29566) 2024-11-04 17:19:44 +09:00
modifiers/chat FIX: ensures last read is updated on new message (#26772) 2024-04-26 18:27:39 +02:00
pre-initializers DEV: allows a context when creating a message (#25647) 2024-02-13 11:37:15 +01:00
routes FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
services FIX: show chat thread notifications for direct message channels (#29414) 2024-10-31 10:50:11 +04:00
templates FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
admin-chat-route-map.js FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
chat-route-map.js FEATURE: Create a link to start a new chat (#25722) 2024-02-20 18:08:57 +08:00
preferences-chat-route-map.js