yx lin
|
079a2213c6
|
Merge pull request #1150 from colinin/some-commits
Some commits
|
11 months ago |
colin
|
cb6d11ef68
|
feat(data-protected): Update the data protection entity migrations
|
11 months ago |
colin
|
36c78defea
|
feat(data-protected): Enhanced data protected module
|
11 months ago |
colin
|
b6bbd42460
|
feat(single): Add Agileconfig reference
|
11 months ago |
colin
|
8d5dc4d6d5
|
feat(oss): The user decided to use Minio storage
|
11 months ago |
colin
|
2741082de3
|
feat(oss): Configure Oss container providers using users
|
11 months ago |
yx lin
|
6483fc82f1
|
Merge pull request #1149 from feijie999/dev
更新AIO模板项目,加入User实体的demo数据和基于数据库的单元测试示例
|
11 months ago |
yx lin
|
8d980fb811
|
Merge pull request #1146 from tanshanli/dev
修复SingleProject缺少引用导致项目编译错误
|
11 months ago |
feijie
|
b557781ddf
|
🐛 fix(DbContext): 修复DbContext基类,使用AbpDbContext替代AbpDataProtectionDbContext。解决更新操作无效的问题,如需要启用数据保护可以使用AbpDataProtectionDbContext
|
11 months ago |
feijie
|
413f18eae6
|
️ chore(EntityFrameworkCore): 修复 PostgreSQL 时间戳兼容性问题,并添加缺失引用.
|
11 months ago |
feijie
|
72b7d192c9
|
docs(README.md): 更新 README,提供更清晰的快速启动指南和单元测试说明
|
11 months ago |
feijie
|
4dea327cb7
|
✨ feat(UserAppService): 确保更新用户状态与DTO一致, 填充角色信息
🐛 fix(UserManager): 修复删除用户时的并发冲突问题, 增加重试机制
✨ feat(ProjectNameApplicationTestModule): 添加默认的双因素令牌提供者配置
✨ feat(Migrate.ps1): 动态查找所有可用的DbContext, 提升灵活性
|
11 months ago |
feijie
|
db61240c23
|
✨ feat(tests): 添加用户应用服务和数据种子初始化测试
新增用户应用服务单元测试,包含创建、查询、更新和删除等功能测试。同时增加数据种子初始化测试,验证角色和用户的创建。更新EF Core测试模块,使用PostgreSQL代替内存数据库,并添加数据种子。
|
11 months ago |
feijie
|
b7972bd363
|
✨ refactor(appsettings): 删除冗余日志配置和Quartz配置,简化数据初始化
删除appsettings.json和appsettings.Development.json中无用的日志文件配置和Quartz配置信息。
重命名数据初始化类,并简化数据初始化逻辑,仅保留用户数据初始化。
|
11 months ago |
feijie
|
bc2e5e3b7b
|
✨ feat(user): 添加用户管理功能,包括创建、更新、删除、查询用户等功能
|
11 months ago |
feijie
|
436b81cee6
|
✨ feat(host): 添加 Hangfire 支持,并启用仪表盘
为应用添加后台任务调度框架 Hangfire,并启用其仪表盘,以便监视和管理后台任务。
|
11 months ago |
feijie
|
60e90a5c3d
|
✨ feat(Directory.Packages.props): 更新依赖包版本, 移除多余依赖,并添加 Hangfire.MemoryStorage 依赖.
|
11 months ago |
feijie
|
f9c3345e65
|
✨ feat(common.props): 启用 XML 文档生成并添加 NU1900 警告抑制
|
11 months ago |
tanshanli
|
57caf31967
|
fix:修复SingleProject缺少引用导致项目编译错误
|
11 months ago |
odd6
|
ef349cb835
|
Merge pull request #2 from colinin/dev
sync 20250317
|
11 months ago |
yx lin
|
17c028cd3c
|
Merge pull request #1145 from colinin/localization-external-store
feat(localization): Implement multi-language external store
|
11 months ago |
colin
|
ed9fe4b70e
|
feat(localization): Implement multi-language external store
|
11 months ago |
yx lin
|
c1161bcfa1
|
Merge pull request #1144 from colinin/vben5-simple-state-check
feat(vben5): Added a simple state check component
|
11 months ago |
colin
|
d8678460ae
|
feat(vben5): Added a simple state check component
|
11 months ago |
yx lin
|
a97de4cacc
|
Merge pull request #1143 from colinin/fix-component-not-registed
Fix component not registed
|
11 months ago |
colin
|
bc65b830c1
|
fix(vben5): fixed useVbenForm Component not registed
|
11 months ago |
colin
|
6209d143ea
|
feat(vben5): Remove localization constants index
|
11 months ago |
colin
|
a9ac465932
|
feat(vben5): Remove redundant multilingual apis
|
11 months ago |
colin
|
eea3c29a24
|
feat(vben5): add texts manage
|
11 months ago |
colin
|
f4cc428834
|
feat(vben5): add language manage
|
11 months ago |
colin
|
594b345a3d
|
feat(vben5): add @abp/localization package
|
11 months ago |
yx lin
|
c6f0bea698
|
Merge pull request #1142 from colinin/fix-account-proxy
fix(account): 补全客户端代理接口
|
11 months ago |
colin
|
a61f221723
|
fix(account): 补全客户端代理接口
|
11 months ago |
yx lin
|
31718318aa
|
Merge pull request #1141 from colinin/wecom-notifications
feat(notifications): 完善企业微信消息.
|
11 months ago |
colin
|
c1454ee243
|
feat(notifications): 完善企业微信消息.
|
11 months ago |
yx lin
|
8d91f4e171
|
Merge pull request #1140 from colinin/vben5-markdown-notifer
feat(vben5): Sending markdown notification is supported
|
11 months ago |
yx lin
|
83b0cd0c78
|
Merge pull request #1139 from colinin/vben5-vditor
Vben5 vditor
|
11 months ago |
colin
|
745055e506
|
feat(vben5): Sending markdown notification is supported
|
11 months ago |
colin
|
638f04dced
|
feat(vben5): update pnpm.workspace.yaml
|
11 months ago |
colin
|
bd9700b378
|
feat(vben5): add vditor integration.
|
11 months ago |
yx lin
|
4ab41a4336
|
Merge pull request #1138 from colinin/vben5-notifications
Vben5 notifications
|
11 months ago |
yx lin
|
a89fbb4be3
|
Merge pull request #1137 from colinin/vben5-subscribe
feat(vben5): Personal page added notification subscription
|
11 months ago |
colin
|
6c06751044
|
feat(vben5): add notification definition manage
|
11 months ago |
colin
|
942d3bedb3
|
feat(vben5): add notification group manage
|
11 months ago |
colin
|
79822a990c
|
feat(vben5): Personal page added notification subscription
|
11 months ago |
yx lin
|
d8549fd2c1
|
Merge pull request #1136 from colinin/vben5-edition
feat(vben5): add edition feature manage
|
11 months ago |
colin
|
e22110e904
|
feat(vben5): add edition feature manage
|
11 months ago |
yx lin
|
a3f0ec9e5b
|
Merge pull request #1135 from colinin/fix-qrcode-login
fix: Fixed multi-tenant QR code login
|
11 months ago |
colin
|
54a0dc137d
|
fix: Fixed multi-tenant QR code login
|
11 months ago |
yx lin
|
ac82f3d463
|
Merge pull request #1134 from colinin/vben5-features
Vben5 features
|
11 months ago |