da0f51ce5f
feat(BRIDGE-309): Update to the bridge updater logic corresponding to the version file restructure
2025-02-17 15:43:15 +00:00
082849dc6c
chore: year bump
2025-01-02 14:03:49 +01:00
7d9753e2da
fix(BRIDGE-107): improved human verification UX
2024-11-11 09:03:02 +00:00
bee2642aec
chore: update golangci-lint to 1.61.0.
2024-10-09 14:56:18 +02:00
fc64dbec59
chore: golangci-lint update.
2024-07-11 16:29:59 +02:00
ff0615167b
feat(BRIDGE-75): Bridge repair button/feature implemented
2024-06-03 12:37:23 +00:00
1d972835ff
fix(BRIDGE-21): missing panic handling
2024-04-26 13:24:02 +02:00
9552e72ba8
feat(BRIDGE-14): HV3 implementation - GUI & CLI; ownership verification & CAPTCHA are supported
2024-04-12 13:07:22 +00:00
b8ae5be58c
fix(GODT-3188): Happy new year.
2024-01-02 15:06:05 +01:00
3070912416
feat(GODT-3121): added gRPC call and event for KB suggestions.
2023-12-07 09:35:05 +01:00
e8d9534b9c
feat(GODT-2277): Move Keychain helpers creation in main.
2023-11-08 13:05:57 +00:00
b52706a3ca
feat(GODT-3015): Add simple algorithm to deal with multiple attachment for bug report.
2023-10-20 10:14:20 +00:00
3bf4282037
feat(GODT-2940): allow 3 attempts for mailbox password.
2023-10-02 16:50:07 +02:00
6e86c95640
feat(GODT-2772): new login layout.
2023-09-19 07:57:59 +02:00
f57a40677e
feat(GODT-2771): gRPC calls for TLS certificates.
2023-09-19 07:57:59 +02:00
80d729e3e5
feat(GODT-2816): Wait until mandatory fields are filled then fill body and title.
2023-08-01 14:49:53 +00:00
66bc911652
chore: fix typos found by codespell
2023-07-07 15:31:14 +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
fb4a0e77af
feat(GODT-2585): Server Manager
...
Add a dedicated go-routine whose sole responsibility is to manage the
life time of the IMAP and SMTP servers and their listeners.
The current implementation behaves the same way as the previous state.
The new behavior will be implemented in a follow MR.
2023-05-11 09:48:54 +02:00
b51d85e768
chore: upgraded golangci-lint v1.52.2 and fixed all issues.
2023-05-05 07:57:22 +02:00
f4631c4bc9
feat(GODT-2555): add local telemetry settings.
...
feat(GODT-2555): add 'TelemetryDisabled' settings to vault.
feat(GODT-2555): CLI and GUI implementation.
feat(GODT-2555): implemented setting in bridge-gui-tester.
feat(GODT-2555): added unit tests.
feat(GODT-2555): feature tests.
2023-04-19 16:45:42 +02:00
7330406752
fix(GODT-2500): Recover in deferred function.
2023-04-05 09:25:24 +02:00
ec92c918cd
feat(GODT-2500): Add panic handlers everywhere.
2023-04-03 06:38:31 +02:00
1820af5021
chore: merge release/perth_narrows into devel
2023-03-13 11:40:54 +01:00
51cbb91513
Revert GODT-2373 (bridgelib).
2023-02-24 15:22:12 +01:00
a741ffb595
feat(GODT-2373): introducing bridgelib Go dynamic library in bridge-gui.
2023-02-20 12:21:02 +01:00
2faeebe9e7
chore: Bridge Perth Narrows 3.0.16/17
2023-02-16 17:46:31 +01:00
249658c05b
chore: merge branch release/perth_narrows to devel
2023-02-15 14:39:28 +01:00
465f754803
feat(GODT-2353): show popup only after 3.0.16
2023-02-09 17:00:58 +01:00
1c88ce3cc0
feat(GODT-2255): Randomize the focus service port.
2023-02-08 10:06:53 +00:00
24c68f100e
GODT-2210: v3.0 splash screen.
...
Other: new splash screen content.
2023-01-25 09:42:00 +00:00
7119c566ef
Other: Bump GPA to v0.3.0
2023-01-17 14:10:07 +00:00
0580842ad2
GODT-2229: Own the full path for gluon and do not change Database path.
2023-01-12 13:23:09 +00:00
8d9db83a87
GODT-2246: do not report API error 422 when using an invalid email address.
2023-01-12 12:36:46 +01:00
715efaa087
Revert "GODT-2229: Allow changing cache folder to a non-empty folder."
...
This reverts commit b19e16e4b8 .
2023-01-11 10:19:38 +01:00
b19e16e4b8
GODT-2229: Allow changing cache folder to a non-empty folder.
2023-01-10 16:40:52 +00:00
6d0a128111
Other: Update copyright year
2023-01-02 11:09:11 +01:00
6c30a04ac0
Merge branch 'release/perth_narrows' into devel
2022-12-07 09:26:59 +01:00
04881b9b78
GODT-2178: Bump go-proton-api to fix drafts
2022-12-05 15:14:30 +01:00
990b8cda96
GODT-2180: Allow login with FIDO2
...
The API docs didn't specify what the "integer" meant. Turns out it's a
bitfield; we can't compare with equality.
2022-12-05 14:22:38 +01:00
5b9c28e6f0
GODT-1847: add option to export TLS Certificates in GUI.
2022-12-01 13:08:04 +01:00
2cce1c7b2a
Other: setMailServerSettings is async as it should.
2022-11-29 13:31:12 +01:00
8e5040a357
GODT-1910: fix GUI not being notified of SMTP SSL being turned on by ConfigureAppleMail.
2022-11-28 17:55:55 +01:00
d4b8f3e1c2
GODT-2153: use file socket for bridge gRPC on linux & macOS.
...
Other: fix integration tests.
2022-11-28 16:51:13 +01:00
e601245f01
Other(chore): Bump major version to v3
2022-11-23 16:08:27 +01:00
ad1fb47b0d
Other: Switch from liteapi to go-proton-api
2022-11-23 15:17:56 +01:00
1f0312573a
GODT-1846: remove restart cues, implement restart-less behaviour.
...
Other: fixed case issue in SSL member function names.
Other: removed 'restart' mention in SMTP and IMAP SSL settings.
GODT-1846: modified gRPC server to introduce ConnectionMode settings.
GODT-1846: implemented connection mode handling in bridge-gui.
GODT-1846: implemented error reporting in bridge-gui for connection mode.
Other: gathered all IMAP/SMTP server settings.
GODT-1846: wired IMAP/SMTP port change errors.
Other: Renamed some error events and signals.
Other: Fixed crash in IMAP restart when not started.
Other: dismiss port error notifications before changing ports.
Other: misc. fixes.
2022-11-21 09:08:52 +00:00
0ce0e4765b
GODT-2122: Handle check for updates failure
2022-11-20 10:04:16 +00:00
f17b630b12
Other: Fix wrongly installed version
...
When manually installing an update, we want to manually install the
latest compatible version (`target`), not the absolute latest version
(`latest`). This is obviously a bug in the code because the mutex lock
being locked was `targetLock` but we were wrongly trying to install
`latest`.
2022-11-18 10:08:26 +00:00
49b3c18903
GODT-2039: bridge monitors bridge-gui via its PID (port from v2.4)
2022-11-16 15:21:33 +01:00