discourse/app/assets/javascripts/admin/addon
Jarek Radosz 19214aff18
DEV: Clean up all message bus subscriptions (#19268)
1. "What Goes Up Must Come Down" – if you subscribe to message bus, make sure you also unsubscribe
2. When you unsubscribe - remove only your subscription, not **all** subscriptions on given channel

Attempt #2. The first attempt tried to extend a core `@bound` method in new-user-narrative plugin which did not work. I reworked that plugin in the meantime. This new PR also cleans up message bus subscriptions in now core-merged chat plugin.
2022-12-12 16:32:25 +01:00
..
adapters
components FEATURE: Show similar users when penalizing a user (#19334) 2022-12-08 14:42:33 +02:00
controllers DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
helpers DEV: Remove 'htmlSafe' string prototype extensions (#16766) 2022-05-13 14:58:26 -05:00
mixins DEV: Add more page objects (#18972) 2022-11-11 17:44:40 +08:00
models FEATURE: Add support for case-sensitive Watched Words (#17445) 2022-08-02 10:06:03 +02:00
routes DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
services DEV: Refactor the last few bootbox dialogs (#18416) 2022-10-07 11:38:27 -04:00
templates FIX: Show last match time of screened IP address (#19382) 2022-12-08 19:45:55 +02:00