Rikard Braathen
16bd4217fb
fine tuning ui and reverted experimental behaviors
2020-01-14 15:13:35 +01:00
Dag Heyman
e9f7c1149b
update NEWS and version
2020-01-13 13:10:56 +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
Dag Heyman
1c1160d795
actions: run binaries in workflow
2019-10-17 13:45:30 +02:00
Dag Heyman
f32c62e3bd
actions: use git archive
2019-10-17 13:43:57 +02:00
Dag Heyman
26eaaa758d
actions: fix source package workflow
2019-10-17 12:56:09 +02:00
Dag Heyman
c58db92b64
README: drop dead badge
2019-10-16 13:41:58 +02:00
Dag Heyman
b59028ce2f
actions: fix win64 build
2019-10-16 11:27:32 +02:00
Dag Heyman
f3c9c2b526
update NEWS for 5.0.1
2019-10-16 09:21:14 +02:00
Dag Heyman
4150d0679d
CI: drop appveyor
2019-10-16 09:02:53 +02:00
Dag Heyman
0540655f10
actions: add 32bit windows build
2019-10-16 09:02:53 +02:00
Rikard Braathen
abe58d240f
final system tray behaviour changes
2019-10-15 15:06:09 +02:00
Dag Heyman
364edc05fc
actions: fix syntax
2019-10-15 15:02:30 +02:00
Dag Heyman
ff03d19d20
actions: add checksums
2019-10-15 15:02:30 +02:00
Dag Heyman
f250199a57
actions: cleanup win64 build
2019-10-15 15:02:30 +02:00
Rikard Braathen
78241011a1
changed key in screenshot
2019-10-15 13:59:46 +02:00
Rikard Braathen
1f625d4b58
updated screenshot
2019-10-15 13:59:46 +02:00
Dag Heyman
2c4580208e
fix: clear old creds when removing device
2019-10-09 15:03:03 +02:00