-
Notifications
You must be signed in to change notification settings - Fork 669
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
Wizard: Create a new directory name, don't always use "ownCloud" #5597
Comments
I agree, it could be too easy to accidentally put multiple sync connections mapped into the same local folder. |
@guruz @phil-davis This applies to the folder wizard and the account wizard. Should we default to offer syncing to a previously non-existing folder? E.g. owncloud/, owncloud2/, owncloud3/, ... whatever doesn't exist yet. |
I would find a rule like this to be reasonable:
But such a rule might be a bit surprising to users who notice and ask about why a default was or wasn't presented. |
Could even have ownCloud_$PARTOFHOSTNAME like ownCloud_UniversityOfBiesdorf or ownCloud_philscloud automagically |
That sounds good. It might be a bit tricky depending on the domain name of the cloud instance.
and if you take the whole thing (and maybe replace dots with "-" or "_"?) then you get long things like: Hmmm - is there a nice algorithm possible here? |
I'll take care of the first incremental step: Never default to a folder that is already in use. For nicer defaults: How about we use the second level domain ("uni-abc", "mycloudhoster", ...), disambiguated by username if necessary? I'd not try to put magic into it. Similar logic might want to be applied to our account display names. |
Pull request for first part: #5638 |
See #5756 for some related issue, otherwise is working as expected 👍 |
@SamuAlfageme Why reopen? |
@SamuAlfageme Okay :) |
@pmaier1 we discussed this one a really long time ago. It was about using more clear names for the sync folders on the multiaccount scenario to distinguish. Only problem is the length of the names when not syncing the root (see example below) If I understood correctly #5295 that would be helpful to organize all the accounts in the client(s). Imagine the scenario with both a branded and unbranded client that displays 2 top-level dropdowns on the explorer's sidebar (1 per client):
|
@SamuAlfageme I think I'm missing context for your comment. If this is about further refinements for folder name selection in the wizard, I'd strongly recommend making a new ticket to not conflate it with the change we did for 2.4 here. |
ACK, this is "good enough" now for 2.4.. :) |
Only use "ownCloud" (or whatever $THEMENAME) for a new install, for existing installs we want users consciously decide that they really want to sync into an existing directory
(Especially now where we allow to sync same directory to multiple servers)
The text was updated successfully, but these errors were encountered: