[epiphany] (86 commits) Non-fast-forward update to branch wip/sync
- From: Gabriel Ivașcu <gabrielivascu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] (86 commits) Non-fast-forward update to branch wip/sync
- Date: Wed, 22 Mar 2017 15:32:16 +0000 (UTC)
The branch 'wip/sync' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
43b1462... sync-service: Make _release_next_storage_message() static
23b87b7... sync-service: #define the certificate duration
8d73664... sync-service: Increase the certificate duration to 60 minut
c65526d... sync-service: #define the assertion duration
a416525... sync-service: Use g_return_if_fail() instead of plain retur
394a9df... prefs-dialog: Fix critical caused by nonexistent source id
050a917... prefs-dialog: Rename fxa_id to fxa_source_id
dc173ee... sync-service: Rename StorageServerRequestAsyncData to Stora
3013183... sync-service: Simplify the way storage requests are sent
2d95944... sync-service: Move destroy_session_response_cb()
8e7ec77... sync-service: Rename callbacks
d65d099... sync-service: Use ephy_shell_get_sync_service() instead of
ed860b7... sync-service: Use g_assert() in static functions
df52035... sync: Have more compact comparisons
e57e809... sync-service: Fix indentation
4a597c6... sync: Move sign in logic to EphySyncService
97005f1... prefs-dialog: Reset the sync user email in case of tokens s
f19008e... prefs-dialog: Have a function that shows the sing in detail
f34fcaf... prefs-dialog: Better names for sync functions
322a29f... sync-service: Check the storage version upon sign in
ba4553c... sync-service: Fix discards ‘const’ qualifier warning
608cd5c... sync-secret: Discard unnecessary parameters of _store_token
655824a... sync-service: Remove unused field in StorageRequestAsyncDat
7972e0e... sync-crypto: Rename defined structs
c98e106... sync: Fix header files format
4f2d727... sync-crypto: Add AES256 CBC mode encrypt/decrypt functions
aa98c0e... sync-crypto: Add function to derive the AES/HMAC keys from
9b67a84... sync: Obtain the default sync keys at sign in
0e4a9d9... sync-secret: Don't use hardcoded values for token names
cfa2864... sync-crypto: Make AES encrypt/decrypt functions static
ce36803... sync: Don't store unused tokens
eb136ed... sync-service: Use _get_token() to access tokens
c69bae3... sync: Add const keyword before input parameters
5db0e89... sync: Move _concatenate_bytes() from utils to crypto
5f6b15e... sync-service: Follow the same pattern when reporting errors
e618c18... sync-service: Use a function to report an error at sign in
a33962f... sync-crypto: Fix conditional in _unpad()
99ea5c7... sync: The default sync keys should be obtained at sync time
2dfc19d... sync: Get the per-collection sync keys too, if any
abe305e... sync-service: Add _do_sign_out() function
44c1e7d... sync: Set the sync user only when the sync tokens were succ
7d28a6b... sync-service: Fix namings
546b1f3... sync-service: Add _get_key_bundle() function
5ebd95f... sync: Add EphySynchronizable interface that all synced obje
d73bf61... sync-crypto: Modify _decrypt_record()
24c6313... sync-utils: Add 'escape' flag to _build_json_string()
48a508e... sync-service: Fix callback name
41622f9... sync-service: Return the default key bundle if the per-coll
d21e12b... ephy-synchronizable: Remove extra blank line
9d4750a... sync-crypto: Add _encrypt_record() function
27cac02... synchronizable: Add more methods
f79472b... bookmark: Implement EphySynchronizable
7512227... synchronizable: Remove GError parameter from _to_bso() and
a1b0f7b... bookmark: Implement _to_bso() interface method
343511d... synchronizable: Remove unused enum
6ab6053... bookmark: Change properties to match the ones in Firefox
Commits added to the branch:
a7ac281... Remove obsolete bookmarks documentation (*)
943cbd8... Updated Czech translation (*)
08ae38a... Update Friulian translation (*)
d7f388d... Update Catalan translation (*)
bb270f6... Updated Galician translations (*)
e555028... Update Galician translation (*)
54630af... Update to Catalan translation (*)
ebc9c2b... Prepare 3.23.92 (*)
9235ad3... Add Alt+Home to key event blacklist (*)
3213f7c... web-view: Destroy info bar when untracking it (*)
26ca8c6... Use GtkFileChooserNative for open/save dialogs (*)
b194356... Prepare 3.23.93 (*)
7df5780... Update Slovak translation (*)
0498372... Update Korean translation (*)
e55c82f... Updated Korean translation (*)
edd749f... Update Russian translation (*)
37c08ae... Update Latvian translation (*)
5b41a03... Update Korean translation (*)
15d033b... Update Turkish translation (*)
fd1cbb7... Update Korean translation (*)
45cf96b... Updated Serbian translation (*)
9d94602... Update Italian translation (*)
ae8c809... Update Latvian translation (*)
f9cf581... Disable test-ephy-web-view (*)
eca31e2... Prepare 3.24.0 (*)
075d003... Update Korean translation (*)
0d5ed34... Update Friulian translation (*)
c83d760... Updated Ukrainian translation (*)
b4e7231... sync-service: Make _release_next_storage_message() static
deb3331... sync-service: #define the certificate duration
43f64c5... sync-service: Increase the certificate duration to 60 minut
710381c... sync-service: #define the assertion duration
7a3b833... sync-service: Use g_return_if_fail() instead of plain retur
b91572d... prefs-dialog: Fix critical caused by nonexistent source id
49f1bb4... prefs-dialog: Rename fxa_id to fxa_source_id
a573b63... sync-service: Rename StorageServerRequestAsyncData to Stora
b795b94... sync-service: Simplify the way storage requests are sent
df8ddf3... sync-service: Move destroy_session_response_cb()
f0351a1... sync-service: Rename callbacks
e35b23a... sync-service: Use ephy_shell_get_sync_service() instead of
82731ba... sync-service: Use g_assert() in static functions
8d43043... sync: Have more compact comparisons
7809373... sync-service: Fix indentation
ef06aed... sync: Move sign in logic to EphySyncService
45f70e3... prefs-dialog: Reset the sync user email in case of tokens s
66910d3... prefs-dialog: Have a function that shows the sign in detail
e2a9ac2... prefs-dialog: Better names for sync functions
7919af6... sync-service: Check the storage version upon sign in
454e2bc... sync-service: Fix discards ‘const’ qualifier warning
61d4eb4... sync-secret: Discard unnecessary parameters of _store_token
2a860de... sync-service: Remove unused field in StorageRequestAsyncDat
37164d6... sync-crypto: Rename defined structs
10e1fe6... sync: Fix header files format
dbea380... sync-crypto: Add AES256 CBC mode encrypt/decrypt functions
dc0882b... sync-crypto: Add function to derive the AES/HMAC keys from
92517c5... sync: Obtain the default sync keys at sign in
83d2abf... sync-secret: Don't use hardcoded values for token names
77dca60... sync-crypto: Make AES encrypt/decrypt functions static
420daa7... sync: Don't store unused tokens
ca50b6f... sync-service: Use _get_token() to access tokens
d1b1496... sync: Add const keyword before input parameters
8f6e3b1... sync: Move _concatenate_bytes() from utils to crypto
5d7cf28... sync-service: Follow the same pattern when reporting errors
3efef3d... sync-service: Use a function to report an error at sign in
18d8453... sync-crypto: Fix conditional in _unpad()
27b8e1e... sync: The default sync keys should be obtained at sync time
1637630... sync: Get the per-collection sync keys too, if any
0c0ad28... sync-service: Add _do_sign_out() function
258e981... sync: Set the sync user only when the sync tokens were succ
4ab3e9c... sync-service: Fix namings
8318c99... sync-service: Add _get_key_bundle() function
5d3ab10... sync: Add EphySynchronizable interface that all synced obje
4bc2b17... sync-crypto: Modify _decrypt_record()
d1b804d... sync-utils: Add 'escape' flag to _build_json_string()
1859114... sync-service: Fix callback name
2c91a42... sync-service: Return the default key bundle if the per-coll
43a3458... ephy-synchronizable: Remove extra blank line
827abc5... sync-crypto: Add _encrypt_record() function
5455de3... synchronizable: Add more methods
577a797... bookmark: Implement EphySynchronizable
1dd1fed... synchronizable: Remove GError parameter from _to_bso() and
bca2e04... bookmark: Implement _to_bso() interface method
d045166... synchronizable: Remove unused enum
95a279d... bookmark: Change properties to match the storage server's f
4ab38bc... synchronizable: Implement _from_bso() method
8bb7246... sync: Add EphySynchronizableManager interface
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]