discourse/app
Penar Musaraj bdba17cdf7
FIX: Restore stream position in safari (#9993)
Safari uses an aggressive back/forward cache, which means the app loads
very quickly when hitting Back. But, in topics with > 30 posts, hitting
Back runs post stream calculations too early, which means that users
get taken back to an earlier point in the stream, consistently.

Using `onpageshow`, we can restore the correct location before the post
stream calculations take place.
2020-06-08 10:13:46 -04:00
..
assets FIX: Restore stream position in safari (#9993) 2020-06-08 10:13:46 -04:00
controllers DEV: Remove unused routes 2020-06-08 10:26:29 +02:00
helpers New bootstrap.json endpoint for starting up Discourse 2020-06-03 14:45:23 -04:00
jobs FIX: If creating a flag for a watched word, include the reason 2020-06-02 11:49:02 -04:00
mailers FIX: Digest frequency issue on user creation 2020-06-01 17:39:16 -04:00
models FIX: Redirects containing Unicode usernames didn't work 2020-06-08 10:26:29 +02:00
serializers FEATURE: category setting for default list filter. (#9975) 2020-06-04 00:56:56 +05:30
services FIX: Reply notifications should not appear as edited (#9965) 2020-06-08 15:23:33 +02:00
views Start Discourse in an initializer (#9930) 2020-05-29 14:37:02 -04:00