floccusaddon / floccus

:cloud: Sync your bookmarks privately across browsers and devices
https://floccus.org
Mozilla Public License 2.0
5.53k stars 235 forks source link

sync tabs when browser start #850

Open candrapersada opened 3 years ago

candrapersada commented 3 years ago

how to revert local changes and pull upstream remote changes at browser startup and Always revert upstream remote changes and push local changes every x minutes automatically for browser tabs?

github-actions[bot] commented 3 years ago

Hi @candrapersada! This issue is being automatically closed because it does not follow the issue template.

github-actions[bot] commented 3 years ago

Hi @candrapersada! This issue is being automatically closed because it does not follow the issue template.

marcelklehr commented 3 years ago

@candrapersada Currently you'll have to manually pull upon opening the browser and set the sync strategy to push.

candrapersada commented 3 years ago

what I mean is to use sync strategy automatically

marcelklehr commented 3 years ago

I could add an option to only sync on browser start. Then you could have one account that regularly pushes and one that pulls once on startup.

candrapersada commented 3 years ago

and i want to ask if the pull and push time can be adjusted so that there is no problem like tabs I have recently closed reappear through the sync quite often

marcelklehr commented 3 years ago

If you're talking about the sync frequency, you can definitely adjust that.

candrapersada commented 3 years ago

The time between two synchronizations runs in a few minutes. The default is 15 minutes. when the browser starts sync runs itself before 15 minutes for example when I start the browser after 1 day close the sync starts immediately before 15 minutes why this happens? image

marcelklehr commented 3 years ago

before 15 minutes why this happens?

This happens because the 15 minutes are calculated as the difference between current time and last sync time. If you haven't had the browser open for more than a day, that's more than 15min.

marcelklehr commented 3 years ago

Fixed by aca81a5065f80f6e38e1730fe469d125552eb790 -- now it will sync automatically within 7s of opening the browser.

candrapersada commented 2 years ago

why until now there is still no feature pull sync once when starting browser and push sync every 15 minutes or auto disable sync when starting browser floccus 4.11.0.1 based Chromium

candrapersada commented 2 months ago

Why is the tab sync problem still not resolved?

marcelklehr commented 2 months ago

Why is the tab sync problem still not resolved?

Hey, I've been dealing with more pressing issues so far and was also not sure how to proceed as the requirement to be able to pull sync on browser start and push sync the rest of the time is radically different from the way bookmark sync is handled