Commit Graph

502 Commits

Author SHA1 Message Date
Dag Heyman
27160317a1 Update NEWS for upcoming release 2016-06-03 13:58:50 +02:00
Dag Heyman
f63d014997 Add lib folder to .gitignore 2016-06-03 13:55:35 +02:00
Dag Heyman
a3b13e3d49 Update Yubicommon 2016-06-02 13:26:26 +02:00
Dag Heyman
b261dde4b0 Merge pull request #82 from Yubico/scrolling-as-needed
Vertical scrolling when needed
2016-05-31 09:55:38 +02:00
Dag Heyman
c5b95399a4 Vertical scrolling when needed
Only show the vertical scrollbar when it's needed.
2016-05-31 09:44:18 +02:00
Dain Nilsson
1edf92d975 Merge pull request #81 from Yubico/split-issuer
UX enhancements
2016-05-31 09:39:59 +02:00
Dag Heyman
464d71b5e9 Larger codes in the GUI
Make the OTP codes larger.
Closes #68.
2016-05-31 09:30:18 +02:00
Dag Heyman
e2a7783428 Split up issuer and name in the GUI
Show issuer and name of entry in two different labels in the GUI.
Hide issuer label if no issuer exists in the entry.
Closes #73.
2016-05-30 15:10:55 +02:00
Dag Heyman
4f75b5d0ff Avoid TypeError when checking pids
Add string decoding when checking for pids on OS X.
A TypeError occured when inserting the Yubikey
and the program was running under Python 3.
2016-05-30 10:12:43 +02:00
Dag Heyman
8bb76ab4b6 Use deafult Qt dialog in overwrite confirmation
When asking for a overwrite-confirmation,
instead of creating a new custom QMessageBox,
use the default static method for question dialogs
as used in other parts of the applicaation.
2016-05-27 14:16:31 +02:00
Dain Nilsson
61e1485dea Merge pull request #80 from Yubico/confirm-overwriting
Add confirmation when overwriting entries
2016-05-26 11:35:54 +02:00
Dag Heyman
61c068f39b Add confirmation when overwriting entries
When a entry is added to a Yubikey with an existing name (issuer + label),
ask the user for confirmation to overwrite the existing entry.

Should close issue #64
2016-05-25 13:06:30 +02:00
Dag Heyman
57c5c77734 Send the actual algorithm when shortening the HMAC-SHA256 keys.
It was not possible to add new credentials.
2016-05-24 17:11:37 +02:00
Dag Heyman
c5fe957f8e Update Yubicommon. 2016-05-24 14:38:32 +02:00
Dain Nilsson
5cf22d35da Correclty shorten HMAC-SHA256 keys that are too long. 2016-05-10 10:50:38 +02:00
Dain Nilsson
e0d7f33ba2 Remove unneeded cast to float. 2016-03-31 16:59:40 +02:00
Dain Nilsson
8b45bd941b Ensure consistent division. 2016-03-31 16:57:54 +02:00
Dain Nilsson
ecff4646a5 Python 3 fixes. 2016-03-31 16:55:38 +02:00
Dain Nilsson
5266237201 Fixed QR parsing. 2016-03-31 16:55:38 +02:00
Dain Nilsson
5f31a564e5 Python 3 fixes. 2016-03-31 16:55:38 +02:00
Dain Nilsson
e0ec006d39 Calculate Steam Guard codes for credentials with Steam: prefix. 2016-03-31 16:49:31 +02:00
Dain Nilsson
33689879af Fix windows regex for PID. 2016-03-31 16:18:25 +02:00
Dain Nilsson
02ae231162 Suppress unused variable warning. 2016-03-31 15:52:01 +02:00
Dain Nilsson
7450c837b5 Implement deletion of slot based credentials. 2016-03-31 15:46:01 +02:00
Dain Nilsson
f82d198118 Made CCID disabled detection not rely on pyusb. 2016-03-31 12:20:01 +02:00
Dain Nilsson
25fbf80133 Updated yubicommon. 2016-03-31 12:12:46 +02:00
Dain Nilsson
08df7cd9a1 Allow package version. 2015-12-02 12:28:54 +01:00
Dain Nilsson
50e36eeb64 Remove osx-patch-ccid (use ifd-yubico instead). 2015-11-20 10:43:41 +01:00
Dain Nilsson
d6932df9c2 Prepare for release. 2015-11-20 10:28:48 +01:00
Dain Nilsson
8bdf6e046d Update version and NEWS. 2015-11-19 15:28:14 +01:00
Dain Nilsson
54a189c545 Support programming touch credentials in GUI. 2015-11-19 15:25:56 +01:00
Dain Nilsson
b95753a88f Fix double-click to calculate, copy, and close. 2015-11-19 15:25:56 +01:00
Dain Nilsson
d8759b7dcd Handle touch HOTP. 2015-11-19 15:25:56 +01:00
Dain Nilsson
c7891db049 Better support for touch credentials and HOTP. 2015-11-19 15:25:56 +01:00
Dain Nilsson
a457740af5 Initial support for touch credentials in GUI. 2015-11-19 15:25:56 +01:00
Dain Nilsson
36d98574ea Improved handing of OTP credentials. 2015-11-19 15:25:56 +01:00
Dain Nilsson
064d213bb8 Added support for touch credentials to CLI. 2015-11-19 15:25:56 +01:00
Dain Nilsson
20c1c695de Clear password cache on hide. 2015-11-19 15:25:56 +01:00
Dain Nilsson
3ca4765ec5 Update yubicommon. 2015-11-19 15:25:56 +01:00
Henrik Stråth
efb79eb54a Merge pull request #56 from jsha/patch-1
Correct typo in source build instructions
2015-10-13 11:11:40 +02:00
Jacob Hoffman-Andrews
d4d1b926e5 Correct typo in source build instructions 2015-10-12 22:20:53 -07:00
Dain Nilsson
d5803b9fb6 Fixed issue with timer drift. 2015-10-12 10:19:55 +02:00
Dain Nilsson
17bcc80bd5 Updated yubicommon and bumped version. 2015-10-05 16:18:35 +02:00
Dain Nilsson
98afacdf42 Test for exact match when filtering. 2015-10-05 16:14:34 +02:00
Dain Nilsson
031a7b0036 Default to 6 digits if not specified (CLI). 2015-10-05 15:09:14 +02:00
Dain Nilsson
5595d96b93 Fix typo in man page. 2015-10-05 15:09:13 +02:00
Dain Nilsson
d6aa6368de Merge pull request #52 from Yubico/ccid-disabled-warning
Added warning dialog when YK with CCID disabled is inserted
2015-09-29 13:34:43 +02:00
Henrik Stråth
a087f17f1f Fixed issues in code review. 2015-09-24 12:31:44 +02:00
Henrik Stråth
488d05dbdf Added warning dialog when YK with CCID disabled is inserted 2015-09-16 14:58:52 +02:00
Henrik Stråth
28d3a3bcbf Added entry to .gitignore 2015-09-11 11:14:50 +02:00