[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: Tue, 28 Mar 2017 20:55:40 +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:
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
Commits added to the branch:
aa4fb04... Mark forgotten string for translation (*)
2ad3d63... Mark Bookmark Properties string for translation (*)
9ccb19a... Update Polish translation (*)
29ac2fc... Update Polish translation (*)
d7e70a7... Update German translation (*)
96bbe2c... Update Swedish translation (*)
7eb418b... Updated Czech translation (*)
ef1b25f... Use GtkFileChooserNative for bookmark import/export (*)
99827b5... Fix untranslated strings in clear data dialog (*)
71568c3... Fix untranslated Favorites string in bookmarks popover titl (*)
a003c67... Update Friulian translation (*)
507fbe6... Update Brazilian Portuguese translation (*)
d13039f... Update Brazilian Portuguese translation for help files (*)
bc07c2f... add-bookmark-popover: Save bookmark when popover is closed, (*)
649eae3... Update Galician translation (*)
d20479c... Updated Norwegian bokmål translation. (*)
4c872e2... Updated Dutch translation Master 3.24 (*)
11d1e3a... Update Belarusian translation (*)
c88ca45... Updated Lithuanian translation (*)
b80fdf2... Remove quotation marks from about:web page (*)
eaa795d... Update Hungarian translation (*)
7bf8742... sync-service: Make _release_next_storage_message() static
103ae71... sync-service: #define the certificate duration
f790d3a... sync-service: Increase the certificate duration to 60 minut
221b94e... sync-service: #define the assertion duration
33b445e... sync-service: Use g_return_if_fail() instead of plain retur
8c9b429... prefs-dialog: Fix critical caused by nonexistent source id
3f577bc... prefs-dialog: Rename fxa_id to fxa_source_id
a56a563... sync-service: Rename StorageServerRequestAsyncData to Stora
ff91a7a... sync-service: Simplify the way storage requests are sent
8743eb1... sync-service: Move destroy_session_response_cb()
1123fe0... sync-service: Rename callbacks
40c8dba... sync-service: Use ephy_shell_get_sync_service() instead of
f4ce8ba... sync-service: Use g_assert() in static functions
20306ab... sync: Have more compact comparisons
a2058a2... sync-service: Fix indentation
e9ae0ec... sync: Move sign in logic to EphySyncService
2d1bca2... prefs-dialog: Reset the sync user email in case of tokens s
a57d050... prefs-dialog: Have a function that shows the sign in detail
2dba9d8... prefs-dialog: Better names for sync functions
01cbc75... sync-service: Check the storage version upon sign in
17b8e2f... sync-service: Fix discards ‘const’ qualifier warning
cc2b634... sync-secret: Discard unnecessary parameters of _store_token
d6efda1... sync-service: Remove unused field in StorageRequestAsyncDat
8b41439... sync-crypto: Rename defined structs
48c60f0... sync: Fix header files format
d6e274b... sync-crypto: Add AES256 CBC mode encrypt/decrypt functions
3a78d0c... sync-crypto: Add function to derive the AES/HMAC keys from
d32b23a... sync: Obtain the default sync keys at sign in
6b8b6a6... sync-secret: Don't use hardcoded values for token names
604d530... sync-crypto: Make AES encrypt/decrypt functions static
1eb753b... sync: Don't store unused tokens
adf7948... sync-service: Use _get_token() to access tokens
45bb969... sync: Add const keyword before input parameters
0385adb... sync: Move _concatenate_bytes() from utils to crypto
3ff7190... sync-service: Follow the same pattern when reporting errors
4d6c14c... sync-service: Use a function to report an error at sign in
14d4d12... sync-crypto: Fix conditional in _unpad()
640c4fc... sync: The default sync keys should be obtained at sync time
7927e7b... sync: Get the per-collection sync keys too, if any
f627bbb... sync-service: Add _do_sign_out() function
ef66f63... sync: Set the sync user only when the sync tokens were succ
35cca38... sync-service: Fix namings
65100be... sync-service: Add _get_key_bundle() function
1a5fe64... sync: Add EphySynchronizable interface that all synced obje
adbc6d6... sync-crypto: Modify _decrypt_record()
3ac0005... sync-utils: Add 'escape' flag to _build_json_string()
932bbe2... sync-service: Fix callback name
6043564... sync-service: Return the default key bundle if the per-coll
ea225d7... ephy-synchronizable: Remove extra blank line
c8b50dc... sync-crypto: Add _encrypt_record() function
3de684f... synchronizable: Add more methods
17b7d62... bookmark: Implement EphySynchronizable
588d725... synchronizable: Remove GError parameter from _to_bso() and
d7d0515... bookmark: Implement _to_bso() interface method
ddea1d3... synchronizable: Remove unused enum
b6341c3... bookmark: Change properties to match the storage server's f
56c7c19... synchronizable: Implement _from_bso() method
d493994... sync: Add EphySynchronizableManager interface
6593fd3... sync: Use a different schema GSettings schema
c6cfa3e... bookmark: Remove unused default interface vtable
145438b... bookmarks-manager: Implement EphySynchronizableManager
f2b1ab3... bookmark: Fix criticals caused by non-existent tags
d7726eb... bookmarks-manager: Search by id when removing bookmarks
c3e2efb... bookmark-properties-grid: Don't manually check for changes,
e6d4576... sync-service: Add functionality to register/unregister sync
(*) 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]