mastodon/app
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
..
chewy Fix searchable status without explicitly mentioning it (#13829) 2020-05-23 05:47:25 +02:00
controllers Fix webfinger returning wrong status code on malformed or missing param (#13759) 2020-05-14 23:28:06 +02:00
helpers Refactor monkey-patching of Goldfinger (#12561) 2020-05-10 11:41:43 +02:00
javascript Fix timeline markers in Firefox (regression from #13887) (#13889) 2020-05-29 19:25:57 +02:00
lib Add support for `summary` field for media description (#13763) 2020-05-15 17:08:59 +02:00
mailers Fix error when sending moderation notification (#13014) 2020-02-01 15:42:12 +01:00
models Fix csv upload (#13835) 2020-05-24 09:15:23 +02:00
policies Add ability to delete files uploaded for settings in admin UI (#13192) 2020-03-08 16:00:24 +01:00
presenters Fix n+1 query for bookmarks on statuses (#12494) 2019-11-28 04:08:00 +01:00
serializers Improve RSS entries for statuses (#13592) 2020-05-10 09:50:54 +02:00
services Fix hashtag search performing account search as well (#13758) 2020-05-14 23:37:37 +02:00
validators Improve polls: option lengths & redesign (#13257) 2020-04-02 17:10:55 +02:00
views Fix some account avatars on public pages having incorrect size (#13692) 2020-05-13 21:20:34 +02:00
workers Fix RedownloadMediaWorker (#13741) 2020-05-12 15:55:25 +02:00