Commit Graph

11 Commits

Author SHA1 Message Date
TsMask
16b8e780ad fix: 更新数据库和Redis配置 2025-05-20 16:27:24 +08:00
TsMask
56991a0b49 feat: Implement Oauth2 login log service and repository
- Added Oauth2LogLoginService for managing user authorization logs.
- Implemented methods for inserting logs, cleaning logs, and exporting log data.
- Created a new file for Oauth2 login log service.

refactor: Remove unused open_api module

- Deleted the open_api.go file as it was not utilized in the project.

fix: Update error codes in SysProfileController

- Changed error codes for binding errors and user authentication errors to more descriptive values.

fix: Update cache handling in SysConfig and SysDictType services

- Modified Redis set operations to include expiration time for cached values.

refactor: Update middleware authorization checks

- Replaced PreAuthorize middleware with AuthorizeUser across multiple routes in system and tool modules for consistency.

chore: Clean up trace and ws modules

- Updated middleware authorization in trace and ws modules to use AuthorizeUser.
2025-04-27 11:07:34 +08:00
TsMask
37f725b142 fix: 将配置中的 "standard" 修改为 "std" 2025-03-20 19:40:01 +08:00
TsMask
47d2818cc8 perf: 构建工具调整 2025-03-19 11:33:28 +08:00
TsMask
8c1a73e9b3 perf: 构建工具调整 2025-03-18 16:01:11 +08:00
TsMask
a27e1d243c perf: 配置文件调整 2025-03-17 19:21:52 +08:00
TsMask
c563027369 refactor: 调整更新配置文件 2025-03-06 18:36:31 +08:00
TsMask
f3c33b31ac feat: 更新多个模块以支持新的数据结构和日志格式 2025-02-20 10:08:27 +08:00
TsMask
8b5a461c81 feat: 关闭接口加密 2025-01-24 09:43:50 +08:00
TsMask
e754c4714c feat: 日志备份文件同步FTP功能 2025-01-20 17:20:12 +08:00
TsMask
be9b9b1fdf perf: 配置文件加载优化 2025-01-07 11:19:14 +08:00