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

ci: 2024-07-14 배포 #827

Merged
merged 9 commits into from
Aug 18, 2024
Merged

ci: 2024-07-14 배포 #827

merged 9 commits into from
Aug 18, 2024

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    834cb05 View commit details
    Browse the repository at this point in the history
  2. fix: searchUsersById 타입을 이전과 같이 리턴하도록 변경

    searchUsersById 서비스 함수의 종속성이 생각보다 많음.controller 에서 items 의 length 를 확인하도록
    jimin52 authored and nyj001012 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    fbf4128 View commit details
    Browse the repository at this point in the history
  3. [fix] backend dockerfile error (#764)

    Co-authored-by: kylee <[email protected]>
    2 people authored and nyj001012 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    9721937 View commit details
    Browse the repository at this point in the history
  4. User API 경로 정리 (#777)

    * refactor: 400번대 에러 반환 제거
    
    * refactor: overDueDay 반환 값에서 제거
    nyj001012 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    460b097 View commit details
    Browse the repository at this point in the history
  5. fix: dev/v2 경로 복구 (#808)

    scarf005 authored and nyj001012 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    e618c8e View commit details
    Browse the repository at this point in the history
  6. security: 보안 취약점 해결 (#818)

    * feat(utils): rate limit 모듈 추가
    
    - R, CUD에 해당하는 rate limit 모듈 추가
    
    * refactor(cursus): rate limit 모듈 import해서 사용하도록 변경
    
    * feat: getRateLimiter 적용
    
    * feat(books): 유효한 ISBN인지 검사하는 로직 추가
    
    * feat(tags): tags router에 rate limit 추가
    
    * feat(routes): router에서 authValidate를 미들웨어로 쓰는 곳에 rate limiter 추가
    
    * feat(auth): /get/me에 rate limiter 추가
    
    * feat(users): 유저 생성 후 created 문장 출력 시, db에 저장된 email 값을 사용
    
    * build: csrf 방지를 위한 lusca 패키지 추가
    
    * feat(app): csrf 방지 로직 추가
    
    * feat(app): csrf 방지 옵션 수정
    
    * build: express-session 패키지 추가
    
    * feat(app): lusca 상태 유지를 위한 세션 추가
    
    * feat(app): cookie에도 secret 추가
    
    * feat(app): session에서 cookie 설정 및 lusca에서 부가적인 설정 제거
    nyj001012 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    6d58a14 View commit details
    Browse the repository at this point in the history
  7. User API 경로 정리 (#777)

    * refactor: 400번대 에러 반환 제거
    
    * refactor: overDueDay 반환 값에서 제거
    nyj001012 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    8199904 View commit details
    Browse the repository at this point in the history
  8. Revert "User API 경로 정리 (#777)"

    This reverts commit 9adc701.
    nyj001012 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d49f9a4 View commit details
    Browse the repository at this point in the history
  9. feat(lending): 사서의 대출 제한 권수 4권으로 조정 (#826)

    * feat(lending): 사서의 대출 제한 권수 4권으로 조정
    
    * style(lending): prettier 재적용
    nyj001012 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    04f6161 View commit details
    Browse the repository at this point in the history