-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Global Pause-Option #1971
Comments
I have to pause very often to prevent application (photoshop, after effects) crashes and/or file-corruptions and found entering the settings very annoying over the time. Also quitting or logging out is no option because i still like to be notified about changes to other files that are made. |
+1 for this enhancement. Might not be too hard to implement, as there already is an option to pause every single account. |
Feel free to continue on the branch I pushed (some code that I had lying around half-baked and ported to master now). The following is missing:
Who wants to pick this up? I'm glad to help. It should only require basic programming skills. |
Looks great. I might try to look into it to see what I can do by end of next week. |
@te-online Also, the local pause option should maybe be renamed to Enable/Disable again, so it's not too confusing. |
@danimo can you show a screenshot of both states – when it’s paused and when it’s running? |
@jancborchardt No, I don't have a build of that branch at hand. if it's running it shows whatever state there is as an icon, and the checkmark in front of "Pause syncing" goes away. |
Ok, that seems to be the best solution. If we would change it to »Syncing paused« it would create confusion as how to unpause. |
(I’d still prefer the »Pause« button on the same line as the Syncing / Up to date, but I know that’s probably not possible cross-platform. ;) |
Sorry, it seems I don't have any time to look into this at the moment. It might be a one-liner, but I'd have to set up the whole development environment, because I didn't work on the client so far. When there's more freetime, I will be happy to have a look at it. In the meantime, everybody feel free to implement it. :-)
Even if it was possible, I don't see any space there. There are advantages of having it on a single line. It's always accessible, no matter what syncing state is being displayed. |
Related: #2760 |
For the record, DropBox: OneDrive: (it even has the |
@dragotin mentions in #3185 (comment)
IMHO we can still do it globally and have it pause all accounts. |
For reference: this is in the https://github.com/owncloud/client/tree/global_pause branch. |
Even more relevant now given that we have multi-account support.. |
👍 for the global option use cases:
(client: Version 2.1.0 (build 5683). Windows.) |
Obviously.... |
Fantastic! Thanks. |
Is was wondering if it would be possible to implement something like a Global Pause-Button. At the moment it is possible to pause syncing for single Folders. The motivation behind this request is, that I sometimes tether my notebook with my phone an I don't want owncloud to sync during this time.
I know that I also could quit owncloud and restart it when I'm back on a "normal" connection, but having such a pause option would be quite handy. Maybe this Global Pause-Option could be configurable, like:
Pause for: 10min, 15min, 30min ... "resume manually"
Edit (@danimo): The implementation should also contain a possiblity to pause/unpause from the command line as to hook it up to scripts, see #2760.
The text was updated successfully, but these errors were encountered: