colin
|
96a41314bf
|
upgrade abp framework to 8.2.0
|
1 year ago |
colin
|
b44e5b991e
|
fix(appsettings): fixed forwarded headers.
|
2 years ago |
colin
|
af99b8df36
|
fix: rewrite jwt authentication configuration
|
2 years ago |
colin
|
6c8af70549
|
backlogs update
|
2 years ago |
colin
|
9799dceda5
|
upgrade: upgrade abp framework to 8.1.3
|
2 years ago |
colin
|
c652ce61e2
|
upgrade: upgrade abp framework to 8.1.2
|
2 years ago |
colin
|
6cafff239f
|
deploy: add once deployment script
|
2 years ago |
colin
|
d6032271aa
|
🔧 chore: use Directory.Packages.props
|
2 years ago |
colin
|
de14c9e9e9
|
fix(jobs): fix ServiceInvocationJob
|
2 years ago |
colin
|
108e53daa3
|
fix(claims): map abp claim types to jwt
|
2 years ago |
colin
|
cc96d9c7b8
|
upgrade abp framework to 8.1.0
|
2 years ago |
colin
|
338ddec533
|
upgrade abp framework to 8.0.3
|
2 years ago |
colin
|
d930a572a9
|
upgrade: upgrade abp framework to 8.0.0
|
2 years ago |
colin
|
1e107d5027
|
upgrade(abp): upgrade abp framework to 7.4.0
|
2 years ago |
李宏
|
ce829a756f
|
增加详细异常输出开关:App:ShowPii
修改docker配置文件,增加workflow、realtimemessage、task项目的部署
统一internalgetway的agileconfig代码
|
2 years ago |
李宏
|
d78aeb83ae
|
Docker配置修改
|
2 years ago |
李宏
|
54a431e6a1
|
修改网关配置,将文件分离以便修改,文件允许注释,并监视文件修改,自动生成ocelot.json,自动加载新配置
网关增加settingmanagement的{everything}配置
|
2 years ago |
李宏
|
b2d5a99efc
|
修改聚合云推NewtownJson为SystemTextJson,与其它项目统一
修改Host项目,增加Console.Title说明,方便启动及调试查看
增加watch run运行方式,方便修改后直接重启项目
|
2 years ago |
李宏
|
75f873a947
|
Database connection string uniform;
Add simple document;
Startup sloution add projects.
|
2 years ago |
tanshanli
|
9e00c0788a
|
fix:database connectionstrings and Project references are missing
|
3 years ago |
cKey
|
6f295fba79
|
Enhanced commit
* The DbSet needs to be added to the aggregate root entity
* The time serialization format is changed through the configuration
|
3 years ago |
cKey
|
a0acb4fb10
|
Multiple enhancements
* add permission defined interface.
* add feature defined interface.
* refactor persistence localization contributor
|
3 years ago |
cKey
|
48348d18c6
|
feat(tasks): enable BackgroundCheckingJob
|
3 years ago |
cKey
|
2a141e40d4
|
feat(tasks): add job BackgroundCheckingJob.
|
3 years ago |
cKey
|
9d3ee6a93b
|
upgrade: upgrade abp framework to 7.0.3
|
3 years ago |
cKey
|
c2a17454e8
|
feat(project): add single project
|
3 years ago |
cKey
|
ab1fe346c5
|
feat(docker): upgrade dotnet images
|
3 years ago |
cKey
|
da422b50fe
|
feat(migrations): 创建独立的迁移脚本项目.
|
3 years ago |
cKey
|
0863ad444d
|
enabled DynamicFeatureStore
|
3 years ago |
cKey
|
3a0ccc8a82
|
remove AddAlwaysAllowAuthorization
|
3 years ago |
cKey
|
6d911edcd1
|
remove Microsoft.EntityFrameworkCore.Tools package from start the project
|
3 years ago |
cKey
|
b13d992965
|
add task management migrations
|
3 years ago |
cKey
|
2664016c9d
|
upgrade abp framework to 7.0.0
|
3 years ago |
cKey
|
1e70f2486a
|
unformat the default date and time
|
3 years ago |
jasonliao-cb
|
121773d184
|
fix app.UseCapDashboard() issue
|
3 years ago |
cKey
|
365b9cde93
|
fixed issues #727
|
3 years ago |
cKey
|
41871db738
|
comparators are used for filtering
|
3 years ago |
cKey
|
d26faa599e
|
add null/not null queryable
|
3 years ago |
cKey
|
8876940466
|
add support dynamic query interface
|
3 years ago |
cKey
|
2c3c76a12b
|
Upgrade the ABP framework to version 6.0.0
* Add OpenIddict management module.
* Add an identity server that uses OpenIddict.
* Add the identity server API that uses OpenIddict.
* LINGYUN.Abp.IdentityServer.WeChat module renamed
LINGYUN.Abp.Authentication.WeChat.
* LINGYUN.Abp.IdentityServer.QQ module renamed
LINGYUN.Abp.Authentication.QQ.
* Update Directory.Build.props.
* Update common.props.
|
3 years ago |
cKey
|
e323a60e0b
|
add wrapper module dependencies
|
3 years ago |
cKey
|
f4627fe64c
|
add background task action: notifications
|
3 years ago |
cKey
|
065cae33b4
|
add microsoft reverse-proxy module
|
3 years ago |
cKey
|
ffaf15512b
|
econstruct the distributed job module
1、使作业调度完成时调度用户定义Action,移除污染作业参数的异常处理参数;
2、重构用户定义作业注册方式,通过IJobDefinitionProvider注册;
3、增加IJobActionDefinitionProvider接口,用户可自行注册作业调度后处理程序;
4、增加LINGYUN.Abp.Notifications.Jobs模块,使通知相关作业独立;
5、增加LINGYUN.Abp.BackgroundTasks.DistributedLocking模块,让用户决定是否使用分布式锁定任务;
6、应用服务层增加作业Action管理接口, 便于从前端快速管理作业Action;
7、应用服务层增加作业定义查询接口, 便于从前端快速绑定作业名称、参数等.
|
4 years ago |
cKey
|
a7d1568cc9
|
feat: standard interface to access global localized text resources
|
4 years ago |
cKey
|
77823ad225
|
upgrade: upgrade abp framework to 5.3.0
|
4 years ago |
cKey
|
6748f99fab
|
Make the default job of the new tenant persistent
|
4 years ago |
cKey
|
3d45fb6305
|
feat(authorization): 添加适用于组织机构的权限管理
|
4 years ago |
cKey
|
24eec0bb57
|
fix(tasks): 启用认证
|
4 years ago |
cKey
|
06a705ce75
|
feat(tasks): 发布作业事件让参与节点自行管理作业状态
|
4 years ago |