From 39a9651847265b9ca956e141874afe4035fe697c Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Wed, 3 Feb 2021 17:41:47 +0100 Subject: [PATCH] DEV: Remove `update_mail_receiver` and `deprecated_api_usage` (#11947) `update_mail_receiver`-related code was removed in 269ec70ba8d5997c7b6a49f97cafc774e4dcf9d2 and `deprecated_api_usage`-related code was removed in d04ba4b3b2e4c750d3f4bd32a2263cd6e405eb69. --- app/models/admin_dashboard_data.rb | 2 -- config/locales/server.en.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/app/models/admin_dashboard_data.rb b/app/models/admin_dashboard_data.rb index f448e63d631..7185abb6546 100644 --- a/app/models/admin_dashboard_data.rb +++ b/app/models/admin_dashboard_data.rb @@ -85,8 +85,6 @@ class AdminDashboardData 'dashboard.bad_favicon_url', 'dashboard.poll_pop3_timeout', 'dashboard.poll_pop3_auth_error', - 'dashboard.deprecated_api_usage', - 'dashboard.update_mail_receiver' ] add_problem_check :rails_env_check, :host_names_check, :force_https_check, diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index b624b302d2e..223591005c5 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1429,8 +1429,6 @@ en: other: "Email polling has generated %{count} errors in the past 24 hours. Look at the logs for more details." missing_mailgun_api_key: "The server is configured to send emails via Mailgun but you haven't provided an API key used to verify the webhook messages." bad_favicon_url: "The favicon is failing to load. Check your favicon setting in Site Settings." - deprecated_api_usage: "We detected an API request using a deprecated authentication method. Please update it to use header based auth. After updating this message may take 24 hours to disappear." - update_mail_receiver: "We detected an outdated version of mail-receiver. Click here for update instructions. After updating this message may take 24 hours to disappear." poll_pop3_timeout: "Connection to the POP3 server is timing out. Incoming email could not be retrieved. Please check your POP3 settings and service provider." poll_pop3_auth_error: "Connection to the POP3 server is failing with an authentication error. Please check your POP3 settings." force_https_warning: "Your website is using SSL. But `force_https` is not yet enabled in your site settings."