drop/server
John Smith b74e4ea7f0 fix(server): replace MD5 with SHA-256 in FsHashStore
SonarCloud S4790: weak hash algorithm. SHA-256 is content
fingerprint only (not security) but S4790 flags any MD5 use.
2026-07-25 15:57:28 -04:00
..
.devcontainer New v0.4.0 website 2026-04-03 01:25:10 +00:00
.vscode Paginated admin library & upgrade manifests (#351) 2026-02-25 02:17:33 +11:00
assets Code-based authorization for Drop clients (#145) 2025-08-01 13:11:56 +10:00
build disable proxy buffering 2026-04-19 09:38:42 +10:00
components chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
composables chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
deploy-template Depot API & v4 (#298) 2026-01-13 15:32:39 +11:00
dev-tools In-app store, torrential backend, locales (#332) 2026-02-06 00:12:24 +11:00
i18n chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
layouts chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
middleware refactor: batch SonarCloud code quality fixes 2026-07-25 03:10:56 -04:00
pages chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
plugins Remove pino from frontend 2025-07-14 14:20:17 +10:00
prisma chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
public Small IO tweaks, robots.txt, and README improvements (#173) 2025-08-04 16:30:22 +10:00
rules chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
scripts chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
server fix(server): replace MD5 with SHA-256 in FsHashStore 2026-07-25 15:57:28 -04:00
test fix(deps): upgrade vulnerable transitive dependencies (#26) 2026-07-25 14:36:24 -04:00
utils chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
.dockerignore Update Prisma to 6.11 (#133) 2025-07-25 21:28:00 +10:00
.editorconfig move to yarn v2 2024-11-04 22:55:29 +11:00
.env.example Fix console.log and NGINX port 2026-01-29 16:34:45 +11:00
.gitignore In-app store, torrential backend, locales (#332) 2026-02-06 00:12:24 +11:00
.nuxtrc fix(deps): upgrade vulnerable transitive dependencies (#26) 2026-07-25 14:36:24 -04:00
.prettierignore chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
.prettierrc.json Depot API & v4 (#298) 2026-01-13 15:32:39 +11:00
app.vue refactor: batch SonarCloud code quality fixes 2026-07-25 03:10:56 -04:00
buf.gen.yaml Fix GitHub Actions build (#427) 2026-06-21 10:37:54 +10:00
CONTRIBUTING.md Update CONTRIBUTING.md 2025-09-10 10:40:21 +10:00
docker-compose.test.yml feat: TDD infrastructure Waves 1-3 2026-07-24 03:52:38 -04:00
error.vue chore: SonarCloud remediation — bulk fix 284+ code quality issues (#25) 2026-07-25 12:14:06 -04:00
eslint.config.mjs Fix GitHub Actions build (#427) 2026-06-21 10:37:54 +10:00
LICENSE Add LICENSE 2024-10-22 22:40:13 +00:00
nuxt.config.ts fix(e2e): skip tailwindcss plugin during E2E runs, relax assertions 2026-07-24 18:24:51 -04:00
package.json test: add prioritylist property-based test, fix latent sort bug 2026-07-24 16:32:58 -04:00
playwright.config.ts fix(e2e): skip tailwindcss plugin during E2E runs, relax assertions 2026-07-24 18:24:51 -04:00
prisma.config.ts migrate to prisma v7 (#345) 2026-02-11 01:26:53 +00:00
README.md Fix GitHub Actions build (#427) 2026-06-21 10:37:54 +10:00
tailwind.config.js feat: migrate to tailwind v4 and fix user token API 2025-03-10 10:35:03 +11:00
tsconfig.json Depot API & v4 (#298) 2026-01-13 15:32:39 +11:00
vitest.config.ts chore(deps,ci): dependabot desktop/main + .codecov.yml + CI merge + MSW error + coverage scope (#28) 2026-07-25 14:18:47 -04:00

Server

The hosted, accessible portion of Drop. Exposes a web UI and API for applications to use.