Commit Graph

150 Commits (stable-4.4)

Author SHA1 Message Date
David Roetzel c357a7f8d6
Add optional bulk mailer settings (#35203) 3 weeks ago
David Roetzel 48451b782d
Move email env var reading to yml files (#35191) 3 weeks ago
Matt Jankowski f7a3dd0e38
Use `config_for` for VAPID key storage (#34845) 2 months ago
Matt Jankowski a1c260696f
Fix `Style/FetchEnvVar` cop in production env config (#34844) 2 months ago
Claire b7e967817b
Fix unnecessary requirement for deprecated OTP_SECRET environment variable (#34810) 2 months ago
Matt Jankowski 8d4ae81ab4
Remove `OTP_SECRET` env configuration (#34748) 2 months ago
Matt Jankowski 67f5122ba6
Use `ActiveSupport::TaggedLogging.logger` shorthand to set logger in production env (#34746) 2 months ago
Matt Jankowski 855022f4d9
Use `ActiveSupport::TaggedLogging.logger` shorthand to set logger (#34734) 2 months ago
Renaud Chaput 2a369a8977
Use a system setting for the Referer policy (#33239) 7 months ago
Eugen Rochko 425311e1d9
Change referrer policy to be controlled by header in web UI (#33214) 7 months ago
Matt Jankowski a20dca7327
Restore stdout logging setting in development environment (#33057) 8 months ago
Matt Jankowski 41227aeb95
Update Rails to version 7.2.2 (#30391) 8 months ago
Matt Jankowski 40b4f73c18
Pre-import Rails 7.2 generated config minor changes (#30579) 9 months ago
David Roetzel 388d5473e1
Refactor (ruby) redis configuration (#31694) 11 months ago
Matt Jankowski 222ab80557
Fix `Style/GlobalStdStream` cop in environments/* files (#30694) 1 year ago
Matt Jankowski 0e1110c947
Use `SECRET_KEY_BASE_DUMMY` feature as placeholder during asset compilation (#30505) 1 year ago
Matt Jankowski a5e3b814a2
Remove Status/ivar/shapes regression check from test env (#30580) 1 year ago
Matt Jankowski 3dfc7267e2
Rename deprecated config option to `enable_reloading` in dev env (#30577) 1 year ago
Nick Schonning 13fb54920b
Enable Style/IfUnlessModifier RuboCop (#30260) 1 year ago
Matt Jankowski 1e7d5d2957
Update `devise-two-factor` to version 5.0.0 (#28325)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
1 year ago
Matt Jankowski 369b2ef0ed
Fix `Style/TrailingCommaInHashLiteral` cop (#30004) 1 year ago
Matt Jankowski 933189887b
Fix `Style/StringLiterals` cop (#30005) 1 year ago
Matt Jankowski c8f59d2ca4
Fix `Style/TernaryParentheses` cop (#28387) 2 years ago
Matt Jankowski 42afd30324
Replace Sprockets with Propshaft (#28239) 2 years ago
Matt Jankowski 33cc3ae8fa
Fix `Style/StabbyLambdaParentheses` cop (#27771) 2 years ago
Matt Jankowski 9a3d047f3e
Run `bin/rails app:update` with Rails 7.1 (#27522) 2 years ago
Nick Schonning 85db392464
Autofix Rubocop cops for config/ (#24145) 2 years ago
Claire cab4cbfa5c
Fix “Scoped order is ignored, it's forced to be batch order.” warnings (#26793) 2 years ago
Christian Schmidt 075cc8e8a6
Improve Codespaces port forwarding (#26400) 2 years ago
Matt Jankowski ce43ed144c
Rails 7.0 update (#25668) 2 years ago
Nick Schonning 1d557305d2
Enable Rubocop Style/FrozenStringLiteralComment (#23793) 2 years ago
Eugen Rochko ba06a2f104
Revert "Rails 7 update" (#25667) 2 years ago
Matt Jankowski 50c2a03695
Rails 7 update (#24241) 2 years ago
Nick Schonning 1fe04f740a
Enable Rubocop Rails/FilePath (#23854) 2 years ago
mogaminsk e0d075713f
Change i18n-fallbacks to English (#24727) 2 years ago
Eugen Rochko 0ca54a4105
Remove `Permissions-Policy` header from all responses (#24124) 2 years ago
Jean byroot Boussier 160f38f03d
Workaround the ActiveRecord / Marshal serialization bug on Ruby 3.2 (#24142)
Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
2 years ago
Eugen Rochko 630436ab2d
Refactor monkey-patching of `PrivateAddressCheck` (#24122) 2 years ago
Eugen Rochko f0e727f958
Add cache headers to static files served through Rails (#24120) 2 years ago
Eugen Rochko 8cb2543ee5
Add `SENDFILE_HEADER` environment variable (#24123) 2 years ago
Eugen Rochko 6fa81ca17e
Remove `bullet` and `active_record_query_trace` gems (#24121) 2 years ago
Jean byroot Boussier 922837dc96
Upgrade to latest redis-rb 4.x and fix deprecations (#23616)
Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
2 years ago
Claire 02c6bad3ca
Change unintended SMTP read timeout from 5 seconds to 20 seconds (#23750) 2 years ago
Claire cff7d967f9
Fix CSRF protection (#23037)
Fix regression from #23014
3 years ago
Claire aefefc74c4
Change referrer-policy to no-referrer application-wide (#23014) 3 years ago
Rose 4f15fd0ba1
Fix style for hashes (#20518)
* Fix style for hashes

Make the style for hashes consistent.

* New style

More consistency
3 years ago
Yamagishi Kazutoshi 19a8563905
Fix `ENV` (#20377) 3 years ago
F 9feba112a7
Make enable_starttls configurable by envvars (#20321)
ENABLE_STARTTLS is designed to replace ENABLE_STARTTLS_AUTO by accepting
three values: 'auto' (the default), 'always', and 'never'. If
ENABLE_STARTTLS isn't provided, we fall back to ENABLE_STARTTLS_AUTO. In
this way, this change should be fully backwards compatible.

Resolves #20311
3 years ago
Arya K af9c9936dd
Fix I2P HTTPS redirect (#18929) 3 years ago
Yamagishi Kazutoshi 5781d1db84
Fix parsing `TRUSTED_PROXY_IP` (#18051) 3 years ago