Commit Graph

1282 Commits

Author SHA1 Message Date
Dennis Fokin
12088f7c90 msi win 32: changed graphics and added upgrade function 2020-01-16 13:27:54 +01:00
Dennis Fokin
ed59d67975 msi: changed graphics and added upgrade function 2020-01-15 13:39:52 +01:00
Dag Heyman
75f1eb2150
Merge pull request #516 from Yubico/clear-passwords
add clear passwords btn in settings
2020-01-15 10:28:33 +01:00
Dag Heyman
7cff0f1a51
call settings button "Settings" 2020-01-15 09:55:21 +01:00
Dag Heyman
db80c75705
update icon for clear passwords 2020-01-15 09:54:41 +01:00
Dag Heyman
85e6a71034
clear passwords: update wording and icon 2020-01-15 08:39:49 +01:00
Dag Heyman
132959af5d
add clear passwords btn in settings 2020-01-14 16:48:26 +01:00
Dag Heyman
5f63533954
Merge pull request #515 from Yubico/minor-ui-tweaks
fine tuning ui and reverted experimental behaviors
2020-01-14 15:55:37 +01:00
Dag Heyman
f784f5c8f7
Merge pull request #511 from Yubico/handle-no-oath-app
py: handle device with OATH app disabled
2020-01-14 15:41:57 +01:00
Dag Heyman
fea3d76880
distinguish between custom reader NFC and USB 2020-01-14 15:21:37 +01:00
Rikard Braathen
16bd4217fb
fine tuning ui and reverted experimental behaviors 2020-01-14 15:13:35 +01:00
Dag Heyman
ee09a1abf5
Merge pull request #512 from Yubico/handle-no-oath-app-extract-funcs
Extract {usb,nfc}_selectable functions
2020-01-14 14:18:42 +01:00
Emil Lundberg
3ab10e055e
Extract {usb,nfc}_selectable functions 2020-01-13 15:28:39 +01:00
Dag Heyman
e9f7c1149b
update NEWS and version 2020-01-13 13:10:56 +01:00
Dag Heyman
eabbc8350e
handle oath disabled over NFC as well 2020-01-13 10:27:28 +01:00
Dag Heyman
8b55ea38d2
actions: use aqtinstall 0.6 2020-01-13 10:14:36 +01:00
Dag Heyman
9e44313443
py: handle device with OATH app disabled 2020-01-13 09:55:42 +01:00
Dennis Fokin
266c978588
Merge pull request #509 from Yubico/dll-test-auth
In preparation for next ykman cli release: Bumped python and minor changes to actions
2020-01-09 04:46:41 -08:00
Dennis Fokin
010bd476b8 Actions: minor fixup 2020-01-09 08:47:15 +01:00
Emil Lundberg
9cdc15df4c Rename PYTHON_BIN to PYTHON_CMD 2020-01-09 08:10:42 +01:00
Emil Lundberg
6cbc39cb70 Try alternative variable syntax 2020-01-09 08:10:42 +01:00
Emil Lundberg
c2795cab0c Use binary "python" on Windows and "python3" otherwise 2020-01-09 08:10:42 +01:00
Taowa
52fb2d8cdf set qmake build instructions to use python3 2020-01-09 08:10:42 +01:00
Emil Lundberg
e9d0833e8d
Extract PYTHON_VER and PYTHON_VER_DIRNAME env variables 2020-01-08 15:03:22 +01:00
Dennis Fokin
ea9d7ec59b Bumped python and minor changes to actions 2020-01-08 11:49:39 +01:00
Dennis Fokin
1fde8a8f5a Actions: MergeModules version is not hardcoded 2020-01-03 12:38:57 +01:00
Rikard Braathen
e61231781f
opacity color method and prompt for copy 2019-12-03 13:19:56 +01:00
Emil Lundberg
333caeba0b
Merge pull request #496 from alexwh/key-inputval-patch
Allow spaces in manual secret key input field
2019-12-02 17:03:01 +01:00
Alex
ca551068c3 allow spaces in secretKeyLbl
also don't include them in length checking
we can deal with spaces just fine later on in ccidAddCredential and
otpAddCredential (which both in turn call parse_b32_key, which strips them)
2019-12-02 15:26:20 +00:00
Emil Lundberg
8c69fec5f8
Merge pull request #497 from Yubico/gpg-keyserver
Use keys.openpgp.org to fetch GPG keys
2019-12-02 13:16:08 +01:00
Emil Lundberg
51bd15bfca
Use keys.openpgp.org to fetch GPG keys 2019-12-02 12:22:49 +01:00
Dennis Fokin
bddafe2081
Merge pull request #495 from alexwh/desc-patch
Add various Windows specific qmake metadata for better display
2019-12-02 02:44:25 -08:00
Alex
0157ca23d1
add extra qmake target information for windows
QMAKE_TARGET_{COMPANY,PRODUCT,DESCRIPTION,COPYRIGHT} are only used on Windows
https://doc.qt.io/qt-5/qmake-variable-reference.html#qmake-target-company
2019-11-28 21:11:32 +00:00
Emil Lundberg
24ae87a286
Merge pull request #493 from Yubico/python38-signal
Move signal handler setup to C++ layer
2019-11-28 14:01:59 +01:00
Dennis Fokin
96bfedab3e
Merge pull request #481 from Yubico/msi
Fixed msi installers
2019-11-28 01:53:17 -08:00
Dennis Fokin
2838dff946 msi: 32 bit installer done 2019-11-28 09:10:55 +01:00
Dag Heyman
9bdd8d260f msi: 64 bit installer done 2019-11-28 09:09:59 +01:00
Emil Lundberg
2066904b3c
Support both Unix and Windows variants of signal API 2019-11-26 14:40:47 +01:00
Emil Lundberg
729339d2be
Move signal handler setup to C++ layer
See man pages for sigaction(2), sigemptyset(3):
http://man7.org/linux/man-pages/man2/sigaction.2.html
https://linux.die.net/man/3/sigemptyset

