Open
Bug 745412
Opened 13 years ago
Updated 3 years ago
Change clients collection format
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
NEW
People
(Reporter: gps, Unassigned)
References
(Depends on 2 open bugs)
Details
(Whiteboard: [sync:clients])
Design of the clients collection and record format is being completely overhauled.
Notes from etherpad:
Per-client Client Records:
{
name
type
version
capabilities
master password enabled??? (used for preventing setting up sync on an "insecure" device?)
}
Command Record:
{
id
client <-- Need server support for this. Until we do, clients see all records.
modified
payload: {
client
id
command
version
arguments: {}
}
}
Comment 1•13 years ago
|
||
ibarlow mentioned in Bug 742478 that we'd like to improve the granularity of "type" -- not just desktop/mobile, but laptop/desktop/phone/tablet.
Updated•13 years ago
|
Whiteboard: [sync:clients]
Assignee | ||
Updated•7 years ago
|
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•