wojiaoyishang
|
b92c450be4
|
更新插件功能
|
2023-02-10 23:05:54 +08:00 |
|
wojiaoyishang
|
7bef64f632
|
更新插件功能
|
2023-02-10 21:29:39 +08:00 |
|
 不胜舟andGitee
|
51db1944ed
|
!60 update templates/admin/user/main.html.
Merge pull request !60 from Teishorin/N/A
|
2023-02-07 05:26:11 +00:00 |
|
 不胜舟andGitee
|
23aebc2513
|
!58 update templates/admin/console/console.html.
Merge pull request !58 from Teishorin/N/A
|
2023-02-07 05:25:59 +00:00 |
|
 不胜舟andGitee
|
417471bd79
|
!59 update templates/admin/common/footer.html.
Merge pull request !59 from Teishorin/N/A
|
2023-02-07 05:25:48 +00:00 |
|
 不胜舟andGitee
|
61f0ea26a0
|
!61 update templates/admin/admin_log/main.html.
Merge pull request !61 from Teishorin/N/A
|
2023-02-07 05:25:37 +00:00 |
|
 不胜舟andGitee
|
54a9acaf18
|
!62 update templates/admin/console/console.html.
Merge pull request !62 from Teishorin/N/A
|
2023-02-07 05:25:23 +00:00 |
|
 不胜舟andGitee
|
d6404fc1b4
|
!63 update templates/admin/mail/main.html.
Merge pull request !63 from Teishorin/N/A
|
2023-02-07 05:25:01 +00:00 |
|
 不胜舟andGitee
|
d4a298234d
|
!64 update templates/admin/monitor.html.
Merge pull request !64 from Teishorin/N/A
|
2023-02-07 05:24:51 +00:00 |
|
 不胜舟andGitee
|
bd494c5aa1
|
!65 update templates/index/index.html.
Merge pull request !65 from Teishorin/N/A
|
2023-02-07 05:24:07 +00:00 |
|
 不胜舟andGitee
|
0e5a389c12
|
!67 update applications/configs/config.py.
Merge pull request !67 from Teishorin/N/A
|
2023-02-07 05:23:32 +00:00 |
|
 不胜舟andGitee
|
b178f7fea5
|
!69 update applications/common/admin_log.py.
Merge pull request !69 from funewa/N/A
|
2023-02-07 05:21:45 +00:00 |
|
 funewaandGitee
|
2c89cdb344
|
update applications/common/admin_log.py.
BUG修复原来只记录GET数据-》更新后可以记录POST PUT记录
Signed-off-by: funewa <yuge@funewa.com>
|
2023-02-07 04:15:27 +00:00 |
|
 TeishorinandGitee
|
9189e0cb58
|
update applications/configs/config.py.
新增配置多数据库连接的连接串写法示例
涵盖 MySQL、MsSQL、Oracle、SQLite、Postgres
Signed-off-by: Teishorin <shandongdxl2004@126.com>
|
2023-01-24 07:52:20 +00:00 |
|
 TeishorinandGitee
|
7368cb58b7
|
update templates/index/index.html.
修正url_for函数拼接静态文件路径可能发生的308错误:filename这里的路径不需要以“/”开头
Signed-off-by: Teishorin <shandongdxl2004@126.com>
|
2023-01-24 07:37:41 +00:00 |
|
 TeishorinandGitee
|
627c51df8a
|
update templates/admin/monitor.html.
修正url_for函数拼接静态文件路径可能发生的308错误:filename这里的路径不需要以“/”开头
Signed-off-by: Teishorin <shandongdxl2004@126.com>
|
2023-01-24 07:35:37 +00:00 |
|
 TeishorinandGitee
|
3bf759aaac
|
update templates/admin/mail/main.html.
修正url_for函数拼接静态文件路径可能发生的308错误:filename这里的路径不需要以“/”开头
Signed-off-by: Teishorin <shandongdxl2004@126.com>
|
2023-01-24 07:34:36 +00:00 |
|
 TeishorinandGitee
|
7d406a9b06
|
update templates/admin/console/console.html.
修正url_for函数拼接静态文件路径可能发生的308错误:filename这里的路径不需要以“/”开头
Signed-off-by: Teishorin <shandongdxl2004@126.com>
|
2023-01-24 07:33:50 +00:00 |
|
 TeishorinandGitee
|
42895b182f
|
update templates/admin/admin_log/main.html.
修正url_for函数拼接静态文件路径可能发生的308错误:filename这里的路径不需要以“/”开头
Signed-off-by: Teishorin <shandongdxl2004@126.com>
|
2023-01-24 07:32:43 +00:00 |
|
 TeishorinandGitee
|
21ba21bdf6
|
update templates/admin/user/main.html.
修正url_for函数拼接静态文件路径可能发生的308错误:filename这里的路径不需要以“/”开头
Signed-off-by: Teishorin <shandongdxl2004@126.com>
|
2023-01-24 07:31:18 +00:00 |
|
 TeishorinandGitee
|
18d773ed9b
|
update templates/admin/common/footer.html.
修正url_for函数拼接静态文件路径可能发生的308错误:filename这里的路径不需要以“/”开头
Signed-off-by: Teishorin <shandongdxl2004@126.com>
|
2023-01-24 07:27:29 +00:00 |
|
 TeishorinandGitee
|
f1fc957e3d
|
update templates/admin/console/console.html.
修复URL拼接错误,在flask 2.2.2中,不修改的话会报如下错误:
127.0.0.1 - - [23/Jan/2023 23:07:45] "GET /static//admin/admin/css/other/console1.css HTTP/1.1" 308 -
Signed-off-by: Teishorin <shandongdxl2004@126.com>
|
2023-01-23 15:10:42 +00:00 |
|
 不胜舟andGitee
