mirror of
https://github.com/maillab/cloud-mail.git
synced 2026-04-25 16:26:05 +03:00
[PR #159] [CLOSED] ttt #224
Labels
No labels
bug
enhancement
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloud-mail-maillab#224
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maillab/cloud-mail/pull/159
Author: @alvin000009238
Created: 10/16/2025
Status: ❌ Closed
Base:
main← Head:revert-to-540e58c📝 Commits (10+)
0884174feat: add oauth login support88aba59Merge pull request #1 from alvin000009238/codex/add-oauth-login-featuref3a6698Document GitHub OAuth environment variables1a1b059Merge pull request #2 from alvin000009238/codex/add-oauth-login-feature-jsmsc8cfdc083Update wrangler.toml86a2929Update mail domain in wrangler.toml7e7dfb1feat: allow binding GitHub accounts7f7a88cMerge pull request #3 from alvin000009238/codex/add-github-account-linking-in-settings94fbf45fix: guard oauth lookups when table missinge54459eMerge branch 'main' into codex/add-github-account-linking-in-settings-lebi6y📊 Changes
29 files changed (+1023 additions, -107 deletions)
View changed files
📝
README-en.md(+12 -0)📝
README.md(+13 -0)📝
mail-vue/src/i18n/en.js(+8 -0)📝
mail-vue/src/i18n/zh.js(+8 -0)📝
mail-vue/src/request/login.js(+8 -0)📝
mail-vue/src/request/my.js(+12 -0)📝
mail-vue/src/router/index.js(+6 -1)📝
mail-vue/src/store/setting.js(+1 -0)📝
mail-vue/src/views/login/index.vue(+158 -14)➕
mail-vue/src/views/oauth/callback.vue(+117 -0)📝
mail-vue/src/views/setting/index.vue(+87 -2)📝
mail-worker/src/api/my-api.js(+22 -2)➕
mail-worker/src/api/oauth-api.js(+15 -0)📝
mail-worker/src/const/kv-const.js(+5 -4)➕
mail-worker/src/entity/user-oauth.js(+16 -0)📝
mail-worker/src/hono/webs.js(+1 -0)📝
mail-worker/src/i18n/en.js(+14 -4)📝
mail-worker/src/i18n/zh.js(+14 -4)📝
mail-worker/src/init/init.js(+40 -17)📝
mail-worker/src/security/security.js(+2 -1)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.