1698 Commits

Author SHA1 Message Date
thePR0M3TH3AN
7521014a61 Initialize config manager lazily for offline mode 2025-08-06 19:49:46 -04:00
thePR0M3TH3AN
0e0ea183c8 Merge pull request #787 from PR0M3TH3AN/codex/ensure-config-manager-initialization-after-profile-creation
Ensure config manager initialized for secret mode toggling
2025-08-06 19:41:49 -04:00
thePR0M3TH3AN
48e0632771 Avoid AttributeError when config manager missing 2025-08-06 19:34:41 -04:00
thePR0M3TH3AN
d92385eff9 Add tests for secret mode initialization 2025-08-06 19:23:56 -04:00
thePR0M3TH3AN
92142a3e1b Merge pull request #786 from PR0M3TH3AN/codex/update-password-change-logic-and-tests
Enhance password change flow with prompts and tests
2025-08-06 19:14:10 -04:00
thePR0M3TH3AN
ed7763195e Improve password change flow 2025-08-06 19:07:40 -04:00
thePR0M3TH3AN
8079cd05b9 Merge pull request #785 from PR0M3TH3AN/codex/update-ci-workflow-for-poetry
chore: migrate to Poetry and add test workflow
2025-08-06 17:43:08 -04:00
thePR0M3TH3AN
979ba6f678 fix: use bash for pip-audit step 2025-08-06 17:36:27 -04:00
thePR0M3TH3AN
af53e7f12c fix: add missing test dependencies 2025-08-06 17:23:10 -04:00
thePR0M3TH3AN
54314cc5b3 ci: treat pip-audit findings as warnings 2025-08-06 17:14:19 -04:00
thePR0M3TH3AN
fd419fb943 chore: add poetry and CI tests 2025-08-06 17:06:28 -04:00
thePR0M3TH3AN
f571ded60c Merge pull request #783 from PR0M3TH3AN/codex/introduce-auditlogger-in-manager.py
Add tamper-evident audit logging
2025-08-06 12:12:28 -04:00
thePR0M3TH3AN
b3b703985d test: cover audit logging 2025-08-06 12:07:09 -04:00
thePR0M3TH3AN
363b54b656 Merge pull request #782 from PR0M3TH3AN/codex/add-architecture-overview-to-readme
docs: add Nostr setup guide and architecture overview
2025-08-06 10:09:22 -04:00
thePR0M3TH3AN
1a35bb42bd docs: add Nostr setup guide and architecture overview 2025-08-06 10:09:05 -04:00
thePR0M3TH3AN
8cc2e75741 Merge pull request #781 from PR0M3TH3AN/codex/add-fuzz-tests-for-encryption-module
Calibrate Argon2 KDF and add encryption fuzz tests
2025-08-06 10:07:44 -04:00
thePR0M3TH3AN
edcf2787ee Add Argon2 calibration and encryption fuzz tests 2025-08-06 09:58:44 -04:00
thePR0M3TH3AN
072db52650 Merge pull request #780 from PR0M3TH3AN/codex/cache-bip-85-results-in-manager.py
Cache BIP85 derivations and skip unchanged snapshot chunks
2025-08-06 08:42:30 -04:00
thePR0M3TH3AN
a864da5751 Cache BIP85 derivations and incremental snapshots 2025-08-06 08:36:48 -04:00
thePR0M3TH3AN
37a1d4b4cf Merge pull request #779 from PR0M3TH3AN/codex/wrap-worker-functions-with-error-handling
Queue background errors
2025-08-05 23:32:42 -04:00
thePR0M3TH3AN
f0a7fb7da1 Queue background errors 2025-08-05 23:26:54 -04:00
thePR0M3TH3AN
b49e37b6e1 Merge pull request #778 from PR0M3TH3AN/codex/add-quick-unlock-configuration-flag
Add quick unlock flag and event logging
2025-08-05 23:10:19 -04:00
thePR0M3TH3AN
94d0b80dce Add quick unlock flag and event logging 2025-08-05 23:05:11 -04:00
thePR0M3TH3AN
4f11db5aa4 Merge pull request #777 from PR0M3TH3AN/codex/add-configurable-attempt-counter-with-backoff
Add configurable prompt attempt limit with exponential backoff
2025-08-05 22:53:56 -04:00
thePR0M3TH3AN
099c24921f feat: add configurable prompt backoff 2025-08-05 22:48:18 -04:00
thePR0M3TH3AN
7725701b50 Merge pull request #776 from PR0M3TH3AN/codex/raise-exception-if-xclip/xsel-is-missing
Gracefully handle missing clipboard utilities
2025-08-05 22:35:34 -04:00
thePR0M3TH3AN
b795d1236a Raise ClipboardUnavailableError on all platforms 2025-08-05 22:26:10 -04:00
thePR0M3TH3AN
6888fa2431 Remove duplicate import in test 2025-08-05 22:18:26 -04:00
thePR0M3TH3AN
1870614d8a Merge pull request #775 from PR0M3TH3AN/codex/create-test-fixtures-and-refactor-tests
Add test fixtures for manager and vault
2025-08-05 21:59:24 -04:00
thePR0M3TH3AN
34f19e1b2b Add test fixtures for manager and vault 2025-08-05 21:53:23 -04:00
thePR0M3TH3AN
41848fbcc3 Merge pull request #774 from PR0M3TH3AN/codex/refactor-code-organization-for-nostr-module
refactor: modularize nostr client
2025-08-05 21:44:07 -04:00
thePR0M3TH3AN
2aae6db22d fix: route nostr helpers through client module 2025-08-05 21:38:48 -04:00
thePR0M3TH3AN
f36c12122e Merge pull request #773 from PR0M3TH3AN/codex/add-dependency-auditing-and-checks
Add dependency vulnerability scan and optional dependency checks
2025-08-05 21:10:21 -04:00
thePR0M3TH3AN
68eaa34d76 Add dependency scanning and optional dependency checks 2025-08-05 21:04:50 -04:00
thePR0M3TH3AN
c2d80aa438 Merge pull request #772 from PR0M3TH3AN/codex/replace-except-exception-with-specific-exceptions
Refine exception handling in config and terminal utilities
2025-08-05 20:41:20 -04:00
thePR0M3TH3AN
87cf2d837b Refine exception handling 2025-08-05 20:34:26 -04:00
thePR0M3TH3AN
ade2d99572 Merge pull request #771 from PR0M3TH3AN/codex/convert-api-functions-to-async
Refactor API endpoints to async
2025-08-05 20:24:01 -04:00
thePR0M3TH3AN
91bea60928 Limit anyio tests to installed backends 2025-08-05 20:14:42 -04:00
thePR0M3TH3AN
dc7673c7e0 Refactor API endpoints to async 2025-08-05 20:03:56 -04:00
thePR0M3TH3AN
726a8f7aa4 Merge pull request #770 from PR0M3TH3AN/codex/catch-specific-exceptions-in-_reload_relays
Improve relay reload error handling
2025-08-05 19:52:11 -04:00
thePR0M3TH3AN
181f486afb Add test for relay reload logging 2025-08-05 19:46:14 -04:00
thePR0M3TH3AN
5e8375aad5 Merge pull request #769 from PR0M3TH3AN/codex/refactor-to-use-fastapi-dependencies
refactor: move api state to app
2025-08-05 19:19:58 -04:00
thePR0M3TH3AN
20ee8a891b refactor: move api state to app 2025-08-05 19:14:11 -04:00
thePR0M3TH3AN
fa4826fe2d Merge pull request #768 from PR0M3TH3AN/codex/refactor-cli.py-into-command-modules
refactor: modularize CLI commands
2025-08-05 18:57:16 -04:00
thePR0M3TH3AN
90b60a6682 refactor: modularize CLI commands 2025-08-05 18:51:36 -04:00
thePR0M3TH3AN
3744cf9f30 Merge pull request #767 from PR0M3TH3AN/codex/streamline-nostr-sync-notifications
Fix inconsistent Nostr sync notifications
2025-08-05 15:04:26 -04:00
thePR0M3TH3AN
2949cc22c9 Fix inconsistent Nostr sync notifications 2025-08-05 14:53:39 -04:00
thePR0M3TH3AN
9c5e6a12a0 Merge pull request #766 from PR0M3TH3AN/codex/modify-_display_live_stats-for-input-handling
Handle immediate Enter in stats view
2025-08-05 13:19:05 -04:00
thePR0M3TH3AN
89cbef1aa4 Flush stdin and exit stats screen on Enter 2025-08-05 13:13:31 -04:00
thePR0M3TH3AN
d21ad78a02 Merge pull request #765 from PR0M3TH3AN/codex/verify-list-refresh-logic-results
test: cover archived entries in summaries and view handler
2025-08-05 13:03:08 -04:00