237899745
  • Joined on 2025-12-10
237899745 pushed to master at 237899745/zsglpt 2025-12-12 10:48:39 +08:00
9f0b5b1819 添加自动备注日志
237899745 pushed to master at 237899745/zsglpt 2025-12-12 10:43:17 +08:00
8730a0a387 自动获取真实姓名作为账号备注(静默完成)
237899745 pushed to master at 237899745/zsglpt 2025-12-12 10:12:48 +08:00
2d0d51da17 添加定时任务随机时间执行功能;修复手动执行任务不发送邮件通知
237899745 pushed to master at 237899745/zsglpt 2025-12-11 23:31:23 +08:00
d1e47dca7f fix: 修复send_email参数名错误
237899745 pushed to master at 237899745/zsglpt 2025-12-11 23:27:58 +08:00
4b258c9061 fix: 修复批次邮件在截图完成后发送
237899745 pushed to master at 237899745/zsglpt 2025-12-11 23:21:26 +08:00
578489cb0b feat: 定时任务截图打包发送邮件
237899745 pushed to master at 237899745/zsglpt 2025-12-11 22:52:41 +08:00
fc9c264f37 fix: 使用容器内可用字体生成验证码
237899745 pushed to master at 237899745/zsglpt 2025-12-11 22:49:43 +08:00
87b04e84d3 fix: 增大验证码显示尺寸
c1256f6425 fix: 修复邮件设置checkbox点击范围过大问题
Compare 2 commits »
237899745 pushed to master at 237899745/zsglpt 2025-12-11 22:45:52 +08:00
5c80fa0860 fix: 修复邮箱绑定验证错误及多项改进
237899745 pushed to master at 237899745/zsglpt 2025-12-11 22:33:55 +08:00
bda780ed5c fix: 修复邮件Token时间解析错误
237899745 pushed to master at 237899745/zsglpt 2025-12-11 22:22:15 +08:00
20efb7ec2a feat: 添加邮件功能第六阶段 - API浏览任务通知
237899745 pushed to master at 237899745/zsglpt 2025-12-11 22:20:38 +08:00
7298cffe5e feat: 添加邮件功能第五阶段 - 用户邮箱绑定
237899745 pushed to master at 237899745/zsglpt 2025-12-11 22:10:09 +08:00
f020a9c6d9 feat: 添加邮件功能第四阶段 - 任务完成通知
237899745 pushed to master at 237899745/zsglpt 2025-12-11 21:58:57 +08:00
0c0a5a7770 feat: 添加邮件功能第三阶段 - 密码重置
237899745 pushed to master at 237899745/zsglpt 2025-12-11 21:51:14 +08:00
648cf0adf0 feat: 添加邮件功能第二阶段 - 注册邮箱验证
237899745 pushed to master at 237899745/zsglpt 2025-12-11 21:38:36 +08:00
2f762db337 feat: 添加邮件功能第一阶段 - 邮件基础设施
237899745 pushed to master at 237899745/zsglpt 2025-12-11 20:41:54 +08:00
364566df99 修复用户和管理员session冲突问题
237899745 pushed to master at 237899745/zsglpt 2025-12-11 20:26:56 +08:00
9bc4cc66fe 添加Pillow依赖用于验证码图片生成
237899745 pushed to master at 237899745/zsglpt 2025-12-11 20:09:25 +08:00
5c9696e65d 添加cryptography依赖和crypto_utils.py到Docker构建
237899745 pushed to master at 237899745/zsglpt 2025-12-11 20:00:32 +08:00
acb22cf96b 修复12项安全漏洞和代码质量问题