status-go/server
frank a08319f615
fix(sync)_: sync fallback notification (#5888)
* fix(sync)_: Improve EnableInstallationAndSync and add EnableInstallationV2

- Refactor EnableInstallationAndSync for better error handling and response merging
- Add new EnableInstallationV2 method returning the installation
- Update tests to check for installation in response
- Deprecate old EnableInstallation method

* chore_: remove EnableInstallationV2

* fix(sync)_: create/delete AC notification only when targetInstallationID match

- Add targetInstallationID parameter to SendPairInstallation function
- Update protobuf SyncPairInstallation struct with TargetInstallationId field
- Modify method calls across multiple test files to include new parameter
- Update pairing.proto and pairing.pb.go with new field for local pairing

* chore_: rename stubEnableInstallationAndPair

chore_: move InstallationIDProvider

chore_: revert endpoints.go

test_: check AC with resp

chore_: rename ModifiedInstallationsTargetedToThisDevice

test_: add InstallationIDProvider

chore_: revert endpoints.go

chore_: remove comment

test_: add TestNewInstallationCreatedIsNotDeleted
2024-10-07 22:05:37 +08:00
..
pairing fix(sync)_: sync fallback notification (#5888) 2024-10-07 22:05:37 +08:00
servertest
certs.go
certs_test.go
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
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
ips_test.go
ports.go
qrops.go
qrops_test.go
server.go feat_: log on panic (#5849) 2024-09-27 06:37:32 +08: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
timeout.go feat_: log on panic (#5849) 2024-09-27 06:37:32 +08:00
timeout_test.go