tim
|
4cc2800f09
|
feat: timeline 基础格式更新
|
2025-09-18 20:48:46 +08:00 |
|
Tim
|
72b2b82e02
|
fix: 后端代码格式化
|
2025-09-18 14:42:25 +08:00 |
|
Tim
|
b64f9ef1f6
|
fix: 抽奖贴无法看见参与人员 #999
|
2025-09-18 10:43:55 +08:00 |
|
Tim
|
f67e220894
|
fix: 旧帖子的last_reply_at也要及时更新(仅一次)
|
2025-09-17 14:14:55 +08:00 |
|
Tim
|
9306e35b84
|
Merge remote-tracking branch 'origin/main' into pr-979
|
2025-09-17 13:49:34 +08:00 |
|
Tim
|
5d499956d7
|
Delete post change logs before removing posts
|
2025-09-17 13:30:58 +08:00 |
|
Tim
|
9101ed336c
|
Merge pull request #990 from nagisa77/codex/fix-foreign-key-constraint-error-on-deletepost-1xt4ec
Fix foreign key failures when deleting posts
|
2025-09-17 12:29:25 +08:00 |
|
Tim
|
28e3ebb911
|
Handle point history cleanup when deleting posts
|
2025-09-17 12:29:09 +08:00 |
|
Tim
|
e93e33fe43
|
Revert "Handle point history cleanup when deleting posts"
This reverts commit b4a811ff4e.
|
2025-09-17 12:27:07 +08:00 |
|
Tim
|
0ebeccf21e
|
Merge branch 'pr-971' of github.com:nagisa77/OpenIsle into pr-971
|
2025-09-17 12:23:40 +08:00 |
|
Tim
|
89842b82e9
|
fix: 文章缓存修改为 10 min
|
2025-09-17 12:23:20 +08:00 |
|
Tim
|
b4a811ff4e
|
Handle point history cleanup when deleting posts
|
2025-09-17 12:21:17 +08:00 |
|
Tim
|
7067630bcc
|
fix: 验证码部分验证完毕,提交小修改
|
2025-09-17 12:06:02 +08:00 |
|
Tim
|
063866cc3a
|
Fix post cache keys to include pagination
|
2025-09-17 11:52:42 +08:00 |
|
Tim
|
6f968d16aa
|
fix: 处理首屏返回空的问题
|
2025-09-17 11:41:35 +08:00 |
|
sivdead
|
1a21ba8935
|
feat(posts): 优化帖子评论统计性能
- 在 Post 模型中添加 commentCount 和 lastReplyAt 字段
- 在 CommentService 中实现更新帖子评论统计的方法
- 在 PostMapper 中使用 Post 模型中的评论统计字段
- 新增数据库迁移脚本,添加评论统计字段和索引
- 更新相关测试用例
|
2025-09-12 11:08:59 +08:00 |
|
wangshun
|
37c4306010
|
缓存功能追加
1.最新回复列表
2.最新列表
|
2025-09-11 15:29:24 +08:00 |
|
wangshun
|
843e53143d
|
用户访问统计使用缓存+定时任务
+ 重要:注释的地方如果没用到@nagisa77可以删除
|
2025-09-09 16:31:59 +08:00 |
|
wangshun
|
2110980797
|
控制用户发帖频率
|
2025-09-09 13:23:14 +08:00 |
|
Tim
|
e40a6a3ca9
|
Merge pull request #935 from smallclover/main
redis功能-注册找回密码
|
2025-09-08 17:14:04 +08:00 |
|
wangshun
|
43fa408f46
|
redis功能-注册找回密码
+ 注册功能,验证码使用缓存,五分钟过期
+ 重置密码,验证码使用缓存,五分钟过期
|
2025-09-08 15:23:52 +08:00 |
|
Tim
|
b3d050b42e
|
Add system user and log attribution
|
2025-09-08 15:19:17 +08:00 |
|
Tim
|
6d66cb48dc
|
feat: log poll and lottery results
|
2025-09-08 15:00:15 +08:00 |
|
Tim
|
5ae0f9311c
|
feat: add result change log entities
|
2025-09-08 13:54:35 +08:00 |
|
Tim
|
039d482517
|
Add post change log tracking
|
2025-09-08 11:27:35 +08:00 |
|
Tim
|
c43e4b85bc
|
Test recalculation updates balance
|
2025-09-07 12:47:44 +08:00 |
|
Tim
|
fb3a2839db
|
Merge pull request #909 from Linindoo/main
修复纯数字用户名的用户个人首页 404 问题(注册和修改校验用户名不能为纯数字)
|
2025-09-07 11:14:40 +08:00 |
|
mewhz
|
9e4ad29c7f
|
🔧 配置文件和部署文档新增 resend 邮箱服务
|
2025-09-06 15:16:02 +08:00 |
|
zhoujia
|
5534573a19
|
创建和更新用户名校验增加校验,不允许纯数字用户名
|
2025-09-05 15:08:22 +08:00 |
|
wangshun
|
c0afe9e2a9
|
轻量级redis缓存追加
本次主要改动范围:
1.分类列表缓存
2.标签列表缓存
追加的新类库
1.redis
2.jsr310→java8时间类localdatetime无法解析的问题
3.jaskson-hibernate6->hibernate 字段懒加载问题
其他改动
1.修改了初始化脚本的用户名,追加密码说明
|
2025-09-04 18:11:18 +08:00 |
|
Tim
|
47a72dc9b0
|
Fix duplicate WebSocket broadcasts
|
2025-09-04 13:50:05 +08:00 |
|
zpaeng
|
f482d9ff9d
|
fix:【站内信】
|
2025-09-02 23:16:27 +08:00 |
|
zpaeng
|
78a65c6afe
|
feat:Websocket服务拆到单独服务,主后台保持单工通信
|
2025-09-02 23:10:56 +08:00 |
|
Tim
|
4af19a75c9
|
Merge pull request #815 from sivdead/main
fix: 解决删除评论后积分历史和当前积分不一致的问题
|
2025-09-01 14:32:01 +08:00 |
|
Tim
|
f3512c1184
|
feat: add Telegram authentication
|
2025-09-01 11:39:10 +08:00 |
|
sivdead
|
28842c90b1
|
feat(service): 在 CommentService 中添加逻辑删除评论时重新计算用户积分的功能,并在 PointService 中实现用户积分的重新计算方法
|
2025-09-01 11:32:20 +08:00 |
|
Tim
|
a428f472f2
|
Merge pull request #809 from nagisa77/codex/shorten-invitation-link
feat: shorten invite links
|
2025-09-01 11:26:25 +08:00 |
|
Tim
|
8544803e62
|
feat: shorten invite links
|
2025-09-01 11:25:32 +08:00 |
|
Tim
|
098d82a6a0
|
feat: add email notification settings
|
2025-09-01 11:23:31 +08:00 |
|
Tim
|
ef71d0b3d4
|
Merge pull request #798 from nagisa77/feature/vote
feature for vote
|
2025-09-01 10:28:44 +08:00 |
|
sivdead
|
72adc5b232
|
feat(model): 为 Comment 和 PointHistory 实体添加逻辑删除功能
|
2025-08-31 14:03:48 +08:00 |
|
Tim
|
2f339fdbdb
|
feat: enable multi-option polls
|
2025-08-31 12:13:41 +08:00 |
|
Tim
|
5a09934866
|
refactor poll and lottery forms, add poll notifications
|
2025-08-31 01:49:37 +08:00 |
|
Tim
|
569531b462
|
feat: add poll vote repository
|
2025-08-30 12:06:11 +08:00 |
|
Tim
|
55dd36bd24
|
feat: add poll post type
|
2025-08-29 22:36:36 +08:00 |
|
Tim
|
d79dc8877d
|
fix: handle reaction notification and point deduction
|
2025-08-27 20:23:28 +08:00 |
|
Tim
|
5053ac213d
|
test(points): cover trend endpoint
|
2025-08-27 15:42:49 +08:00 |
|
Tim
|
cb614b9739
|
feat: integrate points with lottery participation
|
2025-08-26 11:14:20 +08:00 |
|
Tim
|
bd9ce67d4b
|
feat: add favorites tab to user profile
|
2025-08-26 10:48:38 +08:00 |
|
Tim
|
175ab79b27
|
feat: support message replies and reactions
|
2025-08-25 16:42:14 +08:00 |
|