imeeting/frontend
chenhao ee1e75eda2 feat: 添加密码找回功能和相关接口
- 在 `auth.ts` 中添加 `PasswordPolicyPublic`、`PasswordRecoverySendCodePayload` 和 `PasswordRecoveryResetPayload` 接口
- 添加 `fetchPublicPasswordPolicy`、`sendPasswordRecoveryCode` 和 `resetPasswordByRecovery` API 函数
- 在 `index.ts` 中添加 `resetUserPassword` API 函数
- 更新 `http.ts` 中的 `AUTH_WHITELIST`,添加新的密码找回相关路径
- 在 `App.tsx` 中添加 `ForgotPasswordPage` 路由
- 在 `zh-CN.json` 和 `en-US.json` 中添加密码规则相关的翻译
- 在 `AndroidPushGrpcService.java` 中添加日志记录
- 添加 `LettuceRedisConfig` 配置类
- 在 `login/index.tsx` 中添加忘记密码链接
- 新增 `forgot-password/index.tsx` 页面,实现密码找回功能
- 更新 `global.css` 和 `reset-password/index.tsx` 的样式和逻辑
- 更新 `application.yml`,添加邮件配置
- 更新 `tsconfig.tsbuildinfo` 文件
2026-06-18 13:43:27 +08:00
..
design refactor(layout): 重构应用布局和权限管理功能 2026-02-27 15:07:03 +08:00
public refactor: 优化首页布局和样式 2026-04-03 10:40:34 +08:00
src feat: 添加密码找回功能和相关接口 2026-06-18 13:43:27 +08:00
.gitignore feat: 添加屏保管理页面和相关功能 2026-04-20 11:30:26 +08:00
IMPLEMENTATION_PLAN.md feat(shared): 添加操作帮助面板组件 2026-02-11 13:44:31 +08:00
add-imports.sh feat: 引入PageContainer组件并重构页面布局 2026-05-09 10:17:46 +08:00
batch-refactor-v2.sh feat: 引入PageContainer组件并重构页面布局 2026-05-09 10:17:46 +08:00
batch-refactor.sh feat: 引入PageContainer组件并重构页面布局 2026-05-09 10:17:46 +08:00
index.html feat: 增强会议配置解析和日志级别设置 2026-04-10 09:14:00 +08:00
package-lock.json 新增拖拉排序 2026-04-15 13:49:50 +08:00
package.json 新增拖拉排序 2026-04-15 13:49:50 +08:00
tsconfig.json feat(frontend): 添加Antd App组件和配置更新 2026-04-08 15:13:53 +08:00
tsconfig.node.json feat(shared): 添加操作帮助面板组件 2026-02-10 17:48:44 +08:00
vite.config.ts feat: 添加会议积分管理功能 2026-06-04 14:18:45 +08:00