03cf601921
feat(GODT-2715): Add Unitary test for configStatus event.
2023-06-29 13:26:08 +02:00
9f13301613
feat(GODT-2715): Add Functional test for configStatus telemetry event.
2023-06-29 13:15:50 +02:00
552fc2700f
chore: Disable windows runner
2023-06-29 11:28:43 +02:00
582afa1451
fix(GODT-2726): Fix Parsing of Details field in GPA error message
...
https://github.com/ProtonMail/go-proton-api/pull/87
2023-06-29 11:24:55 +02:00
c43739a7ef
feat(GODT-2714): Apply PR comments.
2023-06-29 09:54:42 +02:00
720f662afe
feat(GODT-2714): Set Configuration Status to Failure and send Recovery event when issue is solved.
2023-06-29 09:10:28 +02:00
fa4c0ec823
feat(GODT-2713): Send config_progress event once a day if the configuration is stucked in pending for more than a day.
2023-06-28 14:44:20 +02:00
08af1da966
feat(GODT-2711): Send config_abort event on User removal.
2023-06-28 14:40:51 +02:00
ed8475dacf
feat(GODT-2710): Send config success on IMAP/SMTP connection..
2023-06-28 14:39:49 +02:00
e91cdca6f3
feat(GODT-2716): Make Configuration Statistics persistent.
2023-06-28 10:34:01 +00:00
b77512dfd9
feat(GODT-2709): Init Configuration status.
2023-06-27 11:24:28 +02:00
12f9fb03c3
chore: Log errors on failed message Downloads
2023-06-07 16:38:57 +02:00
419a4427d7
chore: Stone Bridge 3.3.0 changelog.
v3.3.0
2023-06-07 15:53:56 +02:00
e434a4fd0c
fix(GODT-2683): Only validate messages that are not appended to Drafts
...
https://github.com/ProtonMail/gluon/pull/364
2023-06-07 12:30:49 +00:00
d68b163c20
chore: Stone Bridge 3.3.0 changelog.
2023-06-07 11:57:08 +02:00
71a559ee4c
fix(GODT-2683): Reduce message checks when appending into Drafts
...
https://github.com/ProtonMail/gluon/pull/362
2023-06-07 10:43:49 +02:00
4aaa555c9b
chore: Stone Bridge 3.3.0 changelog.
2023-06-05 14:35:34 +02:00
5c606aee73
chore: Fix linter errors
2023-06-05 13:48:56 +02:00
51315d5d2b
feat(GODT-2653): Log API error details on Message import and send
2023-06-05 13:21:04 +02:00
cde9c19f71
feat(GODT-2655): display internal build time tag in log and GUI.
2023-06-05 07:37:10 +02:00
ade2fd9403
chore: Add error logs when messages fail to build during sync
2023-06-02 13:17:08 +02:00
802f7dbc67
feat(GODT-2673): Use NoClient as UserAgent without any client connected and...
2023-06-01 15:15:37 +00:00
c4dc829e6d
fix(GODT-2669): Display sentry ID in bridge init log.
2023-05-31 14:28:26 +02:00
0eab1c0c2b
fix(GODT-2672): fix context cancelled when IMAP/SMTP parameters change is in progress.
2023-05-31 08:10:59 +02:00
11f55b59a9
chore: Stone Bridge 3.3.0 changelog.
2023-05-29 10:25:37 +02:00
172b59c756
feat(GODT-2648): make win build work on AWS machine.
...
- add git safe directory (most probably the runner user is different?)
2023-05-26 13:16:17 +00:00
8564d3a483
fix(GODT-2650): Fix crash during header serialization
...
Fix crash in go-message when the header field key was greater than the
`preferredHeaderLen` folding line limit.
b62c999c85
2023-05-26 11:54:03 +02:00
0cef181432
fix(GODT-2437): Fix lint.
2023-05-25 09:25:25 +02:00
262c4c5d95
fix(GODT-2437): Fix test + bump Gluon with silenced report.
2023-05-25 09:12:15 +02:00
e343d1f1af
fix(GODT-2437): Silence harmless report to sentry.
2023-05-24 17:24:47 +02:00
84a771d9fe
fix(GODT-2437): Silence harmless report to sentry.
2023-05-24 17:18:56 +02:00
f6741a9b58
fix(GODT-2649): Clean up cache files after failed connector create (Gluon)
...
https://github.com/ProtonMail/gluon/pull/357
2023-05-24 06:38:13 +00:00
bc5de2b884
fix(GODT-2638): Validate messages before import.
...
Ensure messages have required header fields and adhere to the rfc5322
spec before import.
2023-05-24 06:38:13 +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
4b52d998db
chore: merge release/Rialto into devel
2023-05-23 15:53:29 +02:00
aa72fd641d
feat(GODT-2631): Bump go to 1.20.
2023-05-23 13:37:12 +00:00
ebe45d5abe
fix(GODT-2646): Bump GPA and Gluon dependecy after CIRCL upgrade.
2023-05-23 11:28:51 +02:00
b6eb5a1b13
fix(GODT-2454): Only Send status update if transaction succeeded
...
https://github.com/ProtonMail/gluon/pull/354
2023-05-23 09:32:54 +02:00
9c25f56fe6
test: fix flaky tests.
2023-05-22 11:16:56 +00:00
bb99695e68
feat(GODT-2639): Enhance sentry init log.
2023-05-22 09:30:51 +00:00
35f0e081a5
fix(GODT-2628): Attempt to fix closed channel panic on logout
...
It should not be possible to reach this state on purpose. But due to
scheduling and synchronization variances, it is possible in theory that
a UserDeathEvent can occur at the same time as the bridge is closing,
causing a call to `User.Close()` to be executed 2 times.
To avoid this in the future we just clear the map after all the channels
have been closed.
2023-05-17 11:54:02 +00:00
40dc17aea5
feat(GODT-2161): auto-submit 2FA.
2023-05-17 10:10:42 +00:00
5fee2f707b
fix(GODT-2627): Properly handle recording of message with Bcc fields
...
Ensure the SMTP send recorder properly handles the recording of messages
which may have the same body hash but have different recipients. E.g.:
send the same message twice to 2 different users via Bcc.
The send recorder now maintains a list of send requests and waiting for
a message to be sent is done one the oldest of the messages.
2023-05-17 11:01:30 +02:00
d6304b087a
fix(GODT-2627): Fix crash on closed channel
...
See `TestSendHasher_DualAddDoesNotCauseCrash`'s comment for more
details.
2023-05-17 11:01:30 +02:00
21f833ea11
fix(GODT-2307): removed deprecated macOS security framework function.
2023-05-17 07:52:42 +00:00
900caec09e
fix(GODT-2637): Fix address parser error due to trailing separator
...
https://github.com/ProtonMail/gluon/pull/353
2023-05-16 16:06:49 +02: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
d8ccc6c05d
fix(GODT-2626): Handle rare crash due to missing address update ch
...
Ensure that we can handle the rare case that can cause a crash if for
whichever reason we end up with an Address Delete and Message
Create/Update in the same event object.
2023-05-16 10:41:36 +02:00
4e3ad4f7fa
fix(GODT-2626): Server Events should not be merged.
...
d18e5932b28f83b201709a04fb7b8c6f74003574
Includes GPA bump: https://github.com/ProtonMail/go-proton-api/pull/80
2023-05-16 09:53:41 +02:00
8c958cdc2f
chore: Bump Gluon for GODT-2595, GODT-2634 and GODT-2619
...
https://github.com/ProtonMail/gluon/pull/350
https://github.com/ProtonMail/gluon/pull/351
https://github.com/ProtonMail/gluon/pull/352
2023-05-16 09:34:45 +02:00