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
c3e4bb80a8
Other: Fix MaxLogs off-by-one limit and bump limit to 10
2023-01-20 12:52:22 +01:00
6459840507
GODT-2253: Restart Launcher from the gui when GUI crashes.
2023-01-20 07:43:02 +00:00
87abbe9396
Other: Report corrupt and/or insecure vaults to sentry
2023-01-20 08:00:52 +01:00
d26a8319b6
Other: Better user load logs
2023-01-19 17:47:45 +01:00
c9c80fd861
Other(test): Make All Mail copy test more robust
2023-01-19 15:09:56 +00:00
fea4cc7b3b
Other: fix path of temp folder in README.
2023-01-19 14:40:13 +00:00
cba5da22ae
Other(CI): Make race checks manual
2023-01-19 14:22:43 +00:00
59a29da054
Other(debug): Dump raw SMTP input to user's home dir
2023-01-19 13:30:28 +01:00
c70674471e
Other: Remove old cert/key file location handling.
2023-01-19 09:28:44 +00:00
7882324439
GODT-2271: Update README with new system files path.
2023-01-19 09:11:14 +00:00
1f8866a48a
Other: Bridge Perth Narrows v3.0.11
2023-01-18 16:18:39 +01:00
faf28a6d4e
GODT-2223: Fix mutex double lock
2023-01-18 14:10:23 +00:00
59745e6fb6
GODT-2223: Ensure apiLabels map is properly up to date
2023-01-18 14:10:23 +00:00
c8925cd270
GODT-2223(test): Assert that bad request errors lead to user logout
2023-01-18 14:10:23 +00:00