Commit Graph

12 Commits

Author SHA1 Message Date
TsMask
5abfc7feb6 sql: 更新多语言表中的版权信息和系统名称为2025年版本 2025-04-27 17:37:44 +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
5c09ccc98b sql: 更新数据库初始语句 2025-04-25 16:19:46 +08:00
TsMask
081ef5c9cc feat: 添加udm-voip/volte功能接口 2025-04-24 10:55:05 +08:00
TsMask
6bed1fda33 feat: 新增告警导出接口 2025-04-18 19:19:06 +08:00
TsMask
8bb240128e fix: IMS-CDR原因码字典补充 2025-04-18 17:39:09 +08:00
TsMask
e30069603d feat: 配置控制首次登录密码修改 2025-04-18 17:09:30 +08:00
TsMask
1a3188336d sql: 重构网元跟踪任务功能 2025-04-18 16:55:51 +08:00
TsMask
ad81d04db1 feat: 添加网元配置文件备份的FTP配置管理功能 2025-04-11 11:04:39 +08:00
TsMask
a430466ccb sql: 密码不允许使用最近修改的密码数据参数 2025-03-31 18:42:26 +08:00
TsMask
15baf77ad3 sql: 密码强度校验/密码过期时间数据参数 2025-03-31 16:10:26 +08:00
TsMask
37f725b142 fix: 将配置中的 "standard" 修改为 "std" 2025-03-20 19:40:01 +08:00