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
b3553dc276
fix(localization): fixed #1292
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
289ba087a7
fix(dynamic-queryable): Fixed dynamic query errors for strings and nullable types
8 months ago
colin
09154e3b93
fix(tasks): Fix args that might be empty
8 months ago
yx lin
74ba27dd9f
Update EmailMessageManager.cs
8 months ago
colin
adeff1d666
feat(paltform): remove useless namespace
8 months ago
colin
3afc94020a
fix(platform): Fix the same menu error
- The current menu cannot be the same as the upper-level menu
8 months ago
colin
ed5f1ff6e6
fix(platform): The email system automatically resolves the recipient
8 months ago
colin
3b951571ea
feat: Increase multi audience support
8 months ago
colin
0073773038
feat(auditing): Record the request header in the audit log
- Increase `AbpAspNetCoreAuditingModule` module
8 months ago
colin
ad23b8d63d
fix(oss): fix the oss client proxy
- Remove the `IFileAppService` interface
- Regenerate `generate-proxy.json`
8 months ago
colin
c49db6a203
fix(notifications): fixed expired expired notices jobs
8 months ago
colin
d9f15240ee
fix: Delete users expired notifications
- When clearing expired notifications, user notifications should also be cleared at the same time
8 months ago
colin
8b8d14657e
fix(notifications): Add missing framework dependencies
- Add net9.0 dependencies
8 months ago
colin
22d08084ea
feat(identity): Declare distributed lock dependencies
- Increase the dependency on distributed lock modules
8 months ago
colin
06f9e82665
fix(identity): Lock when handling user sessions
- Lock when cleaning up user sessions
- Lock when refreshing the user session
8 months ago
colin
32085e4e85
feat(identity): optimize identity session query
- Replace the SQL query with the current user Id
8 months ago
colin
e7152d1195
fix(platform): Fixed multiple incorrect email recipient addresses
- Use `mailMessage.To.Add()` to add the recipients one by one
8 months ago
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