colin
afef5f7a0e
fix(style): Add missing global-style.css
2 months ago
colin
495d51d6b6
feat(oauth): Rewrite the user authorize page
- 重写OpenIddict授权同意页,允许用户勾选授权范围
2 months ago
colin
d361a6a59f
feat: Adjust the initialization of the dynamic in module
2 months ago
colin
3936107340
upgrade: upgrade abp to 10.0.2
- upgrade project to net10
- upgrade abp framework to 10.0.2
3 months ago
colin
4e518097d4
feat(metrics): Add system info metrics module
3 months ago
colin
368e7e9647
feat(single): Optimize single application projects
- 增加多数据库启动配置项
- 调整多数据库模式数据库迁移
- 修复部分数据库迁移脚本
- 增加缺少的版本升级数据库迁移
- 增加Quartz的PostgreSql初始化模块
- 调整单体服务启动文档
4 months ago
colin
750e16bb8e
feat(single): 单体项目增加依赖项
- 增加企业微信办公模块依赖
- 增加企业微信通讯录模块依赖
4 months ago
colin
ebfa510c78
feat(wechat): Optimize the Enterprise wechat module
- 新增通讯录应用集成模块,通讯录相关接口事件移动到通讯录模块
- 新增办公应用集成模块,办公应用相关接口事件移动到办公模块
- 新增部分单元测试模块
4 months ago
colin
dff27f48f9
feat(single): Adjust application projects
4 months ago
colin
b69f360b90
fix(elsa): Fix elsa module
- Fix the issue where the workflow editor cannot be opened
- Fix the issue where the workflow endpoint is not registered
- Fix the invalid HttpEndpoint workflow
4 months ago
colin
9806714b99
feat(platform-service): Use object storage through configuration
4 months ago
colin
37418aa379
feat(tracking): Determine the tracking module through configuration
4 months ago
colin
a5d7932144
feat(localization): Add the dependency of claim mapping module
4 months ago
colin
9a675f9c5e
refactor(session): refactor identity session
- Session policy processing is transferred to the identity auth service
- Add an identity authentication job module
- Add an expired session cleaning job
4 months ago
colin
7bfb235de5
feat(wechat): Add the missing module references
4 months ago
colin
826a210c86
feat(oss-management): Use a configured object storage provider
5 months ago
colin
03eb74f649
feat(account): IP access not use the domain tenant resolver
5 months ago
colin
bf12e7935a
fix: Remove unnecessary '.gitignore 'files
- fixed #1269
5 months ago
colin
d6ac831f81
feat(wechat): Add `AbpWeChatWorkHandlersModule` dependency
5 months ago
colin
fb9d152345
chore: upgrade abp framework to 9.3.5
6 months ago
colin
6d806f2fb7
feat(notification): use default culture settings
7 months ago
colin
bdc7e6cf3e
chore: upgrade abp framework to 9.3.1
7 months ago
colin
e1a7a12923
fix: remove `yarn.lock`
- Remove `yarn.lock`
- Ignore `yarn.lock`
8 months ago
colin
5bb063e955
feat(ip2region): Rename IP2RegionIPLocationResolveContributor
- Rename `IP2RegionIPLocationResolveContributorBase` to `IP2RegionIPLocationResolveContributor`
8 months ago
colin
67c20a636a
chore: update `wwwroot`
8 months ago
colin
a48f853942
chore: update package.json
8 months ago
colin
adac752f3f
feat(auth-server): Add the default configuration of Openiddict
8 months ago
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
447dbc2af4
fix: Add changes to the missing workflow module
9 months ago
colin
bfe98c3a06
fix(elsa): Fixed elsa-related errors
- Upgrade elsa 2.x to 2.15.2
- Redirecting the `Rebus.RabbitMq` package version resolves the compatibility issue of the` RabbitMQ.Client` 6.x
- Add `LINGYUN.Abp.Elsa.Designer`
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
07749017e1
fix(cors): Fix the cors configuration error
- CORS uses the default policy
9 months ago
colin
71217f5ed3
fix(aio): fix login page
- add the missing component dependencies
9 months ago
colin
29e811e9f4
chore(npm): update package.json
- update package version
9 months ago
colin
9e1a14d8ab
chore(framework): update abp version
- update abp framework to 9.2.0
- update cap to 8.3.5
- update `Directory.Packages.props`
- update `common.props`
9 months ago
colin
3d7a20c6d6
fix(platform): remove `AddAlwaysAllowAuthorization`
- remove `service.AddAlwaysAllowAuthorization`
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
a526b91b2a
fix(single): 修复mvc邮件设置页面错误
- 添加 `IEmailSettingsAppService` 的默认实现
10 months ago
colin
a60430b55a
fix(single): 修复mvc页面数据错误
- ajax中增加不包装返回结果标头
10 months ago
colin
b26fc4d249
feat(auth-server): 增强认证服务
- 增加openiddict泛域名配置
- 增加泛域名认证配置
- 移除微信、QQ认证模块引用
- 添加 **AbpAccountWebOAuthModule** 模块引用
- 主题切换为 **LeptonXLite**
- 更新 **package.json** 版本
10 months ago
colin
b2caaef5b6
feat(single): 增强单体应用模块
- 重写 `BrandingProvider` 组件,从配置中取值
- 增加账户、身份认证、设置管理、权限管理、功能管理、虚拟文件管理Web视图模块引用
- 增加启用https后的证书配置
- 增加泛域名身份签发者验证
- 增加账户OAuth模块引用
10 months ago
colin
5897750ade
chore: update abp to 9.1.3
10 months ago
colin
ac8b26f225
feat(account): 配置认证服务名称
10 months ago
colin
5afbad87ba
fix(account): 修复二维码登录时无法获取头像
10 months ago
colin
7d25da2979
feat(platform): 增加vben5预制路由
11 months ago
colin
d1873daf82
upgrade: upgrade abp framework to 9.1.1
12 months ago