thePR0M3TH3AN
|
d563976b2a
|
Merge pull request #91 from PR0M3TH3AN/codex/create-tests-for-passwordmanager-workflow
Add manager workflow test
|
2025-07-01 12:52:31 -04:00 |
|
thePR0M3TH3AN
|
6aead93423
|
Add workflow test for PasswordManager
|
2025-07-01 12:51:24 -04:00 |
|
thePR0M3TH3AN
|
2d0bc40646
|
Merge pull request #90 from PR0M3TH3AN/codex/fix-password-generation-error-and-add-test
Fix vault initialization when creating new seed
|
2025-07-01 12:40:24 -04:00 |
|
thePR0M3TH3AN
|
5dad9abde9
|
Fix vault initialization in save_and_encrypt_seed
|
2025-07-01 12:38:29 -04:00 |
|
thePR0M3TH3AN
|
3632b1b2bd
|
Merge pull request #89 from PR0M3TH3AN/codex/decide-test-location-and-move-tests
Move orphan tests and update pytest paths
|
2025-07-01 12:24:14 -04:00 |
|
thePR0M3TH3AN
|
297d31daca
|
Move root tests to src/tests and update configuration
|
2025-07-01 12:23:18 -04:00 |
|
thePR0M3TH3AN
|
5e4395d391
|
Merge pull request #88 from PR0M3TH3AN/codex/remove-os-import-and-run-black
Remove unused import from password prompt
|
2025-07-01 11:58:09 -04:00 |
|
thePR0M3TH3AN
|
78fe4be222
|
Remove unused os import
|
2025-07-01 11:56:42 -04:00 |
|
thePR0M3TH3AN
|
cda502df2c
|
Merge pull request #87 from PR0M3TH3AN/codex/add-tests-to-src/tests-with-fixtures
Add CLI encryption mode tests
|
2025-07-01 11:52:56 -04:00 |
|
thePR0M3TH3AN
|
266f309231
|
Add CLI encryption mode tests
|
2025-07-01 11:46:29 -04:00 |
|
thePR0M3TH3AN
|
03744947af
|
Merge pull request #86 from PR0M3TH3AN/codex/update-passwordmanager-handle_new_seed_setup
Add encryption mode prompt in setup
|
2025-07-01 11:26:29 -04:00 |
|
thePR0M3TH3AN
|
2d361ea126
|
feat: prompt encryption mode in setup
|
2025-07-01 11:25:15 -04:00 |
|
thePR0M3TH3AN
|
1c6bc7fb57
|
Merge pull request #85 from PR0M3TH3AN/codex/add-encryption-mode-argument-and-load-config
Add encryption mode configuration
|
2025-07-01 11:17:29 -04:00 |
|
thePR0M3TH3AN
|
20e4fcc550
|
Add encryption mode configuration
|
2025-07-01 11:13:31 -04:00 |
|
thePR0M3TH3AN
|
47d9303b69
|
Merge pull request #84 from PR0M3TH3AN/codex/add-encryptionmode-class-and-update-callers
Introduce EncryptionMode and derive_index_key utility
|
2025-07-01 11:02:32 -04:00 |
|
thePR0M3TH3AN
|
f49daca4df
|
Add EncryptionMode enum and integrate index key derivation
|
2025-07-01 11:01:22 -04:00 |
|
thePR0M3TH3AN
|
32b0e42185
|
Merge pull request #83 from PR0M3TH3AN/codex/refactor-nostr-index-encryption-flow
Implement seed-based index key derivation
|
2025-07-01 10:33:39 -04:00 |
|
thePR0M3TH3AN
|
5704a91d98
|
Add seed-based index key derivation
|
2025-07-01 10:31:24 -04:00 |
|
thePR0M3TH3AN
|
fc689dc903
|
Merge pull request #82 from PR0M3TH3AN/codex/backup-to-nostr-on-master-password-change
Auto backup after password change
|
2025-07-01 10:18:18 -04:00 |
|
thePR0M3TH3AN
|
92cbaace1f
|
Backup to Nostr after password change
|
2025-07-01 10:17:14 -04:00 |
|
thePR0M3TH3AN
|
b4eca8e958
|
Merge pull request #81 from PR0M3TH3AN/codex/add-explanation-about-omitting-pbkdf2-salt-in-readme
Add note about omission of PBKDF2 salt
|
2025-07-01 09:45:31 -04:00 |
|
thePR0M3TH3AN
|
a5f304a154
|
docs: explain omission of PBKDF2 salt
|
2025-07-01 09:44:02 -04:00 |
|
thePR0M3TH3AN
|
7a78e868a3
|
Merge pull request #79 from PR0M3TH3AN/codex/fix-nostr-related-test-failures
Add support for Nostr direct messages
|
2025-07-01 08:50:41 -04:00 |
|
thePR0M3TH3AN
|
1892ec5a5f
|
feat: allow sending nostr direct messages
|
2025-07-01 08:48:18 -04:00 |
|
thePR0M3TH3AN
|
578df8d7b7
|
Merge pull request #78 from PR0M3TH3AN/codex/update-readme-to-match-current-app
Improve README to match TUI
|
2025-07-01 00:21:58 -04:00 |
|
thePR0M3TH3AN
|
1d49cbf142
|
docs: update readme for current tui menus
|
2025-07-01 00:21:06 -04:00 |
|
thePR0M3TH3AN
|
eaba2aee56
|
Merge pull request #77 from PR0M3TH3AN/codex/improve-test-coverage
Add tests for utility modules
|
2025-07-01 00:14:28 -04:00 |
|
thePR0M3TH3AN
|
e105c1a2b4
|
Add unit tests for utilities
|
2025-07-01 00:13:08 -04:00 |
|
thePR0M3TH3AN
|
58302484e6
|
Merge pull request #76 from PR0M3TH3AN/codex/fix-nostr-post-error---sendeventoutput--object-has-no-attrib
Fix Nostr publish logging
|
2025-06-30 23:57:47 -04:00 |
|
thePR0M3TH3AN
|
c2fc2e26e8
|
Fix Nostr publish logging for new SDK
|
2025-06-30 23:56:56 -04:00 |
|
thePR0M3TH3AN
|
4d1b1207e0
|
Merge pull request #75 from PR0M3TH3AN/codex/fix-nostr-relay-connection-issues
Fix async Nostr client
|
2025-06-30 23:49:52 -04:00 |
|
thePR0M3TH3AN
|
a31f73d9e5
|
Fix async Nostr client methods
|
2025-06-30 23:48:42 -04:00 |
|
thePR0M3TH3AN
|
1e89b86027
|
Merge pull request #74 from PR0M3TH3AN/codex/verify-nostr-sdk-api-calls
Fix nostr-sdk API usage
|
2025-06-30 23:31:15 -04:00 |
|
thePR0M3TH3AN
|
c51b0d7567
|
Fix nostr-sdk method usage
|
2025-06-30 23:29:00 -04:00 |
|
thePR0M3TH3AN
|
87ab2ac3b6
|
Merge pull request #73 from PR0M3TH3AN/codex/test-and-validate-nostr-sdk-api-calls
Improve Nostr client initialization tests
|
2025-06-30 23:22:05 -04:00 |
|
thePR0M3TH3AN
|
5d9166cbd7
|
Fix NostrClient relay initialization
|
2025-06-30 23:21:07 -04:00 |
|
thePR0M3TH3AN
|
fd8cf4740c
|
Merge pull request #72 from PR0M3TH3AN/codex/fix-async-handling-in-nostr-client
Fix Nostr restoration error
|
2025-06-30 23:15:08 -04:00 |
|
thePR0M3TH3AN
|
80027c3093
|
Simplify Nostr client and fix tests
|
2025-06-30 23:14:06 -04:00 |
|
thePR0M3TH3AN
|
96d2f0a8ea
|
Merge pull request #71 from PR0M3TH3AN/codex/fix-nostr-retrieval-issue---events--not-iterable
Fix Nostr event retrieval
|
2025-06-30 22:58:18 -04:00 |
|
thePR0M3TH3AN
|
a91e02b5c2
|
Fix Nostr events iteration
|
2025-06-30 22:57:22 -04:00 |
|
thePR0M3TH3AN
|
31ef4aef3a
|
Merge pull request #70 from PR0M3TH3AN/codex/switch-to-nostr-sdk-and-update-tests
Switch to nostr-sdk
|
2025-06-30 22:50:21 -04:00 |
|
thePR0M3TH3AN
|
9594c5a2f8
|
Switch to nostr-sdk
|
2025-06-30 22:49:04 -04:00 |
|
thePR0M3TH3AN
|
0ea1a7b54f
|
Merge pull request #69 from PR0M3TH3AN/codex/add-pynostr-test-workflow
Add pynostr workflow test
|
2025-06-30 22:10:22 -04:00 |
|
thePR0M3TH3AN
|
b58637b0ea
|
Add pynostr workflow test
|
2025-06-30 22:08:45 -04:00 |
|
thePR0M3TH3AN
|
20c5716727
|
Merge pull request #68 from PR0M3TH3AN/codex/fix-pynostr-relay-connection-issue
Fix relay connection issue
|
2025-06-30 21:36:37 -04:00 |
|
thePR0M3TH3AN
|
de0eb5a5fd
|
Pin websocket-client for pynostr compatibility
|
2025-06-30 21:35:34 -04:00 |
|
thePR0M3TH3AN
|
a15c1fed64
|
Merge pull request #67 from PR0M3TH3AN/codex/replace-monstr-with-pynostr-in-client
Replace monstr with pynostr
|
2025-06-30 21:17:00 -04:00 |
|
thePR0M3TH3AN
|
6dbf92d71d
|
Avoid eager imports to fix circular dependency
|
2025-06-30 21:05:13 -04:00 |
|
thePR0M3TH3AN
|
f60eaa4a1e
|
Switch to pynostr
|
2025-06-30 20:55:46 -04:00 |
|
thePR0M3TH3AN
|
87a493b845
|
Revert "Merge pull request #66 from PR0M3TH3AN/codex/replace-monstr-with-pynostr-in-client"
This reverts commit c79dd805e3 , reversing
changes made to c05f19d3a4 .
|
2025-06-30 16:07:10 -04:00 |
|