d01ec15050
Replace sovran-hub-icon.svg with Arc+Core design and update header logo reference
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/9cda1def-017d-452a-8df6-43a6adbf021c
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 19:11:09 +00:00
copilot-swe-agent[bot] and GitHub
51ea07665e
Initial plan
2026-04-09 19:09:56 +00:00
Sovran_Systems and GitHub
eb88684793
Merge pull request #176 from naturallaw777/copilot/add-scoped-sudo-rules
...
[WIP] Add scoped sudo rules for sovran-support user
2026-04-09 13:46:34 -05:00
20e1206f1d
Add scoped sudo rules to tech-support.nix for sovran-support user
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/e108b70d-de49-4d19-87a7-f093df3b05d3
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 18:46:13 +00:00
copilot-swe-agent[bot] and GitHub
433a276e43
Initial plan
2026-04-09 18:44:42 +00:00
naturallaw777
9c38baefcc
key
2026-04-09 12:59:11 -05:00
Sovran_Systems and GitHub
416661e291
Merge pull request #174 from naturallaw777/copilot/fix-security-reset-user-experience
...
[WIP] Improve user feedback during security reset process
2026-04-09 12:30:51 -05:00
62dd104c50
Fix security reset UX: full-screen overlay, CSS class bug, and auto-reconnect
...
- Add security-reset-overlay HTML element to index.html that shows immediately
when the user confirms "Erase & Reset", before the synchronous API call runs
- Add .security-reset-overlay CSS to security.css (reuses reboot-card styles,
adds fade-in animation, z-index 1000 to sit above all other content)
- Fix reboot overlay class bug: classList.add("open") → classList.add("visible")
so the overlay actually renders per the .reboot-overlay.visible CSS rule
- Show overlay step text "Erasing data and resetting credentials…" during wipe,
update to "Reset complete. Rebooting now…" when API returns
- Call waitForServerReboot() (globally defined in update.js) after reset so the
page auto-reloads when the system comes back online
- Hide the security-reset-overlay and re-enable the button on error
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/185d0b41-d54d-4ea2-93d6-bfb7c15b8aed
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 17:29:46 +00:00
copilot-swe-agent[bot] and GitHub
2dbbd0fc73
Initial plan
2026-04-09 17:26:39 +00:00
Sovran_Systems and GitHub
46cfcd998c
Merge pull request #173 from naturallaw777/copilot/fix-onboarding-timezone-locale
...
[WIP] Fix onboarding timezone and locale step for NixOS
2026-04-09 12:22:35 -05:00
bb0467e1b5
Fix NixOS timezone/locale: use declarative custom.nix config + nixos-rebuild instead of timedatectl/localectl
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/334ffeb7-2160-4938-bc4e-fb7693a1154f
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 17:22:06 +00:00
copilot-swe-agent[bot] and GitHub
50898743b1
Initial plan
2026-04-09 17:17:07 +00:00
Sovran_Systems and GitHub
999c6300c1
Merge pull request #172 from naturallaw777/copilot/fix-timezone-locale-endpoints
...
[WIP] Fix timezone and locale endpoints to remove unnecessary sudo
2026-04-09 06:00:45 -05:00
a8fcd007f3
Remove sudo from timedatectl and localectl subprocess calls
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/925a72d0-2cdd-4940-b338-07772f3f8a68
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 11:00:18 +00:00
copilot-swe-agent[bot] and GitHub
ebb8bf70a4
Initial plan
2026-04-09 10:49:18 +00:00
Sovran_Systems and GitHub
2c8bd4a1aa
Merge pull request #171 from naturallaw777/copilot/fix-verify-integrity-flag
...
[WIP] Fix integrity verification by removing no-build-output flag
2026-04-08 23:05:55 -05:00
1564be0b9c
Remove invalid --no-build-output flag from nix build command
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/2989f7c9-f544-4a2e-b073-7d9518b41e60
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 04:05:27 +00:00
copilot-swe-agent[bot] and GitHub
dd34c0f923
Initial plan
2026-04-09 04:04:38 +00:00
Sovran_Systems and GitHub
2022e99179
Merge pull request #170 from naturallaw777/copilot/fix-nixos-rebuild-usage-error
...
[WIP] Fix nixos-rebuild command by replacing it with nix build
2026-04-08 22:53:38 -05:00
9ceedac415
Fix verify-integrity: replace nixos-rebuild with nix build (nixos-rebuild does not support -o)
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/3c0ca796-fe76-4985-9956-5915b2993b08
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 03:53:21 +00:00
copilot-swe-agent[bot] and GitHub
2aebcec712
Initial plan
2026-04-09 03:51:28 +00:00
Sovran_Systems and GitHub
ac172e44dc
Merge pull request #169 from naturallaw777/copilot/fix-nixos-rebuild-result-symlink
...
[WIP] Fix missing result symlink in verify integrity check
2026-04-08 22:44:25 -05:00
c57a154fc6
Fix nixos-rebuild result symlink by passing explicit -o flag
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/52242cb6-8038-446d-bafb-9fe6666b31b9
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 03:43:45 +00:00
copilot-swe-agent[bot] and GitHub
080d1b4a59
Initial plan
2026-04-09 03:43:01 +00:00
Sovran_Systems and GitHub
60703904e2
Merge pull request #168 from naturallaw777/copilot/fix-nixos-rebuild-command
...
Fix "Running System Match" always failing due to unsupported --print-out-paths flag
2026-04-08 22:24:39 -05:00
efff6115b7
Fix Verify System Integrity: use temp dir + result symlink instead of --print-out-paths
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/b90b9352-56a0-4987-822b-ea4b9d4fdf92
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 03:23:42 +00:00
copilot-swe-agent[bot] and GitHub
1b617747ca
Initial plan
2026-04-09 03:21:30 +00:00
Sovran_Systems and GitHub
9a8fb3da91
Merge pull request #167 from naturallaw777/copilot/fix-system-integrity-check
...
Fix: Running System Match always fails due to cwd-relative result symlink
2026-04-08 22:03:36 -05:00
881cdf9f02
Fix: Use --print-out-paths instead of ./result symlink in verify-integrity endpoint
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/b365659c-e6c9-45bf-9b12-b89addfbbbdd
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 02:59:32 +00:00
copilot-swe-agent[bot] and GitHub
24a8be1d9c
Initial plan
2026-04-09 02:58:35 +00:00
Sovran_Systems and GitHub
2e80933092
Merge pull request #166 from naturallaw777/copilot/fix-subprocess-command-paths
...
[WIP] Fix subprocess command paths in verify-integrity endpoint
2026-04-08 21:08:58 -05:00
ec47d2c2f8
fix: use absolute paths for nix and nixos-rebuild in verify-integrity endpoint
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/7de38316-a649-4395-bfb4-c12a07741078
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 02:08:29 +00:00
copilot-swe-agent[bot] and GitHub
7bd81cbc25
Initial plan
2026-04-09 02:06:47 +00:00
Sovran_Systems and GitHub
7d1766db9b
Merge pull request #165 from naturallaw777/copilot/implement-random-password-generation
...
[WIP] Implement random password generation for free user
2026-04-08 20:59:14 -05:00
66271c9227
Implement security overhaul: remove seal/legacy system, add Security modal and random passwords
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/6e7593c4-f741-4ddc-9bce-8c558a4af014
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 01:58:42 +00:00
copilot-swe-agent[bot] and GitHub
099a0cc86a
Initial plan
2026-04-09 01:49:35 +00:00
Sovran_Systems and GitHub
d0b08a9771
Merge pull request #162 from naturallaw777/copilot/update-dconf-settings-app-folders
...
[WIP] Add GNOME app-folder dconf settings and remove updater from favorites
2026-04-08 19:18:51 -05:00
8e8b10dea2
Add GNOME app-folder dconf settings and remove Sovran_SystemsOS_Updater from favorites
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/ec32495a-2919-4b25-bd7c-459f9bdc3ba9
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 00:18:08 +00:00
copilot-swe-agent[bot] and GitHub
d8defb74dd
Initial plan
2026-04-09 00:16:48 +00:00
Sovran_Systems and GitHub
41e3f9c98f
Merge pull request #161 from naturallaw777/copilot/add-timezone-locale-onboarding-step
...
[WIP] Add timezone and locale selection to onboarding wizard
2026-04-08 19:14:08 -05:00
38982162b9
Add timezone/locale onboarding step (new Step 2), renumber existing steps 2-5 to 3-6
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/47f2ee8f-bd6c-4151-bd2d-3e9283cb02c0
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 00:13:44 +00:00
Sovran_Systems and GitHub
7a691c2280
Merge pull request #160 from naturallaw777/copilot/fix-brave-keyring-prompt
...
fix: suppress Brave keyring prompt on Hub launch and GDM auto-login
2026-04-08 19:08:46 -05:00
copilot-swe-agent[bot] and GitHub
658bd307c2
Initial plan
2026-04-09 00:08:33 +00:00
6c8627ae25
fix: suppress Brave keyring prompt via --password-store=basic and PAM GNOME Keyring auto-unlock
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/731f35e7-10c0-4641-8ec4-bd02f0dc98b4
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 00:03:09 +00:00
copilot-swe-agent[bot] and GitHub
f151f28e81
Initial plan
2026-04-09 00:02:10 +00:00
Sovran_Systems and GitHub
11bdfae6fa
Merge pull request #159 from naturallaw777/copilot/fix-gnome-remote-desktop-service-again
...
[WIP] Fix gnome-remote-desktop service block in rdp.nix
2026-04-08 17:11:41 -05:00
d8edde72e9
fix(rdp): add wantedBy block and remove || true from grdctl enable
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/47126fb3-6167-424d-9599-cd75e6447717
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-08 22:11:23 +00:00
copilot-swe-agent[bot] and GitHub
c261c9f3dd
Initial plan
2026-04-08 22:10:31 +00:00
Sovran_Systems and GitHub
54cb3e9a00
Merge pull request #158 from naturallaw777/copilot/revert-rdp-nix-to-8e31a32
...
revert: restore rdp.nix to pre-PR#147 working state
2026-04-08 16:30:59 -05:00
e83e227517
revert: restore rdp.nix to pre-PR#147 working state with || true fix
...
- Remove systemd.services."gnome-remote-desktop".wantedBy = lib.mkForce []
(was preventing the service from ever auto-starting)
- Remove systemctl start gnome-remote-desktop.service || true
(was creating a systemd deadlock with before = ["gnome-remote-desktop.service"])
- Remove pkgs.systemd from setup script path
- Remove grdctl --system rdp disable-view-only || true
- Add || true to grdctl --system rdp enable (suppress harmless EROFS warning)
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/75c67389-947f-437d-95ba-427504935156
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-08 21:29:48 +00:00