Argo Zhang
|
d110f9723c
|
fix(#IW4PH): 修复跨域缓存清理失败
#Comment
依赖组件Longbow.Cache升级到2.2.9
由于跨域清除缓存内部使用异步导致HttpContext上下文为Null,清除缓存调用失败
comment #IW4PH
#Issue
link https://gitee.com/LongbowEnterprise/dashboard/issues?id=IW4PH
|
2019-05-04 14:43:25 +08:00 |
Argo Zhang
|
c8595d3bac
|
fix(#IW4PH): 跨域缓存清理支持相对路径
#Comment
依赖组件Longbow.Cache升级到2.2.8
comment #IW4PH
#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IW4PH
|
2019-05-04 01:42:57 +08:00 |
Argo Zhang
|
069ab54b21
|
feat(#IW46T): 访问日志移除UserAgent数据
comment #IW46T
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IW46T
|
2019-05-01 18:15:31 +08:00 |
Argo-MacBookPro
|
d3eb38d854
|
style: 更改文件格式
|
2019-05-01 16:46:24 +08:00 |
Argo Zhang
|
15a6b23564
|
feat(#IVYSF): 登录日志使用分页查询
comment #IVYSF
使用后台分页提高数据量大时程序性能
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVYSF
|
2019-05-01 14:04:39 +08:00 |
Argo Zhang
|
e1ea247549
|
feat(#IW43M): 操作日志后台使用分页查询提高性能
comment #IW43M
使用后台分页提高数据量大时程序性能
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IW43M
|
2019-05-01 14:04:39 +08:00 |
Argo Zhang
|
1698640bcf
|
refactor: 免费图床更改到七牛云
#Comment
域名使用 http://images.sdgxgz.com
|
2019-04-30 14:48:01 +08:00 |
Argo Zhang
|
93def71fab
|
fix(#IW2JB): 个人中心上传新头像前台系统不能更新
#Comment
重新设计头像保存机制,数据库保存头像文件名加时间戳如 admin.jpg?v=543891,前台请求时自动破坏缓存进行更新显示最新头像
comment #IW2JB
#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IW2JB
|
2019-04-29 23:58:38 +08:00 |
Argo Zhang
|
e6b61ee165
|
fix(#IW2AQ, #IW296): 个人中心修复缓存不更新
#Comment
User实体类保存数据后缓存项错误导致缓存未清除
comment #IW2AQ #IW296
#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IW2AQ
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IW296
|
2019-04-29 18:25:44 +08:00 |
Argo Zhang
|
9fc8e53fc5
|
fix(#IVYHA): UserAgent字符串引发解析OS/Browser异常
升级Longbow.Web组件到2.2.11,数据库增加UserAgent字段保存相关UserAgent
comment #IVYHA
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVYHA
|
2019-04-29 00:32:15 +08:00 |
Argo Zhang
|
05374f7794
|
refactor(#IVY9T): 字典表Code列定义更改为2000个字符
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVY9T
Comment #IVY9T 更改为2000
#Comment
link #IVY9T
|
2019-04-27 11:08:45 +08:00 |
Argo Zhang
|
26eeb8cab8
|
修改BUG:数据库异常信息在数据库异常通知中不显示 closed #IVGWL
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVGWL
|
2019-04-16 17:58:46 +08:00 |
Argo Zhang
|
80f27b5cf3
|
增加功能:日志记录数据库脚本最后命令 closed #IVGH4
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVGH4
|
2019-04-16 15:26:11 +08:00 |
Argo Zhang
|
238a630648
|
修改BUG:个人中心保存样式不生效 closed #IVF0F
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVF0F
|
2019-04-15 18:46:09 +08:00 |
Argo Zhang
|
27a4b6b5bc
|
升级组件:Longbow.Web组件升级到2.2.10
#Comment
支持网络爬虫等未设置UserAgent字符串的请求来源
|
2019-04-14 16:36:14 +08:00 |
Argo Zhang
|
92a7336b96
|
增加功能:字典表配置增加图床路径配置
#Comment
更新最新的行为式验证码脚本,增加本地图片路径
|
2019-04-13 18:09:18 +08:00 |
Argo Zhang
|
8edc9b91fc
|
升级依赖:更新Nuget组件
#Comment
Microsoft.Data.Sqlite 升级到 2.2.4
Microsoft.NET.Test.Sdk 升级到 16.0.1
Npgsql 升级到 4.0.6
MongoDB.Driver 升级到 2.8.0
Longbow.Data 升级到 2.2.8
PetaPoco.Extensions 升级 1.0.2
Longbow.Cache 升级到2.2.6
|
2019-04-13 18:09:17 +08:00 |
Argo-MacBookPro
|
53900a563a
|
升级组件:Longbow.Web升级到2.2.9
#Comment
OnlineUser功能整合到Longbow.Web组件中
|
2019-04-13 01:21:57 +08:00 |
Argo-MacBookPro
|
b6bf614dae
|
更新依赖:升级组件Longbow.Cache/Longbow
#Comment:
Longbow.Cache修改ICacheOption属性Interval单位为毫秒默认5000毫秒
Longbow修正net45框架下依赖
|
2019-04-04 17:17:18 +08:00 |
Argo Zhang
|
68c3ebcd82
|
修改BUG:在线用户与IP地址统一使用1分钟过期处理 closed #IUUZ3
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=IUUZ3
#Comment
统一使用Longbow.Cache.AutoExpireCacheEntry类处理
|
2019-03-31 17:21:31 +08:00 |
Argo Zhang
|
af01434cc7
|
升级组件:Longbow.Web组件升级到2.2.8 支持BA后台与前台任意配置重定向到登录页面
#Comment
BA后台与前台支持IIS中并列,上下级层次关系
|
2019-03-30 12:35:08 +08:00 |
Argo Zhang
|
136239a838
|
增加功能:地理信息支持国际城市 closed #IUU35
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=IUU35
|
2019-03-29 18:55:39 +08:00 |
Argo-MacBookPro
|
78a38b7f8b
|
增加功能:系统界面演示系统相关提示信息 link #ITEI0
|
2019-03-27 14:15:20 +08:00 |
Argo Zhang
|
59753b3798
|
修改BUG:字典表定义系统使用为Define=0 link #ITEI0
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITEI0
|
2019-03-26 17:35:40 +08:00 |
Argo Zhang
|
bb91606007
|
修改BUG:字典表配置项系统演示键值不正确 link #ITEI0
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITEI0
|
2019-03-26 17:15:26 +08:00 |
Argo Zhang
|
ecfd6d6481
|
修改BUG:系统敏感数据增加数据保护功能 closed #ITEI0
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITEI0
|
2019-03-26 17:12:18 +08:00 |
Argo Zhang
|
84bfe1cafa
|
升级组件:Longbow.Logging Longbow.Web组件升级到2.2.6
#Comment
DBLogger增加对Http请求判断,增加对UserIp、UserId、RequestPage的记录
|
2019-03-26 14:38:59 +08:00 |
Argo Zhang
|
4eabb857b3
|
增加功能:权限细化到按钮 closed #ITIZG
https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/ITIZG?from=project-issue
comment: 通过Startup将MenuHelper静态方法AuthorizateButtons注入到IButtonAuthorization服务内,通过PermissionTagHelper监控asp-auth属性,通过IButtonAuthorization服务的Authorizate方法获得此按钮是否拥有权限
|
2019-03-23 19:29:36 +08:00 |
Argo Zhang
|
72729e577c
|
修改BUG:程序异常后台清理过期日志配置项程序异常保留时长未生效 closed #ITUOK
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITUOK
|
2019-03-18 17:49:28 +08:00 |
Argo Zhang
|
ac8bc82978
|
增加功能:访问日志增加保存时长设置 closed #ITRQL
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITRQL
|
2019-03-18 17:44:24 +08:00 |
Argo Zhang
|
b0bd02c544
|
重构代码:移除不使用的命名空间
|
2019-03-17 19:37:47 +08:00 |
Argo Zhang
|
45adc853e2
|
增加功能:系统日志增加访问日志 closed #ITO8H
#Issue
https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/ITO8H
|
2019-03-17 15:52:06 +08:00 |
Argo Zhang
|
7fe2763f8e
|
修改BUG:程序异常查询条件结束时间不正确 closed #ITO42
#Issue
https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/ITO42
|
2019-03-16 17:40:40 +08:00 |
Argo Zhang
|
7a98489d5a
|
修改BUG:新用户注册于用户管理需要对一些特殊字符过滤 closed #ITL7E
#Issue
https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/ITL7E
commit: 70aa5bb
commit: a5226b7
#Comment
使用正则表达式对允许字符进行过滤
|
2019-03-15 17:34:47 +08:00 |
Argo Zhang
|
8d78b115f5
|
增加功能:菜单维护页面查询区域增加下拉框智能提示 closed #ITDMN
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITDMN
|
2019-03-11 15:45:38 +08:00 |
Argo Zhang
|
b20c61bf0e
|
修改BUG:字典表维护页面字典标签下拉框排序 closed #ITDMK
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITDMK
|
2019-03-11 14:22:01 +08:00 |
Argo Zhang
|
07accedcfb
|
修改BUG:个人中心头像无法删除 closed #ITBVU
#Issue
https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/ITBVU
|
2019-03-10 17:59:36 +08:00 |
Argo-QQ
|
d16ef028d2
|
Merge pull request !9 from Argo-QQ/dev-Refector
|
2019-03-10 03:19:14 +08:00 |
Argo Zhang
|
89041a1721
|
增加功能:操作日志覆盖个人中心与网站设置 closed #ITBOY
https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITBOY
|
2019-03-09 21:01:58 +08:00 |
Argo Zhang
|
269ac3ab85
|
重构代码:整理LoginUser.Ip相关代码,统一使用RemoteIpAddress ?? IPv6Loopback判断语句
|
2019-03-09 19:35:21 +08:00 |
Argo Zhang
|
357f24452e
|
重构代码:默认dev分支更改数据库类型为SQLite closed #ITB1C
#Issue
https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/ITB1C
|
2019-03-08 18:31:50 +08:00 |
Argo Zhang
|
6e9b880101
|
增加功能:字典表增加开关配置项是否获取客户端登录地点 closed #ITAJX
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITAJX
|
2019-03-08 16:21:31 +08:00 |
Argo-MacBookPro
|
ac8982f611
|
增加功能:配置文件中的时长配置移动到字典表配置中 link #ITAK4
#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITAK4
|
2019-03-08 15:49:56 +08:00 |
Argo Zhang
|
76cdb775e6
|
重构代码:Dict.cs文件重构,更正xml描述参数,更改Linq写法
|
2019-03-06 15:28:45 +08:00 |
Argo Zhang
|
20a9ba8da7
|
增加功能:增加MongoDB数据库支持 #IS7V2
|
2019-03-05 17:06:48 +08:00 |
Argo Zhang
|
642b74edfc
|
增加功能:重置密码弹出框增加重置原因信息 #IS7V2
|
2019-03-05 14:53:34 +08:00 |
Argo Zhang
|
2050c54eca
|
增加功能:用户管理页面增加重置密码功能 #IS7V2
* 此功能与首页忘记密码相关联
|
2019-03-05 13:05:19 +08:00 |
Argo-QQ
|
0900c9e299
|
Merge pull request !4 from Argo-QQ/dev-#IS7RM
|
2019-03-04 17:11:59 +08:00 |
Argo-MacBookPro
|
5730180fd6
|
增加功能:操作日志增加登录主机、客户端浏览器、操作系统等信息 #IS7RI
|
2019-03-04 16:29:35 +08:00 |
Argo Zhang
|
64c2e10290
|
增加功能:增加登录日志页面Admin/Logins link #IS7RM
|
2019-03-04 15:40:32 +08:00 |