| Commit message (Expand) | Author | Files | Lines |
2025-06-02 | Add shortcut for generating http file, part of API documentation | Rory& | 12 | -98/+201 |
2025-06-01 | Add sensor history, balance | Rory& | 14 | -99/+150 |
2025-06-01 | Rewrite routing | Rory& | 10 | -180/+328 |
2025-06-01 | Partial progress on generating http files | Rory& | 8 | -4/+127 |
2025-06-01 | Add alarm endpoints, basic budget routes, spend history | Rory& | 16 | -72/+239 |
2025-06-01 | Update test client | Rory& | 11 | -23/+79 |
2025-06-01 | Login, delete user | Rory& | 8 | -78/+127 |
2025-06-01 | Register works, part of login and auth middleware | Rory& | 19 | -69/+373 |
2025-06-01 | Add register with validation | Rory& | 30 | -101/+2615 |
2025-06-01 | Add some tests | Rory& | 21 | -9/+449 |
2025-05-31 | Init test frontend | Rory& | 76 | -0/+60320 |
2025-05-31 | Generate jwt secrets | Rory& | 10 | -4/+74 |
2025-05-31 | Add plan and readme | Rory& | 7 | -62/+120 |
2025-05-29 | Prettier config | Rory& | 24 | -2604/+2627 |
2025-05-29 | Get database working | Rory& | 10 | -7/+52 |
2025-05-29 | Allow unfree in nix flake, add mongodb-compass to devShell closure, basic mon... | Rory& | 15 | -9/+84 |
2025-05-28 | Move middlewares out of start.js | Rory& | 4 | -31/+46 |
2025-05-28 | Basic routing and express setup | Rory& | 10 | -3/+155 |
2025-05-28 | Bare minimum express server, fix nix package | Rory& | 4 | -7/+18 |
2025-05-28 | Initialise modules, add eslint config | Rory& | 7 | -5/+72 |
2025-05-28 | Organise dependencies | Rory& | 3 | -9/+99 |
2025-05-28 | |