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/config
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
..
environments Prepare Mastodon for Rails 6 (#15911) 4 years ago
initializers Prepare Mastodon for zeitwerk autoloader (#15917) 4 years ago
locales Fix brakeman warning (#15870) 4 years ago
webpack Bump js-yaml from 3.14.1 to 4.0.0 (#15484) 4 years ago
application.rb Use more robust hook for loading timestamp_id function into database (#15919) 4 years ago
boot.rb Add clean error message when RAILS_ENV is unset (#15381) 4 years ago
brakeman.ignore Fix some ignored brakeman warnings (#15829) 4 years ago
database.yml config: add DB_SSLMODE for managed/remote PG (#10210) 6 years ago
deploy.rb Bump capistrano from 3.15.0 to 3.16.0 (#15818) 4 years ago
environment.rb Make PreviewCard records reuseable between statuses (#4642) 7 years ago
i18n-tasks.yml Change move handler to carry blocks over (#14144) 5 years ago
navigation.rb Add server rules (#15769) 4 years ago
pghero.yml Fix PgHero Content-Security-Policy when CDN_HOST is used (#13595) 5 years ago
puma.rb Add PERSISTENT_TIMEOUT option (#11756) 5 years ago
routes.rb Add `POST /api/v1/emails/confirmations` to REST API (#15816) 4 years ago
secrets.yml
settings.yml Add ability to require invite request text (#15326) 4 years ago
sidekiq.yml Fix to isolate the sidekiq process that runs the scheduler job (#15314) 4 years ago
themes.yml More polished light theme (#7620) 7 years ago
webpacker.yml Bump webpacker from 3.5.5 to 4.0.2 (#10277) 6 years ago