Skip to content

Changes

Summary

  1. 临时提交 (details)
  2. 即将改为走C端的模式 (details)
  3. 微信用户注册 (details)
  4. 调整名字 (details)
  5. 1、微信小程序单点登入、身份核验、微信绑定功能 (details)
  6. 提交企业注册 (details)
  7. 晋城需求-账号登录/密码修改相关功能开发 (details)
  8. 1、记录最后一次登录时间 2、甘肃内网证书登录bug修改 (details)
  9. hotfix: 修复只能人事区域异常问题 (details)
  10. hotfix:多账号问题 (details)
  11. hotfix: 忘记密码功能 (details)
Commit e29107cd1979f93394f46556cc1b0cf84fd4f656 by linhancheng
临时提交
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/WechatPrincipalEntity.java
The file was addedidentity-server/identity-domain/src/main/java/com/bcxin/identity/domains/readers/dtos/WechatDTO.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/IdentityUserRepository.java
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/impls/IdentityRpcProviderImpl.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/WechatCgiBinSignInRequest.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/IdentityUserService.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/readers/IdentityDbReader.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/snapshots/WeChatSnapShoot.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/responses/WechatCgiBinSignInResponse.java
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/IdentityDbReaderImpl.java
The file was addedidentity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/commands/WechatCgiBinSignInCommand.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
The file was addedidentity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/commandResult/WechatCgiBinSignInCommandResult.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/IdentityUserEntity.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/IdentityRpcProvider.java
Commit 74c25ce45893d6806c68f881781d1f17adccebc0 by linhancheng
即将改为走C端的模式
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
The file was addedidentity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/ToCOAuthSubjectPrincipalRepository.java
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/impls/IdentityRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/responses/WechatCgiBinSignInResponse.java
The file was addedidentity-server/identity-domain/src/main/java/com/bcxin/identity/domains/enums/COAuthType.java
The file was addedidentity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/ToCOAuthSubjectPrincipalEntity.java
The file was addedidentity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/ToCOAuthSubjectPrincipalJdbcRepository.java
Commit 7771e3bc318ec67a4ba8f26a52d45f7f174174fd by linhancheng
微信用户注册
The file was added"docs/\344\270\264\344\277\235\345\260\217\347\250\213\345\272\217.sql"
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/IdentityUserRepository.java
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/ToCOAuthSubjectPrincipalJdbcRepository.java
The file was addedidentity-server/identity-web-api/src/main/java/com/bcxin/identity/api/components/responses/JsCode2SessionResponse.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/filters/AuthFilter.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/ToCOAuthSubjectPrincipalEntity.java
The file was modified identity-server/identity-web-api/src/main/resources/application-com-prod.yml
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/WechatCgiBinSignInRequest.java
The file was addedidentity-server/identity-web-api/src/main/java/com/bcxin/identity/api/components/impls/WechatCgiProviderImpl.java
The file was modified identity-server/identity-web-api/src/main/resources/application-test-ws.yml
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/ToCOAuthSubjectPrincipalRepository.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was addedidentity-server/identity-web-api/src/main/java/com/bcxin/identity/api/components/WechatCgiProvider.java
The file was addedidentity-server/identity-web-api/src/main/java/com/bcxin/identity/api/configs/WechatCgiConfig.java
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/IdentityUserJpaRepository.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/commands/WechatCgiBinSignInCommand.java
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/IdentityBootstrap.java
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/impls/IdentityRpcProviderImpl.java
Commit 23aa4905e61341d47a3430666f71c109c9d4daf5 by linhancheng
调整名字
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/IdentityUserRepository.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/IdentityUserJpaRepository.java
Commit a2bb6e052be8b65962dd862293920c489fc0cfb0 by linhancheng
1、微信小程序单点登入、身份核验、微信绑定功能
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/ToCWechatCgiBinSignInRequest.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.java
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/ToCOAuthSubjectPrincipalJdbcRepository.java
The file was modified "docs/\344\270\264\344\277\235\345\260\217\347\250\213\345\272\217.sql"
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/impls/IdentityRpcProviderImpl.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/ToCOAuthSubjectPrincipalRepository.java
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/SystemConstant.java
The file was modified "docs/\345\276\256\344\277\241\345\260\217\347\250\213\345\272\217\346\263\250\346\204\217\344\272\213\351\241\271.md"
Commit 25fc848b0c4a1523ae8477030c26609091c51aa1 by linhancheng
提交企业注册
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/organizations/ItemValueCommandItem.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/OrganizationService.java
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/ToCOAuthSubjectPrincipalJdbcRepository.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/organizations/CreateOrganizationRequest.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/OrganizationServiceImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OrganizationRpcProviderImpl.java
The file was removedtenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/requests/CreateOrganizationRequest.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/organizations/CreateMyOrganizationCommand.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/PublicController.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/organizations/LocationCommandItem.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/ToCOAuthSubjectPrincipalRepository.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/OrganizationRpcProvider.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantUserEntity.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/OrganizationEntity.java
Commit e46c73f5606a927187cbda5cc8a5c942ba0ae6f3 by linchunpeng
晋城需求-账号登录/密码修改相关功能开发
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/impls/IdentityRpcProviderImpl.java
The file was addedidentity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/UserNamePasswordPrincipalJpaRepository.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/IdentityUserService.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/IdentityUserEntity.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/responses/SignInResponse.java
The file was addedidentity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/UserNamePasswordPrincipalRepository.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/enums/UpdatePasswordType.java
The file was added"docs/2025-03-31-\346\231\213\345\237\216\351\234\200\346\261\202\350\264\246\345\217\267\347\231\273\345\275\225\345\222\214\345\257\206\347\240\201\347\233\270\345\205\263\345\212\237\350\203\275/2025-03-31.sql"
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/UserNamePasswordPrincipalEntity.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/commands/SignInCommand.java
Commit 1bd687c9323236f6fefab3123ec64cc7544d1909 by linchunpeng
1、记录最后一次登录时间 2、甘肃内网证书登录bug修改
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/PrincipalAbstract.java
The file was addedidentity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/WechatPrincipalRepository.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/WechatPrincipalEntity.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was addedidentity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/WechatPrincipalJpaRepository.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/utils/JitGatewayUtil.java
Commit 4d7b5e4a50adf6bc52f067201ebb05d158f1800f by linhancheng
hotfix: 修复只能人事区域异常问题
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/EmployeeServiceImpl.java
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/IdentityDbReaderImpl.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/utils/JwtUtil.java
Commit 965dc860364a1f6087e38d5da4f380951f93faa4 by linhancheng
hotfix:多账号问题
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/IdentityDbReaderImpl.java
Commit 3a6ffd7dc8e8760091300bdad59d9202d0bcc2fa by linhancheng
hotfix: 忘记密码功能
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/IdentityDbReaderImpl.java