Watch
1
0
Fork
You've already forked RedFlag
0
RedFlag/server/internal/api/handlers
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Fimeg ff2f30f47a v0.2.9.3: device classification + ARM support — Pixel 3 lands
DEVICE-002: ARM machine-ID fallback — device-tree model + /etc/machine-id
combo, then /proc/cpuinfo Serial (all-zero rejected), before the weak
hostname fallback. Hardware-bound IDs on DMI-less devices.

DEVICE-001: agent detects device_type (server/desktop/phone/tablet) from
/sys signals — system battery (scope=Device peripherals excluded, UPS
excluded), DRM connector state, framebuffer min-dimension for phone/tablet
split. Reports device_type/device_model/os_distro in registration and
system-info paths.

SERVER-001: migration 061 — device_type, device_type_manual (operator
override, never agent-written), device_model, os_distro on agents.
effective_device_type computed into every serialized agent.

SERVER-002: PUT /admin/agents/:id/device-type — set/clear override,
enum-validated, journaled.

WEB-001: device-type icons + fleet filter, device model in list, detail
header badge with reclassify dropdown, os_distro surfaced.

INSTALL-003: arm64 install path unblocked — helper (required manifest
component) now cross-built aarch64-unknown-linux-musl via rust-lld in the
server image, signed at boot (helperArches += arm64), listed in the release
manifest. Install template already handled uname -m and pacman.

Plus in-flight: desktop tray wiring, enrollment page polish, CI workflow
updates, RAF session-broker/pacman-scanner docs, native installer scaffold.
2026-07-06 18:21:23 -04:00
..
agent_events.go swap uuid lib, windows installer pass, README/RAF copy 2026-06-03 15:39:49 -04:00
agent_security_events.go feat: process explorer — on-demand /proc scanning with full osquery parity 2026-06-11 02:01:43 -04:00
agent_setup.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
agent_tracked_software.go upstream: keep drift detection-only 2026-06-15 12:24:44 -04:00
agent_unregister_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
agent_updates.go fix: desktop-self token missing ArtifactPath — stageClosureArtifact requires it 2026-06-11 08:30:11 -04:00
agents.go v0.2.9.3: device classification + ARM support — Pixel 3 lands 2026-07-06 18:21:23 -04:00
auth.go sec: issuer claim mandatory — grace period closed 2026-06-11 20:50:27 -04:00
auth_middleware_leak_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
auth_verify_test.go test: set issuer claim in auth verify test tokens 2026-06-11 20:58:28 -04:00
build_orchestrator.go cleanup: remove unwired lifecycle/build services 2026-06-11 20:17:26 -04:00
client_errors.go feat: unified event timeline, desktop bundling, UI primitives 2026-06-08 19:09:58 -04:00
command_delivery_race_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
docker.go swap uuid lib, windows installer pass, README/RAF copy 2026-06-03 15:39:49 -04:00
docker_reports.go feat: docker enrichment pipeline, package detail, update history pagination 2026-06-05 21:18:06 -04:00
downloads.go v0.2.9.3: device classification + ARM support — Pixel 3 lands 2026-07-06 18:21:23 -04:00
downloads_auth_test.go sec: issuer claim mandatory — grace period closed 2026-06-11 20:50:27 -04:00
downloads_checksum_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
downloads_install_test.go fix: registration token moves from install URL to X-Registration-Token header (SEC-002) 2026-06-11 04:25:32 -04:00
downloads_security_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
ethos_emoji_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
ethos_logging_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
ethos_setup_exempt_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
events.go swap uuid lib, windows installer pass, README/RAF copy 2026-06-03 15:39:49 -04:00
fleet_join.go sec: stop trusting Host header for agent-facing URLs 2026-06-11 20:23:35 -04:00
global_events.go global events query + handler — fleet-wide notification bell feed 2026-06-11 11:33:07 -04:00
inventory.go feat: process explorer — on-demand /proc scanning with full osquery parity 2026-06-11 02:01:43 -04:00
maintenance_window_handler.go swap uuid lib, windows installer pass, README/RAF copy 2026-06-03 15:39:49 -04:00
metrics.go v0.2.3.5: unlock self-update + gated installs on fresh hosts 2026-06-05 09:13:42 -04:00
osv_version_test.go fix: nil logger on Windows scan path, rpmEVRAhead equal-version false positive, desktop-self replay token burned before install 2026-06-11 02:01:43 -04:00
processes.go process scan: set Source on AgentCommand to avoid check constraint crash 2026-06-11 17:24:06 -04:00
rapid_mode_ratelimit_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
rate_limits.go fix: comma-ok guards on agent-supplied metadata and gin context 2026-06-11 20:17:26 -04:00
reconcile_integration_test.go v0.2.6.2 — osv scans moved to detection, soak gate grew up 2026-06-07 14:44:41 -04:00
reconcile_test.go RECONCILE-001: scan-set closure (close-by-absence) + v0.2.6.1 2026-06-06 20:46:29 -04:00
registration_tokens.go v0.2.9.3: device classification + ARM support — Pixel 3 lands 2026-07-06 18:21:23 -04:00
registration_transaction_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
retry_signing_test.go swap uuid lib, windows installer pass, README/RAF copy 2026-06-03 15:39:49 -04:00
scanner_config.go fix: comma-ok guards on agent-supplied metadata and gin context 2026-06-11 20:17:26 -04:00
security.go fix: comma-ok guards on agent-supplied metadata and gin context 2026-06-11 20:17:26 -04:00
security_settings.go swap uuid lib, windows installer pass, README/RAF copy 2026-06-03 15:39:49 -04:00
server_url.go sec: stop trusting Host header for agent-facing URLs 2026-06-11 20:23:35 -04:00
settings.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
setup.go setup: read bootstrap DB password from environment 2026-06-11 20:17:26 -04:00
setup_keys_test.go feat: setup accepts operator-supplied signing keypair + validation 2026-06-11 02:01:43 -04:00
stats.go fix: dashboard populates Updates-by-Type and gives honest severity bars 2026-06-13 08:23:20 -04:00
stats_n1_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
storage_metrics.go swap uuid lib, windows installer pass, README/RAF copy 2026-06-03 15:39:49 -04:00
subsystems.go swap uuid lib, windows installer pass, README/RAF copy 2026-06-03 15:39:49 -04:00
system.go feat: signing key deprecation UI + endpoint, fix agent mgmt for hashed tokens 2026-05-30 14:09:50 -04:00
token_renewal_transaction_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
updates.go v0.2.9.1: wire pacman scanner, GATE-006 TODO 2026-06-29 15:11:12 -04:00
upstream.go upstream: track prereleases per row; rename gitea adapter to forgejo 2026-06-15 12:10:12 -04:00