Commit Graph

233 Commits (54c698d215f315cc2f26955efe3b59473224aa1d)

Author SHA1 Message Date
yin 54c698d215
Pre Merge pull request !516 from yin/1.x-dev 2026-01-14 03:24:35 +00:00
Karson be099f6254 优化权限规则显示 2026-01-14 10:54:14 +08:00
Karson 10150d7f13 优化权限规则 2026-01-07 18:13:26 +08:00
Karson cee5f9b252 优化上传通用返回方法,增加额外属性返回 2025-12-18 15:13:58 +08:00
yin df20cff023 修复管理后台无法批量删除用户的问题 2025-11-27 10:51:41 +08:00
yin fdfca674cc 修复管理后台无法批量删除用户的问题 2025-11-27 10:50:23 +08:00
Karson 92e722c674 优化权限角色组列表 2025-09-11 14:24:50 +08:00
Karson 82386cc9d8 优化权限菜单规则列表 2025-09-11 14:24:22 +08:00
Simon 57468badd8 删除多余代码 2025-06-26 21:22:42 +08:00
Karson d6d20c6d53 优化组别列表显示 2025-06-26 21:14:14 +08:00
Karson 016b7a0d28 优化登录后跳转 2025-06-26 16:54:34 +08:00
Karson fdb912e3e2 优化会员列表
移除User模型的group方法避免和基类group方法冲突
2025-06-18 17:01:54 +08:00
Karson cef5b1920d 新增CRUD强制类型转换 2025-06-17 14:09:46 +08:00
Karson f764bc98c7 修复管理员登出时日志未记录管理员ID的问题
优化日志记录忽略的URL
2025-06-07 16:00:14 +08:00
Karson 6ceb59b9f1 优化附件列表图片生成
优化referrer默认值
2025-06-06 23:45:21 +08:00
Karson 7754cf4c3c 优化管理员日志记录 2025-06-06 23:43:46 +08:00
Karson 91dea04a86 优化简洁菜单和多级菜单逻辑判断 2025-06-04 14:47:50 +08:00
Karson e2901f3b5e 优化后台拖拽排序逻辑 2025-06-03 11:19:01 +08:00
御宅男(YznCMS官方) 572861fc71
匹配前端,密码为6-30位
Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com>
2025-05-20 01:47:34 +00:00
Karson 05a18ca601 新增简洁菜单模式 2025-04-01 08:52:09 +08:00
Karson 516c18116a Merge branch 'develop' into 1.x
# Conflicts:
#	README.md
#	application/admin/view/index/index.html
#	application/api/controller/User.php
#	application/config.php
#	application/index/view/common/script.html
#	bower.json
#	composer.json
#	public/assets/js/require-backend.min.js
#	public/assets/js/require-frontend.min.js
#	public/assets/js/require-table.js
2024-11-28 18:23:42 +08:00
Karson 4b9643e967 Merge branch '1.x' of gitee.com:karson/fastadmin into 1.x 2024-11-28 17:44:54 +08:00
Karson d7c3bc90ea 优化代码 2024-11-28 11:53:18 +08:00
Karson a5a0a30d07
!452 模型已做清除缓存,去除多余代码
Merge pull request !452 from 御宅男(YznCMS官方)/N/A
2024-11-18 09:16:05 +00:00
御宅男(YznCMS官方) f01d11d02b
update application/admin/controller/auth/Adminlog.php.
删除残留的旧的冗余代码

Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com>
2024-09-27 05:33:05 +00:00
Karson 5188621e9c 优化语言包加载 2024-09-04 12:10:37 +08:00
Karson c5285b8fdd 优化多语言加载 2024-09-03 10:22:34 +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 b7eef593a3 优化插件配置分组
优化版本依赖
2024-03-28 09:58:30 +08:00
Karson d1c240bd91 新增插件管理本地安装升级和版本检测
优化前台
优化fieldlist组件
优化上传组件传递参数
优化composer依赖
2024-03-26 17:51:30 +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 57c2f23106 增强后台安全限制
优化登录判断机制
移除冗余代码

(cherry picked from commit 7e6314a701)
2024-02-15 22:52:01 +08:00
Karson 1066b4108b 优化权限规则列表显示
(cherry picked from commit 2c66c67d71)
2024-02-15 22:28:29 +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
Karson 9bbd11e4bc 新增URL检测和清理函数
优化登录和注册链接跳转

(cherry picked from commit 3549e95ea1)
2023-08-26 21:30:03 +08:00
御宅男 611d9d1a2e
模型已做清除缓存,去除多余代码
Signed-off-by: 御宅男 <530765310@qq.com>
2023-08-07 02:51:22 +00:00
F4nniu 85271d1cf7 使用框架 get 自带的过滤参数 2023-07-22 23:40:58 +08:00
F4nniu a64cf1173f 优化 php8 兼容 2023-07-17 15:04:20 +08:00
F4nniu c7da57a109 修复显示本地插件列表时的 null 值报错 2023-07-16 17:20:14 +08:00
Karson 681558500c 优化代码 2023-07-10 15:41:27 +08:00
Karson 37e844181e 优化后台页面样式和Sidebar 2023-07-09 11:44:21 +08:00
Karson 4eaae6ac4e 优化站内相对链接判断
优化后台链接跳转
2023-06-20 16:46:04 +08:00
Karson 7e6314a701 增强后台安全限制
优化登录判断机制
移除冗余代码
2023-06-20 11:51:59 +08:00
Karson 2c66c67d71 优化权限规则列表显示 2023-06-16 23:05:05 +08:00
Karson 3549e95ea1 新增URL检测和清理函数
优化登录和注册链接跳转
2023-06-16 17:32:00 +08:00