66bc911652
chore: fix typos found by codespell
2023-07-07 15:31:14 +02:00
7411073c08
feat(GODT-2759): Add prompt to download missing messages for analysis
...
This will download the missing messages into a temporary directory and
decrypt them along with the metadata so we can attempt analyze them once
submitted to see what is going wrong.
2023-07-06 14:02:05 +02:00
7d838375bb
feat(GODT-2759): CLI debug commands
...
Add debug commands to CLI to diagnose potential bride problems.
Currently we only have a command which validates whether the state of
all the mailboxes reported by IMAP matches what is currently available
on the proton servers.
2023-07-06 14:02:05 +02:00
b2eb35592f
fix(GODT-2756): fix for 'Settings' context menu opening the 'Help' page.
2023-07-03 16:35:42 +02:00
e96713a998
chore: remove gRPC auto-generated C++ source files.
...
CMake will regenerate the files when needed, they do not need to be under source control.
2023-07-03 09:47:54 +02:00
238929c3ec
feat(GODT-2712): Feed config_status with user action while pending.
2023-06-30 09:43:26 +00:00
4e080b59d3
feat(GODT-2750): disable raise on main window when a notification is clicked on Linux.
2023-06-30 10:05:07 +02:00
a91d9762db
feat(GODT-2748): log calls that cause main window to show, with reason.
2023-06-29 16:56:47 +02:00
58b45d8458
feat(GODT-2728): remove the sentry report for gRPC event stream interruptions in bridge-gui.
2023-06-27 17:08:09 +02:00
bdc6542970
feat(GODT-2678): When internet is off, do not display status dot icon for the user in the context menu.
2023-06-26 11:03:49 +02:00
c942a44f6a
feat(GODT-2686): Change the orientation of the expand/collapse arrow for Advanced settings.
2023-06-23 09:01:40 +00:00
cc1d0e803b
feat(GODT-2707): set bridge-gui default log level to 'debug'.
2023-06-22 11:30:40 +00:00
ae65385c38
feat(GODT-2705): added log entries for focus service on client and server sides.
2023-06-22 10:03:15 +00:00
38a0cdb4ab
feat(GODT-2690): update sentry reporting in GUI for new log file naming.
2023-06-14 14:28:38 +02:00
c587dfc0dc
feat(GODT-2668): implemented new log retention policy.
2023-06-14 08:44:37 +02:00
ac00ef1b64
feat(GODT-2666): feat(GODT-2667): introduce sessionID in bridge.
2023-06-07 09:00:33 +02:00
1e9a77c7b2
fix(GODT-2680): fix for C++ debugger not working on ARM64 because of OpenSSL 3.1
2023-06-05 13:37:41 +00:00
fc06665d2b
feat(GODT-2655): display internal build time tag in log and GUI.
2023-06-01 05:24:51 +00:00
bfaf9765ae
fix(GODT-2672): fix context cancelled when IMAP/SMTP parameters change is in progress.
...
(cherry picked from commit 0eab1c0c2b )
2023-05-31 10:59:01 +00:00
7d54e6907d
chore: disable building of bridgepp-test app in build script.
...
Also enabled verbose cmake output for easier debugging.
2023-05-23 16:06:08 +02:00
bb99695e68
feat(GODT-2639): Enhance sentry init log.
2023-05-22 09:30:51 +00:00
40dc17aea5
feat(GODT-2161): auto-submit 2FA.
2023-05-17 10:10:42 +00:00
9fc9f5ad9f
fix(GODT-2635): Ensure Bridge can be compiled with GCC 13
...
Requires updating vcpkg to include the port fixes.
2023-05-16 11:38:58 +02:00
fb4a0e77af
feat(GODT-2585): Server Manager
...
Add a dedicated go-routine whose sole responsibility is to manage the
life time of the IMAP and SMTP servers and their listeners.
The current implementation behaves the same way as the previous state.
The new behavior will be implemented in a follow MR.
2023-05-11 09:48:54 +02:00
6ba8052a1e
feat(GODT-2621): display pop up warning when IMAP login fails because user is locked (connecting).
2023-05-10 15:53:44 +00:00
a05f93debd
feat(GODT-2520): Update error message for free users.
2023-05-09 07:20:15 +00:00
01aa19edff
fix(GODT-2615): remove keyboard shortcut for tray icon context menu on Windows and Linux.
2023-05-08 07:49:09 +02:00
b51d85e768
chore: upgraded golangci-lint v1.52.2 and fixed all issues.
2023-05-05 07:57:22 +02:00
bd47303074
feat(GODT-2611): bridge CLI exits on the first SIGINT / Ctrl+C.
2023-05-04 11:48:05 +02:00
fdae8cb729
feat(GODT-2540): make icon loading failure behavior consistent.
2023-05-03 16:40:29 +02:00
333daa05c5
feat(GODT-2540): pop-up notification error icon is loaded on startup.
2023-05-03 15:19:02 +02:00
6a6ead8e6d
feat(GODT-2540): notify user of wrong IMAP password.
2023-05-03 13:17:25 +02:00
38b13d710c
fix(GODT-2596): fix bug when trying to generate Sentry report and there is not log.
2023-04-28 10:38:26 +02:00
06f710a9b1
fix(GODT-1374): Fix tray icon DPI change handling.
2023-04-28 09:03:55 +02:00
21b20ac420
fix(GODT-2410): Keep hardcoded version for ICU libs since Qt is looking to load the exact version it has been bundled with.
2023-04-27 10:07:57 +02:00
f3fb10fb2d
feat(GODT-2410): Do not set hard requierement for ICU dependencies.
2023-04-26 09:43:56 +00:00
9241e5317f
feat(GODT-2410): Use cmake to require ICU version >= 56.
2023-04-26 09:43:56 +00:00
e9629aca47
feat(GODT-2517): replace status window with native tray icon context menu.
...
feat(GODT-2517): show main windows on left click (Linux & Windows).
feat(GODT-2517): removed old QML status window.
feat(GODT-2517): polishing.
feat(GODT-2517): renaming + removal of dead code (v2 tests).
2023-04-25 11:17:57 +00:00
ce5a559926
feat(GODT-2586): Two-columns layout for account details.
2023-04-24 08:42:08 +02:00
3b297fa37b
feat(GODT-2580): updated link to support website in GUI.
2023-04-20 10:40:19 +02:00
95741c6d63
fix(GODT-2581): Update outdated link to bridge homepage in CLI 'manual' command.
2023-04-20 09:01:57 +02:00
f4631c4bc9
feat(GODT-2555): add local telemetry settings.
...
feat(GODT-2555): add 'TelemetryDisabled' settings to vault.
feat(GODT-2555): CLI and GUI implementation.
feat(GODT-2555): implemented setting in bridge-gui-tester.
feat(GODT-2555): added unit tests.
feat(GODT-2555): feature tests.
2023-04-19 16:45:42 +02:00
c000ee8a3c
feat(GODT-2239): bridgepp worker/overseer unit tests.
2023-04-17 20:23:29 +02:00
c84919faae
chore: merge release/Quebec into devel
2023-04-05 13:55:22 +02:00
3735d4b327
feat(GODT-2239): unit tests for BridgeUtils.cpp in bridgepp.
2023-04-05 13:19:35 +02:00
7330406752
fix(GODT-2500): Recover in deferred function.
2023-04-05 09:25:24 +02:00
1323229362
feat(GODT-2239): introduce GoogleTest unit tests for bridgepp.
2023-04-03 16:52:41 +02:00
7d8e71c9ea
fix(GODT-2505): show notification only for cases when user needs to do actions.
2023-04-03 11:21:46 +02:00
0a53dc1da7
feat(GODT-2523): use software QML rendering backend by default on Windows.
...
(cherry picked from commit 934749b278e95a9d69818ddf6b45ee7bb896af03)
(cherry picked from commit 7448b814e8e6da90335b8db465fd64e3d4f08bdd)
2023-04-03 09:58:53 +02:00
9bbeabcf50
feat(GODT-2523): use software QML rendering backend by default on Windows.
...
(cherry picked from commit 934749b278e95a9d69818ddf6b45ee7bb896af03)
2023-04-03 09:55:19 +02:00