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
yx lin
a6a7bb92fd
Merge pull request #1239 from colinin/main
Merge pull request #1238 from colinin/dev
9 months ago
yx lin
54a7614b6a
Merge pull request #1238 from colinin/dev
chore: Merge branch dev to main
9 months ago
colin
33726c7866
feat(vben5): 增强用户信息
- 用户Dto增加 `accessFailedCount` 字段
- 增加用户详情标签页
- 用户列表增加邮件验证标签
- 用户列表增加手机号验证标签
9 months ago
yx lin
f898d6b634
Merge pull request #1237 from colinin/vben5-menu-icon
feat(platform): add missing vben5 route icon
9 months ago
colin
db8287eff0
feat(platform): add missing vben5 route icon
- add cache menu icon
- add openapi menu icon
9 months ago
yx lin
d5a67058e8
Merge pull request #1236 from colinin/rel-9.2.0
chore: update abp framework to 9.2.0
9 months ago
colin
fa38aa5334
workflow: update github workflows
- update release tag to `9.2.0`
- update `DOTNET_VERSION` to `9.0.301`
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
yx lin
8e5edb74e2
Merge pull request #1235 from colinin/token-issuer-validator
feat(token): Add token wildcard Issuer validator
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
yx lin
ce49897524
Merge pull request #1234 from colinin/fix-openiddict
fix(openiddict): Fix the potential problems of the newly built client
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
yx lin
f4b4e64af3
Merge pull request #1233 from colinin/perf-login-register-view
perf(account): Optimize the unregistered/logged-in prompt
10 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
yx lin
22f9e7d01b
Merge pull request #1232 from colinin/fix-expose-services
fix(identity-server): Fix the type export error
10 months ago
colin
66c00dbf0c
fix(identity-server): Fix the type export error
- rename expose services: `IdentityServerLoginModel`
10 months ago
yx lin
ada4f0ae22
Merge pull request #1230 from colinin/fix-single
fix(single): 修复单体项目Mvc页面数据错误
10 months ago
colin
a526b91b2a
fix(single): 修复mvc邮件设置页面错误
- 添加 `IEmailSettingsAppService` 的默认实现
10 months ago
colin
a60430b55a
fix(single): 修复mvc页面数据错误
- ajax中增加不包装返回结果标头
10 months ago
yx lin
1867f7df5b
Merge pull request #1229 from colinin/refactor-register
feat(account): 重写注册页面
10 months ago
colin
e7799549de
feat(account): 重写注册页面
- 重写注册页第三方注册组件
10 months ago
yx lin
f9d9dbe533
Merge pull request #1228 from colinin/add-missing-package
fix: 添加缺少的包版本配置
10 months ago
colin
3b5f588f34
fix: 添加缺少的包版本配置
10 months ago
yx lin
b3d746e11f
Merge pull request #1227 from colinin/account-login-model
feat(account): 重命名登录模型
10 months ago
colin
34303cf9d4
fix(account): 重命名重写的登录模型
- 重命名 `IdentityServer` 登录模型
- 重命名 `OpenIddict` 登录模型
10 months ago
colin
82566c77d6
feat(single): 增加客户端种子数据
- 增加oauth客户端预制数据
10 months ago
yx lin
5945abeab0
Merge pull request #1226 from colinin/enhance-auth-server
feat(auth-server): 增强认证服务
10 months ago
colin
b26fc4d249
feat(auth-server): 增强认证服务
- 增加openiddict泛域名配置
- 增加泛域名认证配置
- 移除微信、QQ认证模块引用
- 添加 **AbpAccountWebOAuthModule** 模块引用
- 主题切换为 **LeptonXLite**
- 更新 **package.json** 版本
10 months ago