summary refs log tree commit diff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-02Split authentication and authorizationRory&9-41/+145
2025-06-02Add shortcut for generating http file, part of API documentationRory&12-98/+201
2025-06-01Add sensor history, balanceRory&14-99/+150
2025-06-01Rewrite routingRory&10-180/+328
2025-06-01Partial progress on generating http filesRory&8-4/+127
2025-06-01Add alarm endpoints, basic budget routes, spend historyRory&16-72/+239
2025-06-01Update test clientRory&11-23/+79
2025-06-01Login, delete userRory&8-78/+127
2025-06-01Register works, part of login and auth middlewareRory&19-69/+373
2025-06-01Add register with validationRory&30-101/+2615
2025-06-01Add some testsRory&21-9/+449
2025-05-31Init test frontendRory&76-0/+60320
2025-05-31Generate jwt secretsRory&10-4/+74
2025-05-31Add plan and readmeRory&7-62/+120
2025-05-29Prettier configRory&24-2604/+2627
2025-05-29Get database workingRory&10-7/+52
2025-05-29Allow unfree in nix flake, add mongodb-compass to devShell closure, basic ↵Rory&15-9/+84
mongo attempt, add test register route
2025-05-28