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
Sam 31d41f532e PERF: do not include suggested topics when loading new posts
When a new post is triggered via message bus post stream will attempt to load
it, previously the `/topic/TOPIC_ID/posts.json` would unconditionally include
suggested topics, this caused excessive load on the server.

New pattern defaults to exclude suggested and related topics from this API
unless people explicitly ask for suggested.
2019-02-22 10:37:18 +11:00
..
adapters DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
components DEV: Remove d-checkbox component 2019-02-21 09:54:54 -05:00
controllers UX: Default user facing routes to /g instead of /groups. (#7042) 2019-02-21 13:44:25 +08:00
helpers icons deprecations fixes (#6920) 2019-01-22 12:02:02 +01:00
initializers FIX: allows invite modal from topic-map post-actions (#7047) 2019-02-21 13:48:03 +01:00
lib UX: Default user facing routes to /g instead of /groups. (#7042) 2019-02-21 13:44:25 +08:00
mixins [WIP] FEATURE: merge share and invite actions together (#7021) 2019-02-20 15:42:44 +01:00
models PERF: do not include suggested topics when loading new posts 2019-02-22 10:37:18 +11:00
pre-initializers DEV: s/this._super()/this._super(...arguments) (#6908) 2019-01-19 10:05:51 +01:00
raw-views FIX: Tooltip for unlisted topics wasn't shown in topic list 2019-01-15 16:13:06 +01:00
routes FIX: allows invite modal from topic-map post-actions (#7047) 2019-02-21 13:48:03 +01:00
services FEATURE: Support for localized themes (#6848) 2019-01-17 11:46:11 +00:00
templates DEV: Remove d-checkbox component 2019-02-21 09:54:54 -05:00
widgets UX: Default user facing routes to /g instead of /groups. (#7042) 2019-02-21 13:44:25 +08:00
mapping-router.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00