Skip to content
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
cc6d88f
spec: enroll + config parity with legacy admin
alvarofraguas Jun 9, 2026
d0f4dee
self-rotate token keeps the session alive
alvarofraguas Jun 9, 2026
4d5f67b
dashboard: flat fills on stacked 24h activity chart
alvarofraguas Jun 9, 2026
9bfcc5d
dashboard: HeroKpi halo matches the card tone
alvarofraguas Jun 9, 2026
e8ba732
apiFetch: re-prime CSRF from cookie if in-memory is null
alvarofraguas Jun 9, 2026
2382201
dashboard: separate config from query in the time-series palette
alvarofraguas Jun 9, 2026
fc1ef78
query detail: surface targets on API + SPA (parity with legacy)
alvarofraguas Jun 9, 2026
d848cf2
isAuthenticated: re-prime CSRF from cookie before answering false
alvarofraguas Jun 9, 2026
715bf26
query results table parity: Created + linked Node + Status + Refresh
alvarofraguas Jun 9, 2026
5f47118
dashboard: HeroKpi gradient background replaces halo blob
alvarofraguas Jun 9, 2026
d0f3c68
dashboard: flip HeroKpi gradient direction so tone sits top-right
alvarofraguas Jun 9, 2026
992c1e2
login: Trace Map background + theme toggle
alvarofraguas Jun 9, 2026
6ea084f
login: fix Trace Map visibility — strip baked-in fill-opacity
alvarofraguas Jun 9, 2026
0719ba2
login: use original osctrl PNG logo + match favicon
alvarofraguas Jun 9, 2026
e889dca
login: light-theme spotlight uses multiply blend (was invisible)
alvarofraguas Jun 9, 2026
c495f0a
logo: swap SVG for original PNG everywhere, theme-aware via CSS
alvarofraguas Jun 9, 2026
2644abc
sidenav: circuit-pattern background (B from preview)
alvarofraguas Jun 9, 2026
119d849
dashboard: per-user palette picker on the 24h time-series chart
alvarofraguas Jun 9, 2026
92ff4e5
dashboard: palette row replaces the in-chart legend
alvarofraguas Jun 9, 2026
3238f60
wordmark: use Bai Jamjuree font from the legacy admin
alvarofraguas Jun 9, 2026
41ad1ef
logo: preserve cabin-window color in dark mode
alvarofraguas Jun 9, 2026
b25a8c0
sidenav: tone down the light-theme rail circuit (0.18 → 0.10)
alvarofraguas Jun 9, 2026
fa9f67c
logo: fix dark-mode cabin-window color (minifier dropped invert arg)
alvarofraguas Jun 9, 2026
0162732
logo: switch invert(100%) → invert(99%) to defeat CSS minifier
alvarofraguas Jun 9, 2026
9ecede2
logo: ship dark-mode PNG variant + tone down dark rail circuit
alvarofraguas Jun 9, 2026
f90276d
wordmark: drop Bai Jamjuree, keep Space Grotesk @ 700
alvarofraguas Jun 9, 2026
a729d10
wordmark: restore Bai Jamjuree — user confirmed it's the right font
alvarofraguas Jun 9, 2026
cda253e
wordmark: self-host Bai Jamjuree to bypass ad-blockers
alvarofraguas Jun 9, 2026
a4a770e
api: per-OS flags target (spec item #1)
alvarofraguas Jun 9, 2026
3227adb
api: cert upload endpoint (spec item #2)
alvarofraguas Jun 9, 2026
ecf8c26
api: assembled configuration endpoint (spec item #3)
alvarofraguas Jun 9, 2026
8ab1dd4
api: scope assembled-config route to avoid /map/{target} clash
alvarofraguas Jun 9, 2026
6c4d347
spa: CertificateCard on Enrollment page (spec item #4)
alvarofraguas Jun 9, 2026
444d02d
spa: FlagsCard with per-OS download (spec item #5)
alvarofraguas Jun 9, 2026
086885f
queries: nest result rows in Data cell like legacy admin
alvarofraguas Jun 9, 2026
63c2aad
spa: AssembledConfigCard with Monaco read-only viewer (spec item #6)
alvarofraguas Jun 9, 2026
85ec40b
carves: link node column to node detail page
alvarofraguas Jun 9, 2026
f61db23
nodes: wire Archive + Delete buttons on NodeDetailPage
alvarofraguas Jun 9, 2026
739d71f
env-config: legacy-parity sliders + tabs + SideNav entry
alvarofraguas Jun 9, 2026
ef597be
enroll: split page into Install / Configuration / Lifecycle tabs
alvarofraguas Jun 9, 2026
075679f
nodes: restyle QuickFiltersRow to match QueriesListPage tabs
alvarofraguas Jun 9, 2026
cf79acf
nodes: add page title + drop duplicate status tab triplet
alvarofraguas Jun 9, 2026
de8566a
profile: split Security mega-card into 2x2 focused grid
alvarofraguas Jun 9, 2026
65820b9
nodes: fold chip pad into the toolbar row (one-line header)
alvarofraguas Jun 9, 2026
6c6d00b
settings: match EnvConfig + EnrollPage tabbed-section visual language
alvarofraguas Jun 9, 2026
d01ba0b
config: add-option + add-scheduled-query forms + docs links (spec ite…
alvarofraguas Jun 9, 2026
c843280
nodes: wire bulk Delete on the NodesTablePage dock
alvarofraguas Jun 9, 2026
3b6ac9f
tags: add multi-select + bulk delete dock matching Carves
alvarofraguas Jun 9, 2026
4292483
operators: add multi-select + bulk delete dock matching Tags/Carves
alvarofraguas Jun 9, 2026
85a0b46
environments: add multi-select + bulk delete dock matching the others
alvarofraguas Jun 9, 2026
b2d4ffa
docs-link: add explicit onClick + window.open fallback
alvarofraguas Jun 9, 2026
dacc425
docs-link: fix blank-tab open + surface on Enroll tabs
alvarofraguas Jun 9, 2026
0d2596a
nodes: collapse Archive/Delete into single forensically-safe Archive
alvarofraguas Jun 9, 2026
a9ae769
api: H1+H2 from security audit
alvarofraguas Jun 9, 2026
0be9610
audit: M1+M2+M3 — body cap, reserved-name guard, replace-all
alvarofraguas Jun 9, 2026
094abf0
nodes test: update status-filter selector for QuickFiltersGroup chip pad
alvarofraguas Jun 9, 2026
5426848
gitignore: hide internal planning notes; drop branch's spec file
alvarofraguas Jun 9, 2026
bfa4906
Merge pull request #849 from alvarofraguas/pr/enroll-config-parity
javuto Jun 10, 2026
e714bad
Adapt CI pipelines to have develop as default branch
javuto May 25, 2026
548c6a1
Annotations in osctrl-api to keep API documented
javuto May 27, 2026
a5dd0f7
Generator of swagger YAML and JSON using Makefile
javuto May 28, 2026
3c5efad
Up to date OpenAPI 3 YAML and tool to convert swagger generated into …
javuto May 28, 2026
fbe073f
Exposing frontend via nginx for TLS termination in docker dev environ…
javuto Jun 9, 2026
5bb2de1
gitignore: hide internal planning notes; drop branch's spec file
alvarofraguas Jun 9, 2026
2f8b592
Merge branch 'develop' into main
javuto Jun 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,8 @@ tools/bruno/collection.bru
!SECURITY.md
!frontend/**/*.md

# Generate swagger files
cmd/api/docs/swagger.json
cmd/api/docs/swagger.yaml
# Local-only planning / design notes (internal toolchain output)
docs/superpowers/
# Generate swagger files
cmd/api/docs/swagger.json
cmd/api/docs/swagger.yaml
cmd/api/docs/swagger.yaml
Loading