|  | 394b93ead5 | refactor(system): 重构短信配置功能模块 | 2025-03-19 22:31:20 +08:00 |  | 
			
				
					| 
							
							
								 luoqiz | 1a4716f3ba | feat: 新增短信配置 (#144) | 2025-03-17 14:35:17 +08:00 |  | 
			
				
					|  | 1044b68eb8 | build: 更新项目版本号至3.6.0-SNAPSHOT | 2025-03-13 21:28:41 +08:00 |  | 
			
				
					|  | a300d36d71 | refactor(system/dict): 调整字典清除缓存权限 | 2025-03-13 21:18:48 +08:00 |  | 
			
				
					|  | 74c4270323 | refactor(system/file): 优化文件相关代码 | 2025-03-13 21:13:38 +08:00 |  | 
			
				
					|  | 093d2d3c8a | feat(system): 添加字典和菜单缓存清除接口,并优化字典的缓存逻辑 - 在 DictController 中添加清除字典缓存接口
- 在 MenuController 中添加清除菜单缓存接口
- 更新数据库变更脚本,添加相关权限
- 优化字典的缓存逻辑 | 2025-03-12 22:11:38 +08:00 |  | 
			
				
					|  | de9c9c5abd | refactor(config): 优化数据库配置文件 - 移除了不必要的注释和冗余配置
- 调整了部分配置参数 | 2025-03-10 22:02:08 +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 |  | 
			
				
					|  | 715b950fa4 | chore: 优化演示环境数据清理定时任务逻辑 | 2025-03-07 22:49:00 +08:00 |  | 
			
				
					| 
							
							
								 luoqiz | d83fd0d5cb | refactor: 上传文件后返回id及缩略图 (#137) Closes #132 | 2025-03-06 13:39:15 +08:00 |  | 
			
				
					|  | 9b53e6dc58 | release: v3.5.0 | 2025-03-05 21:39:12 +08:00 |  | 
			
				
					|  | 37d6efb70e | refactor(system/storage): 重构存储管理,新增设置默认存储、修改状态接口 S3 => OSS | 2025-03-04 21:29:56 +08:00 |  | 
			
				
					|  | c6e33b8e71 | chore: 优化 Issue 模板 | 2025-03-02 20:38:27 +08:00 |  | 
			
				
					|  | 0a62f81ad7 | fix(system/role): 修复角色菜单权限缓存未清理错误,优化角色菜单缓存逻辑 Closes #IBNENK | 2025-02-27 20:02:53 +08:00 |  | 
			
				
					|  | 65941c1ee4 | chore: 调整日志 module 字段长度 50 => 100 | 2025-02-26 21:27:54 +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 |  | 
			
				
					| 
							
							
								 KAI | 5f68e84e7d | fix: 修复客户端管理设置Token最低活跃频率不生效的问题 | 2025-02-20 09:34:51 +00:00 |  | 
			
				
					|  | 9eb0252d09 | chore: continew-starter 2.8.3 => 2.9.0 1.使用 QueryWrapperHelper#sort 优化部分排序 | 2025-02-14 22:52:09 +08:00 |  | 
			
				
					| 
							
							
								 wanxp | 0e651902f2 | chore(schedule): 优化任务调度服务配置,允许用户名密码使用环境变量 (#129) | 2025-02-12 11:54:32 +08:00 |  | 
			
				
					|  | dd484c9e0d | fix: 修复重置演示环境数据定时任务未能正确清除缓存的问题 | 2025-02-10 21:16:55 +08:00 |  | 
			
				
					|  | f6535ef7a3 | refactor(system/role): 重构角色管理 | 2025-02-06 20:36:18 +08:00 |  | 
			
				
					| 
							
							
								 ppxb | 4caada8c64 | fix(mysql): mysql 8.x failing to connect to the database correctly issue (#128) | 2025-01-17 15:06:15 +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 |  | 
			
				
					| 
							
							
								 Guaning | aab3931f30 | fix(system/log): 修复邮箱登录,手机号登录对应日志没有记录操作人问题 | 2025-01-14 05:39:57 +00:00 |  | 
			
				
					|  | b7c5fd25bd | fix: 修复演示环境任务重置演示环境数据定时任务 | 2025-01-12 23:28:43 +08:00 |  | 
			
				
					|  | 498e680672 | refactor: 调整 starter 内的 BaseDO、BaseCreateDO、BaseUpdateDO 到 admin 项目 | 2025-01-12 23:16:21 +08:00 |  | 
			
				
					| 
							
							
								 luoqiz | 653802efbe | feat(generator): 源项目内生成代码文件 (#125) | 2025-01-12 22:32:14 +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 |  | 
			
				
					|  | b5bbdb27e6 | chore: 丰富部门、角色、用户初始测试数据,方便开发场景 | 2025-01-09 21:34:21 +08:00 |  | 
			
				
					|  | a24136d6fe | chore: 优化登录日志描述 | 2025-01-09 21:28:57 +08:00 |  | 
			
				
					|  | d12c68d243 | chore: continew-starter 2.8.0 => 2.8.1 | 2025-01-06 21:29:35 +08:00 |  | 
			
				
					| 
							
							
								 OneKr-Billy | a305eac96f | fix(system/client): 修复 PostgreSQL 和 MySQL 初始数据脚本错误 (#123) | 2025-01-03 18:18:13 +08:00 |  | 
			
				
					|  | 3fb9922b52 | fix: 修复部分过期配置信息 | 2025-01-02 20:40:48 +08:00 |  | 
			
				
					|  | 7e3257bd6d | fix: 调整 PostgreSQL 连接配置以消除部分类型使用报错 | 2025-01-02 20:40:03 +08:00 |  | 
			
				
					|  | 91924acaa1 | fix(system/user): 修复新增用户时日志记录获取 description 为空的问题 Closes #121 | 2025-01-02 20:38:21 +08:00 |  | 
			
				
					|  | 4f39854b62 | chore: 完善演示环境任务重置演示环境数据定时任务 | 2024-12-31 10:50:34 +08:00 |  | 
			
				
					|  | 8c53700cfd | fix: 修复 PostgreSQL Liquibase 数据脚本缺失 Closes #118
Closes #119 | 2024-12-30 20:38:49 +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 |  | 
			
				
					|  | c90e80e9d7 | refactor: 优化认证及客户端相关代码 | 2024-12-27 00:20:36 +08:00 |  | 
			
				
					| 
							
							
								 KAI | 95f2617a4c | feat(system/client): 新增客户端管理 | 2024-12-26 02:18:34 +00:00 |  | 
			
				
					|  | 6bcff7244f | chore: continew-starter 2.7.5 => 2.8.0 1.log 模块包调整
2.修复 PageResp 手动分页计算错误
3.依赖升级 | 2024-12-25 22:11:57 +08:00 |  | 
			
				
					|  | a90a32cce1 | chore: 优化部分代码 | 2024-12-18 20:24:34 +08:00 |  | 
			
				
					|  | b51936445d | feat(generator): 代码生成新增 Mapper.xml 模板 | 2024-12-12 21:16:58 +08:00 |  | 
			
				
					|  | a7296a3627 | feat(generator): 生成预览支持批量 | 2024-12-12 20:51:26 +08:00 |  |