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

feat: メールアドレスのホワイトリスト機能 #31

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

lqvp
Copy link

@lqvp lqvp commented Nov 4, 2024

What

メールアドレスのホワイトリスト機能を実装
admin/securityのEmail WhiteListを有効にするとBanned Email Domainsの項目内がホワイトリストになります。
image

Why

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

fix

表示が変わるように
Copy link

github-actions bot commented Nov 4, 2024

Thank you for sending us a great Pull Request! 👍
Please regenerate misskey-js type definitions! 🙏

example:

pnpm run build-misskey-js-with-types

@chan-mai chan-mai self-requested a review November 4, 2024 05:13
Copy link

github-actions bot commented Nov 4, 2024

このPRによるapi.jsonの差分

差分はこちら
--- base
+++ head
@@ -211,6 +211,12 @@
                         "type": "string"
                       }
                     },
+                    "emailWhitelist": {
+                      "type": [
+                        "string",
+                        "null"
+                      ]
+                    },
                     "preservedUsernames": {
                       "type": "array",
                       "items": {
@@ -614,6 +620,7 @@
                     "sensitiveWords",
                     "prohibitedWords",
                     "prohibitedWordsForNameOfUser",
+                    "emailWhitelist",
                     "preservedUsernames",
                     "hcaptchaSecretKey",
                     "mcaptchaSecretKey",
@@ -14303,6 +14310,9 @@
                       "type": "string"
                     }
                   },
+                  "emailWhitelist": {
+                    "type": "boolean"
+                  },
                   "preservedUsernames": {
                     "type": "array",
                     "items": {

Get diff files from Workflow Page

@chan-mai chan-mai merged commit cd41e5a into team-shahu:develop Nov 4, 2024
23 of 30 checks passed
@chan-mai chan-mai added the enhancement New feature or request label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants