Commit Graph

  • fafcaff4be fix archiving events not updating widgets. AndReicscs 2026-06-06 09:19:17 +00:00
  • e00967f708 removed --wait flasg on compose up, didn't catch port binding conflicts, implemented docker ps check for succesfull container startup, rollback on failure. AndReicscs 2026-06-06 09:11:22 +00:00
  • 57ed8deb77 removed ValidateComposeConfig, useless. AndReicscs 2026-06-06 08:57:58 +00:00
  • 0f863e94c2 updated webrouter decoy, it was still sending heartbeats before port bind... AndReicscs 2026-06-06 08:38:46 +00:00
  • 3dc71df231 implemented ValidateComposeConfig in wizard to check for conflicting ports (only among hw sensors not with host ports, conflicting host ports will be caught by docker compose --wait) AndReicscs 2026-06-06 08:25:31 +00:00
  • 7fa428f7a9 implemented deep compose diff instead of shallow pendingconfig check for apply. implmented rollabck on failed apply with --wait flag on compose up. AndReicscs 2026-06-06 08:13:27 +00:00
  • 2a5fb0eb59 updated sensors to send heartbeats only once everything has started correctly, avoids false online reports on the hub even when sensor is failing. AndReicscs 2026-06-05 19:42:15 +00:00
  • bc6d1cccc3 added push beta images gitea workflows AndReicscs 2026-06-05 18:20:33 +00:00
  • 2ba5dfb3a3 updated route name to node details AndReicscs 2026-06-05 17:57:15 +00:00
  • d2fe102ede added armed/unarmed tooltip AndReicscs 2026-06-05 17:56:40 +00:00
  • e59d9490eb updated wizard makefile AndReicscs 2026-06-05 17:47:44 +00:00
  • d61e4e6d07 updated wizard to align with 'honeywire' rename and improved ux AndReicscs 2026-06-05 17:38:12 +00:00
  • c0da5430de added install wizard button on header AndReicscs 2026-06-05 14:39:20 +00:00
  • 16f5e0ad5a updated wizard commands AndReicscs 2026-06-05 14:33:17 +00:00
  • c7a2d121b1 updated --force logic for better automation handling AndReicscs 2026-06-05 13:43:47 +00:00
  • 7d6bb9222e updated Wizard Installation Command AndReicscs 2026-06-05 13:40:24 +00:00
  • a364e0dbd7 fix uptime widget hydration: not updating current block and staying on awaiting initial check in on sensor startup AndReicscs 2026-06-04 21:45:42 +00:00
  • 795ad3f3f0 improved wizard ux and consistency to reflect latest changes AndReicscs 2026-06-04 21:37:56 +00:00
  • 5610f6a121 fixed z index of "No nodes deployed. " added TODO comment to remind to remove debug overrides AndReicscs 2026-06-04 20:34:39 +00:00
  • 4db9b5fd7e fixed transition session ++ AndReicscs 2026-06-04 20:30:41 +00:00
  • 03dead65d9 fixed dashboard flash on no nodes deployed when the user should land on fleetmanagement view AndReicscs 2026-06-04 20:29:39 +00:00
  • ca8ab1f24e fix setup authenticated transition session, on setup completion the user is still unauthenticated AndReicscs 2026-06-04 20:24:51 +00:00
  • 3e0c7de033 fixed fleet skeeleton flashing and added "No nodes deployed." AndReicscs 2026-06-04 20:20:02 +00:00
  • e98695d877 dashboard widgets updated no data fonts for better ui consistency AndReicscs 2026-06-04 20:16:47 +00:00
  • da01059c32 fix basebutton text color for danger type AndReicscs 2026-06-04 20:08:21 +00:00
  • f682088f53 improved error handling for login and setup views AndReicscs 2026-06-04 19:54:50 +00:00
  • a30d0be6b8 fixed hub default settings AndReicscs 2026-06-04 19:36:08 +00:00
  • 44aa64cd2a sidebar changed from "purge logs" to "purge events" to avoid confusion AndReicscs 2026-06-04 14:04:03 +00:00
  • e948828150 udpated sensors templates to reflect changes, deleted obsolete docker-compose files from sensors, we now use the manifest. AndReicscs 2026-06-04 14:01:22 +00:00
  • 65e213e49c updated python sdk to align with go sdk AndReicscs 2026-06-04 13:27:44 +00:00
  • b9b7670efd implemented frontend routing instead of v-if statements, updated backend router to solve SPA problem, updated docs to reflect changes, implemented summary endpoint for node details events summary AndReicscs 2026-06-04 13:27:31 +00:00
  • 66f4f1ed82 added threat velocity animation on first load AndReicscs 2026-06-04 11:38:22 +00:00
  • f2af727b99 fix purge system logs not updating widgets AndReicscs 2026-06-04 10:35:49 +00:00
  • 7c8df6015b updated sensors with custom test events for firedrill AndReicscs 2026-06-04 09:45:41 +00:00
  • fd22a08db8 implemented initial setup landing on fleet management view and bouncing on on deploy new node for hint of next step. AndReicscs 2026-06-04 09:17:28 +00:00
  • 40d3535d24 implemented firedrill event test for deployed sensors AndReicscs 2026-06-04 08:41:50 +00:00
  • 3a938a50da small fixes, implemented architecture and developer docs. AndReicscs 2026-06-03 19:46:05 +00:00
  • f7ddcbb315 updated manifests AndReicscs 2026-06-03 13:51:29 +00:00
  • 230a335a82 fixed Event Volume (24h) hydration AndReicscs 2026-06-03 13:00:22 +00:00
  • 7d5a3984ec better organized frontend components and updated imports AndReicscs 2026-06-03 12:45:15 +00:00
  • 0970ea65f7 add v-html security exception back to nodesensormodal, uses escapeHtml AndReicscs 2026-06-03 12:26:30 +00:00
  • aff56ddaf4 updated sensor heartbeats of unregistered sensor to return 404, updated sensors to wait 1h for heartbeats on transient errors AndReicscs 2026-06-03 12:22:06 +00:00
  • a9652f71e8 updated frontend views scripts to move complex logic to the ts stores, fixed bugs in nodedetailview and uptimeheatmap AndReicscs 2026-06-03 12:19:38 +00:00
  • 35ff5e670d fixed rand in sdk test AndReicscs 2026-06-03 12:18:49 +00:00
  • b360823dcf added cache for sensors manifests AndReicscs 2026-06-03 11:05:11 +00:00
  • b472283789 updated nodedetails view to use components AndReicscs 2026-06-03 11:04:59 +00:00
  • 046b49153f minor ui fix and manual deployment command update AndReicscs 2026-06-03 09:30:21 +00:00
  • 1678779f88 fixed uptime calculator and implemented tests for consistency AndReicscs 2026-06-03 09:15:34 +00:00
  • ed600d0bd8 updated uptime projection, widget, and status dot, to show inset color on pending sensors instead of offline AndReicscs 2026-06-03 08:50:53 +00:00
  • 2b6113c286 updated fleetview to use components AndReicscs 2026-06-03 08:50:22 +00:00
  • 3416449638 fixed manifests sensor ids AndReicscs 2026-06-03 08:44:09 +00:00
  • eca603814e fixed warning in wizard deploy AndReicscs 2026-06-02 21:06:35 +00:00
  • 3dd7cc8a10 updated workflow name and added build hub dev workflow AndReicscs 2026-06-02 21:00:23 +00:00
  • 64898149e0 fix mockhub workflow AndReicscs 2026-06-02 20:40:27 +00:00
  • 2f5e0db8fd fix mockhub workflow AndReicscs 2026-06-02 20:34:00 +00:00
  • d8b885a64c updated sensor sdk TestMode and aligned python sdk AndReicscs 2026-06-02 20:22:39 +00:00
  • 462d179535 fixed mockhub workflow integration AndReicscs 2026-06-02 20:15:46 +00:00
  • 0ee26b1dcb moved mock_hub to scripts folder separated security into its own workflow AndReicscs 2026-06-02 20:10:29 +00:00
  • 3894d120c0 changed trivy gitea workflow to docker AndReicscs 2026-06-02 19:51:12 +00:00
  • 4d0071cb56 fix trivy gitea workflow AndReicscs 2026-06-02 19:41:34 +00:00
  • 8c236f9b33 math/rand semgrep false posistive fix fmt.Fprintf() webrouterdecoy sensor false positive fix AndReicscs 2026-06-02 19:28:35 +00:00
  • 22663af59f adding other exceptions for semgrep false positives AndReicscs 2026-06-02 19:15:09 +00:00
  • e3ebba7d55 fix semgrep comment ordering AndReicscs 2026-06-02 19:08:03 +00:00
  • de2f3bf5c9 fix semgrep false positives AndReicscs 2026-06-02 19:02:27 +00:00
  • c5101a14d6 fix cves found by semgrep and suppress false positives AndReicscs 2026-06-02 08:52:32 +00:00
  • d94fa0f88b implemented high ROI tests across hub backend, sensor sdks and wizard. improved sensor deployment workflow AndReicscs 2026-06-02 07:48:42 +00:00
  • 79163406c0 refactor websocket service to use mutex for client connections and improve broadcast safety AndReicscs 2026-06-02 07:45:41 +00:00
  • d69bb47d0f removed unused code from scanner wizard AndReicscs 2026-06-02 07:06:20 +00:00
  • e8b756d2e0 removed unused function from wizard scanner AndReicscs 2026-06-02 05:50:51 +00:00
  • 5189531e85 minor ui QOL updates AndReicscs 2026-06-01 19:34:40 +00:00
  • 7f7267eef5 udpated hub, implemented api key rate limiter, enforced volume mounts validation for dynamic volume mounts, update ui to display error messages from compose endpoints, updated THREATMODEL to match. AndReicscs 2026-06-01 18:16:54 +00:00
  • 3b7f7e5b4c wizard security hardening, fixed api key leak on fetch manifests endpoint. AndReicscs 2026-06-01 17:14:43 +00:00
  • f675b995ad updated webrouterdecoy and fixed its manifest to correctly require network:host AndReicscs 2026-06-01 14:47:30 +00:00
  • a8481c7ad3 updated public and private ips in node card ui AndReicscs 2026-06-01 14:07:01 +00:00
  • d7d9833daf minor ui fixes AndReicscs 2026-06-01 13:36:09 +00:00
  • d4e7274510 ui color design fixes AndReicscs 2026-06-01 12:45:25 +00:00
  • 6595c49397 finished frontend refactor to typescript AndReicscs 2026-06-01 12:16:05 +00:00
  • ca0db8071e updated events to typescript AndReicscs 2026-06-01 09:27:37 +00:00
  • dda9c2c6b3 transitioning frontend architecture to typescript libraries for stores. AndReicscs 2026-06-01 09:09:42 +00:00
  • a506f10d4e fiuxed autofocus for setup view AndReicscs 2026-05-31 16:16:20 +00:00
  • 5438ae5710 improved node details ux AndReicscs 2026-05-31 16:16:11 +00:00
  • d233e0a75c improved form ux, autoselect inputs, submit type to form and modal primary buttons AndReicscs 2026-05-31 16:00:25 +00:00
  • 2f2dc333dd added bottom padding to all views AndReicscs 2026-05-31 15:36:24 +00:00
  • 6cd7d79ec9 standardized store and nodedetailsview inputs using updated baseInput AndReicscs 2026-05-31 15:20:01 +00:00
  • 19e52089a0 updated ui and ux for node details and store, better numerical input and better boolean input AndReicscs 2026-05-31 15:10:45 +00:00
  • 913328ca13 better ux for disabled data retention AndReicscs 2026-05-31 14:55:46 +00:00
  • 02b9906dcd fixed ctx bug in wizard, do not create ctx and let it silently expire in the background AndReicscs 2026-05-31 14:49:37 +00:00
  • 421407c950 fixed defer file close bug, defer doesn't trigger on for loop AndReicscs 2026-05-31 14:41:09 +00:00
  • ad2b340cc3 fixed ctx timeout bug in wizard AuthenticateDashboard() AndReicscs 2026-05-31 14:39:11 +00:00
  • cc0e05d25a added inbox icon AndReicscs 2026-05-31 14:38:48 +00:00
  • 6c1bdaaf1e fixed inconsistency with api key comment AndReicscs 2026-05-31 14:38:39 +00:00
  • 2b3928467f remove help cursor on installed sensors AndReicscs 2026-05-31 14:27:46 +00:00
  • 42a7ed5cd7 fix backend compose, no env vars on init containers. AndReicscs 2026-05-31 14:27:31 +00:00
  • d8206ae52c remove legacy wizard code AndReicscs 2026-05-30 09:04:15 +00:00
  • 6d097f7579 better session handling for siem service AndReicscs 2026-05-29 21:41:13 +00:00
  • 230e0919b4 updated siem forwarding and push notifications services, updated main to reflect changes AndReicscs 2026-05-29 21:32:22 +00:00
  • e43b9deaaa minor ui fixes AndReicscs 2026-05-29 18:49:41 +00:00
  • 6e6b58e253 refactored and organized backend architecture, clear separation between services and projections, added hub backend architecture documentation AndReicscs 2026-05-29 18:37:44 +00:00
  • 19056e7947 removed legacy code from fleet.js AndReicscs 2026-05-29 17:52:11 +00:00
  • e788307afe almost finished backend architecture refactor AndReicscs 2026-05-29 16:32:17 +00:00