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 Saffron 25f1f23288
FEATURE: Stricter rules for user presence
Previously we would consider a user "present" and "last seen" if the
browser window was visible.

This has many edge cases, you could be considered present and around for
days just by having a window open and no screensaver on.

Instead we now also check that you either clicked, transitioned around app
or scrolled the page in the last minute in combination with window
visibility

This will lead to more reliable notifications via email and reduce load of
message bus for cases where a user walks away from the terminal
2020-03-26 17:36:52 +11:00
..
adapters Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
components DEV: allows time-input to be clearable (#9277) 2020-03-25 19:05:11 +01:00
controllers FEATURE: List search menu shortcuts in instructions modal (#9273) 2020-03-25 17:11:33 +02:00
helpers Last ES6 files in our app/assets/javascripts 2020-03-25 12:30:20 -04:00
initializers FEATURE: Stricter rules for user presence 2020-03-26 17:36:52 +11:00
lib FEATURE: Stricter rules for user presence 2020-03-26 17:36:52 +11:00
mixins Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
models Last ES6 files in our app/assets/javascripts 2020-03-25 12:30:20 -04:00
pre-initializers Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
raw-views Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
routes FEATURE: Stricter rules for user presence 2020-03-26 17:36:52 +11:00
services Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
templates DEV: allows time-input to be clearable (#9277) 2020-03-25 19:05:11 +01:00
widgets Add additional classes to topic-map stats 2020-03-25 21:40:51 -04:00
mapping-router.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00