Commit Graph

38 Commits

Author SHA1 Message Date
Jie Zheng
fc5fbe0c85 refactor: 优化匿名访问URL处理逻辑,优化Swagger接口认证配置 2025-01-13 10:51:36 +08:00
Jie Zheng
987c5ec779 refactor: 移除AuditorConfig和BadConfigurationException类 2025-01-07 16:07:12 +08:00
Jie Zheng
7b37a94027 refactor: 优化RedisUtils 2025-01-06 15:25:10 +08:00
Jie Zheng
9ce4838a68 feat: 添加启动日志和Swagger访问信息 2024-12-27 17:58:48 +08:00
Jie Zheng
3de776746e refactor: 替换log4jdbc为p6spy并优化配置 2024-12-26 10:01:30 +08:00
Jie Zheng
d7e4cb7e6f 移除OnlineUserService中kickOutForUsername的@Async注解
close https://github.com/elunez/eladmin-mp/issues/43
2024-12-09 09:23:29 +08:00
Zheng Jie
df9ed69229 feat: quartz 分布式支持,默认单机运行,如果需要支持分布式可以查看 application-quartz.yml 注释 2024-08-09 20:02:36 +08:00
Zheng Jie
beb9b0ee82 Fix:用户修改邮箱失败的问题
close https://github.com/elunez/eladmin-mp/issues/36
2024-08-02 17:28:15 +08:00
Fei Yu
85486d12f7
fix: 分页查询场景时,用户列表倒叙排序失效 (#40)
Co-authored-by: MrYuFei <36062024+MrYuFei@users.noreply.github.com>
2024-08-02 17:03:24 +08:00
ChiuJun
bd7bec06a0
fix: QuartzLogMapper动态SQL布尔类型测试条件错误 (#34) 2024-02-07 17:58:43 +08:00
ifangng
8b0a0ddf2b
fix: 修复用户管理页面通过部门无法查询到用户 (#33)
如果在用户管理页面选择一个顶级部门,最终SQL条件为:WHERE u.dept_id = 7 AND u.dept_id in ( 17 , 2 , 5 , 7 ),用户如果不在顶级部门,会查询不到,在Controller代码中已经将父节点和子节点都添加在了集合中,所以可以去除u.dept_id = #{criteria.deptId} 条件。

Co-authored-by: ifangng <ifangnorz@gmail.com>
2024-01-18 11:08:12 +08:00
Zheng Jie
0bd1c552b9 修复token续期不生效问题
close https://github.com/elunez/eladmin-mp/issues/25
close https://github.com/elunez/eladmin-mp/issues/29
2024-01-02 14:36:14 +08:00
Zheng Jie
a680cd321c update UserMapper.xml
close https://github.com/elunez/eladmin-mp/issues/28
2024-01-02 14:20:33 +08:00
Zheng Jie
203149a1be 修复退出登录,提出用户,前端401死循环问题
close https://github.com/elunez/eladmin-mp/issues/24
2023-10-08 14:53:55 +08:00
Zheng Jie
277a17cbd3 字典详情编辑、删除优化修复,https://github.com/elunez/eladmin-mp/issues/15
close https://github.com/elunez/eladmin-mp/issues/15
2023-08-02 23:44:35 +08:00
Zheng Jie
5b970b0430 v1.1 版本发布 🎉 2023-07-26 14:53:29 +08:00
Zheng Jie
0bbbdcbefb update SwaggerConfig.java
close https://gitee.com/elunez/eladmin-mp/issues/I7K6A4
2023-07-12 16:22:13 +08:00
Zheng Jie
a84d3157ab 角色管理:修复清空所有菜单保存报错问题: https://gitee.com/elunez/eladmin-mp/issues/I7KBCU
close https://gitee.com/elunez/eladmin-mp/issues/I7KBCU
2023-07-11 16:12:57 +08:00
Zheng Jie
895864b88d 代码优化 2023-07-10 11:04:25 +08:00
Zheng Jie
9437a9e186 修复编辑字典详情编辑报错问题 2023-07-08 14:36:33 +08:00
Zheng Jie
47806c6cc4 代码优化,避免【菜单、部门】移动节点时出现PID数据环形问题:https://github.com/elunez/eladmin/issues/803 2023-07-07 17:57:23 +08:00
Zheng Jie
7bd3d774b5 升级依赖,修复七牛配置保存主键冲突问题 2023-07-06 22:18:16 +08:00
Zheng Jie
b5cdaee8f0 统一使用fastjson进行Json操作 2023-07-06 20:41:50 +08:00
Zheng Jie
da342842d2 新增重置用户密码功能 2023-07-06 14:23:17 +08:00
Zheng Jie
02006c5113 v1.0 版本发布 2023-07-05 14:24:33 +08:00
Zheng Jie
70c0dbffc1 启用Gzip压缩 2023-07-05 11:55:43 +08:00
Zheng Jie
fc49522f94 代码优化,去除遗留的jackson代码 2023-07-05 11:36:46 +08:00
Zheng Jie
0c942c5f5e 用户登录优化,踢出用户性能优化,在线用户查询性能优化
https://github.com/elunez/eladmin/issues/802
2023-07-04 22:31:04 +08:00
Zheng Jie
7e16ede047 修复角色机构权限bug: https://github.com/elunez/eladmin/issues/801 2023-07-04 16:55:43 +08:00
Zheng Jie
d5deb1701a Revert "角色机构权限bug: https://github.com/elunez/eladmin/issues/801"
This reverts commit 047b8329d5.
2023-07-04 16:55:29 +08:00
Zheng Jie
047b8329d5 角色机构权限bug: https://github.com/elunez/eladmin/issues/801 2023-07-04 16:54:15 +08:00
Zheng Jie
10280b91e3 代码优化
https://github.com/elunez/eladmin/pull/764
2023-07-04 16:44:20 +08:00
libaolu
878f15bd44 !3 修复一键部署时upload_path为null
* 修复一键部署时upload_path为null
2023-07-02 04:24:56 +00:00
Zheng Jie
e86c2552a1 新增PageResult类,用作列表返回 2023-06-30 15:01:49 +08:00
Zheng Jie
e89544b39d 修复一键部署提示“包对应应用信息不存在”问题
https://gitee.com/elunez/eladmin-mp/issues/I7GSJY
2023-06-28 17:21:00 +08:00
Zheng Jie
f30f3b24ea 修复部门删除时sql解析异常 2023-06-27 17:33:40 +08:00
Zheng Jie
927589fd3f PageUtil 优化 2023-06-27 10:50:02 +08:00
Zheng Jie
8613cb1140 eladmin mybatis-plus 发布 2023-06-26 15:10:45 +08:00