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
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
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
9 months ago
colin
66c00dbf0c
fix(identity-server): Fix the type export error
- rename expose services: `IdentityServerLoginModel`
9 months ago
colin
a526b91b2a
fix(single): 修复mvc邮件设置页面错误
- 添加 `IEmailSettingsAppService` 的默认实现
10 months ago
colin
a60430b55a
fix(single): 修复mvc页面数据错误
- ajax中增加不包装返回结果标头
10 months ago
colin
e7799549de
feat(account): 重写注册页面
- 重写注册页第三方注册组件
10 months ago
colin
34303cf9d4
fix(account): 重命名重写的登录模型
- 重命名 `IdentityServer` 登录模型
- 重命名 `OpenIddict` 登录模型
10 months ago
colin
82566c77d6
feat(single): 增加客户端种子数据
- 增加oauth客户端预制数据
10 months ago
colin
b26fc4d249
feat(auth-server): 增强认证服务
- 增加openiddict泛域名配置
- 增加泛域名认证配置
- 移除微信、QQ认证模块引用
- 添加 **AbpAccountWebOAuthModule** 模块引用
- 主题切换为 **LeptonXLite**
- 更新 **package.json** 版本
10 months ago
colin
b2caaef5b6
feat(single): 增强单体应用模块
- 重写 `BrandingProvider` 组件,从配置中取值
- 增加账户、身份认证、设置管理、权限管理、功能管理、虚拟文件管理Web视图模块引用
- 增加启用https后的证书配置
- 增加泛域名身份签发者验证
- 增加账户OAuth模块引用
10 months ago
colin
36f268c970
feat(account): 账户模块增加OAuth扩展
- 增加OAuth模块 **AbpAccountOAuthModule** ,用于定义OAuth相关设置、功能.
- 重写登录视图页第三方登录区域组件
- 增加扩展登录提供者服务接口
- 增加账户模块OAuth实现模块 **AbpAccountWebOAuthModule**
- 重写OAuthHandler以实现从设置系统中读取客户端配置项 **AccountAuthenticationRequestHandler**、**IOAuthHandlerOptionsProvider**
- 增加默认第三方登录实现: GitHub、QQ、微信、企业微信、Bilibili
10 months ago
colin
3b2eab30f0
feat(wechat): add the missing enterprise wechat setting
- The settings service returns more wecom setting
10 months ago
colin
e43811d665
feat(wechat): remove unnecessary feature definitions
- remove feature: `WeChatOfficialFeatures.EnableAuthorization`
10 months ago
colin
fdcf4d7b01
fix(identity-server): Fixed identityServer login model
- Modify base class source
10 months ago
colin
c2d078ca87
fix(openiddict): Fixed openiddict login model
- Modify base class source
10 months ago
colin
18343b9f9d
feat(account): Rewrite the login view page
- Add the view of modifying password during login
- Add modification of password authentication policy for temporary storage of sessions
- Change the name of the contributor to the personal information page
10 months ago
colin
90a4c17a7d
fix(account): fixed user login link style
- Align the login link with the language switch bar
10 months ago
colin
25d7281209
fix(localization): Fix the potential stamp cache expiration null reference exception
10 months ago
colin
4f6a9ca00b
fix: 修复minio文件路径错误
10 months ago
colin
5897750ade
chore: update abp to 9.1.3
10 months ago
colin
ac8b26f225
feat(account): 配置认证服务名称
10 months ago
colin
a552c30283
ci: 修改生成服务目录
10 months ago
colin
5afbad87ba
fix(account): 修复二维码登录时无法获取头像
10 months ago
colin
8a8d163772
fix(oss): 同一文件生成的下载链接应该唯一
10 months ago
colin
775cb73b5a
feat(openiddict): 移除无用的头像标识
10 months ago
colin
37afc12b65
fix(gdpr): 删除用户账户保留admin账号
10 months ago
colin
72b0245768
fix(identity): 修复新建租户时重复创建用户
10 months ago
colin
7d25da2979
feat(platform): 增加vben5预制路由
11 months ago
colin
a2b8763dad
fix(platform): 编辑时应检查是否重名
11 months ago
colin
f53a3dcbdf
fix(webhook): 修复未能返回超时时间字段
11 months ago
colin
43e312eee6
feat(oss): 使用临时链接下载文件
11 months ago
colin
da43ad944a
fix(oss): 修复扩展接口名称错误
11 months ago
colin
558b3c38d5
feat(oss): 分片上传文件合并前检查文件是否存在
11 months ago
colin
423c881fd6
feat(oss): 增加oss存储是否存在接口
11 months ago
colin
dadef5c62c
feat(platform): 优化用户角色多框架菜单管理
11 months ago
colin
e639523166
feat(cli): update cli to 9.1.1
11 months ago
colin
e4192234d9
feat(templates): add exporter module
11 months ago
colin
7f7f1f0a89
feat: update micro template to 9.1.1
11 months ago
colin
6710519fab
fix(tasks): Stop job scheduling when deleting a job
11 months ago
colin
dc69a5f7d2
fix(tasks): Fix the quartz configuration prefix
11 months ago
colin
f5a892d789
fix: add missing ef migrations files
12 months ago
colin
882042fa71
fix(tests): fix unit tests
12 months ago
colin
6cbbc12d89
fix(tests): fix unit tests
12 months ago
colin
d1873daf82
upgrade: upgrade abp framework to 9.1.1
12 months ago
colin
7c4391e3ea
fix(data-protected): 增加多租户模块依赖
12 months ago
colin
fbc4dacbb9
feat: 完善单体项目数据种子初始化
12 months ago
colin
3c2eae35cc
feat: 增加SqlServer启动配置
12 months ago
colin
aa5f52d533
fix(tests): 修复单元测试
12 months ago
colin
04a9e5215a
feat(notifications): 重命名发送模板消息接口
12 months ago