Go to file
chenhao 194a05cbe0 feat: 添加密码找回页面和更新认证逻辑
- 新增 `forgot-password/index.tsx` 页面,实现密码找回功能
- 更新 `AndroidAuthServiceImpl`,添加 `authenticateHttpIgnoreToken` 方法,并在 `authenticateHttp` 方法中增加 `ignoreTokenValidation` 参数
- 更新 `AndroidAuthService` 接口,添加 `authenticateHttpIgnoreToken` 方法
- 更新 `AndroidDeviceController`,使用 `authenticateHttpIgnoreToken` 方法进行认证
- 优化 `AndroidDeviceRegistrationServiceImpl` 中的异常信息
- 更新 `.gitignore`,忽略不必要的文件和目录
2026-06-18 14:52:13 +08:00
backend feat: 添加密码找回页面和更新认证逻辑 2026-06-18 14:52:13 +08:00
components feat: 增强会议配置解析和日志级别设置 2026-04-10 09:14:00 +08:00
frontend feat: 添加密码找回功能和相关接口 2026-06-18 13:43:27 +08:00
imeeting-h5 feat: 添加密码找回页面和更新认证逻辑 2026-06-18 14:52:13 +08:00
.gitignore feat: 添加密码找回页面和更新认证逻辑 2026-06-18 14:52:13 +08:00
init.md feat: 添加会议创建事件和任务调度监听器 2026-03-03 15:51:17 +08:00