Skip to content

feat: 파일 복사시 물리파일 1개만 유지#12

Open
kwj1270 wants to merge 41 commits intoLearning-Is-Vital-In-Development:masterfrom
kwj1270:feature/step3-a
Open

feat: 파일 복사시 물리파일 1개만 유지#12
kwj1270 wants to merge 41 commits intoLearning-Is-Vital-In-Development:masterfrom
kwj1270:feature/step3-a

Conversation

@kwj1270
Copy link
Copy Markdown

@kwj1270 kwj1270 commented Mar 14, 2026

  • feat: 파일 복사시 물리파일 1개만 유지
  • feat: 파일 삭제시 레코드 0개라면 물리파일 삭제

SeolYoungKim and others added 30 commits February 7, 2026 18:02
- 요청 가능한 파일 사이즈 수정
- max-file-size: 개별 파일 하나의 최대 크기
- max-request-size: 요청 전체의 최대 크기 (파일 + payload + 헤더 등 모두 합산)
…im/feature/upload-file

feat: 파일 업로드/다운로드/삭제 기능 구현
youngreal and others added 11 commits February 21, 2026 20:48
- 폴더 삭제: BFS로 하위 항목 수집 후 도메인 메서드(delete) + saveAll
- 이동: 순환 참조 방지, 이름 중복 검증, 도메인 메서드(moveTo) + save
- 복사: DFS 재귀로 폴더 구조 복사, 물리 파일 복사 + 보상 트랜잭션
- softDeleteAllByIds SQL 벌크 업데이트 제거 (도메인 패턴으로 전환)
- FileManager.copy, StorageItem.isSameParent 메서드 추가
- Controller API 엔드포인트 연결 및 상태코드 정리
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants