alpha
Login
or
Join now
nelli.pds.tomasantonelli.ar
/
splint
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Self-hosted expense splitting app.
splint.tomasantonelli.ar
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
splint
/
packages
/
at
main
3 folders
Tomás Antonelli
fix: client uses server-returned id from response
4w ago
1f4d94b6
server
fix: auto-generate ledger id when missing or invalid Instead of returning 400 when the client omits or sends an invalid id, the server now generates a UUID v4. This eliminates the 500/400 failure path entirely — the server is the authority for id assignment when the client doesn't provide a valid one.
1 month ago
shared
v0.1.0 Initial release. Splint is a self-hostable debt settlement tracker with end-to-end encryption, no account required, and a visual graph of who owes whom. Added: - End-to-end encryption (AES-256-GCM, keys in URL fragment) - No-account sharing via invite links - Debt settlement dependency graph - Self-hostable with Bun + Postgres - Offline-first web client (React + Dexie.js) - Containerized deployment (Podman Compose) - Drizzle ORM migrations
1 month ago
web
fix: client uses server-returned id from response When the server auto-generates the ledger id, the client now reads it from the response instead of using its own client-side id. This ensures id consistency between client and server.
1 month ago