yx lin
aff7072c70
Merge pull request #1261 from colinin/vben5-secure-oidc
feat(vben5): Use secure storage for oidc data
9 months ago
colin
8af8449be2
feat(vben5): remove `oidc-client-ts` for app-antd
9 months ago
colin
83a5b5d341
feat(vben5): Use secure storage for oidc data
9 months ago
yx lin
7ec15f4f6d
Merge pull request #1260 from colinin/open-api-localization
feat(open-api): add localization config
9 months ago
colin
d65a1bc39f
feat(open-api): add localization config
9 months ago
yx lin
9029e9be71
Merge pull request #1259 from colinin/open-telemetry
feat(open-telemetry): Enhance OpenTelemetry module
9 months ago
colin
4301c98169
feat(open-telemetry): Enhance OpenTelemetry module
9 months ago
yx lin
f176cebf5e
Merge pull request #1258 from colinin/fix-elsa
fix(elsa): Fixed elsa-related errors
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
yx lin
e88dca8a5e
Merge pull request #1257 from colinin/enhance-background-tasks
feat(tasks): enhance background tasks
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
yx lin
8054e9132d
Merge pull request #1256 from colinin/anonymous-session
feat(identity): Add anonymous sessions
9 months ago
colin
f9c2f8a168
feat(identity): Add anonymous sessions
9 months ago
yx lin
f7febc155f
Merge pull request #1255 from colinin/enhance-swagger-and-cors
feat(open-api): Enhance the swagger configuration
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
yx lin
1b6801ad9b
Merge pull request #1254 from colinin/agile-config
feat(configuration): Enhance the agileconfig configuration enabled
9 months ago
colin
a3304e30f4
feat(configuration): Enhance the agileconfig configuration enabled
9 months ago
yx lin
82e88606bc
Merge pull request #1253 from colinin/fix-cors-config
fix(cors): Fix the cors configuration error
9 months ago
colin
07749017e1
fix(cors): Fix the cors configuration error
- CORS uses the default policy
9 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
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
yx lin
08ee2a90c5
Merge pull request #1251 from colinin/vben5-9.2.0
chore(vben5): Update package.json
9 months ago
colin
48bb694bb8
chore(vben5): Update package.json
- Update the package version to 9.2.0
9 months ago
yx lin
bc2fff35a4
Merge pull request #1250 from colinin/update-micro-templates
feat(templates): Upgrade the microservice startup template to version…
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
yx lin
7593e98d1e
Merge pull request #1249 from colinin/pdf-module
feat(exporter): Add a PDF export module
9 months ago
colin
604437fd0d
chore(sln): The solution adds a PDF export module
9 months ago
colin
4285d21b12
chore(exporter): Add `Spire.XLS` PackageVersion
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
yx lin
352016db90
Merge pull request #1248 from colinin/fix-build-path
fix(build): Fix the path for publishing nuget packages
9 months ago
yx lin
32de19961e
Merge branch 'dev' into fix-build-path
9 months ago
colin
1c42cc2e22
fix(build): Fix the path for publishing nuget packages
- update `common.props`
- use `dotnet pack xxx`
9 months ago
yx lin
e4883ee048
Merge pull request #1247 from colinin/fixed-1246
fix(vben5): Fixed the concurrent error in updating profile
9 months ago
colin
8fd6ac0050
fix(vben5): Fixed the concurrent error in updating profile
- fixed #1246
9 months ago
yx lin
c2da6ca5bd
Merge pull request #1244 from colinin/update-build-script
ci: update build scipt
9 months ago
colin
94a58a0d69
ci: update build scipt
- update build configuration
9 months ago
yx lin
b1179b8356
Merge pull request #1243 from colinin/fix-login-comp
fix(aio): fix login page
9 months ago
colin
71217f5ed3
fix(aio): fix login page
- add the missing component dependencies
9 months ago
yx lin
6d5c09c094
Merge pull request #1242 from colinin/fix-edit-menu
fix(vben5): 修复编辑菜单没有重置表单
9 months ago
colin
e136f1b1af
fix(vben5): 修复编辑菜单没有重置表单
- 修复编辑菜单时没有重置前一个表单数据
9 months ago
yx lin
a93021e3ed
Merge pull request #1241 from colinin/sync-vben-5.5.7
chore(vben5): 同步vben5 `5.5.7` 版本
9 months ago
colin
1e617c2df6
chore(vben5): 同步vben5 `5.5.7` 版本
- 从 [vben5](https://github.com/vbenjs/vue-vben-admin ) 同步 `5.5.7` 版本变更
9 months ago
yx lin
7fdf0038b1
Merge pull request #1240 from colinin/vben5-user-modal
feat(vben5): 增强用户信息
9 months ago