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/pre-initializers
Rafael dos Santos Silva 967946378a
FIX: iOS do not have working push notifications yet (#15888)
Stop Discourse from prompting for push notification on latest iOS beta
where the navigators exposes a broken Push object.

We had some feature detection functions that where outside our
pre-initializer that it dedicated for this stuff. All feature detection
now lives on sniff-capabilities file.

Also removed some old browser detection from the push notifications
code, and simplified the function signature because of it.

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2022-03-03 16:19:46 -03:00
..
discourse-bootstrap.js FIX: Allow file-change events soon after reloading (#13065) 2021-05-14 12:36:53 -04:00
dynamic-route-builders.js FEATURE: add period filter in top topics route for tags. (#13415) 2021-07-06 15:25:11 +05:30
inject-discourse-objects.js DEV: Add drop-date to drop-dateless deprecations (#15133) 2021-11-30 17:41:04 +01:00
map-routes.js DEV: Improve and document __container__ workaround in tests (#15498) 2022-01-10 10:34:08 +00:00
register-dom-templates.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
sniff-capabilities.js FIX: iOS do not have working push notifications yet (#15888) 2022-03-03 16:19:46 -03:00
svg-sprite-fontawesome.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
theme-errors-handler.js DEV: Improve theme error handling UX 2022-02-14 10:11:19 +00:00