-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
공유페이지 멀티파트 파일 처리를 위한 수정 리팩토링 완료 (#223)
* style : blockProcessingStrategy -> moveBlockStrategy로 변수명 수정 (#222) * style : 공백 제거 (#222) * feat : MoveBlockStrategy 인터페이스에 'updateStringBlocks' 메서드 추가 (#222) * feat : FixBlockStrategy 인터페이스에 'updateStringBlocks' 메서드 추가 (#222) * refactor : base64와 멀티파트 수정 메서드 분리 (#222) * style : 불필요한 import 제거 (#222) * style : FileBlock 클래스에 fileUpdate 메서드 'update' 메서드명으로 변경 (#222) * feat : FileBlock 엔티티 변환하는 'toEntity' 메서드 추가 (#222) * feat : BackgroundSetting 엔티티 변환하는 'toEntity' 메서드 추가 (#222) * refactor : FileBlockStrategy 클래스의 'updateBlocks' 메서드 리팩토링 (#222) - 멀티파트 파일을 가져오는 로직 추가 * refactor : StyleSettingStrategy 클래스의 'updateBlocks' 메서드 리팩토링 (#222) - 멀티파트 파일을 가져오는 로직 추가 * refactor : WallInfoBlockStrategy 클래스의 'updateBlocks' 메서드 리팩토링 (#222) - 멀티파트 파일을 가져오는 로직 추가 * refactor : FileUploadService 클래스에 'update' 메서드 리팩토링 (#222) - 멀티파트를 가져올 수 있도록 로직 리팩토링 * fix : 'validateAddSpaceId' 메서드와 'checkDuplicateShareURL' 메서드에 FlagType 매개변수 추가하여 SAVED 상태일 때만 예외 처리하도록 수정
- Loading branch information
Showing
15 changed files
with
339 additions
and
46 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.