Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 회원 프로필 이미지 기능 구현 #78

Merged
merged 20 commits into from
Oct 7, 2024

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    7c21e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cd2c60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06299de View commit details
    Browse the repository at this point in the history
  4. refactor: imageService uploadImage 함수 리턴값 수정

    - 부분 경로에서 전체 경로 반환값으로 수정
    
    CHZZ-128
    junest66 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    6529730 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b58e743 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0add174 View commit details
    Browse the repository at this point in the history
  7. refactor: 회원수정 컨트롤러 요청 값 수정

    - MultipartFile 객체 추가
    
    CHZZ-128
    junest66 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    513b9cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bce3e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    22c33c0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c90f6f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6773217 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ab6987 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6a573ab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1b6c770 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    831806b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8ec73b3 View commit details
    Browse the repository at this point in the history
  17. refactor: 프로필 조회에 providerType 추가

    - 토큰 기반 응답 시 providerType 포함
    - 닉네임 기반 응답시 개인정보 보안으로 미 포함
    
    CHZZ-128
    junest66 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    45c4ef3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c373f8b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    78dbe79 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9490058 View commit details
    Browse the repository at this point in the history