Commit Graph

30 Commits

Author SHA1 Message Date
ffd9b0c8f0 chore: 补充后端核心模块的中文注释 2026-07-15 11:54:01 +08:00
yiyiis
33c0bd418c fix: 点赞后失效推荐列表的 video:entity 缓存
UpdatePopularityCache 只失效了 video:detail 缓存,
未失效 feed 使用的 video:entity 缓存(1h TTL),
导致推荐列表 likes_count 长时间显示为旧值
2026-05-23 00:36:02 +08:00
leonincs
9c00e06b1f fix: 修复构建配置和运行时错误处理 2026-05-20 16:34:46 +08:00
leonincs
732e284369 style: 统一代码格式和行尾 2026-05-20 16:34:19 +08:00
yiyiis
6487f03c4a feat: 实现视频分片上传与断点续传
- 后端:init/upload/status/complete 四个分片上传接口
- 后端:基于 Redis 的上传会话管理,支持断点续传
- 后端:分片 MD5 校验、幂等上传、顺序合并
- 测试:覆盖完整上传流程、断点续传、幂等性、哈希校验、未完成合并、状态查询
- 前端:Vue 3 分片上传组件,支持并发上传与进度展示
2026-05-11 20:49:55 +08:00
Sisyphus
18245c06bf feat(P3): 私信 + #话题标签 + @提及 完成 2026-04-25 20:10:50 +08:00
Sisyphus
ec56c73016 feat(P2): 粉丝/关注数 + 用户主页统计 (getProfile/getCounts) 2026-04-25 19:58:16 +08:00
Sisyphus
1cadc95863 fix: Social GetAllFollowers/Vloggers + Like ListLikedVideos 加 Limit(200) 防海量数据 2026-04-25 17:45:33 +08:00
Sisyphus
48a7eea0f9 fix: Worker 队列补充 DLX args + GetAllComments 加排序和分页限制 2026-04-25 17:10:55 +08:00
Sisyphus
dd47b48473 refactor(P3): Redis 缓存键版本化 — Client 增加 Key() 方法,默认前缀 v1: 2026-04-25 16:57:02 +08:00
Sisyphus
41ae86f908 refactor(P3): HomeView 拆分为 3 composable + CommentDrawer 组件 (924行→~180行) 2026-04-25 16:48:17 +08:00
Sisyphus
15f86f08ae fix(P2): 修复 import cycle — 将 apierror 移出 internal/http 避免循环依赖 2026-04-25 16:18:57 +08:00
Sisyphus
025be6dd78 refactor(P2): Handler 错误码精确化 — service 层引入哨兵错误,handler 层用 ClassifyHTTPStatus 分类 2026-04-25 16:03:29 +08:00
Sisyphus
7d02262098 fix(P2): rand.Read错误处理 + JWT随机密钥 + 密码环境变量化 + 前端路由守卫 2026-04-25 15:57:15 +08:00
Sisyphus
d68a4f3f65 fix(P1): Router Bug 修复 + Video 复合索引 + ListByAuthorID 加 LIMIT 2026-04-25 15:29:47 +08:00
leonincs
d7a0e2a6b7 fix feed empty list rendering 2026-04-23 19:05:44 +08:00
tangerineyu
21efce6049 feat(config): 本地config文件缺失时使用默认配置 2026-03-24 19:05:06 +08:00
Amnesia
14d8694b2a perf:减少PublishVideo中的数据库查询 2026-03-21 11:19:09 +08:00
Amnesia
05c846c295 fix:修复命名错误 2026-03-14 19:56:31 +08:00
Amnesia
be48ffced5 perf:改变写入逻辑 2026-03-13 16:15:44 +08:00
Amnesia
7be6e8bdb5 feat:时间线相关rabbitMQ 2026-03-13 16:00:17 +08:00
Leon
4a91452fc3 feat: 相关业务的调用 2025-12-30 01:26:38 +08:00
Leon
631cb2203f feat: 评论相关rabbitMQ 2025-12-30 01:25:54 +08:00
Leon
475dfbe8da feat: 流行度相关rabbitMQ 2025-12-30 01:25:30 +08:00
Leon
3800373166 feat: 点赞相关rabbitMQ 2025-12-30 01:23:54 +08:00
Leon
fbd0cd38ec refactor: 将redis提取到middleware文件夹 2025-12-28 18:38:14 +08:00
Leon
328fae5f07 feat:添加热榜功能并添加了增加热度的方法。 2025-12-26 22:49:17 +08:00
Leon
fe292aa1c6 feat: 添加了上传视频的功能 2025-12-26 18:24:13 +08:00
Leon
a21a79a2be feat: 添加了列出点赞视频的功能 2025-12-26 18:23:55 +08:00
Leon
9ba916643e move: 后端 2025-12-25 22:40:20 +08:00