Commit Graph

905 Commits

Author SHA1 Message Date
thePR0M3TH3AN
1aa9447df2 Add REST API documentation 2025-07-09 11:45:47 -04:00
thePR0M3TH3AN
0273015859 Merge pull request #423 from PR0M3TH3AN/codex/add-test-coverage-for-api-endpoints
Add tests for additional API endpoints
2025-07-09 11:23:08 -04:00
thePR0M3TH3AN
c9685b91bf test: expand api coverage 2025-07-09 11:13:35 -04:00
thePR0M3TH3AN
1924c6a114 Merge pull request #422 from PR0M3TH3AN/codex/add-requests=2.32-to-requirements.txt
Add requests to requirements
2025-07-09 11:05:46 -04:00
thePR0M3TH3AN
0fa47a1da8 Add requests dependency for API stop 2025-07-09 11:01:32 -04:00
thePR0M3TH3AN
6f8769bb71 Merge pull request #421 from PR0M3TH3AN/codex/modify-start_server-to-accept-fingerprint
Add fingerprint support when starting API server
2025-07-09 10:53:19 -04:00
thePR0M3TH3AN
39f49b27fe Allow selecting fingerprint for API server 2025-07-09 10:49:02 -04:00
thePR0M3TH3AN
64fab9d435 Merge pull request #420 from PR0M3TH3AN/codex/update-cli.py-and-add-unit-tests
Update CLI sync and password generation
2025-07-09 10:34:32 -04:00
thePR0M3TH3AN
3a1663ad07 Update CLI commands and add unit tests 2025-07-09 10:29:44 -04:00
thePR0M3TH3AN
dbed410ebd Merge pull request #419 from PR0M3TH3AN/codex/verify-pytest-xdist-in-requirements
Update test docs
2025-07-09 10:12:15 -04:00
thePR0M3TH3AN
33f83a5a54 Document installing test dependencies 2025-07-09 10:07:40 -04:00
thePR0M3TH3AN
0300ce540e Merge pull request #418 from PR0M3TH3AN/codex/update-documentation-for-cli-and-api
Update CLI docs and API instructions
2025-07-09 10:00:16 -04:00
thePR0M3TH3AN
a33f67781b docs: update CLI and API usage 2025-07-09 09:51:01 -04:00
thePR0M3TH3AN
2e955c8d31 Merge pull request #417 from PR0M3TH3AN/codex/add-fastapi-and-implement-api-endpoints
Add FastAPI server and API tests
2025-07-09 09:40:08 -04:00
thePR0M3TH3AN
6ed984c24e Add httpx to requirements for API tests 2025-07-09 09:35:45 -04:00
thePR0M3TH3AN
a42f880ac5 Add FastAPI API server 2025-07-09 09:07:06 -04:00
thePR0M3TH3AN
62a84d59e1 Merge pull request #416 from PR0M3TH3AN/codex/implement-typer-commands-in-cli.py
Implement Typer CLI commands
2025-07-09 08:48:51 -04:00
thePR0M3TH3AN
333ff91da3 Implement Typer CLI commands and tests 2025-07-09 08:46:38 -04:00
thePR0M3TH3AN
a3015aac0d Merge pull request #415 from PR0M3TH3AN/codex/add-seedpass-cli-with-typer-support
Add initial Typer CLI
2025-07-09 08:36:35 -04:00
thePR0M3TH3AN
88fcb675c2 Add Typer CLI 2025-07-08 21:55:12 -04:00
thePR0M3TH3AN
0b68e89625 Merge pull request #413 from PR0M3TH3AN/codex/fix-search-entries-functionality-for-tags
Improve tag search and editing
2025-07-08 21:18:40 -04:00
thePR0M3TH3AN
ef66464317 Display and edit entry tags 2025-07-08 16:45:08 -04:00
thePR0M3TH3AN
eda9182d44 Merge pull request #412 from PR0M3TH3AN/codex/add-tests-for-tag-persistence
Add tests for tag persistence
2025-07-08 16:18:05 -04:00
thePR0M3TH3AN
5fa5ce796f test: verify tag persistence across sessions 2025-07-08 16:17:25 -04:00
thePR0M3TH3AN
b062b57a7f Merge pull request #411 from PR0M3TH3AN/codex/add-test_show_private_key_qr-test-case
Add test for showing Nostr private key QR
2025-07-08 16:02:06 -04:00
thePR0M3TH3AN
0b7d2d7c80 Add test for showing Nostr private key QR 2025-07-08 16:00:50 -04:00
thePR0M3TH3AN
20d9c15668 Merge pull request #410 from PR0M3TH3AN/codex/modify-test_show_qr_for_nostr_keys
Update test for nostr QR menu
2025-07-08 15:53:34 -04:00
thePR0M3TH3AN
098385601a Update nostr QR menu test 2025-07-08 15:52:55 -04:00
thePR0M3TH3AN
c3a70a8011 Merge pull request #409 from PR0M3TH3AN/codex/implement-entry-qr-menu-in-manager.py
Implement entry QR submenu
2025-07-08 15:44:27 -04:00
thePR0M3TH3AN
7a2c589643 Add QR code submenu for entries 2025-07-08 15:42:42 -04:00
thePR0M3TH3AN
238091b790 Merge pull request #408 from PR0M3TH3AN/codex/remove-confirm_action-calls-in-handle_retrieve_entry
Remove QR prompts during entry retrieval
2025-07-08 15:36:51 -04:00
thePR0M3TH3AN
ae34edc458 Remove QR code prompts 2025-07-08 15:36:36 -04:00
thePR0M3TH3AN
1f0eda9bc6 Merge pull request #407 from PR0M3TH3AN/codex/update-entry-actions-menu-for-qr-codes
Add QR code menu to entry actions
2025-07-08 15:31:34 -04:00
thePR0M3TH3AN
db56645f24 Add QR code menu option 2025-07-08 15:31:04 -04:00
thePR0M3TH3AN
7e07b77f66 Merge pull request #406 from PR0M3TH3AN/codex/add-tag-feature-to-entry-actions
Add tags from retrieval actions
2025-07-08 15:13:26 -04:00
thePR0M3TH3AN
a89b8d042b Add tag editing from retrieval 2025-07-08 15:09:23 -04:00
thePR0M3TH3AN
b6947cb297 Merge pull request #405 from PR0M3TH3AN/codex/add-update-and-archive-options-for-2fa-codes
Enable editing 2FA entries from retrieval menu
2025-07-08 14:55:22 -04:00
thePR0M3TH3AN
8e7b7b3ac0 Add editing options for 2FA entries 2025-07-08 14:53:47 -04:00
thePR0M3TH3AN
8f43e62dd5 Merge pull request #404 from PR0M3TH3AN/codex/add-tag-grouping-feature-bullet
Add tags bullet to landing page
2025-07-08 14:43:02 -04:00
thePR0M3TH3AN
a457f2e8fb docs: add tags feature bullet 2025-07-08 14:42:20 -04:00
thePR0M3TH3AN
b1dd22584b Merge pull request #403 from PR0M3TH3AN/codex/update-documentation-for-tags-support
Update docs for tagging
2025-07-08 14:34:15 -04:00
thePR0M3TH3AN
f1fff317fa docs: document tags 2025-07-08 14:33:56 -04:00
thePR0M3TH3AN
9db9a4d9fa Merge pull request #402 from PR0M3TH3AN/codex/update-test-dictionaries-and-add-new-tests
Add tests for tag-based search
2025-07-08 14:27:35 -04:00
thePR0M3TH3AN
9e771422f6 Add tag search tests 2025-07-08 14:24:57 -04:00
thePR0M3TH3AN
010fdc1c4f Merge pull request #401 from PR0M3TH3AN/codex/add-migration-for-version-3-to-4
Add schema v4 migration and update tests
2025-07-08 14:17:25 -04:00
thePR0M3TH3AN
c594719945 Add schema v4 migration and update tests 2025-07-08 14:16:51 -04:00
thePR0M3TH3AN
49e1d51f00 Merge pull request #400 from PR0M3TH3AN/codex/update-entry-management-for-tags-support
Add tag support for entries
2025-07-08 14:08:15 -04:00
thePR0M3TH3AN
66794946c7 feat: add tags support to entries 2025-07-08 13:59:05 -04:00
thePR0M3TH3AN
91bc241bbd Merge pull request #399 from PR0M3TH3AN/codex/update-advanced-cli-document-with-improvements
Improve advanced CLI documentation
2025-07-08 13:01:38 -04:00
thePR0M3TH3AN
f999878ee9 Revise advanced CLI documentation 2025-07-08 13:00:09 -04:00