Commit Graph

117 Commits

Author SHA1 Message Date
33a08bfaab docs: 更新项目结构和模块组织说明,优化构建、测试和开发命令部分 2026-08-03 10:19:33 +08:00
9d576d2d79 test(learning): seed valid quota test questions
Some checks failed
ci / release-gate (push) Has been cancelled
2026-08-03 10:04:20 +08:00
73dd96a178 fix(learning): validate tenant question grading rules 2026-08-03 10:01:38 +08:00
684f4c2f81 test(learning): seed authoritative shared question answers 2026-08-03 09:54:27 +08:00
c54e223ca1 fix(learning): finalize report and generated contracts 2026-08-03 09:51:30 +08:00
6bdfee6807 feat(learning): make practice scoring authoritative 2026-08-03 09:44:57 +08:00
a9a8f0ab9f test: review owner activation authorization surface 2026-08-03 09:18:11 +08:00
134e96dc69 fix: require HTTPS for owner activation links 2026-08-03 09:17:46 +08:00
1d071f02fe chore: exclude TypeScript build cache
Some checks failed
ci / release-gate (push) Has been cancelled
2026-08-01 17:30:16 +08:00
de629bc5c6 docs: add backend development roadmap 2026-08-01 17:29:54 +08:00
ecf506df8a feat: complete tenant site provisioning flow 2026-08-01 17:27:51 +08:00
d58bcd97e9 feat: complete SaaS commercial delivery workflows 2026-08-01 15:26:21 +08:00
46abf4d62f feat(auth): add Redis authorization caching 2026-08-01 12:20:31 +08:00
84c2b0b21d feat: strengthen P0 security and operations 2026-08-01 11:20:02 +08:00
f776056834 Merge pull request 'fix: 修复前端界面边界条件问题' (#1) from wangziqi/tiku-backend.net:fix/frontend-boundary-conditions into main
Reviewed-on: #1
2026-08-01 00:59:39 +00:00
589ecd06f0 fix: 修复前端界面边界条件问题
- rowKey 使用 ?? 替代 ||,避免合法值 0 被当作 falsy
- parseJson 增加非字符串类型防御检查
- toTree 增加递归深度限制防止循环引用栈溢出
- saveBatchNodes 增加空名称数组检查
- localStorage.setItem 捕获 QuotaExceededError
- 路径参数缺失时显式抛出错误而非静默替换
2026-07-30 17:08:03 +08:00
b1146787ab perf: add reproducible concurrency test suite 2026-07-30 16:14:41 +08:00
7a73dcbd12 refactor: consolidate backend into modular monolith 2026-07-30 15:37:31 +08:00
30fd159041 feat: add Vite configuration for Tiku.PlatformAdmin.Web and update documentation
- Introduced Vite configuration files (vite.config.js, vite.config.ts, vite.config.d.ts) for the React frontend.
- Configured server proxy settings for API endpoints.
- Added Vitest configuration files (vitest.config.js, vitest.config.ts, vitest.config.d.ts) for testing.
- Updated architecture overview to reflect the separation of the platform admin frontend into its own React project.
- Modified quickstart documentation to guide users on starting the platform admin frontend.
2026-07-30 14:54:53 +08:00
8eaad9a358 fix: 修改AspNetCore日志级别为Warning以提高错误监控 2026-07-30 13:31:10 +08:00
d895e1da63 docs: rewrite documentation from current implementation 2026-07-30 13:30:24 +08:00
5100854795 feat: 更新前端静态演示数据处理 2026-07-30 13:18:18 +08:00
99985a61d1 fix: update runtime configuration and improve backend status messages for demo mode 2026-07-30 13:02:06 +08:00
a9b89f72e9 feat: add backfill for new permissions in super admin role during catalog seeding 2026-07-30 12:29:58 +08:00
96c20a3b1d feat: add platform public question bank workspace 2026-07-30 12:18:14 +08:00
bf370605d4 fix: make development database seeding reliable 2026-07-30 10:03:45 +08:00
98585aa521 perf: remove backoffice catalog query amplification 2026-07-30 09:50:05 +08:00
bedc77bffd perf: optimize authorization scoreline and workers 2026-07-30 09:12:27 +08:00
4bea745b79 feat: Add tags and endpoint summaries to various controllers for better API documentation
- Added tags to BrowserAuthController for browser authentication endpoints.
- Added tags to CatalogController for public catalog access.
- Added tags to CommerceController for student transaction operations.
- Added tags to CommissionController for tenant commission management.
- Added tags to CrmController for tenant CRM functionalities.
- Added tags to HealthController for system health checks.
- Added tags to LearningController for student learning resources.
- Added tags to MeController for current user information.
- Added tags to PlatformAdminController for platform management.
- Introduced PlatformBackofficeController for backend permissions management.
- Added tags to PlatformBillingCallbackController for billing callbacks.
- Added tags to PlatformPaymentSettingsController for payment settings management.
- Added tags to PlatformSaasController for SaaS package management.
- Added tags to PlatformTenantCapabilitiesController for tenant capabilities.
- Added tags to PointsController for student points management.
- Added tags to ProfileController for student profile management.
- Added tags to QuestionVideosController for question video resources.
- Added tags to ReferralController for referral growth management.
- Added tags to RuntimeController for runtime configurations.
- Added tags to ScorelineController for scoreline management.
- Added tags to TaxonomyController for category management.
- Added tags to TenantAdminDirectController for tenant operations management.
- Introduced TenantBackofficeController for tenant backend permissions.
- Added tags to TenantBillingController for tenant billing operations.
- Added tags to TenantCommerceController for tenant commerce operations.
- Added tags to TenantContentController for tenant content management.
- Added tags to TenantContentDirectController for direct content management.
- Added tags to TenantFrontendConfigController for frontend configurations.
- Added tags to TenantOnboardingController for onboarding guidance.
- Added tags to TenantPublicController for public tenant configurations.
- Added tags to TenantsController for current tenant information.
- Added tags to VideosController for student video resources.
2026-07-29 16:16:27 +08:00
11c6c74634 feat(docs): 添加 TIKU Backend 当前技术架构图 2026-07-29 15:42:23 +08:00
ead7bdc2e2 feat(platform): add CRM SMS and payment settings 2026-07-29 15:41:27 +08:00
6db200a2fc feat(saas): implement marketplace and tenant onboarding 2026-07-29 13:58:59 +08:00
76606029e2 docs: 添加 SaaS 题库产品边界与后续接口路线文档链接 2026-07-29 11:34:47 +08:00
5c4de4b282 feat(security): complete capability messaging workflows 2026-07-29 11:21:15 +08:00
df88fa19cb feat(security): add distributed authorization foundation 2026-07-29 10:40:10 +08:00
c7f9a4e3c9 feat(auth): replace TOTP with phone-first login 2026-07-28 17:39:29 +08:00
e7d350ec3d feat: bootstrap local platform development 2026-07-28 17:01:44 +08:00
5732df8886 docs: simplify migration documentation 2026-07-28 16:22:50 +08:00
b8d14e8a7e docs: add authentication hardening plan 2026-07-28 15:59:56 +08:00
28d1a7ac52 chore: introduce semantic kernel ai foundation 2026-07-28 15:35:19 +08:00
7a3cf09a99 feat: add student video and profile experience 2026-07-28 15:23:42 +08:00
5e993298e7 feat: 添加租户隔离保护触发器的管理方法,并更新迁移文档 2026-07-28 14:45:33 +08:00
99e4e43122 feat: complete phase six backoffice operations 2026-07-28 14:31:43 +08:00
747ff59d76 feat: 添加仓库指南文档,包含项目结构、构建命令、编码风格及测试规范 2026-07-28 12:28:53 +08:00
a537fee613 feat: 添加 CodeGraph 数据文件的 .gitignore 配置 2026-07-28 12:26:46 +08:00
e43ae0574c refactor(api): split startup configuration 2026-07-28 12:25:28 +08:00
5d2248efee feat: harden SaaS authentication and authorization 2026-07-28 12:15:51 +08:00
f22f329d33 feat: add phase five operations foundation 2026-07-28 09:57:50 +08:00
71793a2de0 feat: 完成外部服务解耦与租户级 Provider 模块化,移除 Supabase 依赖 2026-07-27 17:56:25 +08:00
70b99e6063 feat: modularize external providers 2026-07-27 17:47:21 +08:00