discourse/app
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
..
assets FIX: iOS do not have working push notifications yet (#15888) 2022-03-03 16:19:46 -03:00
controllers FEATURE: API to create user's associated account (#15737) 2022-03-03 18:17:02 +02:00
helpers FIX: Update application_helper logic now that Ember CLI is default (#15935) 2022-02-14 13:48:18 +00:00
jobs DEV: Correctly tag heredocs (#16061) 2022-02-28 20:50:55 +01:00
mailers FEATURE: Allow sending group SMTP emails with from alias (#15687) 2022-02-07 13:52:01 +10:00
models FEATURE: prioritize group search order based on prefix match (#16093) 2022-03-03 16:57:52 +11:00
serializers FEATURE: API to create user's associated account (#15737) 2022-03-03 18:17:02 +02:00
services FEATURE: API to create user's associated account (#15737) 2022-03-03 18:17:02 +02:00
views PERF: Update ember-auto-import and webpack (#15919) 2022-02-14 11:21:39 +00:00