discourse/plugins/chat/spec
Martin Brennan 2193667e1f
FIX: Plugin JS failing to load would break admin interface (#29139)
If a plugin's JS fails to load for some reason, most commonly
ad blockers, the entire admin interface would break. This is because
we are adding links to the admin routes for plugins that define
them in the sidebar.

We have a fix for this already in the plugin list which shows a warning
to the admin. This fix just prevents the broken link from rendering
in the sidebar if the route is not valid.
2024-10-11 09:26:10 +10:00
..
components/chat FIX: chat mailer log noise (#28616) 2024-08-29 11:39:08 -03:00
fabricators DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
integration PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
jobs DEV: Call Discourse.redis.flushdb after the end of each test (#29117) 2024-10-09 07:19:31 +08:00
lib DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
mailers FIX: show group based notifications in chat summary email (#27641) 2024-07-01 12:47:38 +04:00
models UX: remove alias from chat direct message channel titles (#28958) 2024-09-18 22:18:46 +04:00
queries/chat FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
requests FIX: Plugin JS failing to load would break admin interface (#29139) 2024-10-11 09:26:10 +10:00
serializer DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
services DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
support DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
system UX: new sidebar styling (#29119) 2024-10-08 11:28:36 +02:00
validators FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
plugin_helper.rb DEV: Set bigint sequences to start at MAX_INT (#28961) 2024-10-10 19:28:45 +03:00
plugin_spec.rb FIX: adds post_quote as placeholder (#29083) 2024-10-08 21:55:11 +09:00