summary refs log tree commit diff
path: root/src/api/routes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* API docs HEAD mainRory&2025-06-036-3/+82
|
* 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-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 ↵Rory&2025-06-024-7/+58
| | | | breakage
* 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 ↵Rory&2025-05-294-1/+21
| | | | mongo attempt, add test register route
* Basic routing and express setupRory&2025-05-283-0/+19