Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CORL-3103]: Make protected email domain bans customizable #4550

Merged
merged 6 commits into from
Mar 14, 2024

Conversation

kabeaty
Copy link
Contributor

@kabeaty kabeaty commented Feb 21, 2024

What does this PR do?

These changes update to make protected email domains customizable by tenant in admin configuration --> Moderation --> Users --> Email domain. The default list is the current protected email domains list.

These changes will impact:

  • commenters
  • moderators
  • admins
  • developers

What changes to the GraphQL/Database Schema does this PR introduce?

This adds protectedEmailDomains to settings.

Does this PR introduce any new environment variables or feature flags?

no

If any indexes were added, were they added to INDEXES.md?

n/a

How do I test this PR?

You can test this PR by going into the admin and updating the protected email domain bans. See that the default is the correct protected email domain list, and you can add and remove domains and save. If you have an incorrectly formatted email domain, you will see a validation error below if you try to save.

If you try to add a protected email domain that you add to the list to ban all commenter accounts, you will get an error. If you go into the Community tab and try to ban a commenter with an email in the protected email domains list, you will not see an option to do an email domain ban. If you try to ban a commenter with an email not in the protected email domains list, you should see this option.

Were any tests migrated to React Testing Library?

How do we deploy this PR?

Copy link

netlify bot commented Feb 21, 2024

Deploy Preview for gallant-galileo-14878c canceled.

Name Link
🔨 Latest commit 7719088
🔍 Latest deploy log https://app.netlify.com/sites/gallant-galileo-14878c/deploys/65f32c56d2f6b700088227b4

@tessalt tessalt added this to the v8.8.1 milestone Mar 14, 2024
Copy link
Contributor

@nick-funk nick-funk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! ✅

@@ -250,7 +249,7 @@ it("does not display ban domain option for moderated domain", async () => {
});

it("does not display ban domain option for protected domain", async () => {
const protectedDomain = PROTECTED_EMAIL_DOMAINS.values().next().value;
const protectedDomain = "gmail.com";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a nice cleanup, makes the tests clearer, thanks!

@tessalt tessalt added this pull request to the merge queue Mar 14, 2024
Merged via the queue into develop with commit ec20339 Mar 14, 2024
6 checks passed
@tessalt tessalt deleted the feat/CORL-3103-domain-bans-customizable branch March 14, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants