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
admin Fix brakeman warning (#15870) 4 years ago
admin_mailer
application
auth
authorize_interactions
directories
errors
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
notification_mailer
oauth
public_timelines Fix Google Translate breaking web interface (#15610) 4 years ago
relationships
remote_follow
remote_interaction
settings Fix reference to non-existing translation in the exports page. (#15894) 4 years ago
shared
shares
statuses
tags Fix Google Translate breaking web interface (#15610) 4 years ago
user_mailer
well_known/host_meta