[epiphany] (116 commits) Non-fast-forward update to branch wip/ephy-sync



The branch 'wip/ephy-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:

  26ce19c... Updated Norwegian bokmål translation.
  85a38b5... Updated Hebrew translation
  348ab72... Add Language headers to po files
  914c09b... Updated Chinese (Taiwan) translation
  5d9d704... Prepare 3.21.4
  628b22f... Updated Spanish translation
  19d1a23... Updated Lithuanian translation
  5b7140b... Add basic sync window
  5d552cf... Provide stub implementation of EphySyncService class
  c87bc29... Implement key stretch. Obtain authPW and unwrapBKey
  318d6dd... Test method for account/login endpoint
  7fe8e67... Move crypto functions to a new module
  1d8e6ee... Use LOG instead of g_printf
  e41d3da... Fix alignment
  7f240cc... Add missing copyright statemets
  bf0ed7c... Have a global sync service
  d8e4862... New ephy-sync-utils module
  e7184b9... Store tokens through secret service. Keep tokens in the Eph
  be3740c... Add function for hex decoding
  69d3039... Add gsettings key for the user's email
  6fcf377... Discard sync window and add a new tab in the preferences di
  a5f006a... Add functions for save/store, get/load, delete/forget token
  9f83e47... Fix logging format
  c94d9e3... Implement login logic
  f5797c2... Implement function for computing the hawk header
  65db86e... The key should be guint8
  13c8e1f... Functions for Hawk post/get requests
  60136b7... Fix finalize seg fault
  c5922d6... Use g_str_hash rather than g_direct_hash
  15804e1... Use g_hash_table_destroy rather than g_hash_table_unref
  9d7b601... crypto: fix bad MAC issue
  41cd852... Implement Fetching Sync Keys act
  e0c7770... Implement new sign in method
  77cd4de... Destroy session asynchronously
  7fd328a... Rename functions
  0d44105... Implement sign certificate act
  bae1b0a... API to retrieve the storage endpoint from the Token Server
  f186571... Fix the build with libhogweed and libgmp
  488b3d0... Add FIXME comment about libgmp
  1575da0... Add the X-Client-State header to Token Server requests
  f85d872... sync-service: Discard self->parser
  930c2b6... sync-utils: Remove unused debugging function
  e065b5b... Crypto functions belong to the crypto module
  6f2b383... Don't keep six tokens in a GHashTable
  33f22f6... sync-service: Get rid of object references in dispose
  0168398... Discard sync-utils module
  07a11cc... Discard some unnecessary logs
  ab5b806... sync-service: Better name for JsonObject
  7732587... sync-crypto: Replace Nettle functions with GLib functions
  a6fdee0... Fix json-glib required version
  b20894e... ephy-shell: Fix get_global_sync_service() function
  14245ac... ephy-shell: shell instead of ephy_shell
  dba2541... Use g_str_equal() rather than g_strcmp0()
  5fcc08a... sync-service: Test user email against regex
  0ebc848... sync-service: Generate assertion internally
  eff969c... sync-service: Get the storage token asynchronously
  29a2281... sync-service: Discard JsonNode *root
  df9ad06... sync-service: Sign certificates asynchronously