|
fd42cae20f
|
!57 update templates/admin/login.html.
Merge pull request !57 from Teishorin/N/A
|
2023-01-23 10:02:03 +00:00 |
|
 不胜舟andGitee
|
0b3406b55e
|
!56 update templates/admin/common/header.html.
Merge pull request !56 from Teishorin/N/A
|
2023-01-23 09:59:59 +00:00 |
|
 TeishorinandGitee
|
1b63075333
|
update templates/admin/login.html.
修正地址拼接的 308异常,删除多余的“/”,否则会显示:
“127.0.0.1 - - [23/Jan/2023 17:10:18] "GET /static//admin/admin/css/other/login.css HTTP/1.1" 308 -”
“127.0.0.1 - - [23/Jan/2023 17:10:18] "GET /static//admin/component/pear/css/pear.css HTTP/1.1" 308 -”
测试环境,python3.8 Flask2.2.2
Signed-off-by: Teishorin <shandongdxl2004@126.com>
|
2023-01-23 09:18:52 +00:00 |
|
 TeishorinandGitee
|
2c94ad94e6
|
update templates/admin/common/header.html.
修正地址拼接的 308异常,删除多余的“/”,否则会显示:“127.0.0.1 - - [23/Jan/2023 17:10:18] "GET /static//admin/component/pear/css/pear.css HTTP/1.1" 308 -”
Signed-off-by: Teishorin <shandongdxl2004@126.com>
|
2023-01-23 09:14:50 +00:00 |
|
不胜舟
|
83964bfa78
|
修改鉴权逻辑 --> 管理员获得访问全部权限白名单
|
2022-12-28 01:38:40 +08:00 |
|
 不胜舟andGitee
|
b2207e277f
|
!49 加入 Flask-APScheduler 設定
Merge pull request !49 from CHunYenc/master
|
2022-12-27 16:45:37 +00:00 |
|
 不胜舟andGitee
|
017272cbde
|
!51 添加邮件管理模块
Merge pull request !51 from mengfu188/master
|
2022-12-27 16:43:31 +00:00 |
|
不胜舟
|
f6d7d7d84c
|
edit md
|
2022-12-28 00:34:08 +08:00 |
|
不胜舟
|
123f62f9d5
|
优化验证与过滤
|
2022-12-28 00:21:20 +08:00 |
|
不胜舟
|
656548eb64
|
remove
|
2022-12-27 22:59:18 +08:00 |
|
不胜舟
|
60cf94cc05
|
同步pear admin layui
|
2022-12-27 22:54:35 +08:00 |
|
不胜舟
|
883e7f88d5
|
优化用户部门查询逻辑
|
2022-12-27 21:56:31 +08:00 |
|
不胜舟
|
078b838374
|
更改验证码,简化目录
|
2022-12-27 20:48:50 +08:00 |
|
mengfu188
|
490302960a
|
添加邮件管理模块
|
2022-10-11 15:51:15 +08:00 |
|
CHunYenc
|
d865081199
|
fix: 無法刪除 task.
|
2022-09-17 15:07:03 +08:00 |
|
CHunYenc
|
8e356923c7
|
feat: scheduler 儲存於 SQLAlchemyJobStore, 並在定時輸入時間時加入判斷.
|
2022-09-17 14:44:23 +08:00 |
|
zhengxinonly
|
c811b895d7
|
修改说明文档
|
2022-08-31 04:31:17 +08:00 |
|
 逆天的蝈蝈and不胜舟
|
8c4039dbb2
|
!47 del qq group and add issue
* 😊 del qq group and add issue
|
2022-08-16 08:52:02 +00:00 |
|
 就眠儀式andGitee
|
8ca32d3d77
|
update README.md.
|
2022-08-04 05:39:29 +00:00 |
|
 zhengxinonlyandGitee
|
dc1e9afe0c
|
!39 修复账号多角色时菜单重复,子菜单ID小于父菜单ID时无法显示的问题
Merge pull request !39 from waizking/N/A
1.0.2
|
2022-06-16 08:44:53 +00:00 |
|
 就眠儀式andGitee
|
6220f979bf
|
!42 update Dockerfile.
Merge pull request !42 from kyqv/N/A
|
2022-06-16 04:09:10 +00:00 |
|
 kyqvandGitee
|
6ec05fd3f9
|
update Dockerfile.
阿里镜像源问题更新 导致docker 无法安装
|
2022-06-16 03:45:10 +00:00 |
|
 不胜舟andGitee
|
8c3e43b85b
|
!41 修复mysql连接中密码包含@特殊字符时的错误
Merge pull request !41 from stevenhu/N/A
|
2022-06-02 07:11:05 +00:00 |
|
 stevenhuandGitee
|
248145b821
|
修复mysql连接中密码包含@特殊字符时的错误
|
2022-06-02 05:08:36 +00:00 |
|
 就眠儀式andGitee
|
261a983678
|
update README.md.
|
2022-05-13 06:52:00 +00:00 |
|
sunshine
|
1a7e457054
|
解决bug
|
2022-05-08 21:29:44 +08:00 |
|
 不胜舟andGitee
|
7ae59415e8
|
update applications/view/passport/__init__.py.
|
2022-04-12 11:16:54 +00:00 |
|
sunshine
|
c50d5e7921
|
重写sqlalchemy的query,增加序列化方法
|
2022-04-12 16:55:27 +08:00 |
|