[PR #394] [MERGED] feat(provider): add name.com #936

Closed
opened 2026-03-03 01:06:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/394
Author: @RangerCD
Created: 12/24/2024
Status: Merged
Merged: 12/25/2024
Merged by: @usual2970

Base: nextHead: feat-name-dot-com


📝 Commits (3)

  • 6217d3a feat(provider): add name.com
  • 956fbb7 feat(ui): improve i18n
  • a92dc2b fix(provider): typo while adding name.com

📊 Changes

16 files changed (+262 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
📝 README_EN.md (+1 -0)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 internal/applicant/applicant.go (+3 -0)
internal/applicant/namedotcom.go (+36 -0)
📝 internal/domain/access.go (+5 -0)
migrations/1735032595_add_namedotcom.go (+109 -0)
ui/public/imgs/providers/namedotcom.svg (+1 -0)
📝 ui/src/components/access/AccessEditForm.tsx (+3 -0)
ui/src/components/access/AccessEditFormNameDotComConfig.tsx (+77 -0)
📝 ui/src/domain/access.ts (+9 -0)
📝 ui/src/i18n/locales/en/nls.access.json (+6 -0)
📝 ui/src/i18n/locales/en/nls.common.json (+1 -0)
📝 ui/src/i18n/locales/zh/nls.access.json (+6 -0)
📝 ui/src/i18n/locales/zh/nls.common.json (+1 -0)

📄 Description

Add name.com as DNS provider
Fix #78


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/394 **Author:** [@RangerCD](https://github.com/RangerCD) **Created:** 12/24/2024 **Status:** ✅ Merged **Merged:** 12/25/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `next` ← **Head:** `feat-name-dot-com` --- ### 📝 Commits (3) - [`6217d3a`](https://github.com/certimate-go/certimate/commit/6217d3aacd254d1e6c5c22a207b95693f6782b70) feat(provider): add name.com - [`956fbb7`](https://github.com/certimate-go/certimate/commit/956fbb78330bb56876ac0e0f9c95981f308d2473) feat(ui): improve i18n - [`a92dc2b`](https://github.com/certimate-go/certimate/commit/a92dc2bbe6c56dcdeb83b81285d49592c8ef1574) fix(provider): typo while adding name.com ### 📊 Changes **16 files changed** (+262 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `README_EN.md` (+1 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `internal/applicant/applicant.go` (+3 -0) ➕ `internal/applicant/namedotcom.go` (+36 -0) 📝 `internal/domain/access.go` (+5 -0) ➕ `migrations/1735032595_add_namedotcom.go` (+109 -0) ➕ `ui/public/imgs/providers/namedotcom.svg` (+1 -0) 📝 `ui/src/components/access/AccessEditForm.tsx` (+3 -0) ➕ `ui/src/components/access/AccessEditFormNameDotComConfig.tsx` (+77 -0) 📝 `ui/src/domain/access.ts` (+9 -0) 📝 `ui/src/i18n/locales/en/nls.access.json` (+6 -0) 📝 `ui/src/i18n/locales/en/nls.common.json` (+1 -0) 📝 `ui/src/i18n/locales/zh/nls.access.json` (+6 -0) 📝 `ui/src/i18n/locales/zh/nls.common.json` (+1 -0) </details> ### 📄 Description Add name.com as DNS provider Fix #78 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#936
No description provided.