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
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
yx lin
22f9e7d01b
Merge pull request #1232 from colinin/fix-expose-services
fix(identity-server): Fix the type export error
9 months ago
colin
66c00dbf0c
fix(identity-server): Fix the type export error
- rename expose services: `IdentityServerLoginModel`
9 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
yx lin
07c3cbdb11
Merge pull request #1225 from colinin/enhance-single-module
feat(single): 增强单体应用模块
10 months ago
colin
b2caaef5b6
feat(single): 增强单体应用模块
- 重写 `BrandingProvider` 组件,从配置中取值
- 增加账户、身份认证、设置管理、权限管理、功能管理、虚拟文件管理Web视图模块引用
- 增加启用https后的证书配置
- 增加泛域名身份签发者验证
- 增加账户OAuth模块引用
10 months ago
yx lin
05508551fd
Merge pull request #1224 from colinin/account-oauth
feat(account): 账户模块增加OAuth扩展
10 months ago
colin
36f268c970
feat(account): 账户模块增加OAuth扩展
- 增加OAuth模块 **AbpAccountOAuthModule** ,用于定义OAuth相关设置、功能.
- 重写登录视图页第三方登录区域组件
- 增加扩展登录提供者服务接口
- 增加账户模块OAuth实现模块 **AbpAccountWebOAuthModule**
- 重写OAuthHandler以实现从设置系统中读取客户端配置项 **AccountAuthenticationRequestHandler**、**IOAuthHandlerOptionsProvider**
- 增加默认第三方登录实现: GitHub、QQ、微信、企业微信、Bilibili
10 months ago
yx lin
cb2509b553
Merge pull request #1223 from colinin/wechat
feat(wechat): Enhance the wechat Settings service
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
yx lin
e78b8b7ca6
Merge pull request #1222 from colinin/disable-PKCE
feat(vben5): Disable pkce
10 months ago
colin
34a6d101d3
feat(vben5): disabling PKCE is allowed
- add `VITE_GLOB_DISABLE_PKCE` env key
- set the `disablePKCE` value in `UserManager`
- disable hash mode routing
10 months ago
colin
fdcf4d7b01
fix(identity-server): Fixed identityServer login model
- Modify base class source
10 months ago
yx lin
e193f751f7
Merge pull request #1220 from colinin/support-oidc-login
feat(vben5): add support OIDC login
10 months ago
colin
65134dd9ec
feat(vben5): Add authority server center login
- add `oidc-client-ts` package
- add `onlyOidc` environment variable
- add oidc login and token refresh functions to `useAuthStore`
- If `onlyOidc` is enabled to guide users to jump to the certification authority server
- third-party login only provides certification center server
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
yx lin
c25d1cdddc
Merge pull request #1219 from colinin/vben-feat-login
feat(vben5): enhance the login page
10 months ago
colin
28477f0340
feat(vben5): Modify the expired password localized content
- 更改密码过期本地化提示内容
10 months ago
colin
1aa569e81c
feat(vben5): The login page is configured for self-registration
- 登录页根据设置启用自注册
10 months ago
colin
365f31ca3b
feat(vben5): Increase the localization of auth errors
- 增加登录必须更改密码本地化
10 months ago
colin
f77c96cdc2
feat(vben5): Realize mobile phone number login
- 新增手机号码登录api
- 新增发送手机登录验证码api
- 新增发送手机重置密码验证码api
10 months ago
colin
96042d6ed0
feat(vben5): Change the title of the reset password button
- 更改重置密码提交按钮标题
10 months ago
colin
a9282a2245
feat(vben5): Realize password recovery
- 完善登录页忘记密码
10 months ago
yx lin
f7ca8dfc31
Merge pull request #1218 from colinin/auth-error-localization
feat(vben5): Increase the localization of certification
10 months ago
colin
713dd9276c
feat(vben5): Increase the localization of certification
- 账户锁定
- 账户未启用
- 用户名或密码错误
- Token已过期
- 需要二次认证
- 密码已过期
10 months ago
yx lin
f398f6bffb
Merge pull request #1217 from colinin/login-change-password
feat(vben5): Add changing password when login
10 months ago
colin
bf57331f51
feat(vben5): Add changing password when login
10 months ago
yx lin
daf7886b50
Merge pull request #1216 from colinin/fix-localization-stamp-cache
fix(localization): Fix the potential stamp cache expiration null reference exception
10 months ago
colin
25d7281209
fix(localization): Fix the potential stamp cache expiration null reference exception
10 months ago
yx lin
fea695a380
Merge pull request #1214 from colinin/fix-minio-file-path
fix: 修复minio文件路径错误
10 months ago
colin
4f6a9ca00b
fix: 修复minio文件路径错误
10 months ago
yx lin
119e4d5116
Merge pull request #1212 from colinin/main
Merge pull request #1211 from colinin/dev
10 months ago
yx lin
02ef068acd
Merge pull request #1211 from colinin/dev
chore: update abp to 9.1.3
10 months ago