-
Notifications
You must be signed in to change notification settings - Fork 663
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
Install Defaults and Sync size for Desktop Install Wizard #2580
Comments
@MTRichards is |
Yes! So someone can see - hey, I can't sync all or it will overload my hard drive! |
@DeepDiver1975 we need your help! A PROPFIND on a dir returns the entry
That is the size of the dir, magically computed recursively, awesome stuff. But how does that work with a shared dir? Can you confirm that it calculates the data size of the shared contents? That is important for this feature, and I remember there have been discussions about this. |
The size is now shown (using the quota-used-bytes reported from the server) |
So how do we know what is supposed to be sync'ed and what is no supposed to be sync'ed? |
@ogoffart In a mail about this @MTRichards says: In a second chapter, @MTRichards says: Maybe rather these two things:
|
The sync behaviour after the wizard is part of another issue ( #2707 ) So then would the theme (branding) contains a flag to unselect everything in the selective sync dialog? and preselect that option? |
Right - there are two problems:
|
@ogoffart that is the short term fix that has been requested, yes. To be able to have the default installer not sync everything by default on initial setup. |
So i added Theme::wizardSelectiveSyncDefaultNothing. Which theme do need this setting? |
This can be tested using the testpilot theme. |
@ogoffart In version1.8.0-nightly20150126 (build 1941) the option "choose what I sync" is not the default option. |
It is only the default in theme that have this option such as the testpilot theme |
Waiting to a testpilot build to verify that the "choose what to sync" is the option by default. |
@danimo Can you provide me the test build? |
Working on it |
I tested testpilot theme and now when you launch the app after introduce the server and credentials, the pop-up of "Choose what to sync" opens but if you close it, the option chosen is "Sync everything from the server". Maybe the option by default when the pop-up is closed should be "Choose what to sync". Also the pop said "Unchecked folder will be removed from your local...." and by default all the folder are unchecked. This message should be changed. |
Have different wording depending on the wizardSelectiveSyncDefaultNothing theme option Relates to #2580
I change the wording. But if you cancel that dialog, then it will sync everything because if you cancel the choose what to sync dialog it means everything is selected. |
Another option could have been to set a default remote folder in the theme (eg. |
As a user of ownCloud, I would like to have the default selection "choose what I sync" when I install the client so that I don't start syncing 11GB (for example) of data to my desktop via external storage by default.
Acceptance Criteria:
@dragotin
The text was updated successfully, but these errors were encountered: