Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-04 | add cancel & sms buttons + signature data link for fido2 | Jakob Heher | 2 | -10/+34 | |
2022-11-04 | save username permanently if remember is ticked | Jakob Heher | 1 | -1/+1 | |
2022-11-04 | hide fido2 buttons if unsupported | Jakob Heher | 7 | -7/+12 | |
2022-11-03 | text w/ dependency info if fido2 unsupported | Jakob Heher | 4 | -4/+27 | |
2022-11-03 | fido2 settings dialog | Jakob Heher | 14 | -44/+138 | |
2022-11-03 | show -h output in non-cli message box (cf. #127) | Jakob Heher | 1 | -7/+30 | |
2022-11-03 | fix UX race condition in positioningpanel | Jakob Heher | 2 | -4/+11 | |
cf. #129 | |||||
2022-11-03 | misc cleanups | Jakob Heher | 1 | -23/+8 | |
2022-11-03 | more generic error page detection (grml why no uniquely identifiable id...) ↵ | Jakob Heher | 1 | -6/+17 | |
cf. #130 | |||||
2022-11-03 | move checksubclass boilerplate up to statecomposite | Jakob Heher | 13 | -57/+4 | |
2022-11-03 | auto-focus smstan input | Jakob Heher | 1 | -9/+2 | |
2022-11-03 | auto focus username/password field as appropriate | Jakob Heher | 5 | -3/+17 | |
2022-11-03 | autostart fido2 authentication process | Jakob Heher | 2 | -22/+23 | |
2022-11-02 | adjust to webauthn lib signature changes | Jakob Heher | 1 | -11/+10 | |
2022-10-24 | re-add internal snapshot repo temporarily | Jakob Heher | 1 | -0/+5 | |
(this allows CI builds with webauthn-java, which is not yet released) | |||||
2022-10-24 | reorder maven repos to always prefer internal repos | Jakob Heher | 1 | -9/+9 | |
2022-10-24 | hide signature data link if unavailable | Jakob Heher | 2 | -2/+2 | |
2022-10-10 | webauthn -> async | Jakob Heher | 2 | -11/+19 | |
2022-10-07 | position composite rewrite | Jakob Heher | 5 | -253/+173 | |
2022-10-07 | fido2 button for ida bio screen | Jakob Heher | 3 | -48/+29 | |
2022-10-07 | expiry interstitial + waiting for fingerprint screen | Jakob Heher | 5 | -187/+130 | |
2022-10-06 | out with the old | Jakob Heher | 17 | -1894/+114 | |
2022-10-06 | re-do the #52 hack to avoid dependency on atruststatus | Jakob Heher | 3 | -19/+22 | |
2022-10-06 | add "remember credentials" with new mobilebku | Jakob Heher | 1 | -0/+5 | |
2022-10-06 | sanitizing NULLable config values | Jakob Heher | 10 | -249/+182 | |
2022-10-06 | poll for local BKU, disable/skip option if unavailable | Jakob Heher | 3 | -10/+41 | |
2022-10-06 | BKUSelectionComposite cleanup | Jakob Heher | 2 | -116/+49 | |
2022-10-05 | fido2 composite | Jakob Heher | 14 | -107/+254 | |
2022-10-05 | add waiting-for-app support | Jakob Heher | 13 | -1595/+1483 | |
(starting to rip some old stuff out) | |||||
2022-10-05 | smstan support | Jakob Heher | 8 | -135/+132 | |
2022-10-05 | FIDO2 support once again | Jakob Heher | 16 | -387/+307 | |
2022-10-04 | QR code handling | Jakob Heher | 8 | -78/+259 | |
2022-10-03 | work in progress on the new & improved atrust handler | Jakob Heher | 2 | -0/+436 | |
2022-10-03 | start untangling BKU handler from GUI logic | Jakob Heher | 19 | -1124/+1186 | |
2022-09-30 | add new UserCancelledException | Jakob Heher | 3 | -15/+82 | |
2022-09-30 | kill off pdfover-signator | Jakob Heher | 41 | -141/+89 | |
2022-09-30 | YAGNI: SLRequest abstraction | Jakob Heher | 7 | -87/+19 | |
2022-09-30 | remove SLResponse outright | Jakob Heher | 8 | -78/+15 | |
since it's just a glorified string now | |||||
2022-09-30 | get rid of unneeded fields in SLResponse | Jakob Heher | 5 | -79/+15 | |
2022-09-30 | get rid of now-unnecessary instanceof/upcast checks | Jakob Heher | 2 | -60/+52 | |
2022-09-30 | remove MobileBKU* abstraction since only ATrust is supported now | Jakob Heher | 7 | -447/+269 | |
2022-09-30 | Revert "fido2 proof of concept" | Jakob Heher | 4 | -131/+12 | |
(it should've probably been on a feature branch) This reverts commit fd24a56578a323715b844b610ba91a3bfd400342. | |||||
2022-09-30 | remove IAIK MobileBKU support, cc @tlenz | Jakob Heher | 8 | -513/+5 | |
2022-09-30 | redundancy | Jakob Heher | 2 | -5/+2 | |
2022-09-30 | cleanup | Jakob Heher | 3 | -18/+4 | |
2022-09-30 | YAGNI: GUIProvider | Jakob Heher | 3 | -61/+7 | |
2022-09-30 | delete eclipse settings that really should've never been part of the repo | Jakob Heher | 12 | -304/+0 | |
2022-09-29 | fido2 proof of concept | Jakob Heher | 5 | -18/+150 | |
2022-09-28 | NPE fix | Jakob Heher | 1 | -2/+1 | |
2022-09-23 | fido detection test | Jakob Heher | 1 | -0/+12 | |