gtlee
|
d12f549396
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2024-08-01 15:07:27 +08:00 |
Karson
|
b0d295bd67
|
Merge branch 'develop' of gitee.com:karson/fastadmin into develop
|
2024-07-25 15:26:14 +08:00 |
Karson
|
1496698d46
|
优化API资源URL
|
2024-07-25 14:52:39 +08:00 |
Karson
|
25c0490285
|
优化安装脚本资源加载
|
2024-07-25 14:51:18 +08:00 |
AriFe.Liu
|
271596ee2d
|
修复sidebar左侧菜单因大小写问题导致的菜单列表不能正确显示问题
当手动添加菜单规则时, 规则字段未提示和处理用户录入的字符
在application/admin/library/Auth.php -> getSidebar方法中, 会对当前用户所拥有的权限节点做校验移除不相关的权限
当判断当前菜单规则是否在$userRule中时, 原本的$v['name']为直接从数据库中取出未做处理, $userRule则是通过$this->getRuleList方法获取, 方法内已经对字符串做了转小写处理, 假如用户填写了大小写混合的规则, 则此处将会被错误的移除掉; 导致左侧菜单无法正常展示该菜单规则;
Signed-off-by: AriFe.Liu <88468560@qq.com>
|
2024-07-23 03:33:44 +00:00 |
Karson
|
ac25e4b275
|
优化邮箱验证码发送参数验证
|
2024-07-04 15:27:26 +08:00 |
Karson
|
e7c96a994b
|
!410 修复iframe打开窗口时链接内问号重复的问题以及附件选择组件在未添加ID时无法正常响应
Merge pull request !410 from AriFe.Liu/develop
|
2024-06-18 07:39:11 +00:00 |
Karson
|
c4499a3266
|
!414 修复Crud.php删除时抛出table not found异常问题
Merge pull request !414 from 苏小马/develop
|
2024-06-18 07:34:54 +00:00 |
小和
|
372be26dd2
|
!465 修改字段错误问题
* 修复字段错误
|
2024-06-17 01:56:09 +00:00 |
gtlee
|
ccf6bd9a98
|
修复头像URL在命令行初始化安装时无法获取域名问题
|
2024-06-14 22:38:07 +08:00 |
Karson
|
feed46823f
|
Merge branch 'develop' of gitee.com:karson/fastadmin into develop
|
2024-05-16 11:04:04 +08:00 |
Karson
|
cc4c0ab3ed
|
优化后台参数传递
|
2024-05-16 10:58:47 +08:00 |
Karson
|
6d82e89ff6
|
优化插件打包
|
2024-05-16 10:52:23 +08:00 |
Karson
|
1a8f81cc35
|
!463 有权重字段时,模型添加数据后会自动用ID替换,导致添加时设置的权重值无法保存
Merge pull request !463 from simon429/develop
|
2024-04-26 03:46:50 +00:00 |
Karson
|
7898b811b2
|
优化验证码发送和验证
|
2024-04-02 16:18:31 +08:00 |
Karson
|
76024147aa
|
更新版本号
|
2024-04-02 10:24:25 +08:00 |
Karson
|
9cf5b91143
|
优化安装最低PHP版本限制
|
2024-04-02 10:23:21 +08:00 |
Karson
|
1b9c035daf
|
优化资源目录
|
2024-04-01 22:04:05 +08:00 |
Karson
|
8caeeb8a78
|
Merge branch '1.x' into develop
# Conflicts:
# README.md
# application/admin/command/Install/fastadmin.sql
# application/admin/controller/Index.php
# application/admin/controller/auth/Adminlog.php
# application/common.php
# application/common/controller/Backend.php
# application/common/library/Email.php
# application/config.php
# application/index/controller/User.php
# bower.json
# composer.json
# extend/fast/Http.php
# public/assets/css/backend.min.css
# public/assets/css/frontend.min.css
# public/assets/js/backend/addon.js
# public/assets/js/bootstrap-table-commonsearch.js
# public/assets/js/fast.js
# public/assets/js/frontend/user.js
# public/assets/js/jquery.drag.min.js
# public/assets/js/require-backend.js
# public/assets/js/require-backend.min.js
# public/assets/js/require-form.js
# public/assets/js/require-frontend.min.js
# public/assets/js/require-table.js
|
2024-04-01 15:22:15 +08:00 |
Karson
|
e8a804afad
|
优化后台编辑默认加载模型
|
2024-03-28 12:03:14 +08:00 |
Karson
|
26a5ca4a2c
|
修改install.sql默认数据
|
2024-03-28 11:56:50 +08:00 |
Karson
|
f932156c8e
|
修改默认配置
|
2024-03-28 11:55:34 +08:00 |
Karson
|
57da65acd0
|
更新版本号
|
2024-03-28 11:25:20 +08:00 |
Karson
|
b7eef593a3
|
优化插件配置分组
优化版本依赖
|
2024-03-28 09:58:30 +08:00 |
Karson
|
2b14bc4e2b
|
优化fa_test表测试数据
|
2024-03-28 09:42:20 +08:00 |
Karson
|
1a31ac2dc9
|
新增无键名数组CRUD生成
优化注释判断
|
2024-03-27 15:09:05 +08:00 |
Karson
|
56b33f1514
|
移除冗余代码
|
2024-03-27 11:48:32 +08:00 |
Karson
|
c5d26b7f3a
|
新增插件配置switch支持
优化默认SQL
|
2024-03-27 11:11:59 +08:00 |
Karson
|
684e6704e8
|
!459 mail_smtp_pass 为密码类型
Merge pull request !459 from 高级CV工程师/N/A
|
2024-03-27 02:59:08 +00:00 |
Karson
|
d1c240bd91
|
新增插件管理本地安装升级和版本检测
优化前台
优化fieldlist组件
优化上传组件传递参数
优化composer依赖
|
2024-03-26 17:51:30 +08:00 |
Karson
|
0a5484b738
|
优化代码
|
2024-03-25 22:29:23 +08:00 |
Karson
|
9f2c08414a
|
优化后台管理日志记录
|
2024-03-25 22:28:43 +08:00 |
Karson
|
448eaad5f5
|
优化CRUD生成
优化代码
|
2024-03-25 15:26:58 +08:00 |
Karson
|
36bf77df6c
|
移除API基类自动判断JSONP的支持
|
2024-03-23 18:21:20 +08:00 |
Karson
|
131ef803d1
|
修复后台修改个人资料导致退出的问题
|
2024-03-14 19:52:35 +08:00 |
Karson
|
17eb182063
|
修复超级管理员隐藏的组别不显示的问题
|
2024-03-14 19:44:35 +08:00 |
Simon
|
e37103f8f3
|
修复添加时,权重传值不生效
|
2024-02-29 19:41:32 +08:00 |
Karson
|
a9a6065fde
|
Merge branch '1.x' of gitee.com:karson/fastadmin into 1.x
|
2024-02-28 12:00:44 +08:00 |
Karson
|
5d3d667143
|
修复分页选中all后刷新问题
|
2024-02-28 11:59:26 +08:00 |
Karson
|
8a0e8b1d3b
|
优化代码
|
2024-02-28 11:59:00 +08:00 |
Karson
|
80fdc19c8e
|
修复checkbox和radio组件生成
(cherry picked from commit 65068c9a29)
|
2024-02-16 11:41:40 +08:00 |
Karson
|
03a0e0dd4e
|
优化url检测
(cherry picked from commit dc466cb1c9)
|
2024-02-15 22:53:42 +08:00 |
Karson
|
20dea7cb5b
|
优化CRUD生成
(cherry picked from commit a40420b8cd)
|
2024-02-15 22:52:29 +08:00 |
Karson
|
57c2f23106
|
增强后台安全限制
优化登录判断机制
移除冗余代码
(cherry picked from commit 7e6314a701)
|
2024-02-15 22:52:01 +08:00 |
Karson
|
b44f3791b1
|
修复语言检测未匹配时的错误
优化分片上传
(cherry picked from commit ae57feebb6)
|
2024-02-15 22:42:49 +08:00 |
Karson
|
4f466551e2
|
新增自定义错误码模板配置
(cherry picked from commit 4845b08077)
|
2024-02-15 22:33:55 +08:00 |
Karson
|
1066b4108b
|
优化权限规则列表显示
(cherry picked from commit 2c66c67d71)
|
2024-02-15 22:28:29 +08:00 |
Karson
|
4badf65bd2
|
优化获取类名兼容性
(cherry picked from commit a9003ecce4)
|
2024-02-15 22:18:55 +08:00 |
F4nniu
|
b0a3851d93
|
fix(common): getEncryptedToken 的 php8 兼容修复
(cherry picked from commit 198604c584)
|
2024-02-15 13:58:13 +08:00 |
F4nniu
|
2e4fe16f44
|
修复 select 生成在 php8 环境中的报错
(cherry picked from commit 7fe625cf5b)
|
2024-02-15 13:57:59 +08:00 |