Commit Graph

13 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
5b9bcd6660 refactor: 重构更新多个文件中的相关调用 2025-02-20 10:11:40 +08:00
lai
c40feee2bb 完善条件 2024-12-13 16:03:29 +08:00
simonzhangsz
3dc6c09d73 fix: custom indicator exist issue 2024-12-13 11:11:34 +08:00
baa04cc7f9 fix: custom indicator kpi_id issue 2024-11-27 15:20:23 +08:00
395ebb05f9 update comment 2024-11-08 15:45:22 +08:00
1efbae9a4d add: return expression alias while get customized kpi list 2024-11-08 11:25:20 +08:00
802210cb7d fix: customized kpi features issues 2024-11-06 17:19:17 +08:00
c4533da0e0 fix: return code and message to FE issue 2024-09-09 17:19:50 +08:00
9a14520da6 fix: return code to FE issue 2024-09-09 17:11:10 +08:00
4ddf6db122 add: filter dupliate title in kpi_c_title 2024-09-06 11:44:24 +08:00
fb3ce6183b fix for custom kpi and export log&cdr table file 2024-08-30 11:41:22 +08:00
cd7e5693f5 add: custom kpi and export log&cdr file 2024-08-29 11:46:45 +08:00