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/app/assets/javascripts/discourse/app
David Taylor 79bea9464c
PERF: Move user-tips and narrative to per-user messagebus channels (#19773)
Using a shared channel with per-message permissions means that every client is updated with the channel's 'last_id', even if there are no messages available to them. Per-user channel names avoid this problem - the last_id will only be incremented when there is a message for the given user.
2023-01-30 11:48:09 +00:00
..
adapters FIX: Avoid duplicate topic-list requests (#18073) 2022-08-24 11:54:01 +01:00
components FIX: Don't display staff-only options to non-staff in group member bulk menu (#19907) 2023-01-20 11:16:04 +08:00
controllers FEATURE: rate limit anon searches per second (#19708) 2023-01-27 10:05:27 -08:00
helpers DEV: Export default category link renderer to be used on plugins and theme-components (#19455) 2022-12-13 18:41:36 -03:00
initializers PERF: Move user-tips and narrative to per-user messagebus channels (#19773) 2023-01-30 11:48:09 +00:00
lib FIX: Use specified limit option in user search (#20020) 2023-01-26 16:17:15 +02:00
mixins DEV: Remove defunct TODOs (#19825) 2023-01-12 09:41:39 +10:00
models FIX: Ensure soft-deleted topics can be deleted (#19802) 2023-01-27 16:15:33 +02:00
modifiers DEV: Upgrade Topic Timeline to Glimmer (#17377) 2022-12-01 13:50:44 -06:00
pre-initializers DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
raw-views DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
routes A11Y: more descriptive user page titles (#19819) 2023-01-19 12:45:45 -05:00
services FIX: Avoid race conditions when toggling presence state (#19648) 2022-12-29 00:44:31 +00:00
styles DEV: Migrate to Ember CLI (#11932) 2021-02-03 14:22:20 -05:00
templates FIX: Truncate existing user status to 100 chars (#20044) 2023-01-30 10:49:08 +02:00
widgets A11Y: post avatars should not be tabbable (#20045) 2023-01-27 14:39:55 -05:00
app.js DEV: Normalize event handling to improve Glimmer + Classic component compat (Take 2) (#18742) 2022-10-26 14:44:12 +01:00
index.html DEV: Add hint about Rails-generated <head> to ember-cli HTML (#19181) 2022-11-24 15:31:10 +00:00
mapping-router.js DEV: Clean up pre-initializers (#18680) 2022-10-26 09:19:54 +08:00