cKey
|
4b905ff067
|
fix openiddict
|
3 years ago |
cKey
|
c7e73be559
|
fix openiddict
|
3 years ago |
cKey
|
1dea9bf423
|
fix issue: #726
|
3 years ago |
cKey
|
6f5860cc43
|
Upgrade abp framework to 6.0.2
* Upgrade abp framework to 6.0.2.
* Update dapr package.
* Update agile-config package.
* Update stack-exchange-redis package.
* Remove versions manager.
* Add packages manager.
|
3 years ago |
jasonliao-cb
|
121773d184
|
fix app.UseCapDashboard() issue
|
3 years ago |
cKey
|
477c6bc50c
|
upgrade cap to 7.0.0
|
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 |
think_ya
|
7dbc7640cb
|
fix #732
|
3 years ago |
cKey
|
fc0128d805
|
webhook: the event publication data is changed to string
|
3 years ago |
cKey
|
47e835ade9
|
optimize elsa
|
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
|
06f574cf03
|
移除匿名认证
|
3 years ago |
cKey
|
b9903e9364
|
add color and alias name with UserFavoriteMenu
|
3 years ago |
cKey
|
f3e7666d46
|
移除匿名认证
|
3 years ago |
cKey
|
b5b9e66ba1
|
Changing the workbench layout
* 变更工作台组件.
* 工作台加入天气, 需要适配天气api接口.
* 将 withAcceptLanguage 加入axios中, 用户自行决定是否加入头.
* Platform模块新增用户收藏菜单接口,使用前需要切换目录
PlatformManagement.HttpApi.Host,运行命令行 **dotnet ef database
update** 或 **dotnet ef migrations script**执行迁移
|
3 years ago |
cKey
|
b77d1a5573
|
add content-type with notification definition
|
3 years ago |
cKey
|
33fa7fa0b2
|
add missing feature management module
|
3 years ago |
cKey
|
ed523e8d55
|
add Elsa activities webhook
|
3 years ago |
cKey
|
64f8920f46
|
add LINGYUN.Abp.Webhooks.Core and LINGYUN.Abp.Webhooks.EventBus
|
3 years ago |
cKey
|
8d4ec39df0
|
adjust the keyword sequence.
|
3 years ago |
cKey
|
71fa21f38c
|
Ensure that message queue processing completes regardless of whether the message was successfully processed
|
3 years ago |
cKey
|
e323a60e0b
|
add wrapper module dependencies
|
3 years ago |
cKey
|
47a2268a90
|
fix: global notifications should include the host
|
3 years ago |
cKey
|
eadbdc4dac
|
added global notification handling
|
3 years ago |
cKey
|
c83f56f8ef
|
add GroupName with NotificationDefinitionRecord
|
3 years ago |
cKey
|
e0aba0f43a
|
Support for dynamic notification definitions
* Change INotificationDefinitionManager to asynchronous methods
* Increase IStaticNotificationDefinitionStore interface for users to define static notice
* Increase IDynamicNotificationDefinitionStore interface to get dynamic notification from other source definition
* Increase DynamicNotificationDefinitionStore get dynamic notification from l3 cache
* Add Entity NotificationDefinitionGroupRecord
* Add Repository INotificationDefinitionGroupRecordRepository
* Add Entity NotificationDefinitionRecord
* Add Repository INotificationDefinitionRecordRepository
|
3 years ago |
cKey
|
d92091c43d
|
fix: use the right tenantid
|
3 years ago |
cKey
|
e91e646660
|
adjusting dependency order
|
3 years ago |
cKey
|
67af9e5220
|
abstract notification core module
|
3 years ago |
cKey
|
88402afcee
|
feat: the user can specify the notification distributor.
|
3 years ago |
cKey
|
f4627fe64c
|
add background task action: notifications
|
3 years ago |
cKey
|
1fd6b5a996
|
feat: optimize push service
|
3 years ago |
cKey
|
b8157e299b
|
feat: add support caching management.
|
3 years ago |
cKey
|
83a486971b
|
add emailing activities
|
3 years ago |
cKey
|
0489b91128
|
add sms workflow
|
3 years ago |
cKey
|
c43383e0a7
|
add support elsa activities real-time.
|
3 years ago |
cKey
|
65bc6fe582
|
添加bob-storing集成
|
3 years ago |
cKey
|
5c5518ec43
|
Integrated elsa-core
|
3 years ago |
cKey
|
c4f2ba392c
|
add template content to the cache
|
3 years ago |
cKey
|
0db7e11348
|
fix: ids admin need add self url options
|
3 years ago |
cKey
|
6de6fd0751
|
support email confirmation
|
3 years ago |
cKey
|
065cae33b4
|
add microsoft reverse-proxy module
|
3 years ago |
cKey
|
02dee95647
|
改变验证码失败的错误提示.
|
3 years ago |
cKey
|
9f4bf86434
|
Improve two-factor certification
resolve [#130](https://github.com/colinin/abp-next-admin/issues/130)
|
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
|
5cd09b2637
|
feat: 集成elsa
|
4 years ago |