文件最后提交记录最后更新时间
📝 docs: add clerk to betterauth migration scripts and enhance auth docs (#11701) * 🔧 chore: add clerk to betterauth migration scripts * 🔧 chore: support node-postgres driver for migration scripts * 🔥 chore: remove unnecessary chore scripts * ♻️ refactor: reorganize migration scripts directory structure * 📝 docs: add example column to email service configuration table * 📝 docs: rename auth/better-auth to auth/providers * 📝 docs: enhance email service configuration with detailed guides * 📝 docs: add Clerk to Better Auth migration guide - Add migration documentation (EN & CN) with step-by-step instructions - Add dry-run environment variable for safe testing - Enhance script output with success/failure emojis - Add placeholder files for migration data directories - Update .gitignore to exclude migration data files * ✨ feat(auth): add set password option for social-only users - Add isSocialOnly state to detect users without password - Show Alert with "set password" link when magic link is disabled - Update migration docs to clarify Magic Link vs non-Magic Link scenarios - Add profile page password management info to docs * ♻️ refactor: improve migration safety and sign-in link styling - Add production mode confirmation prompt requiring "yes" input - Use createStaticStyles for setPassword link styling with theme token * 📝 docs: clarify migration script requirements and remove invalid links * 📝 docs: add clerk migration guide link to legacy auth docs * ♻️ refactor: enforce strict validation for clerk external accounts * 📝 docs: add step to disable new user registration before migration * 🐛 fix: handle missing .env file in migration scripts3 个月前
🔧 chore: update eslint v2 configuration and suppressions (#12133) * v2 init * chore: update eslint suppressions and package dependencies - Removed several eslint suppressions related to array sorting and reversing from eslint-suppressions.json to clean up the configuration. - Updated @lobehub/lint package version from 2.0.0-beta.6 to 2.0.0-beta.7 in package.json for improvements and bug fixes. - Made minor formatting adjustments in vitest.config.mts and various SKILL.md files for better readability and consistency. Signed-off-by: Innei <tukon479@gmail.com> * fix: clean up import statements and formatting - Removed unnecessary whitespace in replaceComponentImports.ts for improved readability. - Standardized import statements in contextEngineering.ts and createAgentExecutors.ts by adding missing spaces for consistency. Signed-off-by: Innei <tukon479@gmail.com> * chore: update eslint suppressions and clean up code formatting * 🐛 fix: use vi.hoisted for mock variable initialization Fix TDZ error in persona service test by using vi.hoisted() to ensure mock variables are available when vi.mock factory runs. --------- Signed-off-by: Innei <tukon479@gmail.com> 3 个月前
📝 docs: add clerk to betterauth migration scripts and enhance auth docs (#11701) * 🔧 chore: add clerk to betterauth migration scripts * 🔧 chore: support node-postgres driver for migration scripts * 🔥 chore: remove unnecessary chore scripts * ♻️ refactor: reorganize migration scripts directory structure * 📝 docs: add example column to email service configuration table * 📝 docs: rename auth/better-auth to auth/providers * 📝 docs: enhance email service configuration with detailed guides * 📝 docs: add Clerk to Better Auth migration guide - Add migration documentation (EN & CN) with step-by-step instructions - Add dry-run environment variable for safe testing - Enhance script output with success/failure emojis - Add placeholder files for migration data directories - Update .gitignore to exclude migration data files * ✨ feat(auth): add set password option for social-only users - Add isSocialOnly state to detect users without password - Show Alert with "set password" link when magic link is disabled - Update migration docs to clarify Magic Link vs non-Magic Link scenarios - Add profile page password management info to docs * ♻️ refactor: improve migration safety and sign-in link styling - Add production mode confirmation prompt requiring "yes" input - Use createStaticStyles for setPassword link styling with theme token * 📝 docs: clarify migration script requirements and remove invalid links * 📝 docs: add clerk migration guide link to legacy auth docs * ♻️ refactor: enforce strict validation for clerk external accounts * 📝 docs: add step to disable new user registration before migration * 🐛 fix: handle missing .env file in migration scripts3 个月前
📝 docs: add clerk to betterauth migration scripts and enhance auth docs (#11701) * 🔧 chore: add clerk to betterauth migration scripts * 🔧 chore: support node-postgres driver for migration scripts * 🔥 chore: remove unnecessary chore scripts * ♻️ refactor: reorganize migration scripts directory structure * 📝 docs: add example column to email service configuration table * 📝 docs: rename auth/better-auth to auth/providers * 📝 docs: enhance email service configuration with detailed guides * 📝 docs: add Clerk to Better Auth migration guide - Add migration documentation (EN & CN) with step-by-step instructions - Add dry-run environment variable for safe testing - Enhance script output with success/failure emojis - Add placeholder files for migration data directories - Update .gitignore to exclude migration data files * ✨ feat(auth): add set password option for social-only users - Add isSocialOnly state to detect users without password - Show Alert with "set password" link when magic link is disabled - Update migration docs to clarify Magic Link vs non-Magic Link scenarios - Add profile page password management info to docs * ♻️ refactor: improve migration safety and sign-in link styling - Add production mode confirmation prompt requiring "yes" input - Use createStaticStyles for setPassword link styling with theme token * 📝 docs: clarify migration script requirements and remove invalid links * 📝 docs: add clerk migration guide link to legacy auth docs * ♻️ refactor: enforce strict validation for clerk external accounts * 📝 docs: add step to disable new user registration before migration * 🐛 fix: handle missing .env file in migration scripts3 个月前
🔧 chore: update eslint v2 configuration and suppressions (#12133) * v2 init * chore: update eslint suppressions and package dependencies - Removed several eslint suppressions related to array sorting and reversing from eslint-suppressions.json to clean up the configuration. - Updated @lobehub/lint package version from 2.0.0-beta.6 to 2.0.0-beta.7 in package.json for improvements and bug fixes. - Made minor formatting adjustments in vitest.config.mts and various SKILL.md files for better readability and consistency. Signed-off-by: Innei <tukon479@gmail.com> * fix: clean up import statements and formatting - Removed unnecessary whitespace in replaceComponentImports.ts for improved readability. - Standardized import statements in contextEngineering.ts and createAgentExecutors.ts by adding missing spaces for consistency. Signed-off-by: Innei <tukon479@gmail.com> * chore: update eslint suppressions and clean up code formatting * 🐛 fix: use vi.hoisted for mock variable initialization Fix TDZ error in persona service test by using vi.hoisted() to ensure mock variables are available when vi.mock factory runs. --------- Signed-off-by: Innei <tukon479@gmail.com> 3 个月前
🌐 chore: translate non-English comments to English in scripts (#13690) Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 个月前
🔧 chore: update eslint v2 configuration and suppressions (#12133) * v2 init * chore: update eslint suppressions and package dependencies - Removed several eslint suppressions related to array sorting and reversing from eslint-suppressions.json to clean up the configuration. - Updated @lobehub/lint package version from 2.0.0-beta.6 to 2.0.0-beta.7 in package.json for improvements and bug fixes. - Made minor formatting adjustments in vitest.config.mts and various SKILL.md files for better readability and consistency. Signed-off-by: Innei <tukon479@gmail.com> * fix: clean up import statements and formatting - Removed unnecessary whitespace in replaceComponentImports.ts for improved readability. - Standardized import statements in contextEngineering.ts and createAgentExecutors.ts by adding missing spaces for consistency. Signed-off-by: Innei <tukon479@gmail.com> * chore: update eslint suppressions and clean up code formatting * 🐛 fix: use vi.hoisted for mock variable initialization Fix TDZ error in persona service test by using vi.hoisted() to ensure mock variables are available when vi.mock factory runs. --------- Signed-off-by: Innei <tukon479@gmail.com> 3 个月前