Commits added to the branch:

  63ca52c... Add menus file (*)
  0863407... Port zoom actions to GAction (*)
  c7bee8e... Port Print and Find to GAction (*)
  6343d46... Port undo/redo and cut/copy/paste to GAction (wip) (*)
  4f25258... ephy-toolbar: Use popup instead of popover for page menu (*)
  056a7e6... Fix accels for proted actions (*)
  f3433ec... Port Save As/Save As Application to GAction (*)
  b5e0e85... Port Encoding, Page Source and Close to GAction (*)
  9c31e1a... Port Open to GAction (*)
  918b2ca... Port New Tab to GAction (*)
  2a7dffe... Port ToggleInspector to GAction (*)
  976af15... Group window actions in action group (*)
  fcf142d... Use GAction for back/forward buttons (*)
  309637d... Remove redundant app menu code (*)
  620e7ac... Remove unused signal handler id variable (*)
  ad4ba63... Hide new tab button and page menu button in application mod (*)
  5dca593... Use GAction for the combined stop/reload button (*)
  fe1cc64... ephy-toolbar: remove reduntant code (*)
  d16cefa... Use GAction for browse-with-caret (*)
  f4939cc... ephy-window: remove redundant zoom code (*)
  9c67809... Use GActions for tab context menu (*)
  63d8fdc... Remove unused action group. Attach menu to tab instead of w (*)
  7462c0f... Restore the bookmarks submenu in the page menu (*)
  cd9ee18... Remove unused actions (*)
  21dfb5e... Use GAction for fullscreen toggle (*)
  122fd6e... Remove unused actions (*)
  4ff411b... Use GAction for Send To (*)
  5acb21d... Use GAction for 'Go Location' (*)
  ae5cb73... Use 'parameter' instead of 'value' for action activate func (*)
  34ff81f... Update function headers for app menu entries (*)
  7407278... Update function header (*)
  c5a18f3... Simplify names of GAction callbacks (*)
  11c7d9e... Use GAction for 'Allow popup windows' (*)
  2c07d05... Use default handler for boolean-stated actions (*)
  d2ddd99... Use a more suggestive name for 'browse-with-caret' callback (*)
  e96d76f... Fix bug with 'win.fullscren' action (*)
  a391c91... Use GActions for context menu (*)
  c23d83f... Use GAction for 'home' (*)
  e9fdc99... ephy-toolbar: Hide navigation box popup if button was relea (*)
  389f298... Disable unused topic menu (*)
  79bf0fa... Remove text file added by mistake (*)
  2e8e59a... shortcuts-window: fix rebase problem (*)
  367b0a6... Move EphyLinkAction and EphyWindowAction to bookmarks direc (*)
  3ccd3ba... window: Remove confusingly-named function (*)
  42f7fb6... window: remove unused member (*)
  7c945e7... bookmarks-ui: Properly disconnect handler (*)
  2d0605a... bookmarks: Add toolbar button for popover (*)
  8c63672... bookmarks-popover: Define a custom type for bookmarks butto (*)
  219ce7a... bookmarks: Add basic bookmark model (*)
  444f278... bookmarks: Add custom list box row (*)
  e635179... bookmarks: Add gvdb library to use for storage (*)
  809654e... bookmarks: Add EphyBookmarksManager (*)
  d1b5e90... bookmarks-popover: Open bookmark on row click (*)
  7a3598e... bookmarks: Store tags in EphyBookmark (*)
  c8421ae... bookmarks-popover: Populate Tags stack (*)
  32387fd... bookmarks: Add properties dialog (*)
  c376fe6... Updated Norwegian bokmål translation.
  d327586... Updated Hebrew translation
  cdeb061... Add Language headers to po files
  1380cdb... Updated Chinese (Taiwan) translation
  033c9cb... Prepare 3.21.4
  ea8c74c... Updated Spanish translation
  9a4f991... Updated Lithuanian translation
  e602ae8... Add basic sync window
  002132a... Provide stub implementation of EphySyncService class
  8abd318... Implement key stretch. Obtain authPW and unwrapBKey
  3c7d9c2... Test method for account/login endpoint
  72bd177... Move crypto functions to a new module
  30c49bd... Use LOG instead of g_printf
  d0253ab... Fix alignment
  5297a17... Add missing copyright statemets
  b6310d3... Have a global sync service
  5d8a725... New ephy-sync-utils module
  2b9546e... Store tokens through secret service. Keep tokens in the Eph
  2bb2fad... Add function for hex decoding
  73faffc... Add gsettings key for the user's email
  5d6e88d... Discard sync window and add a new tab in the preferences di
  b896cb9... Add functions for save/store, get/load, delete/forget token
  5149f0f... Fix logging format
  969368d... Implement login logic
  e9c4ec1... Implement function for computing the hawk header
  56a5501... The key should be guint8
  d1c8b2c... Functions for Hawk post/get requests
  45dd2d5... Fix finalize seg fault
  27cefc8... Use g_str_hash rather than g_direct_hash
  05446c2... Use g_hash_table_destroy rather than g_hash_table_unref
  df1ee9f... crypto: fix bad MAC issue
  dd91777... Implement Fetching Sync Keys act
  844c9f7... Implement new sign in method
  194113a... Destroy session asynchronously
  76c7850... Rename functions
  29adadd... Implement sign certificate act
  ce76757... API to retrieve the storage endpoint from the Token Server
  91081a4... Fix the build with libhogweed and libgmp
  122c6e8... Add FIXME comment about libgmp
  bb90ecf... Add the X-Client-State header to Token Server requests
  a0dec4c... sync-service: Discard self->parser
  bd4684a... sync-utils: Remove unused debugging function
  835032f... Crypto functions belong to the crypto module
  9c4b760... Don't keep six tokens in a GHashTable
  6a4cfc1... sync-service: Get rid of object references in dispose
  9c7d411... Discard sync-utils module
  d5bb28f... Discard some unnecessary logs
  fedb30f... sync-service: Better name for JsonObject
  7aa4c28... sync-crypto: Replace Nettle functions with GLib functions
  38da455... Fix json-glib required version
  a7b2139... ephy-shell: Fix get_global_sync_service() function
  c1b4445... ephy-shell: shell instead of ephy_shell
  a4ed933... Use g_str_equal() rather than g_strcmp0()
  26445b6... sync-service: Test user email against regex
  5691b7a... sync-service: Generate assertion internally
  7d303a2... sync-service: Get the storage token asynchronously
  fe58090... sync-service: Discard JsonNode *root
  12cdb2b... sync-service: Sign certificates asynchronously
  0ed4940... ephy-bookmark: Implement JsonSerializable interface
  045637b... sync-crypto: AES encryption/decryption functions

(*) 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]