Commit Graph

20 Commits

Author SHA1 Message Date
8080750078 refactor(ReactionController): 提取获取用户ID的逻辑到独立方法
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
将重复的jwtUtils.getUserIdFromRequest调用提取为私有方法getUserIdFromRequest
2026-02-25 15:58:54 +08:00
32097e57d7 fix(user-service): resolve Spring Cloud OpenFeign and Jakarta servlet dependencies
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
- Add spring-cloud-starter-openfeign dependency for Feign client support
- Add jakarta.servlet-api dependency for Spring Boot 3.x compatibility
- Update HttpServletRequest import from javax.servlet to jakarta.servlet in SmartCollectionController
- Document backend build fixes and dependency migration in BACKEND_FIXES_SUMMARY.md
- Resolve compilation errors caused by missing Spring Cloud and Jakarta EE dependencies
2026-02-25 15:27:20 +08:00
10ef5918fc feat(user-service): 实现用户服务核心功能与数据同步
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
- 新增用户资料、偏好设置、自定义字段管理功能
- 实现评论、反应、相册与智能集合的完整业务逻辑
- 添加离线变更记录与数据同步机制支持冲突解决
- 集成 Redis 缓存配置与用户统计数据聚合
- 创建 8 个业务控制器处理用户交互请求
- 新增 Feign 客户端与故事服务集成
- 补充详细的后端实现与 WebSocket 指南文档
- 更新项目依赖配置支持新增功能模块
2026-02-25 15:04:30 +08:00
40412f6f67 feat: 新增协作邀请功能与标签管理
Some checks failed
test/timeline-server/pipeline/head Something is wrong with the build of this commit
新增故事协作邀请功能,包括邀请状态字段和相关接口
添加标签管理功能,支持时间线节点的标签分类
实现智能填充服务,从图片EXIF提取时间和地点信息
优化Docker镜像使用Alpine基础镜像减少体积
新增批量操作功能,包括排序、删除和时间修改
扩展通知系统支持协作邀请相关消息
添加评论和提醒功能相关实体和服务接口
2026-02-24 10:32:35 +08:00
7972fa775a chore: 修改 XUserIdHandshakeInterceptor 以支持 Bearer 前缀
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-02-11 15:11:08 +08:00
482c32a59c feat: 增加通知系统、RabbitMQ集成及Docker一键部署脚本
All checks were successful
test/timeline-server/pipeline/head This commit looks good
1. 新增通知中心功能,支持好友请求、评论、点赞等多种通知类型的持久化与推送
2. 集成 RabbitMQ 用于异步处理动态日志,解耦动态服务与日志记录逻辑
3. 提供完整的 Docker Compose 部署方案及一键启动/停止脚本(Shell/Bat)
4. 优化文件服务,增加图片上传时的自动压缩处理以节省存储空间
5. 增强动态服务,支持通过 shareId 公开访问动态项及关键词搜索功能
6. 完善代码健壮性,在关键业务 Service 层增加 @Transactional 事务控制
2026-02-11 14:28:27 +08:00
cf68d35d76 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-06 10:59:06 +08:00
4a7c1356d1 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-06 09:14:31 +08:00
44dfd655db 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 17:12:57 +08:00
49de9c6348 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 17:03:06 +08:00
8271c9f000 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 16:40:46 +08:00
962a3ad07f 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 16:31:17 +08:00
d928c11f03 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 16:20:41 +08:00
f673358aa6 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 16:08:53 +08:00
de03f2f9d4 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 15:57:02 +08:00
640eb23bde 引入nacos支持
All checks were successful
test/timeline-server/pipeline/head This commit looks good
2026-01-05 15:21:26 +08:00
jiangh277
8f397d93e7 java image edit
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
2025-12-24 17:04:30 +08:00
jiangh277
ab0571d177 build file
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
2025-12-24 15:25:08 +08:00
jiangh277
4c7d59f87b init 2025-12-24 14:17:19 +08:00
jiangh277
aa42f35254 新增user服务和gateway服务 2025-08-12 19:01:26 +08:00