8 Commits

Author SHA1 Message Date
8652dab880 Bump vitest testTimeout to 30s for slow PBKDF2 (600k iters) derivations
All checks were successful
Test, Build & Deploy / test-and-build (push) Successful in 1m36s
Test, Build & Deploy / deploy (push) Successful in 20s
The crypto suite's deriveKey tests exceeded vitest's default 5s per-test
timeout in CI (passed locally only because the host is faster). Set a 30s
per-test timeout so the PBKDF2-heavy tests don't flake the pipeline.
2026-08-30 19:15:06 +00:00
aa651568af Add CI workflow + baked commit hash
Some checks failed
Test, Build & Deploy / test-and-build (push) Failing after 1m15s
Test, Build & Deploy / deploy (push) Has been skipped
- .gitea/workflows/deploy.yml: test+build on every push; auto-deploy
  dist/index.html to /password_manager via WebDAV on push to main (DELETE-
  then-PUT to bypass stale-file cache), verifying deployed bytes match.
- Build injects __VAULT_COMMIT__ (from VITE_COMMIT_HASH=github.sha in CI,
  git HEAD locally) and main.js logs console.info({ commit_hash }) on
  startup so a deploy is verifiable against its source commit.
2026-08-30 19:12:19 +00:00
7655229aef We don't need the module loader. 2026-05-12 23:24:20 +00:00
b5f0a13c01 Don't minify the code. We're not trying to save bandwidth. 2026-05-12 23:04:53 +00:00
0c908e8919 Only output single file on build 2026-05-12 17:31:35 +00:00
b3697fa61f Single file output. 2026-05-12 17:22:52 +00:00
dd9c95f72d Added tests 2026-05-11 23:35:52 +00:00
742ba505c6 First pass 2026-05-11 22:32:05 +00:00