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



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:

  9a49615... meson: Remove enable_firefox_sync option
  936e8fd... sync: Replace old bookmarks sync code
  7657740... sync: Move code to lib/
  d46dd70... lib: Replace ephy-form-auth-data with ephy-password-manager
  fa2dcdf... sync: Implement passwords sync
  4697885... profile-migrator: Migrate passwords to Firefox Sync passwor
  56143c2... sync-service: Connect the GSettings signal to handle change
  0946b8a... sync-service: Handle case when user is not notified about s
  5963a72... passwords-dialog: Make the password manager an object prope
  8da8987... profile-migrator: Migrate history to Firefox Sync history
  b99c548... sync: Implement history sync
  a9e53eb... prefs-dialog: Set initial sync when collection is disabled
  ebeabc2... prefs-dialog: Connect signals after binding settings
  befd889... prefs-dialog: Set initial sync to all collections when 'Syn
  3837ae6... sync: Disable sync in app mode and incognito mode
  9335b63... sync: Add debug functions under ephy-sync-debug
  1383b6e... sync-service: Set 'version' and 'appPackage' fields too whe
  76164e2... sync: Implement open tabs sync
  32e46f6... sync: Allow user to change device name
  9cac19c... sync: Use wrapper functions to access GSettings
  38e5375... sync: Make sure secrets are cleared only after they are no 
  919e95f... prefs-dialog: Prettify sync tab
  b7292d4... sync: Show the time of last sync in preferences dialog
  47039d0... sync: Add README
  b31dc9c... sync: Rename and reorder some functions
  34d9994... sync-crypto: Move _find_and_replace() to ephy-string
  8cad0e7... prefs-dialog: Rename functions that interact with Firefox A
  f9a39e8... prefs-dialog: Use a helper function to parse WebChannelMess
  48ed6c6... sync-service: Make the sign in actions chronological
  bdccf26... sync-crypto: Change the signature of _key_bundle_new()
  e27faf3... sync: Fix spelling and grammar errors in README
  eb5395e... sync-service: Fix the sign out flow
  29ee9ad... sync-service: Fix the forced sign out at password change
  c5fadba... sync-crypto: Pad even if the input is multiple of the block
  a1ecb91... sync: Make sure sync starts after all the managers are regi
  032b5d4... sync: Let EphyShell start the sync after sign in
  c710b27... sync: Fix history migration being too slow
  ab24b1f... password-manager: Fix crash when trying to cache NULL usern
  9155c0d... sync: Allow mobile bookmarks to be synced too
  a1d4770... string: Use GString API in _find_and_replace()
  6868dae... password-manager: Username and password fields are not need
  ed9b6be... sync: Free reference counted stuff in finalize
  2eb114d... sync: Fix issues pointed in the code review
  2dae4ca... sync: Remove dependency on embed
  30f4de6... Move user agent functions from embed to lib
  66f38c9... build: Turn libephysync into a shared library
  d454458... Profile migrator: remove extra newlines in warning messages

Commits added to the branch:

  8563510... Add provides to appdata file (*)
  9b1dd36... history-dialog: Remove odd print statement (*)
  8c6eba4... Fix a typo in help (*)
  4d44f1c... Add Polish help translation (*)
  be9ebd3... search-engine-manager: Add convenience function to get defa (*)
  9ee69f9... search-engine-manager: Always return a search engine addres (*)
  13124d9... prefs-dialog: Clear "custom" dialog automatically when anot (*)
  1db0ea8... Code style fixup for previous commit (*)
  91b335e... Disable all the tests! (*)
  2815701... Prepare 3.25.4 (*)
  77626e2... web-view: Save as MHTML by default (*)
  d93cd8b... Consistently use the default clipboard (*)
  27f1127... Update German translation (*)
  f355897... Fix location of icon database (*)
  7e17266... profile-migrator: Move assert to more useful location (*)
  9b75492... Updated Lithuanian translation (*)
  60da25c... window: Pass address from embed to security popover (*)
  efc3cf0... Update Spanish translation (*)
  d45999d... Update Catalan translation (*)
  c40e413... Update Nepali translation (*)
  13fa700... Updated Norwegian bokmål translation (*)
  72694ce... help: Added open new tab and reopen last closed tab shortcu (*)
  96c9d53... Reenable tests (*)
  cb0b3b2... Updated Czech translation (*)
  3b6d573... Update Finnish translation (*)
  3d8a7ab... Updated Spanish translation (*)
  fa7fc04... Use a custom popup menu for select elements (*)
  3a909ff... meson: Remove enable_firefox_sync option
  eec1637... sync: Replace old bookmarks sync code
  e4d2671... sync: Move code to lib/
  7ad9a03... lib: Replace ephy-form-auth-data with ephy-password-manager
  be306ef... sync: Implement passwords sync
  2cbc318... profile-migrator: Migrate passwords to Firefox Sync passwor
  5935511... sync-service: Connect the GSettings signal to handle change
  a304854... sync-service: Handle case when user is not notified about s
  4e37cb1... passwords-dialog: Make the password manager an object prope
  fadf26a... profile-migrator: Migrate history to Firefox Sync history
  9c6be5b... sync: Implement history sync
  c121363... prefs-dialog: Set initial sync when collection is disabled
  a95d61d... prefs-dialog: Connect signals after binding settings
  319fbbc... prefs-dialog: Set initial sync to all collections when 'Syn
  5379246... sync: Disable sync in app mode and incognito mode
  14883ae... sync: Add debug functions under ephy-sync-debug
  763f846... sync-service: Set 'version' and 'appPackage' fields too whe
  664ff6c... sync: Implement open tabs sync
  fc2de29... sync: Allow user to change device name
  b8aca58... sync: Use wrapper functions to access GSettings
  b7b026c... sync: Make sure secrets are cleared only after they are no 
  f1f0ea4... prefs-dialog: Prettify sync tab
  641d2c9... sync: Show the time of last sync in preferences dialog
  ff16aaf... sync: Add README
  c4c0acd... sync: Rename and reorder some functions
  f128510... sync-crypto: Move _find_and_replace() to ephy-string
  6fdeba5... prefs-dialog: Rename functions that interact with Firefox A
  41e3199... prefs-dialog: Use a helper function to parse WebChannelMess
  ff05702... sync-service: Make the sign in actions chronological
  2c86c34... sync-crypto: Change the signature of _key_bundle_new()
  5064fe7... sync: Fix spelling and grammar errors in README
  750b06f... sync-service: Fix the sign out flow
  17c57dc... sync-service: Fix the forced sign out at password change
  cde9228... sync-crypto: Pad even if the input is multiple of the block
  3bd9f16... sync: Make sure sync starts after all the managers are regi
  03ac4e8... sync: Let EphyShell start the sync after sign in
  7c6a37b... sync: Fix history migration being too slow
  39318d9... password-manager: Fix crash when trying to cache NULL usern
  5aa6404... sync: Allow mobile bookmarks to be synced too
  76bc216... string: Use GString API in _find_and_replace()
  4333654... password-manager: Username and password fields are not need
  2e0a15b... sync: Free reference counted stuff in finalize
  dd0ace0... sync: Fix issues pointed in the code review
  37f1a7b... sync: Remove dependency on embed
  c19c101... Move user agent functions from embed to lib
  2a4cec1... build: Turn libephysync into a shared library
  45952bc... Profile migrator: remove extra newlines in warning messages

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