Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
bde9bde17c3edbb75d35dd1f1907e2bc9033344c
lobe-chat
/
src
/
server
下载当前目录
G
GitHub
✨ feat: betterauth username signin (
#10607
)
f72a5e6c
创建于
2025年12月5日
历史提交
文件
最后提交记录
最后更新时间
featureFlags
🔨 chore: enhance EdgeConfig with per-user feature flags support (#9541) * ✨ feat: enhance EdgeConfig with per-user feature flags support - Add EdgeConfigKeys constants for better maintainability - Add getFeatureFlags() and getFlagByKey() methods to EdgeConfig - Enhance isEnabled() with debugging console logs - Implement per-user feature flag evaluation logic - Add EdgeConfig integration for feature flags with env var fallback - Support feature flags as boolean or array of user IDs - Export IFeatureFlagsState type for type safety * update log * refactor * refactor schema --------- Co-authored-by: arvinxx <arvinx@foxmail.com>
7 个月前
globalConfig
✨ feat: support better-auth (#10215)
5 个月前
modules
📝 docs: add Vertex AI configuration options and update documentation (#10331) 💄 style: add Vertex AI configuration options and update documentation
5 个月前
routers
✨ feat: betterauth username signin (#10607)
5 个月前
services
🐛 fix: missing init user after user creation (#10587)
5 个月前
utils
♻️ refactor: edge to node runtime (#10149)
6 个月前
ld.test.ts
🔨 chore: fix an issue where some tests were failing if Branding items were updated (#8549) * Update test data for plugin action to use avatar icon path (rather than hard coded) * Update tests to use BRANDING_NAME constant instead of hardcoded 'LobeChat' and update avatar icon path in chat message tests * Update tests to replace hardcoded avatar paths with constants for inbox and user avatars * Update plugin action tests to use DEFAULT_INBOX_AVATAR constant instead of hardcoded path
9 个月前
ld.ts
💄 style: improve welcome message (#9747) * add feishu * update i18n * refactor * rename * rename
7 个月前
manifest.test.ts
⚡ perf: Use nextjs pwa feat to gen manifest file (#4042) * ⚡ perf: Use nextjs pwa feat to gen manifest file * 🐛 fix: Fix review problem * ✅ test: Add test * 💄 style: Update next config * 🐛 fix: Fix test config * 💄 style: Update layout
1 年前
manifest.ts
🐛 fix: fix provider form api key (#6115) * update provider form * improve loading page
1 年前
metadata.test.ts
♻️ refactor: refactor the sitemap implement (#4012) * ✨ feat: Add new sitemap * 🐛 fix: Fix url * ✅ test: Add test * 🐛 fix: Fix host * ✅ test: Fix test * ✅ test: Fix test * 🐛 fix: Fix alternative * 🐛 fix: Try to fix * 🐛 fix: Fix build * 🐛 fix: Fix build * 🔧 chore: Update git ignore * 🐛 fix: Fix review problem
1 年前
metadata.ts
✨ feat: Add changelog modal (#4800) * ✨ feat: Add changelog modal * 💄 style: Update changelog style * ✅ test: Add test * 🔧 chore: Add CDN workflow * ✅ test: Fix test * ✅ test: Fix test * 📝 docs: Update changelog * 📝 docs: Update cdn * refactor version * feat: 实现 changelog 初始化入口,新增后端应用层状态初始化入口 * 🐛 fix: Fix useCheckLatestChangelogId * 🔧 chore: Update types * 🐛 fix: Fix lint * upgrade * ✨ feat: Update env * 🔧 chore: Rename DOC_S3 env * ✅ test: Update test * 👷 ci: Fix build lint error * ♻️ refactor: Refactor models * 💄 style: Add feature flag * ✅ test: Fix test * 💄 style: Rm mobile modal * 💄 style: Update canonical url --------- Co-authored-by: arvinxx <arvinx@foxmail.com>
1 年前
sitemap.test.ts
🐛 fix: missing languages it-IT, pl-PL, nl-NL (#8710) * fix: missing languages it-IT, pl-PL, nl-NL * fix tests --------- Co-authored-by: Daniele Sarnari <daniele.sarnari@beliven.com>
9 个月前
sitemap.ts
✨ feat:support LobeHub MarketPlace (#8841) * feat: 链接market 做基本的市场接驳功能 * feat: 重写分享助手的页面 * feat: 新增market-auth 的 oidc 方案 * feat: 增加初次agent发布链路和更agent逻辑 * feat: 增加二次添加助手时候的提示 * feat: 重新授权时候唤起新的重新授权而不是自动 token 换取 * feat: 添加market-auth-callback的 layout * feat: 调整env 中的market 引用 * fix: 解决url 双/导致的路径请求问题 * fix: fix build error * feat: 更新sitemap 的生成逻辑 * feat: 更新pglite的session meta 定义,增加 marketIdentifier * feat: 增加个人信息存储的逻辑 & 整理发布 agent 时候按钮的整体逻辑 * fix: delete 0030 * feat: add search myown in discover * feat: clean cthe code & refactor agents showpannel * feat: support assistant detail pages have unpublish & achiave hint * feat: change text render type * feat: add submit mode style fixed * fix: fixed migrations * feat: update agent publish version modal * feat: update market publish button * feat: update exmaple &summary show case * feat: add token show in publish modal * feat: add verison show tags antd version? params search * feat: add desktop market auth request way * feat: delete market-oidc second path,change all to base url * feat: change sdk & api into url const & change market api into servers * feat: change all api into /market server path * feat: change the migrations insert position * feat: support assistant origin checkout feature * feat: change the item show place * feat: add market source switch components * feat: add 'force-dynamic' in discord/detail page * feat: change the describe name * feat: styles & locals add * feat: add locals * feat: fixed market update locals * feat: update market-oidc layout * feat: delete some types * feat: support leacgcy params change * feat: change the oidc url * feat: agent detial page should have status show page * feat: add db migrations * test: update test * feat: delete database change & update i18n * fix: rollback mirgration * fix: change mirgration * fix: back snapshot * Update print statement from 'Hello' to 'Goodbye'
6 个月前
translation.test.ts
♻️ refactor: add desktop-release workflow and improve code (#7265) * update * fix tests * add Release Desktop workflow * fix tests * fix coverage config * fix coverage config * fix coverage server test config
1 年前
translation.ts
♻️ refactor: add desktop-release workflow and improve code (#7265) * update * fix tests * add Release Desktop workflow * fix tests * fix coverage config * fix coverage config * fix coverage server test config
1 年前