summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ephy-sync: Reset sync time at sign outwip/ephy-syncGabriel Ivascu2016-09-291-0/+1
* sync-service: Silently return if the user is not signed in when trying to del...Gabriel Ivascu2016-09-271-1/+3
* ephy-sync: Use #pragma onceGabriel Ivascu2016-09-206-24/+6
* ephy-sync: Add files with translatable strings to POTFILES.inGabriel Ivascu2016-09-201-0/+2
* ephy-sync: Add/improve commentsGabriel Ivascu2016-09-013-17/+77
* prefs-dialog.ui: Use one vertical box instead of twoGabriel Ivascu2016-09-011-79/+65
* prefs-dialog: Unref content manager at finalizeGabriel Ivascu2016-08-301-0/+1
* ephy-sync: Fix minor issues in ephy-sync-serviceGabriel Ivascu2016-08-301-14/+16
* sync-secret: Free errors and improve translators commentGabriel Ivascu2016-08-301-5/+14
* sync-crypto: Only use Nettle specific random generatorGabriel Ivascu2016-08-303-20/+24
* sync-crypto: Replace g_return macros with g_assert in static functionsGabriel Ivascu2016-08-301-22/+22
* sync-crypto: Avoid failure if longs are not 8 bytesGabriel Ivascu2016-08-301-1/+2
* sync-crypto: Move every free function under the correponding new functionGabriel Ivascu2016-08-301-45/+44
* ephy-shell: Create the sync service in startup rather than initGabriel Ivascu2016-08-301-21/+22
* ephy-bookmark: Better names for setters/gettersGabriel Ivascu2016-08-305-64/+64
* ephy-notification-manager: Rename to ephy-notification-containerGabriel Ivascu2016-08-307-64/+65
* ephy-notification-manager: Add FIXME about using G_DECLARE_FINAL_TYPEGabriel Ivascu2016-08-301-0/+4
* ephy-sync: Fix ephy-notification-managerGabriel Ivascu2016-08-304-52/+18
* ephy-sync: No space after castGabriel Ivascu2016-08-293-13/+13
* ephy-bookmark: Align function parametersGabriel Ivascu2016-08-291-7/+7
* ephy-bookmark: Replace G_DEFINE_TYPE_EXTENDED with G_DEFINE_TYPE_WITH_CODEGabriel Ivascu2016-08-291-2/+3
* ephy-bookmark: Add comment regarding the modified timestampGabriel Ivascu2016-08-291-0/+2
* bookmarks-properties-grid: Split some code into a file-static helper functionGabriel Ivascu2016-08-291-9/+13
* bookmark-properties-grid: g_strcmp0() can handle NULL for usGabriel Ivascu2016-08-291-10/+6
* ephy-sync: Fix ephy-password-notificationGabriel Ivascu2016-08-282-25/+13
* ephy-sync: Avoid including markup in translatable commentsGabriel Ivascu2016-08-283-15/+40
* ephy-sync: Rename ephy-fx-password-notification to ephy-password-notification...Gabriel Ivascu2016-08-285-50/+51
* sync-service: Don't keep the service locked if an error occurredGabriel Ivascu2016-08-211-0/+5
* sync-service: Notify the user to sign in with the new passwordGabriel Ivascu2016-08-2110-30/+445
* sync-service: Remove the source ID at sign out and finalizeGabriel Ivascu2016-08-204-38/+43
* ephy-sync: Replace gchar with charGabriel Ivascu2016-08-209-332/+332
* prefs-dialog: Minor changesGabriel Ivascu2016-08-202-60/+43
* ephy-sync: Implement the sync logicGabriel Ivascu2016-08-2021-1251/+1616
* sync-crypto: Consider the url query too when creating HAWK headerGabriel Ivascu2016-08-201-1/+4
* sync-service: Fix email regexGabriel Ivascu2016-08-201-1/+1
* bookmarks: Save changes to file on editIulian Radu2016-08-201-0/+4
* sync-service: Process storage requests in the same order they were sentGabriel Ivascu2016-08-202-82/+96
* ephy-sync: Prepare the ground for syncGabriel Ivascu2016-08-2012-278/+621
* sync-service: Ensure that no simultaneous storage credentials requests are madeGabriel Ivascu2016-08-201-6/+36
* ephy-sync: Minor fixesGabriel Ivascu2016-08-202-21/+35
* ephy-sync: Create our own bookmarks BSO collection at loginGabriel Ivascu2016-08-203-31/+99
* sync-crypto: Free SoupUriGabriel Ivascu2016-08-201-0/+2
* ephy-sync: Fix includesGabriel Ivascu2016-08-203-3/+5
* sync-service: Add FIXME note for future referenceGabriel Ivascu2016-08-201-0/+6
* sync-service: Implement asynchronous Storage Server requestsGabriel Ivascu2016-08-201-28/+172
* sync-service: Better function namesGabriel Ivascu2016-08-201-158/+156
* sync-service: Rename storage token to storage credentialsGabriel Ivascu2016-08-201-15/+15
* sync-service: Use a certificate duration lower than the duration of the stora...Gabriel Ivascu2016-08-201-23/+5
* sync-crypto: AES encryption/decryption functionsGabriel Ivascu2016-08-202-0/+43
* ephy-bookmark: Implement JsonSerializable interfaceGabriel Ivascu2016-08-201-1/+45