aboutsummaryrefslogtreecommitdiffstats
path: root/crates/rocie-server/src/cli.rs (unfollow)
Commit message (Collapse)Author
2026-03-19chore(treewide): Add missing license headersBenedikt Peetz
2026-03-19feat(rocie-server/cli): Make the secret key for identity handling persist-ableBenedikt Peetz
2025-12-09feat(rocie-server): Implement basic user handling and authenticationBenedikt Peetz
2025-10-08test(crates/rocie-server/testenv/init): Automatically choose the port and ↵Benedikt Peetz
wait for server start This avoids issues regarding a race condition between server start and our start of requests and removes the requirement for specifying free ports in the test files.
2025-09-23feat(treewide): Add tests and barcode buying/consumingBenedikt Peetz
2025-09-06feat: Provide basic API frameBenedikt Peetz