mastodon/config
Matt Jankowski b426899018 Restore default devise secret key behavior
We previously had overridden this to avoid a rails deprecation warning
in regard to how the secret key value is made available:

https://github.com/mastodon/mastodon/pull/28760

Devise recently merged a PR which totally removes the `SecretKeyFinder`:

https://github.com/heartcombo/devise/pull/5645

With merge of this PR we will no longer see the deprecation noise, and
can go back to just using the devise default (which is the same value we
were configuring).
2025-01-03 11:34:45 -05:00
..
environments Use a system setting for the Referer policy (#33239) 2024-12-10 13:16:52 +00:00
imagemagick Drop favicon.ico generation (#30375) 2024-06-26 13:44:08 +00:00
initializers Restore default devise secret key behavior 2025-01-03 11:34:45 -05:00
locales New Crowdin Translations (automated) (#33439) 2025-01-03 07:53:00 +00:00
routes Remove unused admin/terms_of_service routes (#33288) 2024-12-12 20:17:15 +00:00
templates Fix hard wrap of markdown list in TOS template (#33230) 2024-12-10 01:43:03 +00:00
webpack fix(deps): update dependency fuzzysort to v3 (#30315) 2024-07-24 08:13:09 +00:00
application.rb Update rails to version 8.0.1 (#32357) 2025-01-03 16:08:21 +00:00
boot.rb Use abort instead of warn(); exit in boot.rb env check (#29209) 2024-02-16 14:29:24 +00:00
brakeman.yml Configure brakeman to ignore url safe preview card urls (#25883) 2023-10-20 15:32:16 +02:00
captcha.yml Move hcaptcha service config to config_for yml (#30662) 2024-10-23 14:25:43 +00:00
database.yml DB Replica database_tasks as ENV (#32908) 2024-11-19 08:54:28 +00:00
environment.rb Enable Rubocop Style/FrozenStringLiteralComment (#23793) 2023-07-12 09:47:08 +02:00
formatjs-formatter.js Upgrade react-intl (#24906) 2023-05-31 23:43:39 +02:00
i18n-tasks.yml Pluralize csv imports (#27094) 2024-10-04 08:19:01 +00:00
mastodon.yml Move self destruct check to config_for and add constant for verifier string (#32943) 2024-11-18 09:57:16 +00:00
navigation.rb Add terms of service (#33055) 2024-12-09 10:04:46 +00:00
pghero.yml Fix PgHero Content-Security-Policy when CDN_HOST is used (#13595) 2020-05-04 13:52:41 +02:00
puma.rb Enable Rubocop Style/FrozenStringLiteralComment (#23793) 2023-07-12 09:47:08 +02:00
roles.yml Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
routes.rb Add terms of service (#33055) 2024-12-09 10:04:46 +00:00
settings.yml Use a system setting for the Referer policy (#33239) 2024-12-10 13:16:52 +00:00
sidekiq.yml Automatically switch from open to approved registrations in absence of moderators (#29318) 2024-02-21 17:45:06 +00:00
themes.yml More polished light theme (#7620) 2018-05-25 18:36:26 +02:00
translation.yml Move translation service config to config_for yml (#30663) 2024-10-23 13:32:18 +00:00
webpacker.yml Move JS source from packs to entrypoints (#30037) 2024-04-23 16:45:12 +00:00