summaryrefslogtreecommitdiff
path: root/lib/sync
Commit message (Expand)AuthorAgeFilesLines
* ephy-sync-crypto: Change log output typeJan-Michael Brummer2020-07-111-4/+5
* Fix memory leaks in history query resultsJan-Michael Brummer2020-06-251-1/+0
* sync-service: port to SecretPassword APIMichael Catanzaro2020-06-201-19/+16
* sync-service: use cancellable where requiredMichael Catanzaro2020-06-201-3/+18
* Fix crashes in import password dialogJan-Michael Brummer2020-05-121-3/+5
* Add Chrome/Chromium password importJan-Michael Brummer2020-05-105-0/+350
* password-manager: copy lists in synchronizable_manager_merge()Michael Catanzaro2020-02-241-2/+2
* ephy-password-manager: Really fix crash in query_async_data_free()Michael Catanzaro2020-02-241-1/+1
* password-manager: Fix crash in query_async_data_free()Michael Catanzaro2020-02-231-3/+3
* password-manager: free records in async data free funcsMichael Catanzaro2020-02-201-8/+3
* password-manager: fix leak of async data structMichael Catanzaro2020-02-201-0/+1
* Fix saving new passwords not workingMichael Catanzaro2020-02-011-0/+2
* password-manager: fix password saving if multiple passwords existMichael Catanzaro2020-01-311-5/+36
* Use g_clear_handler() when possibleMichael Catanzaro2019-12-231-4/+1
* sync-crypto: avoid unnecessary allocationsMichael Catanzaro2019-11-171-7/+3
* password-manager: Port to the secret_password* APIDaiki Ueno2019-10-121-71/+115
* build: Give all libraries a RUNPATH for our private librariesSimon McVittie2019-08-311-1/+2
* Mass update: Apply uncrustify style to everythingJan-Michael Brummer2019-07-158-103/+103
* Simplify user agent constructionMichael Catanzaro2019-06-231-1/+1
* history-manager: avoid critical when deleting URLs not tracked by syncMichael Catanzaro2019-05-011-0/+6
* Fix naming issues with password manager username query functionsMichael Catanzaro2019-03-052-3/+3
* Stop using the slice allocatorMichael Catanzaro2018-12-055-33/+33
* Require nettle 3.4Michael Catanzaro2018-12-051-65/+0
* password-manager: Fix preconditions of ephy_password_manager_save()Michael Catanzaro2018-11-141-2/+8
* password-manager: Don't crash on unexpected input from secret serviceMichael Catanzaro2018-11-141-14/+19
* Fix a -Wmaybe-uninitialized warningMichael Catanzaro2018-09-021-1/+1
* Move password management out of web processPatrick Griffis2018-08-281-149/+0
* Use g_value_dup_string where possibleMichael Catanzaro2018-06-153-12/+12
* sync-service: Fix crash when signing out before the initial sync startsGabriel Ivascu2018-05-071-3/+4
* sync-service: Fix crash when signing out while syncingGabriel Ivascu2018-05-061-4/+29
* web-extension: Use the new JavaScriptCore GLib API instead of DOM APICarlos Garcia Campos2018-04-192-0/+153
* sync-crypto: Use Nettle's HKDF only if availableGabriel Ivascu2017-12-121-0/+65
* sync: Migrate timestamps to gint64Gabriel Ivascu2017-12-1211-46/+50
* sync-crypto: Fix type cast code styleGabriel Ivascu2017-12-041-4/+4
* sync: Update READMEGabriel Ivascu2017-12-031-3/+0
* sync-crypto: Start using Nettle's HKDF supportGabriel Ivascu2017-12-031-79/+34
* sync-service: Do batched uploadsGabriel Ivascu2017-12-035-44/+273
* sync-service: Fix order of sign out actionsGabriel Ivascu2017-12-021-18/+30
* history-manager: Speed up sync merge by using hash tablesGabriel Ivascu2017-12-011-71/+41
* sync: Fix incorrect device name on accounts.firefox.comGabriel Ivascu2017-11-275-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