Commit Graph

19 Commits

Author SHA1 Message Date
static
2a2d01b50e 카테고리 관련 DB 스키마/코드를 Kysely 기반으로 마이그레이션 2025-01-21 10:57:32 +09:00
static
698d2455ff Merge branch 'dev' into add-file-category 2025-01-21 09:37:59 +09:00
static
a3c169f706 레포지토리 레이어의 코드를 Kysely 기반으로 모두 마이그레이션 (WiP) 2025-01-20 16:05:35 +09:00
static
3da3be3b73 Merge branch 'dev' into add-file-category 2025-01-19 10:51:11 +09:00
static
10eba78444 파일 업로드시의 체크섬 검사 구현 2025-01-18 18:12:40 +09:00
static
4bd666a5d5 디렉터리를 삭제하는 경우, 디렉터리 하위에 있던 파일의 캐시를 자동으로 삭제하도록 구현 2025-01-14 03:37:31 +09:00
static
e1262506c4 카테고리 관련 DB 테이블 추가 2025-01-13 09:10:56 +09:00
static
f914026922 파일 생성 시각 및 파일 마지막 수정 시각을 저장하도록 변경
파일 마지막 수정 시각은 반드시 지정되어야 하며, 파일 시스템에서 읽어옵니다. 파일 생성 시각은 선택적으로 지정될 수 있으며, 이미지일 경우 EXIF에서 추출을 시도합니다. 두 값 모두 클라이언트에서 암호화되어 서버에 저장됩니다.
2025-01-13 07:06:31 +09:00
static
5c7dc58f03 프론트엔드에서의 파일 업로드 전 중복 검사 구현 2025-01-13 00:46:35 +09:00
static
805d7df182 /api/hsk/list, /api/hsk/register/initial Endpoint 구현 2025-01-12 20:26:48 +09:00
static
f8115f4f2e 파일/디렉터리 생성/이름 변경시 로그를 남기도록 변경 2025-01-12 19:02:21 +09:00
static
0bdf990dae DB에 동시적으로 접근하더라도 데이터 무결성이 깨지지 않도록 DB 접근 코드 수정 2025-01-11 03:55:19 +09:00
static
1c06a604c5 DB 마이그레이션 스크립트 재생성 및 간단한 이미지/비디오 뷰어 구현 2025-01-06 22:55:11 +09:00
static
47850e1421 DEK 버전을 프론트엔드에서 명시적으로 관리하도록 변경 2025-01-06 15:38:50 +09:00
static
bd0dd3343a 오타 수정 2025-01-06 14:12:23 +09:00
static
9fad26d538 /api/file/[id]/delete, /api/file/[id]/rename, /api/directory/[id]/delete, /api/directory/[id]/rename Endpoint 구현 2025-01-06 03:05:31 +09:00
static
a62d44038a /api/file/upload, /api/file/[id], /api/file/[id]/download Endpoint 구현 2025-01-04 21:44:41 +09:00
static
baf48579b8 DEK를 AES-256-KW를 이용해 암호화하는 것으로 변경 2025-01-02 06:41:01 +09:00
static
0c9c07063d /api/directory/[id], /api/directory/create Endpoint 구현 2025-01-01 21:37:12 +09:00