| 
							
							
								 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 |  | 
			
				
					|  | c28d3cf1c4 | fix: 完善用户角色变更校验及在线用户权限处理 | 2024-11-12 21:33:51 +08:00 |  | 
			
				
					|  | ad3f8329dd | refactor: 优化角色分配功能相关代码 | 2024-11-11 20:59:16 +08:00 |  | 
			
				
					|  | d4b02ba918 | feat: 新增查询用户字典接口 | 2024-11-07 22:23:22 +08:00 |  | 
			
				
					|  | e1941eca45 | refactor: 优化通知公告部分代码 | 2024-11-05 23:21:40 +08:00 |  | 
			
				
					|  | e0e157f0e5 | refactor: 重构仪表盘查询地域分析接口 | 2024-11-04 20:59:47 +08:00 |  | 
			
				
					|  | c276e53a8e | refactor: 优化项目模块命名(简化、分类、统一) | 2024-10-30 23:01:54 +08:00 |  |