discourse/app/assets/javascripts/admin/addon
Jarek Radosz b0839ccf27
DEV: Clean up all message bus subscriptions (#18675)
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
2022-11-30 16:49:51 +01:00
..
adapters REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
components FIX: Watched words submit button should be disabled by default (#18947) 2022-11-08 15:38:11 -08:00
controllers DEV: Clean up all message bus subscriptions (#18675) 2022-11-30 16:49:51 +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 (#18675) 2022-11-30 16:49:51 +01:00
services DEV: Refactor the last few bootbox dialogs (#18416) 2022-10-07 11:38:27 -04:00
templates FIX: Pass period filter to plugin outlet (#19182) 2022-11-24 15:40:02 +00:00