discourse/lib/freedom_patches
Loïc Guitaut fff3ff11c0 FIX: Make disabling TLS in mail possible again
Following the Rails 7 upgrade, the `DISCOURSE_SMTP_ENABLE_START_TLS`
setting doesn’t work anymore. This is because Rails upgraded the
`net-smtp` gem to the 0.3.1 version which enables `starttls` by default.
The `mail` gem doesn’t support this new behavior yet and doesn’t know
how to disable TLS. This should be fixed in an upcoming release.

Meanwhile applying this patch allows us to get back the previous
behavior which is expected by many.
2022-06-08 14:04:05 +02:00
..
active_record_attribute_methods.rb DEV: Clean up freedom patches 2022-04-06 10:07:14 +02:00
ams_include_without_root.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
better_handlebars_errors.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
copy_file.rb DEV: Work around a Docker issue (#13368) 2021-06-14 17:38:36 +02:00
cose_rsapkcs1.rb FEATURE: RS512, RS384 and RS256 COSE algorithms (#15804) 2022-02-08 14:07:47 +02:00
ember_handlebars.rb DEV: Move select kit to an addon (#9797) 2020-05-15 16:07:35 -04:00
fast_pluck.rb DEV: Clean up freedom patches 2022-04-06 10:07:14 +02:00
inflector_backport.rb DEV: correct some Ruby 2.7 deprecations 2020-07-16 17:43:20 +10:00
ip_addr.rb DEV: Follow Discourse's convention when monkey patching. 2022-01-11 09:48:27 +08:00
mail_disable_starttls.rb FIX: Make disabling TLS in mail possible again 2022-06-08 14:04:05 +02:00
pluck_first.rb DEV: pluck_first 2019-10-21 12:08:20 +01:00
rails_multisite.rb DEV: Upgrade to Rails 7 2022-04-28 11:51:03 +02:00
rails4.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
raw_handlebars.rb DEV: Correctly tag heredocs (#16061) 2022-02-28 20:50:55 +01:00
safe_buffer.rb DEV: Clean up freedom patches 2022-04-06 10:07:14 +02:00
safe_migrations.rb Revert "We have had errors reported due to migrations breaking and are reverting" 2020-04-14 11:31:07 +10:00
schema_migration_details.rb DEV: Clean up freedom patches 2022-04-06 10:07:14 +02:00
seed_fu.rb FIX: Ensure id sequences are not reset during db:migrate (#14184) 2021-08-30 12:31:22 +01:00
sprockets_patches.rb DEV: Clean up freedom patches 2022-04-06 10:07:14 +02:00
translate_accelerator.rb FIX: Missing translation when translation override contained a %{key} (#16625) 2022-05-04 17:35:22 +02:00