Zheng Jie
4b845b748f
[Bug修复](master): update ExecutionJob.java
...
close https://github.com/elunez/eladmin/issues/620
2021-06-07 15:10:09 +08:00
Zheng Jie
10dcf6e11b
[Bug修复](master): 头像上传验证图片格式,限制图片大小
...
close https://github.com/elunez/eladmin/issues/642
2021-06-07 15:05:54 +08:00
Zheng Jie
923142bbb2
[Bug修复](master): 修复部门递归问题
...
close https://github.com/elunez/eladmin/issues/643
2021-06-07 14:47:33 +08:00
Zheng Jie
34b91ea7fd
[代码优化](v2.6):update BaseDTO.java
2021-05-08 16:38:44 +08:00
Tsln
f207d003c2
bugfix: #627 ( #634 )
...
Emmm...解密是没有长度限制的
2021-04-27 14:29:33 +08:00
Tsln
19214fd592
更新 JNA 版本,适配 Apple M1 芯片 ( #631 )
2021-04-27 14:29:13 +08:00
Tsln
3072c9633a
update: 更换 UserAgent 识别库 ( #630 )
2021-04-25 11:50:49 +08:00
Zheng Jie
e0ea026d43
Merge branch 'master' of https://github.com/elunez/eladmin
2021-03-20 14:21:20 +08:00
Zheng Jie
e1c434b854
[代码优化](v2.6):@Query 加入 NOT_IN 查询
2021-03-20 14:17:50 +08:00
ice_cola
3b802fd770
fix:A custom permission role does not refresh the DataScope cache after adding subdepartments to a department ( #608 )
2021-03-14 12:46:37 +08:00
Zheng Jie
8c6571f1c8
[代码优化](v2.6):update
2021-03-05 11:58:16 +08:00
Zheng Jie
4e58afd567
Merge branch 'master' of https://github.com/elunez/eladmin
2021-03-05 11:29:44 +08:00
Zheng Jie
cd85594e48
[代码优化](v2.6):代码优化
2021-03-05 11:26:08 +08:00
Tsln
a49bd6d127
修复算术类型验证码在 Java 15+ 的兼容问题 ( #607 )
...
(cherry picked from commit cdbc3a8faaf5958489758608329aa70095b37bb3)
2021-03-04 21:53:37 +08:00
Zheng Jie
01d1aa9721
[代码优化](v2.6):加入第三方系统获取Token的方式
...
close https://github.com/elunez/eladmin/issues/585
2021-03-03 17:40:22 +08:00
Zheng Jie
3f129e8e85
[代码优化](v2.6):update README.md
2021-03-03 17:03:08 +08:00
Zheng Jie
88dc69fdfe
[代码优化](v2.6):update logback.xml
2021-03-02 21:42:16 +08:00
Zheng Jie
d8a458cafa
[代码优化](v2.6):update UserController
2021-03-02 21:39:40 +08:00
Tsln
162cff269b
增强 RSAUtils 以解决 RSA 加密/解密长度限制 ( #604 )
2021-03-02 19:04:02 +08:00
shane
a0b6e85ee5
[代码优化]BaseEntity里updatedBy改为updateBy ( #603 )
...
与其他字段时态一致
2021-03-02 19:03:20 +08:00
Zheng Jie
a1e8005499
[代码优化](v2.6):update swagger
2021-03-01 19:35:10 +08:00
lWoHvYe
8bb800c68e
Spring Boot版本升级2.2.10,解决in 查询传null时报错。调整Swagger中token设置方式 ( #595 )
...
* Spring Boot版本调整为2.2.10。在此前的版本,若in 查询传入null,会报错。相关sql 为in ()。在2.2版本修复了此问题,相关sql改为 in (null)。鉴于此,建议进行升级。
* Spring Boot依赖升级后,Sort的设置方式调整。由 new Sort()改为 Sort.by()
* 调整接口文档Swagger中,token的设置方式,由每个接口单独设置,改为设置统一的token,日常测试更加方便
2021-03-01 19:07:56 +08:00
杨洋
7b0caae907
错别字更正 ( #590 )
2021-03-01 19:04:47 +08:00
zhengjie
0dfdcf11e8
[代码优化](v2.6):修复邮件发送失败的问题
2021-02-08 20:57:44 +08:00
zhengjie
c968eb36ef
[代码优化](v2.6):修正配置文件[login-code: height]拼写错误
2021-02-03 09:47:02 +08:00
zhengjie
e4e318aa4e
[代码优化](v2.6):druid 配置优化
2021-02-01 20:51:16 +08:00
zhengjie
8fd14d4ea1
Merge branch 'master' of github.com:elunez/eladmin
2021-02-01 20:50:51 +08:00
sick-cat
5381ac38ce
服务器部署,找不到生成的临时文件。改用绝对路径 ( #580 )
...
Co-authored-by: yanzhao.jia <yanzhao.jia@aelcn.com>
2021-01-31 14:16:21 +08:00
皆非
0b83ca0646
fix findByDeptRoleId sql in UserRepository when delete dept cache ( #572 )
2021-01-31 14:15:21 +08:00
zhengjie
fdf82d2479
[代码优化](v2.6):定时任务告警邮箱优化,邮箱为空不调用发送逻辑
2021-01-29 15:04:37 +08:00
皆非
9fc0524901
[代码优化](v2.6): 完善CacheKey中的变量命名以及调用 ( #568 )
...
* correct variable name of String DATA_USER in CacheKey.java
* complete other CacheKey name
* add job CacheKey
2021-01-17 14:43:45 +08:00
zhengjie
9e6c5d6d96
[代码优化](v2.6):update README.md
2020-12-28 11:58:31 +08:00
zhengjie
7ae0a1d3f6
[代码优化](v2.6):update README.md
2020-12-28 11:57:12 +08:00
zhengjie
a90bfac2cf
[代码优化](v2.6):禁用用户后踢出用户Bug修复
...
close https://github.com/elunez/eladmin/issues/551
2020-12-24 16:45:08 +08:00
zhengjie
1556f13379
[代码优化](v2.6):使用 fastJson 防止 Long 精度丢失
2020-12-22 20:03:50 +08:00
zhengjie
2a3e4cd9bc
[代码优化](v2.6):缓存优化
2020-12-21 13:31:31 +08:00
zhengjie
81dd91f573
[代码优化](v2.6):由于系统现在默认使用 fastjson 序列化,导致了 @JsonIgnore 失效,现使用 @JSONField(serialize = false) 替换
...
close https://github.com/elunez/eladmin/issues/548
2020-12-21 08:42:43 +08:00
zhengjie
9883854211
[代码优化](v2.6):代码生成优化
2020-12-19 17:59:16 +08:00
RuoYi
4639387514
三级菜单1组件的命名保持一致
2020-12-16 22:45:40 +08:00
RuoYi
43d1a63577
支持三级菜单自动配置组件&缓存数据
2020-12-16 21:48:40 +08:00
zhengjie
e1aadae494
[代码优化](v2.6):bug fix
...
close https://github.com/elunez/eladmin/issues/544
2020-12-13 18:50:04 +08:00
zhengjie
35b821d7a2
[代码优化](v2.6):bug fix
...
close https://github.com/elunez/eladmin/issues/540
2020-12-13 18:43:56 +08:00
zhengjie
a97fb6ba79
[代码优化](v2.6):序列化优化
2020-12-13 14:35:16 +08:00
zhengjie
cbaa49fbdf
[代码优化](v2.6):序列化优化,Excel 导出优化
2020-12-13 12:19:35 +08:00
zhengjie
112c7b3e4d
[代码优化](v2.6):update
2020-12-12 23:04:39 +08:00
zhengjie
76b600eecc
[代码优化](v2.6):修复导出 excel 数据报错
...
close https://github.com/elunez/eladmin/issues/531
2020-12-12 22:54:07 +08:00
zhengjie
264b3cb79d
[代码优化](v2.6):bug修复,代码优化,日期格式化后返回
...
close https://github.com/elunez/eladmin/issues/514
2020-12-12 21:25:56 +08:00
zhengjie
a60661ed1c
[代码优化](v2.6):bug修复,代码优化,日期格式化后返回
...
close https://github.com/elunez/eladmin/issues/514
2020-12-12 21:25:44 +08:00
zhengjie
eb3519036f
[代码优化](v2.6):bug fix
...
close https://github.com/elunez/eladmin/issues/504
2020-12-12 21:05:42 +08:00
zhengjie
552417c161
[代码优化](v2.6):update eladmin.sql
...
close https://github.com/elunez/eladmin/issues/532
2020-11-26 19:36:45 +08:00