Commit Graph

557 Commits

Author SHA1 Message Date
thePR0M3TH3AN
0c742890c1 Merge pull request #212 from PR0M3TH3AN/codex/extend-argparse-with-subcommands
Add command-line subcommands for search/get/totp
2025-07-03 16:09:45 -04:00
thePR0M3TH3AN
9a22d537a5 Add CLI subcommands and tests 2025-07-03 16:09:13 -04:00
thePR0M3TH3AN
8fd571e26f Merge pull request #211 from PR0M3TH3AN/codex/add-search-entries-feature-to-menu
Add search entries feature to CLI menu
2025-07-03 15:57:54 -04:00
thePR0M3TH3AN
89574ef249 Add search option to menu 2025-07-03 15:56:28 -04:00
thePR0M3TH3AN
3642489b40 Merge pull request #210 from PR0M3TH3AN/codex/update-list_entries-method-for-sorting-and-filtering
Add sorting and filtering support for entry listing
2025-07-03 15:37:48 -04:00
thePR0M3TH3AN
1d5dd77308 Add sorting and filtering to list_entries 2025-07-03 15:30:54 -04:00
thePR0M3TH3AN
43eb3c92de Merge pull request #209 from PR0M3TH3AN/codex/add-search_entries-method-with-unit-tests
Add search_entries to EntryManager
2025-07-03 15:19:37 -04:00
thePR0M3TH3AN
ed235136ad Add search_entries method and tests 2025-07-03 15:16:27 -04:00
thePR0M3TH3AN
fb980d474a Merge pull request #208 from PR0M3TH3AN/beta
Beta
2025-07-03 14:50:46 -04:00
thePR0M3TH3AN
acb0ef95d8 Merge pull request #207 from PR0M3TH3AN/codex/fix-test_handle_new_event_logs-failure
Fix event handler timestamp timezone bug
2025-07-03 14:43:27 -04:00
thePR0M3TH3AN
248b893527 Fix event timestamp to use UTC 2025-07-03 14:39:41 -04:00
thePR0M3TH3AN
4e95a52f98 Merge pull request #206 from PR0M3TH3AN/codex/add-stats-option-to-settings-menu
Add Stats option
2025-07-03 14:23:23 -04:00
thePR0M3TH3AN
ff71c60410 Add profile stats feature and menu option 2025-07-03 14:22:05 -04:00
thePR0M3TH3AN
cf1bb67b5b Merge pull request #205 from PR0M3TH3AN/codex/create-test-for-keymanager.generate_nostr_keys
Add KeyManager helper test
2025-07-03 14:13:03 -04:00
thePR0M3TH3AN
c9c8eca9d0 Add KeyManager helper test 2025-07-03 14:11:21 -04:00
thePR0M3TH3AN
ebd18f41f2 Merge pull request #204 from PR0M3TH3AN/codex/create-test-for-event-handler-logging
Add event handler tests
2025-07-03 14:06:54 -04:00
thePR0M3TH3AN
e678a7030d Add event handler tests 2025-07-03 14:03:36 -04:00
thePR0M3TH3AN
3290fdff6d Merge pull request #203 from PR0M3TH3AN/codex/create-test-for-memory-protection
Add memory protection tests
2025-07-03 13:56:15 -04:00
thePR0M3TH3AN
4bced74e2d Add tests for InMemorySecret 2025-07-03 13:54:10 -04:00
thePR0M3TH3AN
6155aed3d5 Merge pull request #202 from PR0M3TH3AN/codex/create-tests-for-totpmanager-uri-functions
Add tests for TOTP URI handling
2025-07-03 13:40:44 -04:00
thePR0M3TH3AN
00493f9556 Add tests for TOTP URI parsing 2025-07-03 13:37:13 -04:00
thePR0M3TH3AN
d97ee9dc1c Merge pull request #201 from PR0M3TH3AN/codex/update-modify-entry-to-support-2fa-codes
Improve TOTP entry modification
2025-07-03 13:30:56 -04:00
thePR0M3TH3AN
1b0101f257 Enhance modify entry for TOTP 2025-07-03 13:29:17 -04:00
thePR0M3TH3AN
1d4838dd99 Merge pull request #200 from PR0M3TH3AN/codex/update-readme-and-landing-page-with-new-features
Update README and landing
2025-07-03 12:55:15 -04:00
thePR0M3TH3AN
187c3dc555 docs: highlight new 2FA and backup features 2025-07-03 12:53:02 -04:00
thePR0M3TH3AN
2cd313346b Merge pull request #199 from PR0M3TH3AN/codex/add-test-for-additional-backup-path
Add additional backup integration test
2025-07-03 12:44:11 -04:00
thePR0M3TH3AN
bb6a141676 Add test for additional backup path 2025-07-03 12:38:19 -04:00
thePR0M3TH3AN
37d46992a3 Merge pull request #198 from PR0M3TH3AN/codex/add-handle_set_additional_backup_location-function
Add option to configure additional backup directory
2025-07-03 12:33:56 -04:00
thePR0M3TH3AN
ffa76799e3 Add configurable secondary backup location 2025-07-03 12:03:02 -04:00
thePR0M3TH3AN
7b4092b9f5 Merge pull request #197 from PR0M3TH3AN/codex/modify-backupmanager-to-support-secondary-backup-location
Add secondary backup support
2025-07-03 11:57:25 -04:00
thePR0M3TH3AN
aa1edddf9f Add optional secondary backup location 2025-07-03 11:54:06 -04:00
thePR0M3TH3AN
1d4c6cc146 Merge pull request #196 from PR0M3TH3AN/codex/instantiate-backupmanager-in-initialize_managers
Update BackupManager initialization
2025-07-03 11:49:05 -04:00
thePR0M3TH3AN
a5aefd8548 Pass config manager to backup 2025-07-03 11:47:38 -04:00
thePR0M3TH3AN
c72b08a2e9 Merge pull request #195 from PR0M3TH3AN/codex/update-entrymanager-to-use-backupmanager
Update EntryManager backup workflow
2025-07-03 11:36:29 -04:00
thePR0M3TH3AN
6691667bb1 Refactor EntryManager to use BackupManager 2025-07-03 11:35:12 -04:00
thePR0M3TH3AN
55d932d0b9 Merge pull request #194 from PR0M3TH3AN/codex/update-config_manager-to-support-additional_backup_path
Add additional backup path config support
2025-07-03 11:15:42 -04:00
thePR0M3TH3AN
3cde17bd5a Add additional backup path config 2025-07-03 11:12:13 -04:00
thePR0M3TH3AN
27d8659558 Merge pull request #193 from PR0M3TH3AN/codex/fix-2fa-blacklist-behavior-and-exit-issue
Fix TOTP blacklist and retrieval exit
2025-07-03 10:43:27 -04:00
thePR0M3TH3AN
ef4a9966d1 fix totp blacklist and exit 2025-07-03 10:40:47 -04:00
thePR0M3TH3AN
a57bd58837 Merge pull request #192 from PR0M3TH3AN/codex/add-2fa-export-option-to-settings
Add TOTP export option
2025-07-03 10:33:19 -04:00
thePR0M3TH3AN
6a98df4e56 Add TOTP export option 2025-07-03 10:31:06 -04:00
thePR0M3TH3AN
c014acc2e4 Merge pull request #191 from PR0M3TH3AN/codex/modify-2fa-retrieval-to-remain-open
Improve TOTP retrieval loop
2025-07-03 10:20:21 -04:00
thePR0M3TH3AN
3d65800eb2 Keep TOTP retrieval active 2025-07-03 10:17:42 -04:00
thePR0M3TH3AN
7e83a74a64 Merge pull request #190 from PR0M3TH3AN/codex/fix-issue-retrieving-2fa-entry-by-index
Fix retrieving TOTP entries
2025-07-03 10:10:18 -04:00
thePR0M3TH3AN
fe41ae4a60 Handle retrieval of 2FA entries 2025-07-03 10:08:35 -04:00
thePR0M3TH3AN
319f179af3 Merge pull request #189 from PR0M3TH3AN/codex/harden-in-memory-secrets
Add in-memory secret encryption
2025-07-03 10:00:08 -04:00
thePR0M3TH3AN
d40156c205 Add in-memory secret encryption 2025-07-03 09:58:37 -04:00
thePR0M3TH3AN
8b7ad08b65 Merge pull request #188 from PR0M3TH3AN/codex/add-relay-list-auto-health-check
Add relay health check on startup
2025-07-03 09:45:38 -04:00
thePR0M3TH3AN
3364824fc4 Add relay health check and tests 2025-07-03 09:44:09 -04:00
thePR0M3TH3AN
408d005e28 Merge pull request #187 from PR0M3TH3AN/codex/add-back-button-and-index-numbers-to-2fa-codes-page
Improve TOTP management output
2025-07-03 09:25:50 -04:00