Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
deac509
feat: bullmq, ioredis 라이브러리 설치 (#152)
SeojunKim-pumisj Feb 1, 2026
48d4755
chore: dev 최신사항 반영 (#152)
SeojunKim-pumisj Feb 2, 2026
91a3a4a
fix: timezone 기준 시간 계산 로직으로 변경 (#152)
SeojunKim-pumisj Feb 2, 2026
9a6aab6
fix: incoming, outgoing friendrequest 시 각 requesterNickname, receiver…
user040131 Feb 2, 2026
ec269dd
fix: add requesterNickname and receiverNickname to friend request res…
user040131 Feb 2, 2026
0966d2f
fix: 변경된 값에 맞게 swagger 수정
user040131 Feb 2, 2026
d42715a
feat: findletterbykeyword 추가
user040131 Feb 2, 2026
2546558
fix: 추가된 모듈에 맞춰 swagger 추가
user040131 Feb 2, 2026
6636081
feat: MQ를 이용한 미발송 편지 발송 로직 구현 (#152)
SeojunKim-pumisj Feb 2, 2026
d4994f0
feat: 유저 관심사 변경시 편지 매칭 로직 추가 (#152)
SeojunKim-pumisj Feb 2, 2026
ba7fc88
Merge pull request #156 from soksak-letter/feat/#155-feat-keyword-기준-…
user040131 Feb 3, 2026
8cfea93
feat: 익명 편지 매칭 로직 및 푸시알림 비동기화 (#152)
SeojunKim-pumisj Feb 3, 2026
2f632ac
feat: 인증 메일 전송 비동기화 (#152)
SeojunKim-pumisj Feb 3, 2026
5d887f6
feat: merge conflict 해결 (#152)
SeojunKim-pumisj Feb 3, 2026
0c3ad12
fix: 예약된 편지 전송 두번 보내지는 버그 수정 (#152)
SeojunKim-pumisj Feb 3, 2026
0714669
fix: 예약퇸 편지 전송 cron 시간 설정 변경 (#152)
SeojunKim-pumisj Feb 3, 2026
6045f06
chore: winston관련 라이브러리 설치 (#158)
SeojunKim-pumisj Feb 3, 2026
8a68c97
Merge pull request #157 from soksak-letter/feature/#152-매칭되지-않은-편지-발송…
SeojunKim-pumisj Feb 4, 2026
a69afcb
chore: logs파일 추적 제외 (#158)
SeojunKim-pumisj Feb 4, 2026
adc6600
feat: 데이터 마스킹 유틸 추가 (#158)
SeojunKim-pumisj Feb 4, 2026
026d995
feat: 로그 파일 생성 로직 구현 (#158)
SeojunKim-pumisj Feb 4, 2026
4e14301
Merge pull request #154 from soksak-letter/fix/#150-friend-incoming-o…
user040131 Feb 4, 2026
e39053d
feat: 비밀번호 재설정 기존 비밀번호 확인 로직 추가 (#158)
SeojunKim-pumisj Feb 4, 2026
f296674
chore: merge conflict 해결 (#158)
SeojunKim-pumisj Feb 4, 2026
f0a1af0
docs: 비밀번호 재설정 API 요청값 수정사항 적용 (#158)
SeojunKim-pumisj Feb 4, 2026
4dbd1cd
typo: 에러 문구 수정 (#158)
SeojunKim-pumisj Feb 4, 2026
4f69ca7
Merge pull request #161 from soksak-letter/feature/#158-모니터링-시스템-구축
SeojunKim-pumisj Feb 4, 2026
2ca19af
fix: 친구 신청 수락 시, 세션 상태 FRIENDS로 함께 변경
user040131 Feb 4, 2026
7f7e2c2
fix: 변경 못하고 push한 부분 수정
user040131 Feb 4, 2026
17bec46
fix: 변경 사항 취소
user040131 Feb 4, 2026
42f9753
fix: 변경 사항 수정
user040131 Feb 4, 2026
4b5e756
Merge pull request #165 from soksak-letter/Fix/#160-세션상태와친구상태통합
user040131 Feb 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@ GROQ_RETRY_BASE_DELAY_MS=400
GROQ_RETRY_MAX_DELAY_MS=30000
#-------------------------------------------------
WEEKLY_REPORT_CONCURRENCY=2
WEEKLY_REPORT_BATCH_DELAY_MS=800
WEEKLY_REPORT_BATCH_DELAY_MS=800
#-------------------------------------------------
VAPID_PUBLIC=여기에_출력된_Public_Key
VAPID_PRIVATE=여기에_출력된_Private_Key
#-------------------------------------------------
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.env
.env
logs
Loading