colin
f3fdee0d2b
chore: update package.json
- update abp package to 9.2.1
9 months ago
colin
0b786ff625
fix(template): Fix the current user setting error
9 months ago
colin
c3de2044a1
chore: update abp framework to 9.2.1
- update `common.props`
- update `Directory.Packages.props`
- Use `MyCSharp.HttpUserAgentParser` to replace `DeviceDetector.NET` for better performance
9 months ago
colin
4301c98169
feat(open-telemetry): Enhance OpenTelemetry module
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
48d17b7d31
feat(tasks): enhance background tasks
- Add the job action filter 'IJobActionFilter'
- Calculate the execution duration in the job event
9 months ago
colin
f9c2f8a168
feat(identity): Add anonymous sessions
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
843e5977b5
feat(template): The template adds swagger oauth configuration
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
62f159d460
fix(text-template): Fix the rendering error of the text content
- roll back to the default culture, if specified culture template is empty
- If the dynamic template definition query is empty, fall back to the static template definition
9 months ago
colin
c6b54ba0fa
feat(templates): Upgrade the microservice startup template to version 9.2.0
- 修复 `CORS` 配置错误
- 使用 `AddAbpJwtBearer` 处理身份认证失败方案
- 增加 `ValidIssuers` 配置项以支持泛域名身份认证
- 动态设置、功能、权限、模板、本地化通过配置项决定是否启用
- 在 `Swagger` 中隐藏abp端点
- 引用EfCore迁移项目以支持租户事件
- 移除 Mvc 本地化端点模块
- 修复身份认证验证失败(强制重写AbpClaimTypes与JWT保持转一致)
- 更新 `common.props`
- 更新 `Directory.Packages.props`
- 更新模板版本号
9 months ago
colin
604437fd0d
chore(sln): The solution adds a PDF export module
9 months ago
colin
d18588c2bb
test(exporter): Add unit tests
- Add LibreOffice unit tests
- Add Spire.XLS unit tests
9 months ago
colin
e817431fe7
fix(exporter): fix unit tests
9 months ago
colin
9c4a2c98b2
feat(exporter): Remove the redundant fields
- Removed from ` MagicodesIEExcelExporterProvider ` ` IExcelExporter ` references
9 months ago
colin
317c2f7f49
fix(exporter): update `FodyWeavers.xml`
9 months ago
colin
8f60e78048
feat(exporter): Add a PDF export module
- Add the integration of [LibreOffice](https://www.libreoffice.org ) PDF export
- Add the integration of [Spire.XLS](https://www.e-iceblue.cn/spirexls/spire-xls-for-net-program-guide-content.html ) PDF export
9 months ago
colin
71217f5ed3
fix(aio): fix login page
- add the missing component dependencies
9 months ago
colin
db8287eff0
feat(platform): add missing vben5 route icon
- add cache menu icon
- add openapi menu icon
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
b09e1cf879
fix(openiddict): Fix the potential problems of the newly built client
- After the user attempts to log in with a non-existent client Id, an error will be reported when creating a client with the same name due to cache issues
- 用户通过不存在的客户端Id尝试登录时,因缓存问题,将造成同名客户端无法新建
9 months ago
colin
7e478282fc
perf(account): Optimize the unregistered/logged-in prompt
- The redirect to register link is placed above the login button
- The redirect to login link is placed above the registration button
10 months ago
colin
66c00dbf0c
fix(identity-server): Fix the type export error
- rename expose services: `IdentityServerLoginModel`
10 months ago
colin
a526b91b2a
fix(single): 修复mvc邮件设置页面错误
- 添加 `IEmailSettingsAppService` 的默认实现
10 months ago
colin
a60430b55a
fix(single): 修复mvc页面数据错误
- ajax中增加不包装返回结果标头
10 months ago
colin
e7799549de
feat(account): 重写注册页面
- 重写注册页第三方注册组件
10 months ago
colin
34303cf9d4
fix(account): 重命名重写的登录模型
- 重命名 `IdentityServer` 登录模型
- 重命名 `OpenIddict` 登录模型
10 months ago
colin
82566c77d6
feat(single): 增加客户端种子数据
- 增加oauth客户端预制数据
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
36f268c970
feat(account): 账户模块增加OAuth扩展
- 增加OAuth模块 **AbpAccountOAuthModule** ,用于定义OAuth相关设置、功能.
- 重写登录视图页第三方登录区域组件
- 增加扩展登录提供者服务接口
- 增加账户模块OAuth实现模块 **AbpAccountWebOAuthModule**
- 重写OAuthHandler以实现从设置系统中读取客户端配置项 **AccountAuthenticationRequestHandler**、**IOAuthHandlerOptionsProvider**
- 增加默认第三方登录实现: GitHub、QQ、微信、企业微信、Bilibili
10 months ago
colin
3b2eab30f0
feat(wechat): add the missing enterprise wechat setting
- The settings service returns more wecom setting
10 months ago
colin
e43811d665
feat(wechat): remove unnecessary feature definitions
- remove feature: `WeChatOfficialFeatures.EnableAuthorization`
10 months ago
colin
fdcf4d7b01
fix(identity-server): Fixed identityServer login model
- Modify base class source
10 months ago
colin
c2d078ca87
fix(openiddict): Fixed openiddict login model
- Modify base class source
10 months ago
colin
18343b9f9d
feat(account): Rewrite the login view page
- Add the view of modifying password during login
- Add modification of password authentication policy for temporary storage of sessions
- Change the name of the contributor to the personal information page
10 months ago
colin
90a4c17a7d
fix(account): fixed user login link style
- Align the login link with the language switch bar
10 months ago
colin
25d7281209
fix(localization): Fix the potential stamp cache expiration null reference exception
10 months ago
colin
4f6a9ca00b
fix: 修复minio文件路径错误
10 months ago
colin
5897750ade
chore: update abp to 9.1.3
10 months ago
colin
ac8b26f225
feat(account): 配置认证服务名称
10 months ago
colin
a552c30283
ci: 修改生成服务目录
10 months ago