yx lin
234383e241
Merge pull request #1267 from colinin/dev
chore: update abp framework to 9.2.1
7 months ago
yx lin
1e69107ae9
Merge pull request #1266 from colinin/abp-package-9.2.1
chore: update package.json
7 months ago
colin
f3fdee0d2b
chore: update package.json
- update abp package to 9.2.1
7 months ago
yx lin
6dfe25d3ce
Merge pull request #1265 from colinin/update-release
workflow: update release version
7 months ago
colin
7c5246ebbb
workflow: update release version
7 months ago
yx lin
260af9f3f7
Merge pull request #1264 from colinin/fix-gateway
fix(gateway): Remove invalid package references
7 months ago
colin
4c07bf3678
fix(gateway): Remove invalid package references
7 months ago
yx lin
a13c2dd66b
Merge pull request #1263 from colinin/fix-current-user-setting
fix(template): Fix the current user setting error
7 months ago
colin
0b786ff625
fix(template): Fix the current user setting error
7 months ago
yx lin
3f1b6b4bf9
Merge pull request #1262 from colinin/rel-9.2.1
chore: update abp framework to 9.2.1
7 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
7 months ago
yx lin
aff7072c70
Merge pull request #1261 from colinin/vben5-secure-oidc
feat(vben5): Use secure storage for oidc data
7 months ago
colin
8af8449be2
feat(vben5): remove `oidc-client-ts` for app-antd
7 months ago
colin
83a5b5d341
feat(vben5): Use secure storage for oidc data
7 months ago
yx lin
7ec15f4f6d
Merge pull request #1260 from colinin/open-api-localization
feat(open-api): add localization config
7 months ago
colin
d65a1bc39f
feat(open-api): add localization config
7 months ago
yx lin
9029e9be71
Merge pull request #1259 from colinin/open-telemetry
feat(open-telemetry): Enhance OpenTelemetry module
7 months ago
colin
4301c98169
feat(open-telemetry): Enhance OpenTelemetry module
7 months ago
yx lin
f176cebf5e
Merge pull request #1258 from colinin/fix-elsa
fix(elsa): Fixed elsa-related errors
7 months ago
colin
447dbc2af4
fix: Add changes to the missing workflow module
7 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`
7 months ago
yx lin
e88dca8a5e
Merge pull request #1257 from colinin/enhance-background-tasks
feat(tasks): enhance background tasks
7 months ago
colin
48d17b7d31
feat(tasks): enhance background tasks
- Add the job action filter 'IJobActionFilter'
- Calculate the execution duration in the job event
7 months ago
yx lin
8054e9132d
Merge pull request #1256 from colinin/anonymous-session
feat(identity): Add anonymous sessions
7 months ago
colin
f9c2f8a168
feat(identity): Add anonymous sessions
7 months ago
yx lin
f7febc155f
Merge pull request #1255 from colinin/enhance-swagger-and-cors
feat(open-api): Enhance the swagger configuration
8 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
8 months ago
colin
843e5977b5
feat(template): The template adds swagger oauth configuration
8 months ago
colin
1b50dbff0b
feat(auth-server): Increase the configuration of the swagget client
8 months ago
yx lin
1b6801ad9b
Merge pull request #1254 from colinin/agile-config
feat(configuration): Enhance the agileconfig configuration enabled
8 months ago
colin
a3304e30f4
feat(configuration): Enhance the agileconfig configuration enabled
8 months ago
yx lin
82e88606bc
Merge pull request #1253 from colinin/fix-cors-config
fix(cors): Fix the cors configuration error
8 months ago
colin
07749017e1
fix(cors): Fix the cors configuration error
- CORS uses the default policy
8 months ago
yx lin
daa6ecc14b
Merge pull request #1252 from colinin/fix-dynamic-template
fix(text-template): Fix the rendering error of the text content
8 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
8 months ago
yx lin
08ee2a90c5
Merge pull request #1251 from colinin/vben5-9.2.0
chore(vben5): Update package.json
8 months ago
colin
48bb694bb8
chore(vben5): Update package.json
- Update the package version to 9.2.0
8 months ago
yx lin
bc2fff35a4
Merge pull request #1250 from colinin/update-micro-templates
feat(templates): Upgrade the microservice startup template to version…
8 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`
- 更新模板版本号
8 months ago
yx lin
7593e98d1e
Merge pull request #1249 from colinin/pdf-module
feat(exporter): Add a PDF export module
8 months ago
colin
604437fd0d
chore(sln): The solution adds a PDF export module
8 months ago
colin
4285d21b12
chore(exporter): Add `Spire.XLS` PackageVersion
8 months ago
colin
d18588c2bb
test(exporter): Add unit tests
- Add LibreOffice unit tests
- Add Spire.XLS unit tests
8 months ago
colin
e817431fe7
fix(exporter): fix unit tests
8 months ago
colin
9c4a2c98b2
feat(exporter): Remove the redundant fields
- Removed from ` MagicodesIEExcelExporterProvider ` ` IExcelExporter ` references
8 months ago
colin
317c2f7f49
fix(exporter): update `FodyWeavers.xml`
8 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
8 months ago
yx lin
352016db90
Merge pull request #1248 from colinin/fix-build-path
fix(build): Fix the path for publishing nuget packages
8 months ago
yx lin
32de19961e
Merge branch 'dev' into fix-build-path
8 months ago
colin
1c42cc2e22
fix(build): Fix the path for publishing nuget packages
- update `common.props`
- use `dotnet pack xxx`
8 months ago