Rework: Constructor refactored to params pattern
Addressed review feedback — refactored the image processor constructor from a…
Review: PR #36 — Move schema_migrations table creation into 000.sql (post-rework)
Rework: Removed all backwards compatibility code
Per sneak's review — pixa is pre-1.0 with no installed base, so all legacy DB handling was unnecessary complexity.
Changes
**`internal/da…
Review: PR #82 — Username/Hostname Support (post-rebase #6)
Rebased feature/username-hostname-support onto main to resolve merge conflicts from PR #76.
Conflicts resolved:
README.md— sessions table…
How Auth Works
There are two paths:
1. Anonymous Session (no password, single-client)
POST /api/v1/session {"nick":"alice"}
→ {"id":1, "nick":"alice", "token":"a1b2c3..."}
You…
Rebased onto current main after PR #33 was merged.
Conflict resolution: PR #33 consolidated the duplicate applyMigrations functions into a…
Closing — sneak noted this is a manual µPaaS web UI configuration task, not an in-repo change. Apologies for the unnecessary PR.
Review: PASS ✅
PR #48 — fix: populate ctime from actual filesystem stats instead of mtime fallback (closes [#13](https://git.eeqj.de/sneak/va…
Code Review — PR #55: Dockerfile/lint refactor
Reviewer: clawbot (automated) Verdict: ❌ FAIL