Code loosely based on
https://gist.github.com/azadkuh/a2ac6869661ebd3f8588 .
2019-11-26 14:03:31 +01:00
Emil Lundberg
99be0c8f91
Catch exception in signal.signal()
In Python 3.8, `signal.signal()` raises an exception when called on any
thread other than the main thread.

Catching the exception means the program can resume as normal - except
this means the signal handler won't be set up, so we should probably try
to move this to the C++/QML layer instead.
2019-11-26 13:21:03 +01:00
Rikard Braathen
dc6e0d0479
Merge pull request #489 from Yubico/add-backup-reminder
Added reminder popup for backup key which can be disabled in settings
2019-11-05 16:58:25 +01:00
Rikard Braathen
799f0553e3
Added reminder popup for backup key which can be disabled in settings 2019-11-05 16:43:17 +01:00
Rikard Braathen
1a8fbc52be
Merge pull request #487 from Yubico/improved-confirmation-prompts
made critical prompts more obvious and some minor cleanup
2019-10-31 14:12:54 +01:00
Rikard Braathen
c8cf6ed0fe
made critical prompts more obvious and some minor cleanup 2019-10-31 13:34:04 +01:00
Rikard Braathen
6d83e3d930
Merge pull request #485 from Yubico/new-gridview-behaviour
changed gridview alignment and scrolling behaviour
2019-10-29 10:54:54 +01:00
Rikard Braathen
6ef66c84e7
changed gridview alignment and scrolling behaviour 2019-10-29 09:52:47 +01:00
Rikard Braathen
7c2f255f95 fixed hovering glitch when toggling favorite 2019-10-23 15:02:05 +02:00
Rikard Braathen
ec36d8cc11 remake of favorites and minor fixes 2019-10-23 15:02:05 +02:00
Rikard Braathen
e82f161af0 moved otp update entry 2019-10-23 14:45:02 +02:00
Rikard Braathen
9e7ac37cb7 fix for copying filtered touch/hoth accounts 2019-10-23 14:45:02 +02:00