Commit Graph

11 Commits

Author SHA1 Message Date
2a670b3a78 feat: add tenant membership flow 2026-01-13 10:26:11 +08:00
4022a776a6 fix: scope creator contents and bind uploads 2026-01-12 15:33:39 +08:00
3e095c57f3 feat: tenant-scoped routing and portal navigation 2026-01-08 21:30:46 +08:00
d98f41f1ac feat: align ids to int64 2026-01-08 09:57:04 +08:00
5b45f7d5c4 feat: 添加租户列表接口,优化租户相关功能;更新前端租户列表和收藏功能 2026-01-07 16:10:03 +08:00
ab5bc8d41a feat: 添加内容创建时间字段,优化内容列表和详情视图;添加创作者内容列表接口;优化上传和删除功能 2026-01-06 17:03:11 +08:00
984770c6a1 feat(editor): update 2025-12-31 14:50:18 +08:00
e6a8e3f321 feat: 更新用户上下文处理,服务方法显式接受用户参数,简化上下文调用 2025-12-30 23:01:35 +08:00
54de243fa1 feat: Refactor user context handling and service methods
- Updated middleware to fetch user and tenant models by ID and set them in context.
- Refactored common service methods to accept userID as a parameter instead of extracting from context.
- Modified content service methods to include userID as a parameter for better clarity and performance.
- Adjusted coupon, creator, notification, order, tenant, user, and wallet services to utilize userID directly.
- Enhanced context key constants for improved readability and maintainability.
2025-12-30 22:49:26 +08:00
e5064db577 refactor: 移除不必要的上下文调用,简化服务方法参数 2025-12-30 22:14:22 +08:00
ad52371028 feat: implement new structure 2025-12-29 09:30:49 +08:00