|
|
1d972835ff
|
fix(BRIDGE-21): missing panic handling
|
2024-04-26 13:24:02 +02:00 |
|
|
|
a4020cebd4
|
chore: do not use C++ 20 std::ranges.
|
2024-04-19 08:03:18 +02:00 |
|
|
|
9552e72ba8
|
feat(BRIDGE-14): HV3 implementation - GUI & CLI; ownership verification & CAPTCHA are supported
|
2024-04-12 13:07:22 +00:00 |
|
|
|
c692c21b87
|
fix(BRIDGE-8): more robust command-line args parser in bridge-gui.
fix(BRIDGE-8): add command-line invocation to log.
|
2024-04-12 11:16:59 +00:00 |
|
|
|
67e802e3a0
|
feat(BRIDGE-15): fix a stack layout index in comment.
|
2024-04-08 11:27:28 +02:00 |
|
|
|
8a5e2007f6
|
feat(BRIDGE-15): certificate install is now also done during Outlook setup on macOS.
|
2024-04-04 08:57:30 +02:00 |
|
|
|
2cfda14b1a
|
fix(BRIDGE-5): add tooltip to tray icon.
|
2024-03-20 14:55:40 +01:00 |
|
|
|
312993e08e
|
feat(GODT-3253): windows cache and paths.
|
2024-03-15 11:28:52 +01:00 |
|
|
|
31670ad9eb
|
chore: fix for SMTP connection mode toggle in bridge-gui-tester.
|
2024-01-04 09:30:24 +01:00 |
|
|
|
b8ae5be58c
|
fix(GODT-3188): Happy new year.
|
2024-01-02 15:06:05 +01:00 |
|
|
|
b93c10ad47
|
feat(GODT-3121): adds KB suggestion scoring.
|
2023-12-07 09:35:05 +01:00 |
|
|
|
3309137b80
|
feat(GODT-3121): forward user input to bridge.
|
2023-12-07 09:35:05 +01:00 |
|
|
|
88c4737ba4
|
feat(GODT-3121): reuse InfoTooltip.
|
2023-12-07 09:35:05 +01:00 |
|
|
|
e5db9b1ccc
|
feat(GODT-3121): added display of bug report user input in bridge-gui-tester.
|
2023-12-07 09:35:05 +01:00 |
|
|
|
6e2e622a2f
|
feat(GODT-3121): added tooltip for KB suggestions.
|
2023-12-07 09:35:05 +01:00 |
|
|
|
120ddbbcbb
|
feat(GODT-3121): finalize UI for KB suggestions.
|
2023-12-07 09:35:05 +01:00 |
|
|
|
39b31abef8
|
feat(GODT-3121): fix issues reported by the resharper C++ engine.
|
2023-12-07 09:35:05 +01:00 |
|
|
|
ebeca394c7
|
feat(GODT-3121): implement suggestion list in bridge-gui.
|
2023-12-07 09:35:05 +01:00 |
|
|
|
2206cb3f12
|
feat(GODT-3121): suggestions links are in the final bug report page.
|
2023-12-07 09:35:05 +01:00 |
|
|
|
cfd07cf893
|
feat(GODT-3121): suggestions are transferred to QML.
|
2023-12-07 09:35:05 +01:00 |
|
|
|
2e2648fcd5
|
feat(GODT-3121): QML request suggestions.
|
2023-12-07 09:35:05 +01:00 |
|
|
|
3070912416
|
feat(GODT-3121): added gRPC call and event for KB suggestions.
|
2023-12-07 09:35:05 +01:00 |
|
|
|
110cdbf3ae
|
feat(GODT-3046): report all clicked external links to bridge.
|
2023-11-27 10:41:46 +01:00 |
|
|
|
2073513d5e
|
chore: fix case of IMAP login error.
|
2023-11-22 15:43:47 +01:00 |
|
|
|
ef183e0758
|
feat(GODT-3046): tester UI cleanup.
|
2023-11-22 11:01:59 +01:00 |
|
|
|
0d2a803711
|
feat(GODT-3046): added all links to KB in error messages.
|
2023-11-22 09:26:40 +01:00 |
|
|
|
06b5276981
|
feat(GODT-3046): fix typo spotted during KB article review.
|
2023-11-22 08:29:58 +01:00 |
|
|
|
b2d61da41f
|
feat(GODT-3046): removed 'No active key for recipient.
|
2023-11-22 08:29:58 +01:00 |
|
|
|
e51c81fc03
|
feat(GODT-3046): added ReportBugFallback event support in bridge-gui.
|
2023-11-22 08:29:58 +01:00 |
|
|
|
26897f06c4
|
feat(GODT-3046): added 'no keychain' event to bridge-gui-tester.
|
2023-11-22 08:29:58 +01:00 |
|
|
|
5ca9a7db37
|
feat(GODT-3046): removed unused error notifications, and added default user to bridge-gui-tester.
|
2023-11-22 08:29:58 +01:00 |
|
|
|
b34f5d072f
|
feat(GODT-3046): added addressChanged and addressChangedLogout to gui-tester.
|
2023-11-22 08:29:58 +01:00 |
|
|
|
eeb514cc81
|
feat(GODT-3046): removed unused notification.
|
2023-11-22 08:29:58 +01:00 |
|
|
|
650ad49ab0
|
feat(GODT-3046): link in pop-up banner.
|
2023-11-22 08:29:58 +01:00 |
|
|
|
0e5715c4e3
|
feat(GODT-3046): LinkLabel in notification dialog.
|
2023-11-22 08:29:58 +01:00 |
|
|
|
1370ff78c5
|
chore: added update events to bridge GUI tester.
|
2023-11-21 11:59:02 +01:00 |
|
|
|
4394ad0e9b
|
feat(GODT-3053): use smaller bridge window on small screens.
|
2023-11-10 14:23:41 +00:00 |
|
|
|
fa430ee0fb
|
fix(GODT-3047): fixed 'disk full' error message.
|
2023-11-10 08:57:53 +00:00 |
|
|
|
2a78b5c144
|
feat(GODT-3112): replaced error message when bridge exists prematurely. Added a link to support form.
|
2023-11-09 12:52:31 +00:00 |
|
|
|
e8d9534b9c
|
feat(GODT-2277): Move Keychain helpers creation in main.
|
2023-11-08 13:05:57 +00:00 |
|
|
|
b52706a3ca
|
feat(GODT-3015): Add simple algorithm to deal with multiple attachment for bug report.
|
2023-10-20 10:14:20 +00:00 |
|
|
|
c2afb42fd4
|
fix(GODT-3019): fix title of main window when no account is connected.
|
2023-10-13 09:12:02 +02:00 |
|
|
|
cdbcd30d15
|
fix(GODT-2490): fix sync progress not being reset when toggling split mode.
|
2023-10-05 11:37:01 +02:00 |
|
|
|
acc7ca8d4a
|
feat(GODT-2996): set password fields to hidden when resetting the login form.
|
2023-10-04 15:57:36 +02:00 |
|
|
|
de0b6c0737
|
feat(GODT-2835): Bump GPA adding support for AsyncAttachments for BugReport +...
|
2023-10-03 13:43:16 +00:00 |
|
|
|
1c344211d1
|
fix(GODT-2992): fix link in 'no account view' in main window after 2FA or TOTP are cancelled.
|
2023-10-03 10:49:24 +02:00 |
|
|
|
c11a87c16a
|
fix(GODT-2515): customized notification of unavailable keychain on macOS.
|
2023-10-02 17:02:39 +02:00 |
|
|
|
3bf4282037
|
feat(GODT-2940): allow 3 attempts for mailbox password.
|
2023-10-02 16:50:07 +02:00 |
|
|
|
52addb2582
|
feat(GODT-2960): replaced the account list with a button and label when no account is configured.
|
2023-09-29 17:36:23 +02:00 |
|
|
|
742d9eeef3
|
feat(GODT-2960): added content in empty view when there is no account.
|
2023-09-29 17:36:23 +02:00 |
|