Skip to content

Commit

Permalink
chore: Main develop 동기화 (#833)
Browse files Browse the repository at this point in the history
* ci: 2024-07-14 배포 (#827)

* feat: 유저 search 할 때 id 가 undefined  인 경우 핸들링

* fix: searchUsersById 타입을 이전과 같이 리턴하도록 변경

searchUsersById 서비스 함수의 종속성이 생각보다 많음.controller 에서 items 의 length 를 확인하도록

* [fix] backend dockerfile error (#764)

Co-authored-by: kylee <[email protected]>

* 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 재적용

---------

Co-authored-by: jimin <[email protected]>
Co-authored-by: gilee <[email protected]>
Co-authored-by: kylee <[email protected]>
Co-authored-by: scarf <[email protected]>

* cd: 버킷 이름 테스트 (#829)

* ci: Update stop.sh

* cd: Update appspec.yml

* cd: appspec.yml 변경 (#830) (#831)

* 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 <[email protected]>
Co-authored-by: gilee <[email protected]>
Co-authored-by: kylee <[email protected]>
Co-authored-by: scarf <[email protected]>

* ci: 배포 깃허브 액션 이름 EC2에서 LightSail로 변경 (#832)

* cd: appspec.yml 변경 (#830)

* ci: 2024-07-14 배포 (#827)

* feat: 유저 search 할 때 id 가 undefined  인 경우 핸들링

* fix: searchUsersById 타입을 이전과 같이 리턴하도록 변경

searchUsersById 서비스 함수의 종속성이 생각보다 많음.controller 에서 items 의 length 를 확인하도록

* [fix] backend dockerfile error (#764)

Co-authored-by: kylee <[email protected]>

* 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 재적용

---------

Co-authored-by: jimin <[email protected]>
Co-authored-by: gilee <[email protected]>
Co-authored-by: kylee <[email protected]>
Co-authored-by: scarf <[email protected]>

* cd: 버킷 이름 테스트 (#829)

* ci: Update stop.sh

* cd: Update appspec.yml

---------

Co-authored-by: jimin <[email protected]>
Co-authored-by: gilee <[email protected]>
Co-authored-by: kylee <[email protected]>
Co-authored-by: scarf <[email protected]>

* ci: Update main.yml

---------

Co-authored-by: jimin <[email protected]>
Co-authored-by: gilee <[email protected]>
Co-authored-by: kylee <[email protected]>
Co-authored-by: scarf <[email protected]>

---------

Co-authored-by: jimin <[email protected]>
Co-authored-by: gilee <[email protected]>
Co-authored-by: kylee <[email protected]>
Co-authored-by: scarf <[email protected]>
  • Loading branch information
5 people authored Oct 4, 2024
1 parent ad9869b commit dd5123f
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit dd5123f

Please sign in to comment.