Skip to content

Changes

Summary

  1. # Conflicts: (details)
  2. 小程序授权登录码登录接口 (details)
  3. 晋城需求-账号登录/密码修改相关功能开发 (details)
  4. 以前做的应该小程序登录,应该是没有用了,先在test-ws分支兼容新的登录返回值哦 (details)
  5. 以前做的应该小程序登录,应该是没有用了,先在test-ws分支兼容新的登录返回值哦 (details)
  6. 跳转账号名 (details)
  7. 跳转修改用户的情况 (details)
Commit 92a03f6f77f8e7fe5d478a92b1fdd16c52b5a480 by 1923680292
# Conflicts:
# identity-server/identity-web-api/src/main/resources/application-test-ws.yml
The file was addedidentity-server/identity-domain/src/main/java/com/bcxin/identity/domains/snapshots/WeChatSnapShoot.java
The file was added"docs/sql/master-identityuser\344\277\256\346\224\271.sql"
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/IdentityUserEntity.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/services/impls/IdentityUserServiceImpl.java
Commit 9bd689ff875da000f921c274bce2e8628efef5ba by linchunpeng
小程序授权登录码登录接口
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/IdentityRpcProvider.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/src/main/java/com/bcxin/identity/domains/services/commands/WechatMiniSignInCommand.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-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/IdentityUserRepository.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/responses/WeChatMiniAuthorizeResponse.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-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/IdentityUserJpaRepository.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/WeChatMiniSignInRequest.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/filters/AuthFilter.java
Commit e46c73f5606a927187cbda5cc8a5c942ba0ae6f3 by linchunpeng
晋城需求-账号登录/密码修改相关功能开发
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/UserNamePasswordPrincipalEntity.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-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/UserNamePasswordPrincipalJpaRepository.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/enums/UpdatePasswordType.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/IdentityUserEntity.java
The file was addedidentity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/UserNamePasswordPrincipalRepository.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/IdentityUserService.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/services/commands/SignInCommand.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
Commit 29c28408fdaded4e6d66726d3988fed2e12cd0db by linchunpeng
以前做的应该小程序登录,应该是没有用了,先在test-ws分支兼容新的登录返回值哦
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
Commit 46e5850ee2c36d34e44cd7db4d270bbb62062188 by linchunpeng
以前做的应该小程序登录,应该是没有用了,先在test-ws分支兼容新的登录返回值哦
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/UserNamePasswordPrincipalEntity.java
Commit eb385c85317a5ee474de22cf72cc347b3e1b130c by linhancheng
跳转账号名
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.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-domain/src/main/java/com/bcxin/identity/domains/entities/IdentityUserEntity.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/SsoLoginRequest.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/IdentityRpcProvider.java
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/IdentityUserJpaRepository.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/ChangeUserNameRequest.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/services/IdentityUserService.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/services/commands/ChangeUserNameCommand.java
Commit b7281686f2a03032846b58b900075f59c087c375 by linhancheng
跳转修改用户的情况
The file was modified infrastructures/tenant-rest-web-common/src/main/java/com/bcxin/rest/web/commons/RestResponseEntityExceptionHandler.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/UnitWorkImpl.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/IdentityUserEntity.java