Commit Graph
23 Commits
Author SHA1 Message Date
Kaaninchen dd2e25813c refactor: change deleteController from payload to URL ID 2026-08-03 19:34:48 +02:00
Kaaninchen 6a3a0b2156 refactor: clarify response on createController 2026-08-03 19:17:59 +02:00
Kaaninchen 0ea3d4f4ac fix: check if controllers row is empty on GET /api/v1/controllers 2026-08-03 19:14:08 +02:00
Kaaninchen 3f470096ce feat: toggle controller state on/off 2026-08-03 18:50:22 +02:00
Kaaninchen 67162359ed fix: check if rows encountered an error in GetAllColors() 2026-08-03 17:25:05 +02:00
Siesta 8085930dfe 🐛 fix(utils.go): check if hex-code starts with an # 2025-09-18 09:18:47 +02:00
Siesta 00975fad29 🐛 fix(server.go): Fix HTTP startup log 2025-08-01 22:46:45 +02:00
Siesta 7b1d473dd8 🐛 fix: check for errors on HTTP server start 2025-07-28 22:20:56 +02:00
Siesta b50a62a52d feat(colors): Add a route which lists all available controllers with their metadata 2025-07-28 21:36:06 +02:00
Siesta 9453fab912 feat: add http status code to responses 2025-07-28 21:13:20 +02:00
Siesta 59db9d263f feat: add custom 404 not found handler 2025-07-28 21:09:06 +02:00
Siesta cc317ca661 feat: improve responses 2025-07-27 22:57:43 +02:00
Siesta 57592b4987 feat: a lot
i did a lot of work, and i also forgot to add commits regularly. I added the controller routes to create and delete controllers, improved error handling und improved the authentification process. I'm gonna add an websocket next and then I should be hopefully done with the foundations of this project. I may also add anviewControllers route which respons with every available controller
2025-07-20 18:31:38 +02:00
Siesta fe9841b4e1 rethought the auth system and realized that it was bullshit 2025-07-17 22:14:11 +02:00
Mitsu 77120bce29 routes restructoring 2025-07-12 15:03:33 +02:00
Mitsu e411536477 authentification groundworks 2025-07-11 08:30:53 +02:00
Mitsu 5e9433f4ae cooldown 2025-07-10 20:17:00 +02:00
Mitsu f331492999 return with updated colors on setCurrent 2025-07-09 20:43:09 +02:00
Mitsu 34a1a6d13d validate provided HEX-Code 2025-07-09 20:42:30 +02:00
Mitsu 684cd08c1c setCurrent 2025-07-09 20:00:11 +02:00
Mitsu 5281f73148 database setup and getcurrent 2025-07-08 22:03:03 +02:00
Mitsu dc960b3e23 update legacy names 2025-07-07 22:14:59 +02:00
Mitsu bdce29a129 QoL: Revamp project structure 2025-07-07 22:10:10 +02:00