proton-bridge/internal/vault
Leander Beernaert 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
..
certs.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
certs_test.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
cookies.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
cookies_test.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
helper.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
migrate.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
migrate_test.go GODT-2229: Own the full path for gluon and do not change Database path. 2023-01-12 13:23:09 +00:00
migrate_v2.3.x.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
migrate_v2.4.x.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
settings.go fix(GODT-2319): seed the math/rand RNG on app startup. 2023-02-01 10:42:09 +01:00
settings_test.go fix(GODT-2319): seed the math/rand RNG on app startup. 2023-02-01 10:42:09 +01:00
token.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
types_certs.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
types_data.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
types_file.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
types_settings.go GODT-2210: v3.0 splash screen. 2023-01-25 09:42:00 +00:00
types_user.go Other: added user's primary email address to the vault. 2023-01-17 11:27:54 +01:00
user.go fix(GODT-2326): Only run sync after addIMAPUser() 2023-02-02 16:26:12 +01:00
user_test.go Other: added user's primary email address to the vault. 2023-01-17 11:27:54 +01:00
vault.go Other: added user's primary email address to the vault. 2023-01-17 11:27:54 +01:00
vault_bench_test.go Other: added user's primary email address to the vault. 2023-01-17 11:27:54 +01:00
vault_debug.go Other: Update copyright year 2023-01-02 11:09:11 +01:00
vault_test.go GODT-2229: Own the full path for gluon and do not change Database path. 2023-01-12 13:23:09 +00:00