discourse/app
Sam Saffron 67e8fbc480 FIX: change focus when application resumes in android
Per new lifecycle https://developers.google.com/web/updates/2018/07/page-lifecycle-api

On Android and latest Chrome when an app transitions from "frozen" to
active the new "resume" event fires with no accompanying "visibilitychange"
event.

This means that often background tabs may be stuck thinking that discourse
has no focus when, indeed, it has.

This leads to cases where no posts are marked read anymore.
2019-10-08 00:04:54 +02:00
..
assets FIX: change focus when application resumes in android 2019-10-08 00:04:54 +02:00
controllers FIX: Improve protection against problematic usernames (#8097) 2019-09-13 15:52:05 -03:00
helpers SECURITY: add rate limiting to anon JS error reporting 2019-08-20 11:31:58 +10:00
jobs FIX: Don't send notification email when user isn't allowed to see topic 2019-07-02 09:05:36 +10:00
mailers SECURITY: Strip HTML from invite emails 2019-07-05 14:58:46 -04:00
models SECURITY: Don't allow base_uri as embeddable host if none exist 2019-10-01 17:58:39 +02:00
serializers FIX: In reply to would sometimes have a broken link 2019-06-10 11:33:10 -04:00
services FIX: :reject_user_delete action can only be handled by ReviewableUser (#8068) 2019-09-05 11:44:16 -03:00
views Revert "FEATURE: add Noindex to robots.txt for disallowed routes" 2019-07-30 11:37:00 +10:00