colin
3b951571ea
feat: Increase multi audience support
8 months ago
colin
f3fdee0d2b
chore: update package.json
- update abp package to 9.2.1
9 months ago
colin
512d919b45
feat(open-api): Enhance the swagger configuration
- Swagger has added the oauth config
- The cors configuration can be a string array
- Add cross-domain initialization configuration for the microservice oauth client
9 months ago
colin
1b50dbff0b
feat(auth-server): Increase the configuration of the swagget client
9 months ago
colin
a3304e30f4
feat(configuration): Enhance the agileconfig configuration enabled
9 months ago
colin
29e811e9f4
chore(npm): update package.json
- update package version
9 months ago
colin
a9d80d8f68
fix(auth-server): Downgrade the npm package
- update `@abp/x` package version
9 months ago
colin
89963577d8
feat(token): Add token wildcard Issuer validator
- add [TokenWildcardIssuerValidator](https://github.com/maliming/Owl.TokenWildcardIssuerValidator )
- The microservice module adds jwt `IssuerValidator`
9 months ago
colin
b26fc4d249
feat(auth-server): 增强认证服务
- 增加openiddict泛域名配置
- 增加泛域名认证配置
- 移除微信、QQ认证模块引用
- 添加 **AbpAccountWebOAuthModule** 模块引用
- 主题切换为 **LeptonXLite**
- 更新 **package.json** 版本
10 months ago
colin
ac8b26f225
feat(account): 配置认证服务名称
10 months ago
colin
5afbad87ba
fix(account): 修复二维码登录时无法获取头像
10 months ago
colin
d1873daf82
upgrade: upgrade abp framework to 9.1.1
12 months ago
colin
2603728229
feat(tacking): Enhanced distributed tracking capabilities
## 重要变动
1. 增加 [Elastic.Apm.NetCoreAll](https://www.nuget.org/packages/Elastic.Apm.NetCoreAll ) 包集成;
2. 将 [OpenTelemetry]([NuGet Gallery | OpenTelemetry](https://www.nuget.org/profiles/OpenTelemetry )) 集成迁移到独立的项目;
3. 增加 [SkyWalking]([NuGet Gallery | skyapm](https://www.nuget.org/profiles/skyapm )) 集成, 这是当前微服务项目使用的默认库.
1 year ago
colin
d720281bdd
feat: 增加企业微信登录
1 year ago
colin
0b18942936
feat(localization): 重构动态多语言本地化
1 year ago
colin
4e8ec09044
feat(account): 优化个人信息页面
1 year ago
colin
3864070dbb
update: add migrations
1 year ago
colin
93c3dfd9a3
update: UPDATE Dockerfile
1 year ago
colin
0c5a11680b
upgrade: upgrade abp framework to 9.0.4
1 year ago
feijie
5bcb146a30
feat: 添加新的配置选项以支持 PostgreSQL
1 year ago
colin
4ecff357c5
feat(emailing): switch from smtp to mailkit
1 year ago
colin
d242320e2c
fix(single): fix transaction
2 years ago
colin
9ad3ff0096
Revert "修复单体项目事务不一致问题"
This reverts commit 0ad300ac07 .
2 years ago
colin
0ad300ac07
修复单体项目事务不一致问题
2 years ago
colin
e96820290e
fix(docker): Fix authentication errors when running openiddict on Docker
2 years ago
colin
ca7110cd6b
feat(session): add session_id claim type in the IDS module
2 years ago
colin
a2e2850eca
fix(session): fix some issues caused by user session design.
2 years ago
colin
96a41314bf
upgrade abp framework to 8.2.0
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
6cafff239f
deploy: add once deployment script
2 years ago
colin
d6032271aa
🔧 chore: use Directory.Packages.props
2 years ago
colin
dbc2071848
fix(migrations): 修复初始化迁移数据不全的问题.
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
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
colin
e0ca0f9b2c
feat(wecom): Integrated WeCom
* See: https://developer.work.weixin.qq.com/
3 years ago
colin
b484dde137
fix: fix email confirm link
3 years ago
colin
adbd12cdd7
fix: fix some issues.
3 years ago
李宏
b2d5a99efc
修改聚合云推NewtownJson为SystemTextJson,与其它项目统一
修改Host项目,增加Console.Title说明,方便启动及调试查看
增加watch run运行方式,方便修改后直接重启项目
3 years ago
colin
78e169acc5
upgrade: upgrade abp framework to 7.3.2
3 years ago
tanshanli
9e00c0788a
fix:database connectionstrings and Project references are missing
3 years ago
colin
49fe60549a
Version 7.1.1 is the last update
* add exten grant_type Portal(openiddict、identityserver)
* add entity enterprise(platform)
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
6069db929d
Upgrade abp framework to 7.1.0
* fix(user): If the user information request fails, go to the login page.
* feat(migrations): Add Backend-Admin、Identity、Webhooks migrations.
* fix(elsa): fix endpoints version of the integrated Elsa.Server.Api project.
* refactor(openiddict): refactor openiddict extension grant.
* feat(saas): Add EntityVersions to Editions and Tenants entity.
* fix(text-templating): fixed invalid page lookup for templates.
* fix(text-templating): the cache is not refreshed after template changes.
* feat(webhooks): added webhooks custom interface.
* feat(webhooks): webhooks send job Sets the maximum number of failed retry attempts.
* feat(account): add the user extension field.
* feat(common): Update common.props file.
* feat(build): Update Dicrectory.Build.props file.
* feat(ui): implements the template definitions.
3 years ago
cKey
3a0f366b68
feat(openiddict): replace mvc theme to leptonxlite
3 years ago
cKey
ab1fe346c5
feat(docker): upgrade dotnet images
3 years ago