towerops/lib/towerops_web
Graham McIntire 749efe4798
Fix agent API to accept protobuf content type
The :accepts plug in the agent_api pipeline was only allowing JSON,
which caused 406 errors when the agent sent protobuf requests.

Changes:
- Register application/x-protobuf MIME type in config
- Add protobuf to agent_api pipeline accepts list
- Agent can now successfully communicate using protobuf format
2026-01-14 16:58:11 -06:00
..
components Add Agents navigation link to authenticated layout 2026-01-13 13:14:23 -06:00
controllers Fix agent API protobuf support and Mix.env runtime error 2026-01-14 16:35:47 -06:00
live Enhance agent assignment UI with clear inheritance indicators 2026-01-14 16:20:20 -06:00
plugs Fix agent API protobuf support and Mix.env runtime error 2026-01-14 16:35:47 -06:00
endpoint.ex Fix health check logging with dynamic log level in endpoint 2026-01-06 13:57:32 -06:00
gettext.ex init 2025-12-21 11:10:43 -06:00
router.ex Fix agent API to accept protobuf content type 2026-01-14 16:58:11 -06:00
telemetry.ex format 2025-12-21 11:31:08 -06:00
user_auth.ex Streamline login flow and fix test failures 2026-01-13 13:08:24 -06:00