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/views
Claire 876840e9ef
Fix brakeman warning (#15870)
As far as I understand, the brakeman warning was a false-positive as
`content_tag` properly escapes untrusted HTML. Furthermore, the interpolated
string values are built from the “username” part of accounts, which is
restricted to a small subset of ASCII that precludes any XML entity or HTML
code.

This proposed change should be functionally equivalent to the current code,
however it is slightly more robust, it's more idiomatic, and Brakeman will
stop complaining about it.
4 years ago
..
about Fix server rules not being displayed if extended server discription isn't set (#15778) 4 years ago
accounts Display “Show newer” and “Show older” instead of “Show more” in public pages (#15052) 4 years ago
admin Fix brakeman warning (#15870) 4 years ago
admin_mailer
application Fix lock icon not being shown when locking account in profile settings (#14190) 5 years ago
auth Add ability to require invite request text (#15326) 4 years ago
authorize_interactions Fix misleading error when attempting to re-send a pending follow request (#13133) 5 years ago
directories Fix some account avatars on public pages having incorrect size (#13692) 5 years ago
errors Add specific rate limits for posting and following (#13172) 5 years ago
filters Fix not being able to change world filter expiration back to “Never” (#15858) 4 years ago
follower_accounts
following_accounts
home Fix Google Translate breaking web interface (#15610) 4 years ago
invites
kaminari
layouts Fix custom CSS when CDN_HOST is set (#15927) 4 years ago
media Fix expand video on public page (#15469) 4 years ago
notification_mailer Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573) 4 years ago
oauth Refactor settings controllers (#14767) 4 years ago
public_timelines Fix Google Translate breaking web interface (#15610) 4 years ago
relationships Add interrelationship icon (#15149) 4 years ago
remote_follow
remote_interaction
settings Fix reference to non-existing translation in the exports page. (#15894) 4 years ago
shared Add honeypot fields and minimum fill-out time for sign-up form (#15276) 4 years ago
shares Add subresource integrity for JS and CSS assets (#15096) 4 years ago
statuses Fix expand video on public page (#15469) 4 years ago
tags Fix Google Translate breaking web interface (#15610) 4 years ago
user_mailer Add WebAuthn as an alternative 2FA method (#14466) 4 years ago
well_known/host_meta Remove dependency on goldfinger gem (#14919) 4 years ago