Commit Graph

1284 Commits

Author SHA1 Message Date
thePR0M3TH3AN
9dab240c14 Merge pull request #529 from PR0M3TH3AN/codex/update-dummyrelayclient-to-track-created_at
Record delta timestamps in dummy relay
2025-07-14 09:03:22 -04:00
thePR0M3TH3AN
e45483c6eb Add timestamp tracking to dummy relay and update tests 2025-07-14 08:55:55 -04:00
thePR0M3TH3AN
2a329a40bb Merge pull request #528 from PR0M3TH3AN/codex/extend-test-for-relay-management-endpoints
Add relay reload assertion in API tests
2025-07-14 06:11:24 -04:00
thePR0M3TH3AN
2f8659c49f test: assert nostr client reload on relay update 2025-07-14 06:04:25 -04:00
thePR0M3TH3AN
8949b1631a Merge pull request #527 from PR0M3TH3AN/codex/update-dummyrelayclient-to-support-created_at
Update dummy relay events with timestamps
2025-07-13 22:51:37 -04:00
thePR0M3TH3AN
6b401d85c8 test: record delta timestamp and manifest delta_since 2025-07-13 22:49:52 -04:00
thePR0M3TH3AN
c6d27fe3f9 Merge pull request #526 from PR0M3TH3AN/codex/add-test_full_sync_roundtrip-test
Add full sync roundtrip test
2025-07-13 22:39:48 -04:00
thePR0M3TH3AN
e7837bcfbe Add full sync roundtrip test 2025-07-13 22:37:42 -04:00
thePR0M3TH3AN
c6ed25fc04 Merge pull request #525 from PR0M3TH3AN/codex/add-unit-test-for-client-initialization
Reconnect Nostr client after relay updates
2025-07-13 22:31:00 -04:00
thePR0M3TH3AN
1d92d5e1ca Reconnect after relay update 2025-07-13 22:29:18 -04:00
thePR0M3TH3AN
f9ba5ac41d Merge pull request #524 from PR0M3TH3AN/codex/update-nostrclient-to-manage-manifest-events
Record manifest timestamp and update docs
2025-07-13 22:20:26 -04:00
thePR0M3TH3AN
905b4ec8ba Record manifest details and timestamp 2025-07-13 22:18:28 -04:00
thePR0M3TH3AN
4674f9c440 Merge pull request #523 from PR0M3TH3AN/codex/create-full_sync_roundtrip-test
Add Nostr roundtrip sync test
2025-07-13 22:07:33 -04:00
thePR0M3TH3AN
2f89c02f9b Add full sync roundtrip test 2025-07-13 22:04:50 -04:00
thePR0M3TH3AN
bf17ba8234 Merge pull request #522 from PR0M3TH3AN/codex/add-unit-test-for-client-initialization
Reconnect Nostr client pool on relay update
2025-07-13 21:40:22 -04:00
thePR0M3TH3AN
cbad7ccf75 Ensure client pool reinitializes on relay update 2025-07-13 21:38:52 -04:00
thePR0M3TH3AN
aed25f9810 Merge pull request #521 from PR0M3TH3AN/codex/update-nostrclient-for-manifest-and-delta-handling
Track manifest timestamp for deltas
2025-07-13 21:33:36 -04:00
thePR0M3TH3AN
57997e4958 Record manifest ID and timestamp 2025-07-13 21:32:11 -04:00
thePR0M3TH3AN
8ee97b4a05 Merge pull request #520 from PR0M3TH3AN/codex/update-documentation-for-seed-profile-usage
Clarify test profile behavior
2025-07-13 20:47:39 -04:00
thePR0M3TH3AN
11d78a98c9 docs: clarify test profile location 2025-07-13 20:47:26 -04:00
thePR0M3TH3AN
6a1fd45427 Merge pull request #519 from PR0M3TH3AN/codex/add-test-for-generate_test_profile_sync
Add generate_test_profile sync test
2025-07-13 20:41:22 -04:00
thePR0M3TH3AN
e396c1f2b7 Add sync test for generate_test_profile 2025-07-13 20:40:54 -04:00
thePR0M3TH3AN
74398733fd Merge pull request #518 from PR0M3TH3AN/codex/verify-ciphertext-length-in-decrypt_data
Add AES-GCM short payload check
2025-07-13 20:17:51 -04:00
thePR0M3TH3AN
78104681e4 Validate AES-GCM payload length 2025-07-13 20:15:58 -04:00
thePR0M3TH3AN
e5dbbac762 Merge pull request #517 from PR0M3TH3AN/codex/update-encryptionmanager-for-decryption-fallback
Add Fernet fallback for invalid V2 header
2025-07-13 20:09:32 -04:00
thePR0M3TH3AN
a3fd02f0c9 Add test for legacy Fernet data with V2 prefix 2025-07-13 20:07:56 -04:00
thePR0M3TH3AN
3038646fcb Merge pull request #516 from PR0M3TH3AN/codex/invoke-start_background_sync-after-seed-generation
Ensure sync after seed creation
2025-07-13 19:48:45 -04:00
thePR0M3TH3AN
26badd8cd7 Start sync after new seed 2025-07-13 19:46:59 -04:00
thePR0M3TH3AN
189118bb9c Merge pull request #515 from PR0M3TH3AN/codex/add-test-for-initialize_profile-and-passwordmanager
Add profile initialization integration test
2025-07-13 19:42:38 -04:00
thePR0M3TH3AN
0840ee63c0 Add integration test for initialize_profile with PasswordManager 2025-07-13 19:41:16 -04:00
thePR0M3TH3AN
c110540e06 Merge pull request #514 from PR0M3TH3AN/codex/update-pbkdf2-iteration-count-handling
Fix KDF iteration default in test profile generator
2025-07-13 19:00:41 -04:00
thePR0M3TH3AN
79488b4373 Fix KDF iteration config in test profile script 2025-07-13 18:58:59 -04:00
thePR0M3TH3AN
9d69044895 Merge pull request #513 from PR0M3TH3AN/codex/find-conditional-network-calls-in-vault-and-tui
Avoid blocking startup with network calls
2025-07-13 18:35:57 -04:00
thePR0M3TH3AN
0e7c3e8a84 flush writes for concurrency safety 2025-07-13 18:29:47 -04:00
thePR0M3TH3AN
6fe4b86a19 Prevent background sync thread from blocking cleanup 2025-07-13 18:15:58 -04:00
thePR0M3TH3AN
b01b73c1d5 Avoid blocking network calls at startup 2025-07-13 17:53:07 -04:00
thePR0M3TH3AN
00332fb145 Merge pull request #512 from PR0M3TH3AN/codex/update-documentation-for-vault-synchronization
Update docs about background sync and quick unlock
2025-07-13 17:30:21 -04:00
thePR0M3TH3AN
c669bf0e9f docs: clarify sync behavior and quick unlock 2025-07-13 17:26:52 -04:00
thePR0M3TH3AN
f422715fc8 Merge pull request #511 from PR0M3TH3AN/codex/add-unit-tests-for-background-sync
Add background sync trigger tests
2025-07-13 17:18:53 -04:00
thePR0M3TH3AN
863348f194 Add tests for background sync triggers 2025-07-13 17:17:34 -04:00
thePR0M3TH3AN
983b806906 Merge pull request #510 from PR0M3TH3AN/codex/refactor-sync-calls-in-password-manager
Use background sync after profile changes
2025-07-13 17:10:56 -04:00
thePR0M3TH3AN
d559477342 Use background sync unconditionally 2025-07-13 17:09:30 -04:00
thePR0M3TH3AN
921ef43f2a Merge pull request #509 from PR0M3TH3AN/codex/fix-quick-unlock-settings-visibility
Expose Quick Unlock and Offline Mode
2025-07-13 16:51:21 -04:00
thePR0M3TH3AN
aabc935097 Expose quick unlock and offline mode 2025-07-13 16:49:57 -04:00
thePR0M3TH3AN
c548a8f42f Merge pull request #508 from PR0M3TH3AN/codex/add-timing-logs-and-tests
Add verbose timing logs
2025-07-13 16:14:25 -04:00
thePR0M3TH3AN
4893daa1b4 Add verbose timing logs 2025-07-13 16:09:58 -04:00
thePR0M3TH3AN
5db024b340 Merge pull request #507 from PR0M3TH3AN/codex/reduce-max-retries-and-retry-delay
Add configurable Nostr retry settings
2025-07-13 16:01:38 -04:00
thePR0M3TH3AN
80c67905ae Allow passing ConfigManager to NostrClient 2025-07-13 15:57:31 -04:00
thePR0M3TH3AN
78499b267e Add configurable Nostr retry settings 2025-07-13 15:42:24 -04:00
thePR0M3TH3AN
357e9f28bd Merge pull request #506 from PR0M3TH3AN/codex/modify-passwordmanager-to-support-quick-unlock
Enable background sync when quick unlock
2025-07-13 15:29:39 -04:00