Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: 2024-07-14 배포 (#827) * feat: 유저 search 할 때 id 가 undefined 인 경우 핸들링 * fix: searchUsersById 타입을 이전과 같이 리턴하도록 변경 searchUsersById 서비스 함수의 종속성이 생각보다 많음.controller 에서 items 의 length 를 확인하도록 * [fix] backend dockerfile error (#764) * User API 경로 정리 (#777) * refactor: 400번대 에러 반환 제거 * refactor: overDueDay 반환 값에서 제거 * fix: `dev/v2` 경로 복구 (#808) * 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에서 부가적인 설정 제거 * User API 경로 정리 (#777) * refactor: 400번대 에러 반환 제거 * refactor: overDueDay 반환 값에서 제거 * Revert "User API 경로 정리 (#777)" This reverts commit 9adc701. * feat(lending): 사서의 대출 제한 권수 4권으로 조정 (#826) * feat(lending): 사서의 대출 제한 권수 4권으로 조정 * style(lending): prettier 재적용 --------- * cd: 버킷 이름 테스트 (#829) * ci: Update stop.sh * cd: Update appspec.yml --------- Co-authored-by: jimin <tesla52@naver.com> Co-authored-by: gilee <gilee@student.42seoul.kr> Co-authored-by: kylee <kylee@fitfuns.com> Co-authored-by: scarf <greenscarf005@gmail.com>
- Loading branch information