- Implement `cleanUploadDisplayName` in the backend to safely sanitize uploaded file paths, preserving directory structures while stripping unsafe characters and preventing path traversal. - Add folder upload capability in the frontend using the Directory Picker API. - Implement desktop notifications for completed uploads.
20 lines
244 B
Plaintext
20 lines
244 B
Plaintext
# Go
|
|
bin/
|
|
*.test
|
|
*.out
|
|
|
|
# Local runtime data
|
|
data/
|
|
backend/static/uploads/*
|
|
!backend/static/uploads/.gitkeep
|
|
|
|
# Environment overrides
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.prod.env
|
|
scripts/env/dev.env
|
|
docker-compose.yml
|
|
|
|
.claude
|
|
docs/possible_new_features |