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 Fixed not being able to display review pending hashtags in the admin UI. (#11875) 5 years ago
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 Improve blocked view of profiles (#10491) 6 years ago
following_accounts Improve blocked view of profiles (#10491) 6 years ago
home Fix Google Translate breaking web interface (#15610) 4 years ago
invites Remove invite comments from UI (#12068) 5 years ago
kaminari Pagination improvements (#1445) 8 years ago
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 Admission-based registrations mode (#10250) 6 years ago
remote_interaction Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
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