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/admin
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
..
account_actions Add inline description of moderation actions in moderation interface (#15792) 4 years ago
account_moderation_notes Improve admin UI for accounts (#7360) 7 years ago
account_warnings Add moderation warnings (#9519) 6 years ago
accounts Fix some ignored brakeman warnings (#15829) 4 years ago
action_logs Fix brakeman warning (#15870) 4 years ago
announcements Fix design of announcements in admin UI (#12989) 5 years ago
change_emails Hide misleading “You will be sent a confirmation e-mail” hint from admin view (#9973) 6 years ago
custom_emojis Add subresource integrity for JS and CSS assets (#15096) 4 years ago
dashboard Add full numeric notation to the dashboard title attribute (#11911) 5 years ago
domain_allows Add subresource integrity for JS and CSS assets (#15096) 4 years ago
domain_blocks Add option to obfuscate domain name in public list of domain blocks (#15355) 4 years ago
email_domain_blocks Fix some ignored brakeman warnings (#15829) 4 years ago
instances Fix some ignored brakeman warnings (#15829) 4 years ago
invites Fix maxed-out invites not showing up as expired in UI (#10274) 6 years ago
ip_blocks Add subresource integrity for JS and CSS assets (#15096) 4 years ago
pending_accounts Add subresource integrity for JS and CSS assets (#15096) 4 years ago
relationships Fix admin-facing uses of inline CSS (#13575) 5 years ago
relays Display pending message on admin relays UI (#8494) 6 years ago
report_notes Improve report layout (#7188) 7 years ago
reports Fix brakeman warning (#15870) 4 years ago
rules Add server rules (#15769) 4 years ago
settings Fix missing description on enable bootstrap timeline accounts toggle in admin UI (#15367) 4 years ago
statuses Add subresource integrity for JS and CSS assets (#15096) 4 years ago
tags Add subresource integrity for JS and CSS assets (#15096) 4 years ago
warning_presets Add titles to warning presets in admin UI (#13252) 5 years ago