mastodon/app/views
Filipe Rodrigues 3dc94d9f91
Fix reference to non-existing translation in the exports page. ()
The exports page showed a different "CSV" capitalisation in the
"Bookmarks" row ("Csv") compared to the other rows ("CSV").
This was due to a referece to a translation string that does not exist,
`bookmarks.csv`, defaulting to the key's last segment in title case.

This issue was introduced in commit dcd86204 (PR ).

(h/t @meqif for helping with figuring out the bug)
..
about Fix server rules not being displayed if extended server discription isn't set ()
accounts Display “Show newer” and “Show older” instead of “Show more” in public pages ()
admin Fix some ignored brakeman warnings ()
admin_mailer Fixed not being able to display review pending hashtags in the admin UI. ()
application Fix lock icon not being shown when locking account in profile settings ()
auth Add ability to require invite request text ()
authorize_interactions Fix misleading error when attempting to re-send a pending follow request ()
directories Fix some account avatars on public pages having incorrect size ()
errors Add specific rate limits for posting and following ()
filters Fix not being able to change world filter expiration back to “Never” ()
follower_accounts Improve blocked view of profiles ()
following_accounts Improve blocked view of profiles ()
home Fix Google Translate breaking web interface ()
invites Remove invite comments from UI ()
kaminari Pagination improvements ()
layouts Use custom mascot on static share page ()
media Fix expand video on public page ()
notification_mailer Change RTL detection to rely on unicode-bidi paragraph by paragraph ()
oauth Refactor settings controllers ()
public_timelines Fix Google Translate breaking web interface ()
relationships Add interrelationship icon ()
remote_follow Admission-based registrations mode ()
remote_interaction Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
settings Fix reference to non-existing translation in the exports page. ()
shared Add honeypot fields and minimum fill-out time for sign-up form ()
shares Add subresource integrity for JS and CSS assets ()
statuses Fix expand video on public page ()
tags Fix Google Translate breaking web interface ()
user_mailer Add WebAuthn as an alternative 2FA method ()
well_known/host_meta Remove dependency on goldfinger gem ()