7997ad2b93
fix(GODT-2782): Filter all labels when doing perma delete check
...
Previously we were not filtering out labels we ignored from the
perma-delete check. The introduction of new system label types could
break this check leading to user never being able to perma-delete
messages.
2023-07-11 15:17:25 +02:00
efb6ba0f1b
fix(GODT-2782): Filter all labels when doing perma delete check
...
Previously we were not filtering out labels we ignored from the
perma-delete check. The introduction of new system label types could
break this check leading to user never being able to perma-delete
messages.
2023-07-11 13:41:21 +02:00
80194ad797
fix(GODT-2693): Fix message appearing twice after sent
...
Previous attempt at fixing a bug in the send recorder (GODT-2627)
introduced a new problem where if the same message is sent multiple
times with different recipients it is possible to trigger a case where
the incorrect wait channel is chosen. This in turn led to IMAP client
not recognizing that message has been successfully submitted. This
case is represented by
`TestSendHashed_SameMessageWIthDifferentToListShouldWaitSuccessfullyAfterSend`
but could potentially happen over time or due some other
concurrency/scheduling wake up order.
To prevent this from happening every send recorder request now requires
that the full list of addresses be presented. This is necessary for us
to locate the correct entry and its respective wait channel.
Finally each unique send recorder request is assigned an ID, in order
to ensure make sure that if we ever need to cancel a request,
we don't accidentally cancel a similar request if the original was
removed from scope due to expiration.
2023-07-11 07:33:32 +00:00
cda6b2a728
fix(GODT-2781): try to remove stale lock file before failing in checkSingleInstance.
2023-07-11 09:03:45 +02:00
44bde86fde
fix(GODT-2780): fix 'QSystemTrayIcon::setVisible: No Icon set' warning in bridge-gui log on startup.
2023-07-10 10:47:10 +02:00
6cb52cacc9
fix(GODT-2778): fix login screen being disabled after an 'already logged in' error.
2023-07-10 09:44:18 +02:00
8248491833
chore: Merge branch 'release-notes' into devel
2023-07-07 16:00:56 +02:00
fbdede28f0
chore: fix typos found by codespell in Changelog.md
2023-07-07 15:31:34 +02:00
66bc911652
chore: fix typos found by codespell
2023-07-07 15:31:14 +02:00
c860741ffa
doc: Update 3.3.1 release notes
2023-07-07 11:02:48 +02:00
80d743afec
chore: Trift Bridge 3.4.0 changelog.
2023-07-06 16:15:55 +02:00
ac9857a965
chore: Merge remote-tracking branch 'origin/devel' into release/trift
2023-07-06 16:13:25 +02:00
0e9fd46a5c
chore: Stone Bridge 3.3.1 changelog.
v3.3.1
2023-07-06 15:50:18 +02:00
305d180a5f
fix(GODT-2774): only check telemetry availability for the current user.
2023-07-06 15:28:24 +02:00
c4f80103b6
fix(GODT-2774): Add external context to telemetry tasks
...
This ensures they get cancelled if the parent context becomes invalid
2023-07-06 15:28:05 +02:00
0d57e3645a
test: Add require.Eventually to TestBridge_UserAgentFromSMTPClient
2023-07-06 14:40:17 +02:00
0afdc31f96
test: Add smtp-send utility
...
Small program to simulate external SMTP send to Bridge.
2023-07-06 14:06:28 +02:00
91de6e001e
fix(GODT-2763): Missing Answered flag on Sync and Message Create
...
Ensure we are using the same flag conversion code for all IMAP updates.
2023-07-06 14:02:05 +02:00
908ed3e723
feat(GODT-2759): Check for oprhan messages
...
Orphan messages are messages which are only in AllMail, AllDrafts or
AllSent.
2023-07-06 14:02:05 +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
f545f30ec0
fix(GODT-2774): only check telemetry availability for the current user.
2023-07-06 13:38:06 +02:00
6579cdfc7f
fix(GODT-2774): Add context to Authorize in gluon.Connector
...
Backported from: https://github.com/ProtonMail/gluon/pull/379
2023-07-06 13:28:58 +02:00
40c48ba804
fix(GODT-2774): Add external context to telemetry tasks
...
This ensures they get cancelled if the parent context becomes invalid
2023-07-06 13:09:35 +02:00
1c2cb4f439
chore: changelog fix.
2023-07-06 08:45:35 +02:00
650dac37a7
chore: changelog fix.
2023-07-05 12:14:49 +02:00
55275b23ee
chore: Trift Bridge 3.4.0 changelog.
2023-07-05 12:13:20 +02:00
bce69e1a1b
chore: Merge remote-tracking branch 'origin/devel' into release/trift
2023-07-05 12:07:37 +02:00
f1917ad0de
fix(GODT-2758): Fix panic in SetFlagsOnMessages
...
https://github.com/ProtonMail/gluon/pull/377
2023-07-05 10:57:53 +02:00
300d243331
doc: Added 3.3.1 release notes
2023-07-04 20:35:54 +00:00
6ea6d54af6
chore: Trift Bridge 3.4.0 changelog.
2023-07-04 13:31:16 +02:00
c1b486a7eb
chore: Merge remote-tracking branch 'origin/devel' into release/trift
2023-07-04 13:26:46 +02:00
454c9e1534
chore: Stone Bridge 3.3.1 changelog.
2023-07-04 13:09:51 +02:00
eaa673c4e4
fix(GODT-2708): fix dimensions event format + handling of ReportClicked event.
2023-07-04 13:04:30 +02:00
9c389e3007
fix(GODT-2708): fix dimensions event format + handling of ReportClicked event.
2023-07-04 09:59:43 +00:00
7e9a5934c5
feat(GODT-2707): set bridge-gui default log level to 'debug'.
...
(cherry picked from commit cc1d0e803b )
2023-07-04 11:14:40 +02:00
cc17366c1c
fix(GODT-2578): Refresh literals appended to Sent folder
...
Whenever a message gets moved to the sent folder we should retrieve the
new literal in order to guarantee that, if another client modifies and
sends the message, we always see the latest version of the message and
not a previous state stored in the Gluon cache.
Includes the following Gluon MRs:
* https://github.com/ProtonMail/gluon/pull/374
* https://github.com/ProtonMail/gluon/pull/376
Includes the followin gpa MR:
https://github.com/ProtonMail/go-proton-api/pull/88
2023-07-04 10:39:07 +02:00
62f6db35db
chore: Merge remote-tracking branch 'origin/devel' into release/trift.
2023-07-04 08:26:08 +02:00
be422001e8
fix(GODT-2756): fix for 'Settings' context menu opening the 'Help' page.
...
(cherry picked from commit b2eb35592f )
2023-07-03 16:36:12 +02:00
b2eb35592f
fix(GODT-2756): fix for 'Settings' context menu opening the 'Help' page.
2023-07-03 16:35:42 +02:00
a3b26431ce
chore: Trift Bridge 3.4.0 changelog.
2023-07-03 12:03:05 +02:00
f460323cc5
chore: Stone Bridge 3.3.1 changelog.
2023-07-03 10:58:12 +02:00
26694d3bd8
feat(GODT-2674): Add more logs during update failed.
...
(cherry picked from commit 3afd94c61d )
feat(GODT-2674): add more logs to failed update.
(cherry picked from commit 4902898880 )
2023-07-03 10:02:59 +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
6359b8639e
feat(GODT-2750): disable raise on main window when a notification is clicked on Linux.
...
(cherry picked from commit 4e080b59d3 )
2023-07-03 07:33:39 +00:00
6c9d5ccd4a
fix(GODT-2753): vault test now check that value auto-assigned is first available port.
2023-07-03 09:21:01 +02:00
234554b459
feat(GODT-2709): Remove the config status file when user is removed.
2023-07-01 07:21:27 +02:00
6df5a82364
feat(GODT-2749): manual test-windows again.
2023-06-30 15:10:35 +02:00
ac75410657
feat(GODT-2709): Remove the config status file when user is removed.
2023-06-30 14:48:42 +02:00
238929c3ec
feat(GODT-2712): Feed config_status with user action while pending.
2023-06-30 09:43:26 +00:00