e42ccf7139
개인별 격리(owner 기준)를 제거해 로그인 사용자 전원이 하나의 공유 트리를 보고 관리하도록 전환한다. 수정/삭제는 전원 허용하며, 행위 추적을 위해 전역 감사 로그(drive_activities, GET /drive/activity)를 추가한다. 업로더 탈퇴 시 공유 파일이 사라지지 않도록 owner FK를 CASCADE에서 SET NULL로 변경한다. - 백엔드: 접근 권한 해석 제거(단순 로더화), 업로드/이름변경/삭제 6지점에 감사 적재, DriveAuditService 신설, 운영 마이그레이션 1783200000000 추가 - 프론트: 목록 행에 업로더 표시, 툴바 '기록' 패널 추가 - 프로젝트 폴더 연동의 '본인 소유 폴더만' 제한 해제(공유 모델 일관성) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
frontend
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Run Unit Tests with Vitest
npm run test:unit