-
Notifications
You must be signed in to change notification settings - Fork 2
Dev #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Dev #35
Changes from 20 commits
Commits
Show all changes
76 commits
Select commit
Hold shift + click to select a range
f09f9f9
first round performance review improvements for headless mode
AustinKelsay 04765b6
optimize headless mode startup and memory usage
AustinKelsay f95f705
type fixes
AustinKelsay 22d516a
type fix
AustinKelsay ef595c2
Merge pull request #34 from FROSTR-ORG/refactor/headless-performance-…
AustinKelsay 83f6a8e
update available banner
AustinKelsay 3804a90
fix type
AustinKelsay b5700aa
fix import
AustinKelsay 1c00472
Merge pull request #36 from FROSTR-ORG/feature/update-available
AustinKelsay a64e349
documentation updateds and polish
AustinKelsay d2dd113
docs updates and polish
AustinKelsay 8f33c2c
nitpicks
AustinKelsay cd9c132
Merge pull request #37 from FROSTR-ORG/chore/documentation-updates-0
AustinKelsay 59e3a7d
persist UI event logs to sqlite with pagination, lazy-load blobs, a…
AustinKelsay aaf2208
type fix
AustinKelsay e616e05
harden log-entry logic
AustinKelsay b020927
type fix
AustinKelsay 2aec5b1
fix event log counter
AustinKelsay 69ed0c6
Merge pull request #38 from FROSTR-ORG/refactor/cleaner-logs
AustinKelsay 595d2c0
address code rabbit comments
AustinKelsay 954d76c
extracted loadInitialHistory as a reusable callback, and handleClearL…
AustinKelsay 4f38817
remove any types from event log persist chain, fix stale version in …
AustinKelsay db0511f
log storage optimizations and options
AustinKelsay 699d256
fix type
AustinKelsay 327e999
Merge pull request #40 from FROSTR-ORG/feature/ui-event-log-storage-o…
AustinKelsay 9c9405a
add alert on log export failure
AustinKelsay 6628c9d
Merge pull request #41 from FROSTR-ORG/feature/ui-event-log-storage-o…
AustinKelsay 12698ac
docs: add event-log endpoints to API reference
AustinKelsay 0df599a
playwright e2e tests
AustinKelsay ac26496
fix test placeholder strings
AustinKelsay c579a3e
test: add Playwright E2E smoke suite and patch dev dep vulnerabilities
AustinKelsay d3c38a2
fix: move env admin gate before validation, fix Bearer token
AustinKelsay 3a6cb0b
fix: reject empty RELAYS in /api/env updates
AustinKelsay 156ce53
fix: expand 127.0.0.0/8 loopback filter, harden E2E cosigner, and cle…
AustinKelsay 33e14cd
fix: lazy ENV_FILE_PATH eval, peer-list hook deps/a11y, CI audit out…
AustinKelsay 813aed6
chore: harden e2e smoke flows and CI/env safeguards
AustinKelsay 609544b
fix: tighten smoke test docs and cleanup guards
AustinKelsay 657c79c
fix: harden relay req validation and test safety
AustinKelsay 959edf4
fix: harden e2e cleanup, docs, and context handling
AustinKelsay 6d73a98
fix: harden e2e smoke setup and route test safety
AustinKelsay 944ec63
fix: harden smoke test harness and teardown behavior
AustinKelsay 557e4a5
fix: tighten e2e cleanup and env test safeguards
AustinKelsay 816eb0f
fix: pin Bun version in docker and CI workflows
AustinKelsay 5f8713b
fix: harden e2e smoke tests and peer-list collapse behavior
AustinKelsay 3f6481f
fix: harden relay limits and teardown safety
AustinKelsay b068104
fix: tighten e2e ui and loopback validation
AustinKelsay 61bd400
test: clarify configure navigation e2e flow
AustinKelsay 3b8c825
fix: address review findings across routes, docs, and e2e
AustinKelsay eb65308
fix: harden credential save and auth validation flows
AustinKelsay a4ebdcb
chore: remove Playwright e2e suite from repo
AustinKelsay f78ab77
fix: bump minimatch override past audit vulnerability
AustinKelsay 27a8e24
fix: apply pending auth env hardening updates
AustinKelsay f8a9519
fix: bump fast-xml-parser override for security audit
AustinKelsay f23128a
fix: avoid ui-event-log test crash after db cleanup
AustinKelsay 98a0d63
fix: address review findings across routes, ui, and workflows
AustinKelsay 269376f
fix: apply requested API and UI hardening updates
AustinKelsay f3a834d
fix: resolve auth and nip44 type regressions
AustinKelsay 3018393
fix: restore protected route compatibility
AustinKelsay 4592326
fix: override vulnerable dompurify
AustinKelsay 2daa6d2
fix: address auth hardening review findings
AustinKelsay f8a8e73
Merge pull request #44 from FROSTR-ORG/feature/auth-env-hardening
AustinKelsay 4fd8dd0
fix: address latest coderabbit review findings
AustinKelsay 3201d6a
fix: address follow-up coderabbit findings
AustinKelsay ada5296
fix: address latest nip46 review findings
AustinKelsay 48da57c
fix: harden release metadata and runtime contracts
AustinKelsay d2db2e9
chore: suppress stale browserslist build warning
AustinKelsay 5e91d69
chore: add mission scaffolding for nip44 release rollout
AustinKelsay fede229
chore: add validation-readiness scrutiny synthesis and review
AustinKelsay e01e36d
chore: add user-testing validation synthesis for validation-readiness…
AustinKelsay dd240ba
fix(nip44): derive standards-compliant conversation key via HKDF on /…
AustinKelsay 4478f2b
chore: note scanner-safe crypto variable names
AustinKelsay 977b900
chore: scrutiny synthesis for nip44-api-fix milestone
AustinKelsay b8ee347
chore: user-testing validation synthesis for nip44-api-fix milestone
AustinKelsay 8435004
fix(nip46): derive standards-compliant NIP-44 conversation key on nip…
AustinKelsay 1f91f50
chore: scrutiny synthesis for nip46-fix-and-polish milestone
AustinKelsay 918cfa3
chore: user-testing validation synthesis for nip46-fix-and-polish mil…
AustinKelsay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.