status-go/server
frank f04a9a8726
feat(sync)!: leftovers work for sync fallback (#5794)
* feat(sync)!: remove compatibility with v2.29

* feat(sync)_: add AC notifications when initiating the sync fallback

Needed for https://github.com/status-im/status-desktop/issues/15750

Adds an AC notification when the syncing fails and the user is prompted to use a seed phrase instead.
There is one notification for the initiator (created) and one for the old account (received).
Once the flow is completed, ie the receiver presses Enable and sync,  the notifications are deleted

* test_: update test

* fix_: lint issue

* chore_: ignore tmp file generated by make lint-fix

* chore_: rename EnableAndSyncInstallation to EnableInstallationAndSync

* chore_: address review feedback

* chore_: revert changes to .gitignore

* fix_: simplify code

* fix_: keep old API

---------

Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
2024-09-19 16:17:46 +08:00
..
pairing feat(sync)!: leftovers work for sync fallback (#5794) 2024-09-19 16:17:46 +08:00
servertest Added functionality to slow stop UDP beacon multicast/listen 2023-04-17 12:01:38 +01:00
certs.go feat: 200 years long media tls cert (#4377) 2023-12-04 15:54:51 +08:00
certs_test.go Local Pairing: connection string version 2 with sharing multiple server addresses (#3909) 2023-08-22 19:18:14 +03:00
device.go
device_test.go
handlers.go fix_:still return the image when handleAccountInitialsImpl is unable to get public key to generate color hash to generate ring (#5409) 2024-07-19 16:41:45 +08:00
handlers_linkpreview.go Add favicons to external link previews (#4788) 2024-03-12 22:47:51 +02:00
handlers_test.go fix_:still return the image when handleAccountInitialsImpl is unable to get public key to generate color hash to generate ring (#5409) 2024-07-19 16:41:45 +08:00
ips.go optimised finding server cert (#4148) 2023-10-18 14:17:49 +08:00
ips_test.go [CHERRY-PICK] PR#4036 (#4037) 2023-09-20 10:37:51 +01:00
ports.go
qrops.go adjust padding for QR Images (#3510) 2023-06-01 13:41:01 +05:30
qrops_test.go feat: use media server for community collectible images 2023-12-16 08:49:58 -03:00
server.go Reconciled duplicate cert funcs 2023-03-24 17:31:34 +00:00
server_media.go feat(community)_: Move images from community data to MediaServer (#5336) 2024-06-24 17:37:44 +08:00
server_media_interface.go chore(community)_: serialise community jsons with image URLs 2024-07-11 18:55:24 +07:00
server_test.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
timeout.go Improved Local Pairing Separation of Concerns (#3248) 2023-03-23 11:44:15 +00:00
timeout_test.go