29d1c7bccd
fix(GODT-2327): Remove unnecessary sync abort call
2023-02-07 14:31:06 +01:00
ca1996a670
fix(GODT-2327): Properly cancel event stream when handling refresh
2023-02-07 14:31:06 +01:00
ab1c1c474a
fix(GODT-2327): Clear update channels whenever clearing sync status
2023-02-07 14:31:06 +01:00
d7cac8a8f0
fix(GODT-2327): avoid windows delete all deadlock
2023-02-07 14:31:06 +01:00
63bc87cc86
fix(GODT-2327): Only start processing events once sync is finished
2023-02-07 14:31:06 +01:00
232875d5cc
fix(GODT-2327): Delay event processing until gluon user exists
...
We don't want to start processing events until those events have
somewhere to be sent to.
Also, to be safe, ensure remove and re-add the gluon user while
clearing its sync status. This shouldn't be necessary.
2023-02-07 14:31:02 +01:00
5ea53ea5c0
fix(GODT-2318): Remove gluon DB if label sync was incomplete
2023-02-06 16:36:15 +00:00
367c505444
fix(GODT-1804): Use cherry-picked mail settings in GPA
2023-02-06 15:57:24 +00:00
3bd39b3ea5
fix(GODT-1804): Only promote content headers if non-empty
...
When attaching public key, we take the root mime part, create a new root,
and put the old root alongside an additional public key mime part.
But when moving the root, we would copy all content headers, even empty ones.
So we’d be left with Content-Disposition: "" which would fail to parse.
2023-02-06 15:57:24 +00:00
e89dcb2cca
fix(GODT-2343): Only poll after send if sync is complete
2023-02-06 16:33:53 +01:00
2cb2ca15c7
fix(GODT-2336): Recover from changed address order while bridge is down
2023-02-03 16:05:30 +01:00
db41645159
test: Add failing test for changing address order while bridge is down
2023-02-03 15:51:18 +01:00
4cf23bb2e6
fix(GODT-2328): Ignore labels that aren't part of user label set
2023-02-02 16:59:07 +01:00
ea11c1046a
chore: Bridge Perth Narrows v3.0.13
2023-02-02 16:30:45 +01:00
df40f27069
test(GODT-2326): Remove user tests
...
These tests no longer work due to sync only being started after an
account has been added. Functionality of these tests is covered in the
bridge unit tests.
2023-02-02 16:26:38 +01:00
76d732f247
fix(GODT-2326): Only run sync after addIMAPUser()
...
There is concurrency bug due to competing sync calls that can occur when
we clear the sync status in the Vault. Running sync at the end of
addIMAPUser() avoids the problem.
This patch also remove the execution of a sync task for
`user.ClearSyncStatus()`
2023-02-02 16:26:12 +01:00
b17bdad864
chore: Bridge Perth Narrows v3.0.13
2023-02-01 10:42:33 +01:00
52daa165a2
fix(GODT-2319): seed the math/rand RNG on app startup.
2023-02-01 10:42:09 +01:00
4c5ba04822
fix(GODT-1804): Preserve MIME parameters when uploading attachments
2023-02-01 10:41:55 +01:00
d7ff54d679
Other: Bridge Perth Narrows v3.0.1 hotfix 2
v3.0.12
2023-01-30 08:35:22 +01:00
4aa1091f62
GODT-2210: fix splash screen always showing on CentOS and Ubuntu.
2023-01-27 14:10:14 +01:00
6d024d2055
Other: Other: Bridge Perth Narrows v3.0.1 hotfix
2023-01-27 10:15:53 +01:00
c86cdf737f
GODT-2311: Fix missing headers in re-downloaded Gluon messages
2023-01-27 09:55:02 +01:00
7e36b215fe
GODT-1453: clicking 'Sign in' from status window now selects the right account.
2023-01-26 17:27:55 +01:00
badebbef9f
GODT-2297: More significantly improve GPA's paging algorithm
2023-01-26 12:43:30 +01:00
5e072c3282
Other: Slightly improve GPA's paging algorithm
2023-01-26 09:48:19 +01:00
048c3a900c
GODT-2145: Fix button spacing w/ Qt 6.4.
2023-01-25 17:35:21 +01:00
88a9fe410c
Other: Bridge Perth Narrows v3.0.12
2023-01-25 15:14:30 +01:00
cf32b84257
GODT-2305: Detect missing gluon DB
2023-01-25 14:55:13 +01:00
e7dea0a77f
GODT-2223(test): Fix array access off-by-one in test code
2023-01-25 13:05:05 +01:00
160489a771
GODT-2223: Testing event processing scenarios.
2023-01-25 13:05:04 +01:00
996c6826b9
GODT-2223: Handle gracefully multiple create events with same id.
2023-01-25 13:04:04 +01:00
43b871a124
GODT-2210: Typo fix
2023-01-25 09:51:18 +00:00
d1bf186040
Other: changed splash screen icon.
2023-01-25 09:42:00 +00:00
24c68f100e
GODT-2210: v3.0 splash screen.
...
Other: new splash screen content.
2023-01-25 09:42:00 +00:00
1bfabf9a83
GODT-2296: Log error rather than fail if cannot get parent ID
2023-01-25 09:09:14 +00:00
e8a778feca
GODT-2266: Pause event stream while sending
2023-01-25 09:47:27 +01:00
5d4c10c56e
Other(test): Fix some more integration test placeholders
2023-01-24 16:58:25 +00:00
60b1c4d8f7
GODT-2177: Use correct attachment disposition when content ID is set
2023-01-24 16:31:14 +01:00
f1404cd3ee
GODT-1556: If no references, use the in-reply-to header as ParentID.
2023-01-24 15:36:23 +01:00
ee4da8a89c
GODT-2291: Change gluon store default location from Cache to Data.
2023-01-24 13:35:45 +00:00
5a70a16149
GODT-1770: handle UserBadEvent in CLI and gRPC.
2023-01-24 13:07:27 +01:00
f019ba3713
Other: Disable dialer test until badssl cert is bumbed.
2023-01-24 09:59:32 +00:00
4b966c4845
GODT-2292: Updated BUILDS.md doc.
2023-01-24 09:28:43 +01:00
94703bcf37
GODT-2223: Treat label/message deletion errors as non-critical
2023-01-23 21:25:15 +01:00
40cc6b54c9
Other: make GUI Tester more resilient to Bridge abrupt termination.
2023-01-23 08:26:52 +01:00
584ea7e9f8
GODT-2275: fixed location of bridge-gui log files.
2023-01-20 15:38:38 +01:00
cbdbc124db
GODT-2258: suggest email as login when signing in via status window.
2023-01-20 15:02:44 +01:00
b9c3fa9401
GODT-2266: Add test for sent message flags
2023-01-20 13:04:01 +00:00
0e4ec8a8b8
Other: Ensure SMTP debug dump works on windows
2023-01-20 13:33:14 +01:00