summary refs log tree commit diff
path: root/src/api/routes (follow)
Commit message (Expand)AuthorAgeFilesLines
* CRUD devicesRory&2025-06-031-5/+79
* Use streaming for alarm listRory&2025-06-031-1/+0
* Fix performance issues, add fake user bot to test client, more testingRory&2025-06-036-14/+141
* More alarm testingRory&2025-06-021-5/+2
* Fix alarm bug, fix error middlewareRory&2025-06-021-1/+2
* Try to fix authRory&2025-06-022-4/+5
* Implement a few more routes, fix existing imports due to syntax highlight bre...Rory&2025-06-024-7/+58
* Split authentication and authorizationRory&2025-06-025-10/+36
* Add shortcut for generating http file, part of API documentationRory&2025-06-025-8/+53
* Add sensor history, balanceRory&2025-06-012-3/+7
* Rewrite routingRory&2025-06-017-129/+228
* Partial progress on generating http filesRory&2025-06-013-2/+35
* Add alarm endpoints, basic budget routes, spend historyRory&2025-06-013-0/+63
* Update test clientRory&2025-06-011-4/+13
* Login, delete userRory&2025-06-013-28/+30
* Register works, part of login and auth middlewareRory&2025-06-014-21/+73
* Add register with validationRory&2025-06-011-8/+14
* Generate jwt secretsRory&2025-05-312-2/+2
* Add plan and readmeRory&2025-05-311-1/+1
* Prettier configRory&2025-05-295-28/+28
* Get database workingRory&2025-05-292-2/+2
* Allow unfree in nix flake, add mongodb-compass to devShell closure, basic mon...Rory&2025-05-294-1/+21
* Basic routing and express setupRory&2025-05-283-0/+19