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/lib
Sam Saffron 7068b58e85 PERF: flush topic timings less frequently
This is a first step of a performance optimisation, more will follow

Previously we did not properly account for previously read topics while
"rushing" marking times on posts.

The new mechanism now avoids "rushing" sending timings to server if all
the posts were read.

Also to alleviate some server load we only "ping" the server with old timings
once a minute (it used to be every 20 seconds)
2019-04-18 17:31:08 +10:00
..
concerns FIX: Post blurb incorrect when search contains a phrase match. 2019-03-26 17:01:52 +08:00
after-transition.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
ajax-error.js.es6 DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
ajax.js.es6 FIX: Avoid error on ajax.abort() when client has not opened the request. 2019-03-29 15:38:38 +08:00
app-events.js.es6 Upgrade to Ember 3.7.0 2019-03-20 14:43:25 +01:00
autocomplete.js.es6 FEATURE: Add ignore duration selection for user notifications preferences page (#7269) 2019-03-29 13:33:08 +00:00
autosize.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
category-hashtags.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
category-tag-search.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
clean-dom.js.es6 FEATURE: Display notification count in title for logged in users (#7184) 2019-03-18 12:59:47 +00:00
click-track.js.es6 DEV: replaces setTimeout by Ember.run.later (#6618) 2018-11-19 10:46:38 +01:00
computed.js.es6 DEV: s/Em/Ember (#6874) 2019-01-11 17:54:23 +01:00
copy-text.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
d-popover.js.es6 FEATURE: unified popover implementation (#7244) 2019-03-26 15:43:27 +01:00
debounce.js.es6 Add ES6 support to more files 2015-08-13 10:49:08 -04:00
decimal-adjust.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
desktop-notifications.js.es6 DEV: s/Em/Ember (#6874) 2019-01-11 17:54:23 +01:00
dirty-keys.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
discourse-location.js.es6 FIX: Don't push browser state if navigated from root url to home page url and vice versa 2019-03-19 19:22:06 +05:30
export-csv.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
export-result.js.es6 FEATURE: download user posts archive 2014-12-24 15:13:48 +05:30
eyeline.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
formatter.js.es6 DEV: unpin Prettier version, apply to YAML files 2019-01-17 13:05:39 -05:00
hash.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
highlight-syntax.js.es6 FEATURE: allow custom HighlightJS languages 2019-01-02 19:07:36 -05:00
highlight-text.js.es6 FIX: Letters between words incorrectly highlighted within post. 2019-04-03 15:57:51 +08:00
intercept-click.js.es6 FIX: an <a> with a target of _blank wants a new window 2019-02-19 14:44:30 -08:00
is-element-in-viewport.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
key-value-store.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
keyboard-shortcuts.js.es6 FIX: Fallback to last post when the in-view post cannot be detected. 2019-04-11 01:14:59 +03:00
lazy-load-images.js.es6 FIX: Lazy Loading: copy only present srcset 2019-01-23 14:04:43 -05:00
lightbox.js.es6 UX: replace lightbox loading text with spinner (#7393) 2019-04-17 10:24:03 -07:00
link-category-hashtags.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
link-lookup.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
link-mentions.js.es6 UX: Default user facing routes to /g instead of /groups. (#7042) 2019-02-21 13:44:25 +08:00
link-tag-hashtag.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
load-script.js.es6 FIX: multiple loadScript to the same url may resolve prematurely (#6474) 2018-10-11 08:55:36 +08:00
lock-on.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
logout.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
mobile.js.es6 FIX: Prevent input zooming in iOS 2019-04-15 13:05:43 -04:00
notification-levels.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
offset-calculator.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
optional-service.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
page-tracker.js.es6 Upgrade to Ember 3.7.0 2019-03-20 14:43:25 +01:00
page-visible.js.es6 DEV: unpin Prettier version, apply to YAML files 2019-01-17 13:05:39 -05:00
plugin-api.js.es6 Fix typos 2019-03-20 00:06:12 -07:00
plugin-connectors.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
posts-with-placeholders.js.es6 DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
push-notifications.js.es6 DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
pwa-utils.js.es6 FIX: more reliable native sharing (#7039) 2019-02-20 20:43:48 +01:00
quote-state.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
quote.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
raw-templates.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
register-topic-footer-button.js.es6 FEATURE: adds an API to register topic footer buttons 2019-02-07 14:43:33 +01:00
render-tag.js.es6 DEV: add replaceTagRenderer to pluginApi 2019-02-20 14:52:56 -05:00
render-tags.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
render-topic-featured-link.js.es6 Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
reports-loader.js.es6 FIX: prevents race condition where the same report is loaded multiple times (#6953) 2019-01-25 19:29:45 +01:00
round.js.es6 FEATURE: 2 new reports: time to first response, topics with no response 2015-06-22 19:46:51 +02:00
safari-hacks.js.es6 DEV: replaces DOMNodeInserted by the better MutationObserver (#6884) 2019-03-04 10:28:59 +01:00
screen-track.js.es6 PERF: flush topic timings less frequently 2019-04-18 17:31:08 +10:00
search.js.es6 UX: various tweaks to search-menu (#7114) 2019-03-08 09:23:44 +01:00
sharing.js.es6 UX: puts back share-panel as floating pane on post actions (#7066) 2019-02-26 14:15:25 +01:00
show-modal.js.es6 [WIP] FEATURE: merge share and invite actions together (#7021) 2019-02-20 15:42:44 +01:00
static-route-builder.js.es6 DEV: s/this._super()/this._super(...arguments) (#6908) 2019-01-19 10:05:51 +01:00
svg-sprite-loader.js.es6 Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
tag-hashtags.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
text-direction.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
text.js.es6 DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
theme-selector.js.es6 DEV: enable no-alert & no-console eslint rules 2018-11-14 23:17:56 +01:00
to-markdown.js.es6 DEV: Remove HTML parser from Tautologistics. (#7344) 2019-04-10 11:21:22 +02:00
tooltip.js.es6 FEATURE: unified popover implementation (#7244) 2019-03-26 15:43:27 +01:00
transform-post.js.es6 FIX: Hide post replies content for ignored users (#7320) 2019-04-05 16:13:36 +02:00
url.js.es6 FEATURE: user and group cards on mobile (#7246) 2019-03-25 13:37:17 +01:00
user-activation.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
user-search.js.es6 FIX: allow underscore and dash in username search 2019-03-01 15:23:45 +11:00
utilities.js.es6 UI: Footer nav fixes 2019-04-15 15:25:40 -04:00