mastodon/app/javascript
ThibG cc650bc023
Fix timeline markers in Firefox (regression from #13887) (#13889)
Unfortunately, Firefox does not support the `keepalive` parameter
I used in the previous PR. However it supports the `navigator.sendBeacon`
API that allows that kind of things, but does not allow setting headers.

Therefore, this PR replaces it with a `sendBeacon` call that passes the
bearer token in the POST data.

Doorkeeper will then handle the auth token out of the box, as long as
it is passed as form data. Passing the query as JSON does not work.
2020-05-29 19:25:57 +02:00
..
fonts Redesign the landing page, mount public timeline on it (#4122) 2017-07-11 15:27:59 +02:00
images Fix keybase config serializer (#13742) 2020-05-12 15:28:29 +02:00
mastodon Fix timeline markers in Firefox (regression from #13887) (#13889) 2020-05-29 19:25:57 +02:00
packs Fix end-user-facing uses of inline CSS (#13438) 2020-04-28 10:16:55 +02:00
styles Fix regression in sparkline style in web UI (#13753) 2020-05-14 09:01:23 +02:00