Commit Graph

150 Commits

Author SHA1 Message Date
Token2
c1423e8dfb Merge pull request #43 from token2support/main
Update README.md
2026-03-29 21:35:01 +02:00
Token2
3937fd867e Update README.md 2026-03-29 12:27:19 +04:00
Token2
6b5d2b0af6 Update README.md 2026-02-10 11:15:25 +01:00
Token2
c413f71457 Merge pull request #40 from bitfl0wer/bfl0/fedora-instructions
Add Fedora (43) installation instructions
2026-02-10 02:14:19 -08:00
Flori Ava Star Weber
513ea73530 Add Fedora (43) installation instructions 2026-02-09 20:46:04 +01:00
Token2
9be076ce4b Merge pull request #38 from dasbaum-ch/main
add dependency for ArchLinux
2026-01-27 04:44:32 -08:00
dasbaum.ch
536d43a441 add dependency for ArchLinux 2026-01-27 07:53:58 +01:00
Token2
23625ee006 Set permissions for CLI script in gui-mac.py
Added a command to set permissions for the CLI script.
2026-01-13 17:42:52 +01:00
Token2
9948ca0713 Add TOKEN2 vendor and product entries
Added multiple TOKEN2 products to the vendor list.
2026-01-09 15:49:51 +01:00
Token2
68983ec55f Implement DPI awareness feature in GUI
Added command-line argument parsing for DPI awareness and implemented set_dpi_awareness function to adjust row height based on screen DPI. 

Submitted by @gpappsoft https://github.com/token2/fido2-manage/issues/36#issuecomment-3728422849
2026-01-09 12:03:28 +01:00
Token2
5138ebca0a Add show_help function to fido2-manage.sh 2026-01-08 20:14:00 +01:00
Token2
b2504f97f5 Update fido2-manage.sh 2026-01-08 19:59:15 +01:00
Token2
fdbf170801 Add option to set minimum PIN in fido2-manage.sh 2026-01-08 19:56:32 +01:00
Token2
d84fdcb900 Implement minimum PIN length setting
Added functionality to set a minimum PIN length for the device.
2026-01-08 19:53:58 +01:00
Token2
ffb284ca99 Update gui.py 2026-01-08 19:51:12 +01:00
Token2
f7d4dad7cb Add get_pin function to prompt for PIN code 2026-01-08 19:46:33 +01:00
Token2
8148f90ffa Update gui1.py 2026-01-08 19:44:39 +01:00
Token2
91ef54f276 Update gui1.py 2026-01-08 19:42:53 +01:00
Token2
aecdc96b93 Fix main loop execution in gui1.py
Ensure the main loop is properly executed.
2026-01-08 19:39:43 +01:00
Token2
f979437958 Update gui1.py 2026-01-08 19:37:47 +01:00
Token2
d448a77973 Fix indentation for PIN check in gui1.py 2026-01-08 19:32:27 +01:00
Token2
895824a861 Update gui1.py 2026-01-08 19:30:18 +01:00
Token2
2913f5c20a Create gui1.py 2026-01-08 19:27:12 +01:00
Token2
62ef1dd590 Merge pull request #34 from janbaum/patch-gui
Enhance python GUI
2025-12-15 11:13:26 +01:00
janbaum
46844c6f92 set initial PIN, show device info without PIN, change PIN button texts, show minimal PIN length if violated 2025-12-12 13:48:44 +01:00
Token2
f0291ce0d9 Fix markdown formatting in README for macOS 2025-11-23 20:22:43 +01:00
Token2
e7d6f5f1ca Update link format in README for macOS 2025-11-23 20:22:31 +01:00
Token2
18596c81b3 Update README.MACOS.md 2025-11-23 20:21:59 +01:00
Token2
602c6df371 Update README.MACOS.md 2025-11-23 20:21:40 +01:00
Token2
f9cc7b8327 Update README to simplify CLI availability note
Removed a note about the CLI being the only available interface for the FIDO2-Manage Script.
2025-11-23 20:20:53 +01:00
Token2
79902a2403 Update build_dmg.md 2025-11-23 20:20:10 +01:00
Token2
35e3a39272 Add files via upload 2025-11-23 20:19:45 +01:00
Token2
1a3f693652 Update window title for macOS version 2025-11-23 17:45:14 +01:00
Token2
40194075b8 Add files via upload 2025-11-23 17:35:16 +01:00
Token2
f3956edbc6 Update error handling with fingerprint management UI 2025-11-23 12:08:47 +01:00
Token2
fd99ef43e8 Update fido2-manage.sh 2025-11-11 08:25:25 +01:00
Token2
4d65a199e6 Merge pull request #29 from Ferenc-/fix-device-listing-regex
Simplify and fix device name extraction
2025-11-06 17:20:53 +01:00
Ferenc Géczi
6287dc1941 Simplify and fix device name extraction
* Correclty handles when the device name ends with `)`
* Drops superfluous `sed`

Before:

```
./fido2-manage.sh -list
Device [1] : TOKEN2 FIDO2 Security Key(0016
```

After:

```
./fido2-manage.sh -list
Device [1] : TOKEN2 FIDO2 Security Key(0016)
```

Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2025-11-06 00:00:00 +00:00
Token2
df21a878c7 Merge pull request #27 from sdellenb/patch-1
Fix MacOS build script
2025-09-23 12:53:07 +02:00
Simon Dellenbach
e7c6f1fef5 Fix MacOS build script
It must return to the root directory before continuing.
2025-09-23 12:51:10 +02:00
Token2
57a4dce9b6 Update gui-mac.py 2025-09-06 21:12:15 +02:00
Token2
baa2521f31 Update gui-mac.py 2025-09-06 20:42:58 +02:00
Token2
19b3b25c77 Update gui-mac.py 2025-09-06 19:39:11 +02:00
Token2
ed024567bf Update fido2-manage-mac.sh 2025-09-06 19:22:58 +02:00
Token2
5e475bab18 Update credman.c 2025-08-27 11:44:48 +02:00
Token2
fe26347134 Update gui.py 2025-08-17 10:01:28 +02:00
Token2
679b85b405 Update README.md 2025-07-24 22:34:53 +02:00
Token2
79472e3006 Update gui-mac.py 2025-07-20 21:53:33 +02:00
Token2
6265c6ced3 Update gui-mac.py 2025-07-16 15:27:54 +02:00
Token2
f3595389be Update gui-mac.py 2025-07-16 15:01:43 +02:00