Karson
|
ed4a89be12
|
!495 匹配前端,密码为6-30位
Merge pull request !495 from 御宅男(YznCMS官方)/1.x-dev
|
2025-05-20 07:40:06 +00:00 |
Karson
|
fea713785b
|
新增注册页用户协议
|
2025-05-20 15:24:09 +08:00 |
御宅男(YznCMS官方)
|
572861fc71
|
匹配前端,密码为6-30位
Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com>
|
2025-05-20 01:47:34 +00:00 |
Karson
|
62c5acc2d4
|
优化登录验证码规则
|
2025-05-16 11:41:51 +08:00 |
Karson
|
52da4ceb98
|
修复验证码不支持以0开头的问题
|
2025-05-07 10:42:37 +08:00 |
Karson
|
74c310c0a8
|
移除登录页默认手机号
|
2025-05-07 09:35:54 +08:00 |
Karson
|
5e1970b0fb
|
更新版本号
|
2025-05-06 16:06:37 +08:00 |
Karson
|
d49d8be1e7
|
Merge branch '1.x' into 1.x-dev
|
2025-05-06 16:03:02 +08:00 |
Karson
|
6361d9228f
|
更新版本号
|
2025-04-30 17:42:39 +08:00 |
Karson
|
bcdf824368
|
新增Config配置超时配置
|
2025-04-30 17:28:30 +08:00 |
Karson
|
f073fe5913
|
新增默认File对象
|
2025-04-30 17:28:12 +08:00 |
Karson
|
720b83f9dc
|
优化API接口请求方式判断
|
2025-04-30 17:27:34 +08:00 |
Karson
|
dc671f0f4d
|
新增是否开启用户注册配置
新增默认会员头像配置
|
2025-04-30 17:27:13 +08:00 |
Karson
|
04af358649
|
优化发送验证码
新增手机验证码登录
|
2025-04-30 17:24:55 +08:00 |
Karson
|
f45090391e
|
新增自定义会员等级&会员主页URL&是否启用字母头像
|
2025-04-01 09:03:49 +08:00 |
Karson
|
05a18ca601
|
新增简洁菜单模式
|
2025-04-01 08:52:09 +08:00 |
Karson
|
b13ed1da95
|
更新版本号
|
2025-03-31 17:24:14 +08:00 |
Karson
|
4f8d7380a5
|
!490 简化代码
Merge pull request !490 from simon429/1.x
|
2025-03-30 04:33:36 +00:00 |
Karson
|
6f4bc063cd
|
修复系统配置分组标题未转义的问题
|
2025-03-29 22:38:24 +08:00 |
Karson
|
41d75cdbf8
|
新增限制上传以.开头的文件
优化上传文件配置提示
|
2025-03-29 22:34:46 +08:00 |
Simon
|
8162279430
|
简化代码
|
2025-03-29 01:41:35 +08:00 |
Karson
|
49e8cc52e7
|
新增bower-cleanup.js用于移除bower.json中ignores参数配置的文件或文件夹
bower.json新增ignores配置
|
2025-03-12 15:41:11 +08:00 |
Karson
|
017c7687c3
|
更新版本号
|
2025-02-17 14:55:09 +08:00 |
Karson
|
7a81b078f3
|
!477 BUG后台自动跳转
Merge pull request !477 from 御宅男(YznCMS官方)/demo
|
2025-01-03 03:03:50 +00: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
|
420b82f6fb
|
优化验证码发送和验证
# Conflicts:
# application/index/view/common/script.html
# public/assets/js/frontend.js
|
2024-11-28 18:05:14 +08:00 |
Karson
|
b0a44db6d8
|
优化安装最低PHP版本限制
# Conflicts:
# application/admin/command/Install.php
# application/admin/command/Install/zh-cn.php
|
2024-11-28 18:03:02 +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
|
1276d44e48
|
优化视图渲染
|
2024-11-28 12:10:22 +08:00 |
Karson
|
d7c3bc90ea
|
优化代码
|
2024-11-28 11:53:18 +08:00 |
Karson
|
279d8d876f
|
优化API文档生成
|
2024-11-28 11:46:44 +08:00 |
Karson
|
a5a0a30d07
|
!452 模型已做清除缓存,去除多余代码
Merge pull request !452 from 御宅男(YznCMS官方)/N/A
|
2024-11-18 09:16:05 +00:00 |
Karson
|
426209a5d5
|
!479 CRUD生成admin表时,默认字段为nickname
Merge pull request !479 from simon429/develop
|
2024-11-18 09:14:36 +00:00 |
Karson
|
142ed14afa
|
!476 require.js 原型污染安全修复
Merge pull request !476 from 御宅男(YznCMS官方)/1.x
|
2024-11-18 08:04:58 +00:00 |
Karson
|
cfd8a6a295
|
!475 会员登录次数无效,旧的冗余代码删除
Merge pull request !475 from 御宅男(YznCMS官方)/1.x
|
2024-11-18 08:03:49 +00:00 |
Simon
|
16ae2acb2c
|
CRUD生成admin表时,默认字段为nickname
|
2024-11-10 18:42:35 +08:00 |
御宅男(YznCMS官方)
|
04af4aa1c0
|
Revert "update application/common/view/tpl/dispatch_jump.tpl."
Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com>
|
2024-10-29 07:03:25 +00:00 |
御宅男(YznCMS官方)
|
f4a14c6295
|
update application/common/view/tpl/dispatch_jump.tpl.
Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com>
|
2024-10-29 05:42:43 +00:00 |
御宅男(YznCMS官方)
|
d6635c1cd6
|
update application/common/view/tpl/dispatch_jump.tpl.
Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com>
|
2024-10-29 05:37:27 +00:00 |
ken678
|
3e6ffdf276
|
优化
|
2024-10-10 10:14:40 +08:00 |
御宅男(YznCMS官方)
|
4e28f319b7
|
update application/admin/command/Min/r.js.
require.js 原型污染安全修复
Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com>
|
2024-10-10 01:44:38 +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
|
77300998fc
|
优化SelectPage编码输出
|
2024-09-26 17:23:49 +08:00 |
御宅男(YznCMS官方)
|
a5025fd1b1
|
update application/index/lang/zh-cn/user.php.
登录次数多语言
Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com>
|
2024-09-19 02:47:53 +00:00 |
御宅男(YznCMS官方)
|
f57cf5ce80
|
update application/common/library/Auth.php.
此处没有用return false;
|
2024-09-19 02:42:28 +00:00 |
Karson
|
c74b9dc24a
|
修复会员表结构字段
优化版本依赖
|
2024-09-06 11:05:48 +08:00 |
Karson
|
5188621e9c
|
优化语言包加载
|
2024-09-04 12:10:37 +08:00 |
Karson
|
7238632f14
|
更新版本号
|
2024-09-03 17:51:45 +08:00 |
Karson
|
592a42fcc5
|
优化后台参数传递
|
2024-09-03 15:17:29 +08:00 |
Simon
|
a532001e7b
|
修复添加时,权重传值不生效
|
2024-09-03 15:15:44 +08:00 |
苏小马
|
9876dc22db
|
update application/admin/command/Crud.php.
问题:删除模式时不需要强制读取数据表,如果在删除前已手动删除数据表,将抛出异常“table not found”导致删除失败
修复:增加删除模式判断,如果是删除模式,无需读取数据表
Signed-off-by: 苏小马 <179906767@qq.com>
|
2024-09-03 15:15:22 +08:00 |
AriFe.Liu
|
37c18d4e92
|
修复iframe打开窗口时链接内问号重复的问题
如果在添加菜单时, 在规则或URL中追加了 ? , 则会导致在刷新这个标签页时, 请求链接中使用了两个问号导致参数取出错误, 此处原本追加的?addtabs=1未做判断.
Signed-off-by: AriFe.Liu <88468560@qq.com>
|
2024-09-03 15:14:52 +08:00 |
小和
|
18a661fb22
|
!465 修改字段错误问题
* 修复字段错误
|
2024-09-03 15:09:46 +08:00 |
AriFe.Liu
|
c01628a914
|
修复sidebar左侧菜单因大小写问题导致的菜单列表不能正确显示问题
当手动添加菜单规则时, 规则字段未提示和处理用户录入的字符
在application/admin/library/Auth.php -> getSidebar方法中, 会对当前用户所拥有的权限节点做校验移除不相关的权限
当判断当前菜单规则是否在$userRule中时, 原本的$v['name']为直接从数据库中取出未做处理, $userRule则是通过$this->getRuleList方法获取, 方法内已经对字符串做了转小写处理, 假如用户填写了大小写混合的规则, 则此处将会被错误的移除掉; 导致左侧菜单无法正常展示该菜单规则;
Signed-off-by: AriFe.Liu <88468560@qq.com>
|
2024-09-03 15:08:20 +08:00 |
Karson
|
996fa27d62
|
优化数据表结构
|
2024-09-03 15:05:53 +08:00 |
Karson
|
c78b3aecc5
|
优化API资源URL
|
2024-09-03 10:53:19 +08:00 |
Karson
|
54d6e0904b
|
优化安装脚本资源加载
|
2024-09-03 10:53:19 +08:00 |
Karson
|
6d4aaf5ea8
|
优化邮箱验证码发送参数验证
# Conflicts:
# application/api/controller/Ems.php
|
2024-09-03 10:50:29 +08:00 |
Karson
|
4a97bdaf19
|
Merge branch '1.x' of gitee.com:karson/fastadmin into 1.x
|
2024-09-03 10:28:37 +08:00 |
Karson
|
7f54960449
|
优化PHP版本依赖
|
2024-09-03 10:27:24 +08:00 |
Karson
|
e7c1922cf3
|
优化前台会员登录
|
2024-09-03 10:23:19 +08:00 |
Karson
|
c5285b8fdd
|
优化多语言加载
|
2024-09-03 10:22:34 +08:00 |
Karson
|
5400c6ff2a
|
优化视图变量输出
|
2024-09-03 10:20:59 +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
|
ac25e4b275
|
优化邮箱验证码发送参数验证
|
2024-07-04 15:27:26 +08:00 |
建伟F4nniu
|
090381a1a2
|
!462 按照注释规则修改API模块下控制器方法的注解
Merge pull request !462 from Henry/fix_phpdoc
|
2024-07-03 08:03:46 +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
|
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 |