Simon
|
eaa0c2517f
|
删除多余代码
|
2025-03-26 00:24:46 +08:00 |
Karson
|
426209a5d5
|
!479 CRUD生成admin表时,默认字段为nickname
Merge pull request !479 from simon429/develop
|
2024-11-18 09:14:36 +00:00 |
Simon
|
16ae2acb2c
|
CRUD生成admin表时,默认字段为nickname
|
2024-11-10 18:42:35 +08:00 |
ox5a0b54
|
c12e304aec
|
重构初始化安装的数据库配置处理
|
2024-08-01 15:50:55 +08:00 |
ox5a0b54
|
0fb49c1a9a
|
重构初始化安装的数据库配置处理
|
2024-08-01 15:38:42 +08:00 |
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
|
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
|
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
|
9cf5b91143
|
优化安装最低PHP版本限制
|
2024-04-02 10:23:21 +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
|
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
|
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
|
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
|
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
|
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
|
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
|
2e4fe16f44
|
修复 select 生成在 php8 环境中的报错
(cherry picked from commit 7fe625cf5b)
|
2024-02-15 13:57:59 +08:00 |
F4nniu
|
d8acbf8abe
|
使用框架 get 自带的过滤参数
(cherry picked from commit 85271d1cf7)
|
2024-02-15 13:57:36 +08:00 |
F4nniu
|
e76eba0c21
|
优化 php8 兼容
(cherry picked from commit a64cf1173f)
|
2024-02-15 13:57:22 +08:00 |
F4nniu
|
bb68eb4254
|
修复显示本地插件列表时的 null 值报错
(cherry picked from commit c7da57a109)
|
2024-02-15 13:56:58 +08:00 |
liuan
|
5d8da63740
|
fix(Lang): 修复后台登录时用户名和密码只有英文提示的问题
(cherry picked from commit 879554d5a8)
|
2024-02-13 16:30:12 +08:00 |
liuan
|
879554d5a8
|
fix(Lang): 修复后台登录时用户名和密码只有英文提示的问题
|
2024-02-13 16:27:59 +08:00 |
高级CV工程师
|
e0f684a0c3
|
mail_smtp_pass 为密码类型
Signed-off-by: 高级CV工程师 <2535688890@qq.com>
|
2024-02-07 14:32:58 +00:00 |
Karson
|
9bbd11e4bc
|
新增URL检测和清理函数
优化登录和注册链接跳转
(cherry picked from commit 3549e95ea1)
|
2023-08-26 21:30:03 +08:00 |
F4nniu
|
7fe625cf5b
|
修复 select 生成在 php8 环境中的报错
|
2023-07-25 18:27:20 +08:00 |