Commit Graph

976 Commits

Author SHA1 Message Date
thePR0M3TH3AN
94a5756954 Merge pull request #434 from PR0M3TH3AN/codex/add-fingerprint-app-commands-and-api-endpoints
Add CLI and API fingerprint management
2025-07-09 15:35:25 -04:00
thePR0M3TH3AN
13501561c8 Add fingerprint management commands and API 2025-07-09 15:30:36 -04:00
thePR0M3TH3AN
34a551ba29 Merge pull request #433 from PR0M3TH3AN/codex/add-tests-for-cli-and-api-functionality
Add CLI and API endpoint tests
2025-07-09 14:52:13 -04:00
thePR0M3TH3AN
64b47d3e68 Add CLI and API endpoint tests 2025-07-09 14:45:04 -04:00
thePR0M3TH3AN
1e02b1a670 Merge pull request #432 from PR0M3TH3AN/codex/update-cli-and-api-documentation
Update CLI and API docs
2025-07-09 14:33:20 -04:00
thePR0M3TH3AN
fd3afd49c5 Update CLI and API documentation 2025-07-09 14:29:14 -04:00
thePR0M3TH3AN
e63d64ca22 Merge pull request #431 from PR0M3TH3AN/codex/add-update-config-api-route
Add config update API
2025-07-09 14:18:55 -04:00
thePR0M3TH3AN
be212d06ae Add config update API and tests 2025-07-09 14:07:17 -04:00
thePR0M3TH3AN
c51b7e0bed Merge pull request #430 from PR0M3TH3AN/codex/update-entry-handling-in-api.py
Extend API entry creation logic
2025-07-09 13:43:06 -04:00
thePR0M3TH3AN
e3add848c3 Extend API for additional entry types 2025-07-09 13:19:23 -04:00
thePR0M3TH3AN
b4cc9d7176 Merge pull request #429 from PR0M3TH3AN/codex/add-config-set-subcommand-to-cli
Add CLI config set subcommand
2025-07-09 13:12:33 -04:00
thePR0M3TH3AN
c20951b309 Add config set subcommand 2025-07-09 13:11:00 -04:00
thePR0M3TH3AN
1ea6c05953 Merge pull request #428 from PR0M3TH3AN/codex/extend-cli-with-new-subcommands
Extend typer CLI entry commands
2025-07-09 13:00:17 -04:00
thePR0M3TH3AN
89901c3647 Extend CLI entry commands 2025-07-09 13:00:03 -04:00
thePR0M3TH3AN
1dfcc233b8 Merge pull request #427 from PR0M3TH3AN/codex/add-cli-commands-and-api-endpoints
Add entry management CLI/API
2025-07-09 12:48:10 -04:00
thePR0M3TH3AN
cf2009fd9a Add entry management CLI and API 2025-07-09 12:46:05 -04:00
thePR0M3TH3AN
4eed14e65b Merge pull request #426 from PR0M3TH3AN/codex/expand-advanced_cli.md-documentation
Document TOTP retrieval via entry get
2025-07-09 12:18:03 -04:00
thePR0M3TH3AN
53012f4661 Clarify entry get behavior 2025-07-09 12:16:25 -04:00
thePR0M3TH3AN
9bd4adb1d0 Merge pull request #425 from PR0M3TH3AN/codex/update-readme-and-docs-for-seedpass-usage
Update TOTP docs
2025-07-09 12:12:04 -04:00
thePR0M3TH3AN
aca1012aed Update README usage docs 2025-07-09 12:07:57 -04:00
thePR0M3TH3AN
4963026573 Merge pull request #424 from PR0M3TH3AN/codex/add-api-reference-documentation
Add API documentation
2025-07-09 11:45:59 -04:00
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