feat: 파일 복사시 물리파일 1개만 유지#12
Open
kwj1270 wants to merge 41 commits intoLearning-Is-Vital-In-Development:masterfrom
Open
feat: 파일 복사시 물리파일 1개만 유지#12kwj1270 wants to merge 41 commits intoLearning-Is-Vital-In-Development:masterfrom
kwj1270 wants to merge 41 commits intoLearning-Is-Vital-In-Development:masterfrom
Conversation
kwj1270
commented
Mar 14, 2026
- feat: 파일 복사시 물리파일 1개만 유지
- feat: 파일 삭제시 레코드 0개라면 물리파일 삭제
- 요청 가능한 파일 사이즈 수정 - max-file-size: 개별 파일 하나의 최대 크기 - max-request-size: 요청 전체의 최대 크기 (파일 + payload + 헤더 등 모두 합산)
…im/feature/upload-file feat: 파일 업로드/다운로드/삭제 기능 구현
- 폴더 삭제: BFS로 하위 항목 수집 후 도메인 메서드(delete) + saveAll - 이동: 순환 참조 방지, 이름 중복 검증, 도메인 메서드(moveTo) + save - 복사: DFS 재귀로 폴더 구조 복사, 물리 파일 복사 + 보상 트랜잭션 - softDeleteAllByIds SQL 벌크 업데이트 제거 (도메인 패턴으로 전환) - FileManager.copy, StorageItem.isSameParent 메서드 추가 - Controller API 엔드포인트 연결 및 상태코드 정리
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.