86fbf4415a
doc: Add 3.0.21
2023-03-23 09:42:51 +00:00
b4ea667858
doc: Added 3.0.20 release notes
2023-03-09 15:47:32 +00:00
8f45fe823a
doc: Add 3.0.20 release notes
2023-03-09 15:46:54 +00:00
3b1c3b9d44
doc: Add 3.0.19 release
2023-02-28 07:21:55 +00:00
60256fd076
doc: Add 3.0.19 release
2023-02-28 07:21:01 +00:00
9c1b9e8df2
doc: Add 3.0.18 and remove non-beta 3.0.17
2023-02-24 08:36:02 +00:00
fb44de4f18
doc: Add 3.0.18 release notes
2023-02-23 16:16:26 +00:00
c821d02f67
doc: Reduce the technical terms and do not show v3 development related changes for users who have only seen v2
2023-02-21 07:01:32 +00:00
ec2a4f9111
doc: release notes v3 live
2023-02-20 05:59:57 +01:00
968a01053f
chore: release notes
2023-02-17 12:02:44 +01:00
6f914a4973
chore: early 3.0.15 release notes
2023-02-14 12:24:50 +01:00
76bdc21fef
doc: Add 3.0.14 notes
2023-02-09 09:56:45 +00:00
dd29ff4731
doc: Remove details
2023-02-01 11:31:57 +00:00
8b94a28e00
doc: 3.0.12 notes
2023-02-01 12:28:08 +01:00
60100ad7f0
chore: update release notes wording.
2023-02-01 11:48:21 +01:00
62a50fd7fc
chore: release notes
2023-02-01 11:21:12 +01:00
79c2523585
chore: Add recipient to SMTP error message
2023-01-31 17:35:51 +01:00
f14ad8b3fa
chore: README update.
2023-01-31 15:48:07 +00:00
590fdacba3
fix(GODT-2319): seed the math/rand RNG on app startup.
2023-01-31 15:28:03 +00:00
342a2a5568
fix(GODT-2272): use shorter filename for gRPC file socket.
2023-01-31 15:51:06 +01:00
e382687168
fix(GODT-2318): Remove gluon DB if label sync was incomplete
2023-01-31 12:40:42 +00:00
4577a40b1e
fix(GODT-2224): Restore parallel attachment download
...
Feature was not restored in previous MR. Attachment are now download in
parallel. There is a pool of maxParallelDownloads attachment downloaders
shared with all message downloads.
2023-01-31 12:25:20 +01:00
c0aacb7d62
GODT-2224: Allow the user to specify max sync memory usage in Vault
2023-01-31 09:40:22 +01:00
c8065c8092
GODT-2312: used space is properly updated.
2023-01-31 07:22:03 +00:00
ce03bfbf0f
GODT-1804: Preserve MIME parameters when uploading attachments
2023-01-30 20:12:41 +01:00
0182e2c0bc
GODT-2287: Add code coverage to artifacts and pipeline.
2023-01-30 16:07:11 +00:00
e464e11ab9
GODT-2224: Refactor bridge sync to use less memory
...
Updates go-proton-api and Gluon to includes memory reduction changes and
modify the sync process to take into account how much memory is used
during the sync stage.
The sync process now has an extra stage which first download the message
metada to ensure that we only download up to `syncMaxDownloadRequesMem`
messages or 250 messages total. This allows for scaling the download
request automatically to accommodate many small or few very large
messages.
The IDs are then sent to a download go-routine which downloads the
message and its attachments. The result is then forwarded to another
go-routine which builds the actual message. This stage tries to ensure
that we don't use more than `syncMaxMessageBuildingMem` to build these
messages.
Finally the result is sent to a last go-routine which applies the
changes to Gluon and waits for them to be completed.
The new process is currently limited to 2GB. Dynamic scaling will be
implemented in a follow up. For systems with less than 2GB of memory we
limit the values to a set of values that is known to work.
2023-01-30 15:05:43 +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