summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Turn libephysync into a shared librarywip/syncGabriel Ivascu2017-08-028-4/+7
* Move user agent functions from embed to libGabriel Ivascu2017-08-025-85/+141
* sync: Remove dependency on embedGabriel Ivascu2017-08-018-42/+266
* sync: Fix issues pointed in the code reviewGabriel Ivascu2017-08-0116-31/+38
* sync: Free reference counted stuff in finalizeGabriel Ivascu2017-08-015-34/+43
* password-manager: Username and password fields are not needed in _forget()Gabriel Ivascu2017-08-013-12/+5
* string: Use GString API in _find_and_replace()Gabriel Ivascu2017-07-311-23/+14
* sync: Allow mobile bookmarks to be synced tooGabriel Ivascu2017-07-311-6/+13
* password-manager: Fix crash when trying to cache NULL usernamesGabriel Ivascu2017-07-301-6/+11
* sync: Fix history migration being too slowGabriel Ivascu2017-07-254-44/+16
* sync: Let EphyShell start the sync after sign inGabriel Ivascu2017-07-052-63/+73
* sync: Make sure sync starts after all the managers are registeredGabriel Ivascu2017-07-052-22/+47
* sync-crypto: Pad even if the input is multiple of the block sizeGabriel Ivascu2017-07-051-9/+2
* sync-service: Fix the forced sign out at password changeGabriel Ivascu2017-07-053-15/+50
* sync-service: Fix the sign out flowGabriel Ivascu2017-07-051-27/+16
* sync: Fix spelling and grammar errors in READMEGabriel Ivascu2017-07-051-80/+87
* sync-crypto: Change the signature of _key_bundle_new()Gabriel Ivascu2017-07-055-18/+20
* sync-service: Make the sign in actions chronologicalGabriel Ivascu2017-07-052-41/+123
* prefs-dialog: Use a helper function to parse WebChannelMessageToChromeGabriel Ivascu2017-07-051-97/+163
* prefs-dialog: Rename functions that interact with Firefox Accounts Content Se...Gabriel Ivascu2017-07-051-14/+14
* sync-crypto: Move _find_and_replace() to ephy-stringGabriel Ivascu2017-07-053-41/+46
* sync: Rename and reorder some functionsGabriel Ivascu2017-07-057-988/+967
* sync: Add READMEGabriel Ivascu2017-07-051-0/+454
* sync: Show the time of last sync in preferences dialogGabriel Ivascu2017-07-057-0/+65
* prefs-dialog: Prettify sync tabGabriel Ivascu2017-07-053-88/+98
* sync: Make sure secrets are cleared only after they are no longer neededGabriel Ivascu2017-07-051-56/+104
* sync: Use wrapper functions to access GSettingsGabriel Ivascu2017-07-0512-209/+333
* sync: Allow user to change device nameGabriel Ivascu2017-07-059-103/+292
* sync: Implement open tabs syncGabriel Ivascu2017-07-0518-20/+1255
* sync-service: Set 'version' and 'appPackage' fields too when registering clientGabriel Ivascu2017-07-051-0/+2
* sync: Add debug functions under ephy-sync-debugGabriel Ivascu2017-07-056-70/+1058
* sync: Disable sync in app mode and incognito modeGabriel Ivascu2017-07-053-17/+36
* prefs-dialog: Set initial sync to all collections when 'Sync with Firefox' is...Gabriel Ivascu2017-07-051-0/+19
* prefs-dialog: Connect signals after binding settingsGabriel Ivascu2017-07-051-19/+19
* prefs-dialog: Set initial sync when collection is disabledGabriel Ivascu2017-07-051-2/+6
* sync: Implement history syncGabriel Ivascu2017-07-0534-271/+1494
* profile-migrator: Migrate history to Firefox Sync historyGabriel Ivascu2017-07-059-19/+112
* passwords-dialog: Make the password manager an object propertyGabriel Ivascu2017-07-051-8/+61
* sync-service: Handle case when user is not notified about sign in errorGabriel Ivascu2017-07-051-21/+33
* sync-service: Connect the GSettings signal to handle changed sync frequencyGabriel Ivascu2017-07-052-25/+12
* profile-migrator: Migrate passwords to Firefox Sync passwordsGabriel Ivascu2017-07-052-1/+75
* sync: Implement passwords syncGabriel Ivascu2017-07-0528-1005/+2090
* lib: Replace ephy-form-auth-data with ephy-password-managerGabriel Ivascu2017-07-0518-708/+1010
* sync: Move code to lib/Gabriel Ivascu2017-07-0512-11/+42
* sync: Replace old bookmarks sync codeGabriel Ivascu2017-07-0529-2799/+4559
* meson: Remove enable_firefox_sync optionGabriel Ivascu2017-07-0510-121/+24
* prefs-dialog: Fix script message handler name in _finalize()Gabriel Ivascu2017-07-051-1/+1
* downloads-manager: Fix crash when download failsMichael Catanzaro2017-07-021-9/+2
* profile-migrator: Check limit before dereferencingMichael Catanzaro2017-07-021-1/+1
* notebook: Check limit before dereferencingMichael Catanzaro2017-07-021-1/+1