Universal knowledge capture tool for the r* ecosystem
Go to file
Jeff Emmett a065388bbf feat: add file/image upload support with drag-and-drop
- Upload API at /api/uploads with 50MB limit, MIME type validation, and
  path traversal protection
- Serve uploaded files at /api/uploads/[filename] with immutable caching
- FileUpload component with drag-and-drop, progress, and preview
- IMAGE notes show uploaded image preview in detail view
- FILE notes show download button in detail view
- Docker volume for persistent upload storage

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 13:33:49 -07:00
prisma Add full application: schema, API routes, components, pages 2026-02-13 13:00:44 -07:00
src feat: add file/image upload support with drag-and-drop 2026-02-13 13:33:49 -07:00
.env.example Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
.gitignore Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
Dockerfile Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
docker-compose.yml feat: add file/image upload support with drag-and-drop 2026-02-13 13:33:49 -07:00
next.config.mjs Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
package-lock.json Add full application: schema, API routes, components, pages 2026-02-13 13:00:44 -07:00
package.json Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
postcss.config.mjs Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tailwind.config.ts Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tsconfig.json Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00