|
2ec0b343e0
|
fix(system/user): 修复删除用户时未及时清除第三方账号信息的错误 (PR by Gitee@hagyao520)
|
2025-03-20 22:31:57 +08:00 |
|
|
594ea3208d
|
feat(system): 新增普通用户角色并调整第三方登录用户默认角色
- 原来第三方登录用户注册后默认为超管用户,是出于方便演示环境用户查看,本次有 Gitee@hagyao520 大佬反馈不安全,干脆调整此逻辑,感谢大佬提供的普通用户角色 PR
|
2025-03-20 22:27:51 +08:00 |
|
|
603b12d10d
|
fix(system/storage): 增加设置默认存储前的状态检查
|
2025-03-19 22:37:24 +08:00 |
|
|
b879f02c68
|
refactor(system): 调整用户相关类到 user 包下
|
2025-03-19 22:34:08 +08:00 |
|
|
1ce636feec
|
fix(system/dict): 修复枚举字典初始化时可能存在空字典的问题
|
2025-03-19 22:33:08 +08:00 |
|
|
394b93ead5
|
refactor(system): 重构短信配置功能模块
|
2025-03-19 22:31:20 +08:00 |
|
luoqiz
|
1a4716f3ba
|
feat: 新增短信配置 (#144)
|
2025-03-17 14:35:17 +08:00 |
|
|
74c4270323
|
refactor(system/file): 优化文件相关代码
|
2025-03-13 21:13:38 +08:00 |
|
luoqiz
|
27cf46409a
|
revert: 头像不再存储为 base64,而是存储到文件管理中 (#142)
|
2025-03-13 09:59:39 +08:00 |
|
|
093d2d3c8a
|
feat(system): 添加字典和菜单缓存清除接口,并优化字典的缓存逻辑
- 在 DictController 中添加清除字典缓存接口
- 在 MenuController 中添加清除菜单缓存接口
- 更新数据库变更脚本,添加相关权限
- 优化字典的缓存逻辑
|
2025-03-12 22:11:38 +08:00 |
|
|
a75c2cc453
|
refactor(system): 优化文件相关类的属性顺序和注释,增强代码可读性
- 优化文件相关类的属性顺序和注释,增强代码可读性
- 优化 File、Message 相关代码的包结构
|
2025-03-08 18:32:43 +08:00 |
|
luoqiz
|
42970d91eb
|
refactor(system/file): 文件添加路径和md5值 (#138)
|
2025-03-08 17:56:51 +08:00 |
|
luoqiz
|
d83fd0d5cb
|
refactor: 上传文件后返回id及缩略图 (#137)
Closes #132
|
2025-03-06 13:39:15 +08:00 |
|
|
37d6efb70e
|
refactor(system/storage): 重构存储管理,新增设置默认存储、修改状态接口
S3 => OSS
|
2025-03-04 21:29:56 +08:00 |
|
|
0a62f81ad7
|
fix(system/role): 修复角色菜单权限缓存未清理错误,优化角色菜单缓存逻辑
Closes #IBNENK
|
2025-02-27 20:02:53 +08:00 |
|
|
82cf4390e8
|
chore: 客户端管理 => 终端管理
|
2025-02-26 21:27:28 +08:00 |
|
|
d3369119e0
|
chore: 优化系统配置 SQL 数据脚本
|
2025-02-26 21:09:37 +08:00 |
|
|
5b76fe9bb9
|
Revert "feat(system/config): 移除系统管理,新增存储配置"
This reverts commit 6d64f47d3e .
|
2025-02-26 20:30:06 +08:00 |
|
|
6d64f47d3e
|
feat(system/config): 移除系统管理,新增存储配置
|
2025-02-25 14:17:53 +00:00 |
|
|
144cfa27ce
|
refactor(system/user): 分页列表调整排除用户 ID 列表参数为 roleId,改为后端根据 roleId 查询
|
2025-02-14 23:01:09 +08:00 |
|
|
9eb0252d09
|
chore: continew-starter 2.8.3 => 2.9.0
1.使用 QueryWrapperHelper#sort 优化部分排序
|
2025-02-14 22:52:09 +08:00 |
|
|
f6535ef7a3
|
refactor(system/role): 重构角色管理
|
2025-02-06 20:36:18 +08:00 |
|
|
cefbf82f20
|
chore: continew-starter 2.8.2 => 2.8.3
1.移除 BaseReq、BaseDO、BaseCreateDO、BaseUpdateDO 等(已移动到 Admin 项目内)
2.移除 BaseReq
3.修复查询条件校验无效的问题
4.调整版本为 3.5.0-SNAPSHOT,方便区分稳定版和快照版
|
2025-01-16 21:53:08 +08:00 |
|
|
498e680672
|
refactor: 调整 starter 内的 BaseDO、BaseCreateDO、BaseUpdateDO 到 admin 项目
|
2025-01-12 23:16:21 +08:00 |
|
|
146f5b2169
|
chore: continew-starter 2.8.1 => 2.8.2
1.graceful-response 5.0.4-boot3 => 5.0.5-boot3(修复父类参数校验异常)
2.修复日志记录时所属模块和描述取值优先级失效的问题
3.使用 SpringUtils.getProxy 优化部分代码
|
2025-01-09 21:34:50 +08:00 |
|
|
f1d0b491b1
|
refactor: 调整 starter 内的 CommonUserService、ContainerPool 到 admin 项目
|
2025-01-09 21:28:14 +08:00 |
|
|
d12c68d243
|
chore: continew-starter 2.8.0 => 2.8.1
|
2025-01-06 21:29:35 +08:00 |
|
|
229bd9becf
|
refactor(system/client): 完善客户端管理
|
2024-12-27 21:54:10 +08:00 |
|
|
144251b21e
|
refactor: 调整 starter 内的 BaseResp、BaseDetailResp 到 admin 项目
|
2024-12-27 20:48:38 +08:00 |
|
|
438615f87c
|
refactor: 优化认证及客户端相关代码
|
2024-12-27 20:29:36 +08:00 |
|
Guaning
|
c870014730
|
fix(system/user): 修复导入用户部门名称校验注解使用错误
|
2024-12-27 04:39:16 +00:00 |
|
|
c90e80e9d7
|
refactor: 优化认证及客户端相关代码
|
2024-12-27 00:20:36 +08:00 |
|
KAI
|
95f2617a4c
|
feat(system/client): 新增客户端管理
|
2024-12-26 02:18:34 +00:00 |
|
KAI
|
160ab8d38b
|
fix(system/notice): 修复通知公告分页 通知范围字段类型回显错误
|
2024-12-23 09:33:53 +00:00 |
|
KAI
|
fdd0617a28
|
fix(system/notice): 修复公告通知范围字段类型错误
|
2024-12-22 13:47:20 +00:00 |
|
|
899354a6e7
|
fix: 完善部分 in 查询前的空集合处理
Closes #112
|
2024-12-19 22:06:48 +08:00 |
|
|
a90a32cce1
|
chore: 优化部分代码
|
2024-12-18 20:24:34 +08:00 |
|
|
43cc429234
|
refactor(auth): 菜单路由为空时默认返回空列表而非 null
Closes #IB9UDW
|
2024-12-08 22:19:13 +08:00 |
|
|
d7ae7b4e42
|
chore: continew-starter 2.7.4 => 2.7.5
1.BaseServiceImpl 所在包调整
2.BaseController 改为在 Admin common 模块编写(重构权限校验 checkPermission 处理)
3.CRUD ValidateGroup => CrudValidationGroup
4.Admin ValidateGroup => ValidationGroup
5.修复 Query 查询数组范围报错
Closes #IB8711
|
2024-12-06 22:06:23 +08:00 |
|
|
61fe39d439
|
refactor: 优化登录验证码开关代码
|
2024-12-05 19:29:29 +08:00 |
|
|
f3936fa198
|
Merge branch 'dev' of https://gitee.com/continew/continew-admin into 3.4.x
|
2024-12-05 16:15:09 +08:00 |
|
Gyq灬明
|
e31434617e
|
feat: 新增验证码配置开关
|
2024-12-05 07:57:22 +00:00 |
|
KAI
|
c7b58a0fd1
|
fix: 修复本地文件管理删除文件异常或不成功的情况
|
2024-12-03 18:20:12 +08:00 |
|
KAI
|
361a41258e
|
fix: 修复文件管理删除文件异常或不陈工的情况
|
2024-11-27 17:57:35 +08:00 |
|
|
66f55cdf70
|
chore: continew-starter 2.7.3 => 2.7.4
|
2024-11-18 23:19:34 +08:00 |
|
|
3116836b01
|
chore: 优化部分注释
|
2024-11-17 21:58:55 +08:00 |
|
|
5717d03d01
|
refactor: 优化系统管理相关代码及初始菜单脚本
1.优化方法排序
2.优化前端模板
3.完善菜单
|
2024-11-17 00:47:08 +08:00 |
|
|
556f6c33b1
|
chore: continew-starter 2.7.2 => 2.7.3
1.CrudApi GET => DETAIL(支持详情权限)
2.适配 CharConstants
3.适配 EnumValue 校验器
|
2024-11-15 22:25:30 +08:00 |
|
|
8c3fe353be
|
fix: 修复查询系统配置参数漏洞 💥
Closes #96
|
2024-11-14 20:41:29 +08:00 |
|
|
1ddac12cd2
|
chore: continew-starter 2.7.1 => 2.7.2
1.重构代码生成(PostgreSQL 数据库兼容更完整)
2.适配 Tree 树结构生成
3.适配字典扩展配置
|
2024-11-13 22:36:08 +08:00 |
|