docbrown/config/initializers
Michael Kohl 09828853f6
✂✂✂ Remove Connect (#14734)
* Remove Connect

* Remove more Connect specs

* Remove a lot more Connect code

* 🚮

* It all has to go

* Explicitly add httpclient

* Update application layout

* Remove messages association from User

* Start fixing specs

* reintroduce util function and refactor references

* Remove Connect Cypress test

* Fix more specs

* Remove Connect from listings

* Ignore contact_via_connect column on listings

* Remove contact_via_connect usages

* Ignore mod_chat_channel_id on tags

* Drop Connect tables

* Remove email_connect_messages from user notification settings

* Re-add httpclient 2.8.3

This was mistakenly removed as a merge conflict

* Don't need to exclude removed chat channel file

* Remove unneeded style for chat channels

* Remove unneeded channel list prop type

* Remove chat channels index/connect-link from getPageEntries

* Re-add comment from httpclient in Gemfile

* Remove connect references from mailers

Tag Moderators no longer have a chat channel

No longer will users be notified about new messages (there won't be
any)

No longer will users be notified about channel invites (you can't
invite anyone anymore)

* Don't configure Pusher and remove PUSHER_* from .env_sample

since it's removed from gemfile, the Pusher constant will not resolve, if this is
configured in the environment variables we'll fail to boot.

Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
Co-authored-by: Dan Uber <dan@forem.com>
2021-11-18 08:21:00 -06:00
..
rack ✂✂✂ Remove Connect (#14734) 2021-11-18 08:21:00 -06:00
0_application_config.rb Remove redundant freeze calls (#14596) 2021-08-26 10:01:08 -04:00
1_imgproxy.rb Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
acts_as_taggable_on.rb [deploy] Enable ActsAsTaggableOn.strict_case_match (#8299) 2020-06-05 13:52:01 -04:00
ahoy.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00
ahoy_email.rb Upgrade to Ahoy 2.0.x (#13085) 2021-04-06 10:12:32 -05:00
application_controller_renderer.rb Upgrade Rails to 5.2.3 (#1408) 2019-04-03 13:08:59 -04:00
assets.rb Upgrade to Ruby 3.0.2 (#12103) 2021-08-25 14:26:33 -04:00
audit_events.rb Fix autoloading deprecation (#12338) 2021-01-20 15:11:46 +01:00
backtrace_silencers.rb Upgrade Rails to 6.1.3.1 (#11333) 2021-04-05 10:39:48 -04:00
cache_logger.rb Enable cache logging in development if requested (#5330) 2020-01-02 08:11:58 -05:00
carrierwave.rb Encapsulate initializer methods in modules (#14507) 2021-08-17 08:19:13 -05:00
carrierwave_monkeypatch.rb Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
cloudinary.rb [15 min fix] Fallback to the image URL if Cloudinary/Imgproxy are not configured (#13767) 2021-05-19 15:03:20 +02:00
content_security_policy.rb Upgrade Rails to 6.1.3.1 (#11333) 2021-04-05 10:39:48 -04:00
cookies_serializer.rb Initial commit 2018-02-28 16:11:08 -05:00
cors.rb Upgrade Rails to 6.1.3.1 (#11333) 2021-04-05 10:39:48 -04:00
cypress_rails.rb Minimal Seed Data for Admin Onboarding (#14385) 2021-07-29 17:08:41 +02:00
devise.rb Forem passport (cont) (#14759) 2021-09-30 06:47:45 -06:00
devise_monkeypatch.rb Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
docker.rb Enable Rubocop 0.89 cops and fix Lint/ violations (#9709) 2020-08-10 16:57:12 +02:00
doorkeeper.rb Introduce Settings::Base (#14138) 2021-08-30 10:27:08 +07:00
filter_parameter_logging.rb Upgrade Rails to 6.1.3.1 (#11333) 2021-04-05 10:39:48 -04:00
flipper.rb Allow caching feature flags for a given duration (#14668) 2021-09-07 10:19:29 -04:00
honeybadger.rb [15 min fix] Fix some autoloading deprecation warnings (#13793) 2021-05-20 18:10:25 +02:00
honeycomb.rb Add Rails cache instrumentation to Honeycomb (#14880) 2021-10-06 10:46:24 -04:00
hypershield.rb Hide the correct email PII on Blazer (#13733) 2021-05-11 18:43:46 +02:00
inflections.rb Create Settings::SMTP (#13943) 2021-06-14 10:29:43 -04:00
js_routes.rb [15-minute fix] Add js-routes gem (#15133) 2021-11-01 10:08:15 +07:00
liquid.rb Routine Rubocop autofixes (#14604) 2021-08-30 11:44:57 -04:00
middlewares.rb [15 min fix] Fix some autoloading deprecation warnings (#13793) 2021-05-20 18:10:25 +02:00
mime_types.rb Initial commit 2018-02-28 16:11:08 -05:00
new_framework_defaults_5_2.rb Upgrade Rails to 6.1.3.1 (#11333) 2021-04-05 10:39:48 -04:00
new_framework_defaults_6_0.rb Upgrade Rails to 6.1.3.1 (#11333) 2021-04-05 10:39:48 -04:00
new_framework_defaults_6_1.rb Upgrade Rails to 6.1.3.1 (#11333) 2021-04-05 10:39:48 -04:00
octokit.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
omniauth.rb Update OmniAuth to 2.0 (#12715) 2021-02-25 12:46:13 -06:00
permissions_policy.rb Upgrade Rails to 6.1.3.1 (#11333) 2021-04-05 10:39:48 -04:00
reserved_words.rb ✂✂✂ Remove Connect (#14734) 2021-11-18 08:21:00 -06:00
reverse_markdown.rb Routine Rubocop autofixes (#14604) 2021-08-30 11:44:57 -04:00
rolify.rb #260 increase mentee-mentor description length (#405) 2018-08-20 10:20:23 -04:00
rpush.rb Have specs run without Redis and refactor ConsumerApp and Device (#13647) 2021-05-07 08:03:16 +02:00
s3_direct_upload.rb [deploy] Attempt to get carrierwave configured correctly for containers and tests passing (#9558) 2020-07-29 17:27:13 -04:00
session_store.rb [deploy] Change to same_site: lax for session store (#9967) 2020-08-24 12:29:45 -04:00
sidekiq.rb Routine Rubocop autofixes (#14604) 2021-08-30 11:44:57 -04:00
sidekiq_unique_jobs.rb [deploy] ensure that often run sidekiq jobs are unique until they execute (#7168) 2020-04-08 19:19:30 -04:00
slack_notifier.rb Encapsulate initializer methods in modules (#14507) 2021-08-17 08:19:13 -05:00
sprockets_uglifier_with_source_maps_compressor.rb Rubocop: Enable and fix Style/StringConcatenation (#9844) 2020-08-18 14:50:15 +02:00
stats.rb Abstract DatadogStatsClient to ForemStatsClient (#12304) 2021-01-27 11:25:44 -05:00
strong_migrations.rb Fix Sitemap for tags (#14989) 2021-10-08 15:25:04 -04:00
timeout.rb Adds optional support for Docker/Compose (#296) 2018-10-12 11:48:53 -04:00
vault.rb [deploy] Remove Vault ENV variables from Envfile so they arent Required in Prod (#8895) 2020-06-24 15:02:16 -05:00
wrap_parameters.rb Disable ActionController auto params wrapping (#11692) 2020-12-02 15:17:43 +01:00
zeitwerk.rb Add settings model generator (#13003) 2021-03-19 12:55:31 +01:00