summary refs log tree commit diff
path: root/src/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* API docs HEAD mainRory&2025-06-037-3/+83
|
* Implement budget handlingRory&2025-06-031-29/+55
|
* Remove admin account routes, fix multiple routesRory&2025-06-036-74/+25
|
* 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-038-19/+160
|
* More alarm testingRory&2025-06-022-6/+5
|
* Fix alarm bug, fix error middlewareRory&2025-06-022-7/+5
|
* Try to fix authRory&2025-06-025-17/+21
|
* Implement a few more routes, fix existing imports due to syntax highlight ↵Rory&2025-06-024-7/+58
| | | | breakage
* Split authentication and authorizationRory&2025-06-028-40/+145
|
* Add shortcut for generating http file, part of API documentationRory&2025-06-027-17/+87
|
* Add sensor history, balanceRory&2025-06-014-12/+27
|
* Rewrite routingRory&2025-06-0110-180/+328
|
* Partial progress on generating http filesRory&2025-06-014-2/+59
|
* Add alarm endpoints, basic budget routes, spend historyRory&2025-06-014-1/+70
|
* Update test clientRory&2025-06-012-4/+14
|
* Login, delete userRory&2025-06-015-37/+56
|
* Register works, part of login and auth middlewareRory&2025-06-017-25/+122
|
* Add register with validationRory&2025-06-013-9/+58
|
* Generate jwt secretsRory&2025-05-313-2/+4
|
* Add plan and readmeRory&2025-05-311-1/+1
|
* Prettier configRory&2025-05-2911-81/+81
|
* Get database workingRory&2025-05-292-2/+2
|
* Allow unfree in nix flake, add mongodb-compass to devShell closure, basic ↵Rory&2025-05-296-2/+25
| | | | mongo attempt, add test register route
* Move middlewares out of start.jsRory&2025-05-284-31/+46
|
* Basic routing and express setupRory&2025-05-286-2/+76
|
* Bare minimum express server, fix nix packageRory&2025-05-281-0/+12
|
* Initialise modules, add eslint configRory&2025-05-281-0/+0