colin
|
cb6d11ef68
|
feat(data-protected): Update the data protection entity migrations
|
1 year ago |
colin
|
36c78defea
|
feat(data-protected): Enhanced data protected module
|
1 year ago |
colin
|
b6bbd42460
|
feat(single): Add Agileconfig reference
|
1 year ago |
colin
|
8d5dc4d6d5
|
feat(oss): The user decided to use Minio storage
|
1 year ago |
colin
|
2741082de3
|
feat(oss): Configure Oss container providers using users
|
1 year ago |
feijie
|
b557781ddf
|
🐛 fix(DbContext): 修复DbContext基类,使用AbpDbContext替代AbpDataProtectionDbContext。解决更新操作无效的问题,如需要启用数据保护可以使用AbpDataProtectionDbContext
|
1 year ago |
feijie
|
413f18eae6
|
️ chore(EntityFrameworkCore): 修复 PostgreSQL 时间戳兼容性问题,并添加缺失引用.
|
1 year ago |
feijie
|
72b7d192c9
|
docs(README.md): 更新 README,提供更清晰的快速启动指南和单元测试说明
|
1 year ago |
feijie
|
4dea327cb7
|
✨ feat(UserAppService): 确保更新用户状态与DTO一致, 填充角色信息
🐛 fix(UserManager): 修复删除用户时的并发冲突问题, 增加重试机制
✨ feat(ProjectNameApplicationTestModule): 添加默认的双因素令牌提供者配置
✨ feat(Migrate.ps1): 动态查找所有可用的DbContext, 提升灵活性
|
1 year ago |
feijie
|
db61240c23
|
✨ feat(tests): 添加用户应用服务和数据种子初始化测试
新增用户应用服务单元测试,包含创建、查询、更新和删除等功能测试。同时增加数据种子初始化测试,验证角色和用户的创建。更新EF Core测试模块,使用PostgreSQL代替内存数据库,并添加数据种子。
|
1 year ago |
feijie
|
b7972bd363
|
✨ refactor(appsettings): 删除冗余日志配置和Quartz配置,简化数据初始化
删除appsettings.json和appsettings.Development.json中无用的日志文件配置和Quartz配置信息。
重命名数据初始化类,并简化数据初始化逻辑,仅保留用户数据初始化。
|
1 year ago |
feijie
|
bc2e5e3b7b
|
✨ feat(user): 添加用户管理功能,包括创建、更新、删除、查询用户等功能
|
1 year ago |
feijie
|
436b81cee6
|
✨ feat(host): 添加 Hangfire 支持,并启用仪表盘
为应用添加后台任务调度框架 Hangfire,并启用其仪表盘,以便监视和管理后台任务。
|
1 year ago |
feijie
|
60e90a5c3d
|
✨ feat(Directory.Packages.props): 更新依赖包版本, 移除多余依赖,并添加 Hangfire.MemoryStorage 依赖.
|
1 year ago |
feijie
|
f9c3345e65
|
✨ feat(common.props): 启用 XML 文档生成并添加 NU1900 警告抑制
|
1 year ago |
tanshanli
|
57caf31967
|
fix:修复SingleProject缺少引用导致项目编译错误
|
1 year ago |
colin
|
ed9fe4b70e
|
feat(localization): Implement multi-language external store
|
1 year ago |
colin
|
a61f221723
|
fix(account): 补全客户端代理接口
|
1 year ago |
colin
|
c1454ee243
|
feat(notifications): 完善企业微信消息.
|
1 year ago |
colin
|
a49817b131
|
chore:解决方案文件改动
|
1 year ago |
colin
|
d720281bdd
|
feat: 增加企业微信登录
|
1 year ago |
colin
|
9c96fca63a
|
feat(account): 增加用户头像变更接口
|
1 year ago |
colin
|
8bccc8fc65
|
fix(account): 用户头像文件验证
|
1 year ago |
colin
|
101dbd51a9
|
feat(account): 增加用户头像更改接口
|
1 year ago |
colin
|
9a785f70c1
|
feat(openiddict): 增加扫码登录实现
|
1 year ago |
ksdaylight
|
37e05cf964
|
fix: The lifetime of AbpCookieAuthenticationHandler needs to be configured as Transient, otherwise the extraction of the cookie named Identity.External will fail
|
1 year ago |
colin
|
9f7846183d
|
refactor(localization): 从解决方案移除不需要的模块
|
1 year ago |
colin
|
0b18942936
|
feat(localization): 重构动态多语言本地化
|
1 year ago |
colin
|
7aaeb83474
|
feat(migrations): 聚合EfCore数据库连接字符串
|
1 year ago |
colin
|
2854411ea5
|
feat(account): 增加接口代理
|
1 year ago |
colin
|
ada08c6480
|
feat(oss): 增加接口代理模块
|
1 year ago |
colin
|
68f140a9b1
|
feat(auditing): 从常量提取模块名称
|
1 year ago |
colin
|
479f2bdece
|
feat(gdpr): 增加客户端代理模块
|
1 year ago |
colin
|
4c640ad010
|
feat(webhook): Webhooks增加集成服务接口
|
1 year ago |
colin
|
38db2fba29
|
feat: 增加企业关联管理接口
|
1 year ago |
colin
|
73a745ce57
|
feat: 微服务集成消息中心统一发送邮件和短信
|
1 year ago |
colin
|
4e8ec09044
|
feat(account): 优化个人信息页面
|
1 year ago |
colin
|
989036d67c
|
feat(account): 增加当前用户安全日志查询
|
1 year ago |
colin
|
b5351d0483
|
feat: 分离账户邮件发送接口
|
1 year ago |
feijie
|
ee409e3e68
|
fix:add aio tempalte sln
|
1 year ago |
colin
|
1e65fa128d
|
chore: Update cli.
|
1 year ago |
colin
|
27c12e501c
|
feat: Add the solution file
|
1 year ago |
colin
|
3914dcf078
|
chore: Update the microservice startup template.
|
1 year ago |
colin
|
f2478945e6
|
perf(saas): check the default connection string
|
1 year ago |
colin
|
b1b60b3be7
|
fix(gdpr): remove unitwork scopr
|
1 year ago |
colin
|
0c80eb485c
|
feat: add Gdpr module
|
1 year ago |
colin
|
6fef193f95
|
upgrade: upgrade cap to 8.3.2
|
1 year ago |
colin
|
368980fd98
|
fix: fix auth-server build
|
1 year ago |
colin
|
b0054284c2
|
fix: fix cli
|
1 year ago |
colin
|
3864070dbb
|
update: add migrations
|
1 year ago |