[PR #118] [MERGED] feat: user invite uses external domain option #224

Closed
opened 2026-02-17 17:06:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/118
Author: @Huskydog9988
Created: 6/9/2025
Status: Merged
Merged: 6/30/2025
Merged by: @DecDuck

Base: developHead: Huskydog9988/issue117


📝 Commits (3)

  • 286385e feat: user invite uses external domain option
  • 5191e11 fix: inconsistent external url format
  • de7fec6 fix: normalize external url more cleanly

📊 Changes

7 files changed (+32 additions, -26 deletions)

View changed files

📝 .env.example (+1 -1)
📝 package.json (+1 -0)
📝 pages/admin/users/auth/simple/index.vue (+5 -22)
📝 server/api/v1/admin/auth/invitation/index.get.ts (+9 -1)
📝 server/api/v1/admin/auth/invitation/index.post.ts (+5 -1)
📝 server/internal/config/sys-conf.ts (+6 -1)
📝 yarn.lock (+5 -0)

📄 Description

fixes #117


🔄 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/Drop-OSS/drop/pull/118 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 6/9/2025 **Status:** ✅ Merged **Merged:** 6/30/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `Huskydog9988/issue117` --- ### 📝 Commits (3) - [`286385e`](https://github.com/Drop-OSS/drop/commit/286385e2582748666d0ddaea99bd40bfdc8b73a3) feat: user invite uses external domain option - [`5191e11`](https://github.com/Drop-OSS/drop/commit/5191e118de09eab71ef456c469c465bdfe637615) fix: inconsistent external url format - [`de7fec6`](https://github.com/Drop-OSS/drop/commit/de7fec65813c73ac69fa09c3d88b412d782f3f59) fix: normalize external url more cleanly ### 📊 Changes **7 files changed** (+32 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -1) 📝 `package.json` (+1 -0) 📝 `pages/admin/users/auth/simple/index.vue` (+5 -22) 📝 `server/api/v1/admin/auth/invitation/index.get.ts` (+9 -1) 📝 `server/api/v1/admin/auth/invitation/index.post.ts` (+5 -1) 📝 `server/internal/config/sys-conf.ts` (+6 -1) 📝 `yarn.lock` (+5 -0) </details> ### 📄 Description fixes #117 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:27 -05:00
yindo closed this issue 2026-02-17 17:06:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#224