Commit Graph

9 Commits

Author SHA1 Message Date
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
eaf95cadf2 feat: 统一备份数据发送ftp配置功能接口 2025-04-25 15:39:33 +08:00
TsMask
ad81d04db1 feat: 添加网元配置文件备份的FTP配置管理功能 2025-04-11 11:04:39 +08:00
TsMask
2c6ad22bf2 fix: 导出表列表项查询 2025-02-27 19:31:28 +08:00
TsMask
5b9bcd6660 refactor: 重构更新多个文件中的相关调用 2025-02-20 10:11:40 +08:00
TsMask
e754c4714c feat: 日志备份文件同步FTP功能 2025-01-20 17:20:12 +08:00
310c528ea4 fix: return code to FE issue 2024-09-09 17:24:38 +08:00
46f5b75f95 fix: not such directory issue 2024-09-06 12:02:31 +08:00
cd7e5693f5 add: custom kpi and export log&cdr file 2024-08-29 11:46:45 +08:00