You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
chewy Fix searchable status without explicitly mentioning it (#13829) 5 years ago
controllers Fix webfinger returning wrong status code on malformed or missing param (#13759) 5 years ago
helpers Refactor monkey-patching of Goldfinger (#12561) 5 years ago
javascript Fix timeline markers in Firefox (regression from #13887) (#13889) 5 years ago
lib Add support for `summary` field for media description (#13763) 5 years ago
mailers Fix error when sending moderation notification (#13014) 5 years ago
models Fix csv upload (#13835) 5 years ago
policies Add ability to delete files uploaded for settings in admin UI (#13192) 5 years ago
presenters Fix n+1 query for bookmarks on statuses (#12494) 5 years ago
serializers Improve RSS entries for statuses (#13592) 5 years ago
services Fix hashtag search performing account search as well (#13758) 5 years ago
validators Improve polls: option lengths & redesign (#13257) 5 years ago
views Fix some account avatars on public pages having incorrect size (#13692) 5 years ago
workers Fix RedownloadMediaWorker (#13741) 5 years ago