core icon indicating copy to clipboard operation
core copied to clipboard

Implement Firefox Sync support

Open kalikiana opened this issue 6 years ago • 2 comments

The SyncStorage API allows syncing:

  • [ ] bookmarks
  • [ ] history
  • [ ] forms
  • [ ] preferences
  • [ ] tabs
  • [ ] passwords

Ideally this can be implemented as an extension so it can be easily enabled and disabled as necessary, although making it part of the core may be necessary.

This should be considered a meta issue to track implementation of the above items, some of which depend on features that aren't in the new core yet.

See ANDROID-13 for the Android epic

kalikiana avatar Sep 18 '18 15:09 kalikiana

this is interest but also is important have users native and not depend of Mozilla and services, Astore Web begin with the creation of repository this center can be the platform where the user not only manages their applications (WebApps, .deb and Android, snaps) but also can manage their data history, searches, passwords etc. https://gitlab.com/astian-os/astore-web, For this development use Python and Flask for more performance.

ghost avatar Oct 12 '18 05:10 ghost

@Poncho09 There's two ways here I think which can help keep this independent. One can setup a sync server compatible with the SyncStorage API that's not run by Mozilla. And we can totally look into keeping the implementation agnostic so for example Midori.Database objects implement sync without knowing about he backend.

kalikiana avatar Oct 12 '18 11:10 kalikiana