summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sync-service: Use the new function namewip/sync-rebaseGabriel Ivascu2016-10-071-6/+6
* ephy-sync: Reset sync time at sign outGabriel Ivascu2016-10-071-0/+1
* Forgot this when cherry-pickingGabriel Ivascu2016-10-071-1/+0
* sync-service: Silently return if the user is not signed in when trying to del...Gabriel Ivascu2016-10-071-1/+3
* ephy-sync: Use #pragma onceGabriel Ivascu2016-10-076-24/+6
* ephy-sync: Add files with translatable strings to POTFILES.inGabriel Ivascu2016-10-071-0/+2
* ephy-sync: Add/improve commentsGabriel Ivascu2016-10-073-17/+77
* prefs-dialog.ui: Use one vertical box instead of twoGabriel Ivascu2016-10-071-79/+65
* prefs-dialog: Unref content manager at finalizeGabriel Ivascu2016-10-071-0/+1
* ephy-sync: Fix minor issues in ephy-sync-serviceGabriel Ivascu2016-10-071-14/+16
* sync-secret: Free errors and improve translators commentGabriel Ivascu2016-10-071-5/+14
* sync-crypto: Only use Nettle specific random generatorGabriel Ivascu2016-10-073-20/+24
* sync-crypto: Replace g_return macros with g_assert in static functionsGabriel Ivascu2016-10-071-22/+22
* sync-crypto: Avoid failure if longs are not 8 bytesGabriel Ivascu2016-10-071-1/+2
* sync-crypto: Move every free function under the correponding new functionGabriel Ivascu2016-10-071-45/+44
* ephy-shell: Create the sync service in startup rather than initGabriel Ivascu2016-10-071-21/+26
* ephy-bookmark: Better names for setters/gettersGabriel Ivascu2016-10-075-64/+64
* ephy-notification-manager: Rename to ephy-notification-containerGabriel Ivascu2016-10-079-198/+170
* ephy-sync: No space after castGabriel Ivascu2016-10-073-13/+13
* ephy-bookmark: Align function parametersGabriel Ivascu2016-10-071-7/+7
* ephy-bookmark: Replace G_DEFINE_TYPE_EXTENDED with G_DEFINE_TYPE_WITH_CODEGabriel Ivascu2016-10-071-2/+3
* ephy-bookmark: Add comment regarding the modified timestampGabriel Ivascu2016-10-071-0/+2
* bookmarks-properties-grid: Split some code into a file-static helper functionGabriel Ivascu2016-10-071-13/+13
* bookmark-properties-grid: g_strcmp0() can handle NULL for usGabriel Ivascu2016-10-071-10/+6
* ephy-sync: Fix ephy-password-notificationGabriel Ivascu2016-10-072-25/+13
* ephy-sync: Avoid including markup in translatable commentsGabriel Ivascu2016-10-073-15/+40
* ephy-sync: Rename ephy-fx-password-notification to ephy-password-notification...Gabriel Ivascu2016-10-075-50/+51
* sync-service: Don't keep the service locked if an error occurredGabriel Ivascu2016-10-071-0/+5
* sync-service: Notify the user to sign in with the new passwordGabriel Ivascu2016-10-0710-30/+445
* sync-service: Remove the source ID at sign out and finalizeGabriel Ivascu2016-10-074-38/+43
* ephy-sync: Replace gchar with charGabriel Ivascu2016-10-079-332/+332
* prefs-dialog: Minor changesGabriel Ivascu2016-10-072-60/+43
* ephy-sync: Implement the sync logicGabriel Ivascu2016-10-0721-1251/+1616
* sync-crypto: Consider the url query too when creating HAWK headerGabriel Ivascu2016-10-071-1/+4
* sync-service: Fix email regexGabriel Ivascu2016-10-071-1/+1
* sync-service: Process storage requests in the same order they were sentGabriel Ivascu2016-10-072-82/+96
* ephy-sync: Prepare the ground for syncGabriel Ivascu2016-10-0712-277/+620
* sync-service: Ensure that no simultaneous storage credentials requests are madeGabriel Ivascu2016-10-071-6/+36
* ephy-sync: Minor fixesGabriel Ivascu2016-10-072-22/+36
* ephy-sync: Create our own bookmarks BSO collection at loginGabriel Ivascu2016-10-073-31/+99
* sync-crypto: Free SoupUriGabriel Ivascu2016-10-071-0/+2
* ephy-sync: Fix includesGabriel Ivascu2016-10-073-3/+5
* sync-service: Add FIXME note for future referenceGabriel Ivascu2016-10-071-0/+6
* sync-service: Implement asynchronous Storage Server requestsGabriel Ivascu2016-10-071-28/+172
* sync-service: Better function namesGabriel Ivascu2016-10-071-158/+156
* sync-service: Rename storage token to storage credentialsGabriel Ivascu2016-10-071-15/+15
* sync-service: Use a certificate duration lower than the duration of the stora...Gabriel Ivascu2016-10-071-23/+5
* sync-crypto: AES encryption/decryption functionsGabriel Ivascu2016-10-072-0/+43
* ephy-bookmark: Implement JsonSerializable interfaceGabriel Ivascu2016-10-072-1/+47
* sync-service: Sign certificates asynchronouslyGabriel Ivascu2016-10-071-102/+120