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 d8e9bae482
Fix account JSON/RSS not being cacheable due to wrong mime type comparison (#13116)
`request.format` is not a symbol but a `Mime::Type`, so the condition actually
never matched, and a session was created even for those requests, preventing
caching.
6 years ago
..
chewy
controllers Fix account JSON/RSS not being cacheable due to wrong mime type comparison (#13116) 6 years ago
helpers Fix punycode being rendered instead of unicode in some places (#13030) 6 years ago
javascript Fix old browsers crashing because of missing `finally` polyfill in web UI (#13115) 6 years ago
lib Fix rendering `<a>` without `href` when scheme unsupported (#13040) 6 years ago
mailers Fix error when sending moderation notification (#13014) 6 years ago
models Fix remote convertible media attachments not being saved (#13032) 6 years ago
policies Add announcements (#12662) 6 years ago
presenters Fix n+1 query for bookmarks on statuses (#12494) 6 years ago
serializers Fix punycode being returned in some entities instead of unicode in REST API (#13035) 6 years ago
services Fix invalid votes from the API being accepted (#12601) 6 years ago
validators Search account domain in lowercase (#13016) 6 years ago
views Fix account's bio not being shown if there are no proofs/fields in admin UI (#13075) 6 years ago
workers Add publish/unpublish controls to announcements in admin UI (#12967) 6 years ago