summaryrefslogtreecommitdiff
path: root/lib/sync
Commit message (Expand)AuthorAgeFilesLines
* sync: Fix incorrect device name on accounts.firefox.comwip/sync-device-nameGabriel Ivascu2017-11-265-160/+421
* sync-service: Fix sign in error report when registering deviceGabriel Ivascu2017-11-251-3/+2
* sync: Move sync-related defines to sync-utils.hGabriel Ivascu2017-11-252-20/+18
* sync: Return early if there is no network connectivityGabriel Ivascu2017-11-141-0/+19
* sync-crypto: Use PRIu64 macro to print unsigned longsGabriel Ivascu2017-11-061-1/+1
* sync-service: Add tabs to the enabled engines in meta/globalGabriel Ivascu2017-11-011-0/+1
* sync-service: Use a non-null app package value in the client objectGabriel Ivascu2017-11-011-1/+1
* sync-records: Convert NULL to empty string for serializable string propertiesGabriel Ivascu2017-11-012-12/+27
* sync-service: Set a name for the periodical sync sourceGabriel Ivascu2017-10-041-0/+1
* sync-debug: Fix unused variable warningsMichael Catanzaro2017-10-031-2/+3
* sync-service: No need to prettify the secrets JSON stringGabriel Ivascu2017-09-261-1/+1
* sync-service: Handle the case when secret_item_get_secret() returns NULLGabriel Ivascu2017-09-261-0/+6
* password-manager: password_field can be NULL tooGabriel Ivascu2017-09-242-13/+10
* password-manager: Delete old legacy functionsGabriel Ivascu2017-09-222-109/+61
* Purge g_return from lib/Michael Catanzaro2017-09-1311-132/+132
* sync-service: Log out user in case of invalid or missing sync secretsGabriel Ivascu2017-08-301-0/+7
* sync-service: Improve an error messageMichael Catanzaro2017-08-271-1/+1
* password-manager: Handle security origins only (no more URIs)Gabriel Ivascu2017-08-274-98/+94
* password-manager: Handle invalid input from gnome-keyringGabriel Ivascu2017-08-261-0/+6
* sync: Prevent duplicates after target_origin migrationExalm2017-08-251-3/+16
* sync: Store target_origin for password recordsExalm2017-08-254-28/+68
* password-manager: Query by ID when handling single recordsGabriel Ivascu2017-08-192-35/+22
* password-manager: Fix typo in function nameGabriel Ivascu2017-08-151-8/+8
* sync: Use GList instead of GSList when handling recordsGabriel Ivascu2017-08-1512-146/+147
* history/password-manager: Remove deleted records from memory tooGabriel Ivascu2017-08-152-18/+51
* Change my email addressGabriel Ivascu2017-08-0824-24/+24
* passwords-sync: Fix crash caused by serializing NULL usernamesGabriel Ivascu2017-08-072-14/+60
* build: Turn libephysync into a shared libraryGabriel Ivascu2017-08-061-2/+5
* Move user agent functions from embed to libGabriel Ivascu2017-08-061-4/+4
* sync: Remove dependency on embedGabriel Ivascu2017-08-066-40/+212
* sync: Fix issues pointed in the code reviewGabriel Ivascu2017-08-064-11/+16
* sync: Free reference counted stuff in finalizeGabriel Ivascu2017-08-065-34/+43
* password-manager: Username and password fields are not needed in _forget()Gabriel Ivascu2017-08-062-9/+4
* password-manager: Fix crash when trying to cache NULL usernamesGabriel Ivascu2017-08-061-6/+11
* sync: Fix history migration being too slowGabriel Ivascu2017-08-061-0/+5
* sync: Make sure sync starts after all the managers are registeredGabriel Ivascu2017-08-061-2/+9
* sync-crypto: Pad even if the input is multiple of the block sizeGabriel Ivascu2017-08-061-9/+2
* sync-service: Fix the forced sign out at password changeGabriel Ivascu2017-08-062-14/+49
* sync-service: Fix the sign out flowGabriel Ivascu2017-08-061-27/+16
* sync: Fix spelling and grammar errors in READMEGabriel Ivascu2017-08-061-80/+87
* sync-crypto: Change the signature of _key_bundle_new()Gabriel Ivascu2017-08-065-18/+20
* sync-service: Make the sign in actions chronologicalGabriel Ivascu2017-08-062-41/+123
* sync-crypto: Move _find_and_replace() to ephy-stringGabriel Ivascu2017-08-061-41/+5
* sync: Rename and reorder some functionsGabriel Ivascu2017-08-066-980/+959
* sync: Add READMEGabriel Ivascu2017-08-061-0/+454
* sync: Show the time of last sync in preferences dialogGabriel Ivascu2017-08-061-0/+3
* sync: Make sure secrets are cleared only after they are no longer neededGabriel Ivascu2017-08-061-56/+104
* sync: Use wrapper functions to access GSettingsGabriel Ivascu2017-08-066-114/+78
* sync: Allow user to change device nameGabriel Ivascu2017-08-063-99/+118
* sync: Implement open tabs syncGabriel Ivascu2017-08-066-2/+643