Added option to disable selective Synchronization
authorpkanavos <pkanavos@gmail.com>
Mon, 7 May 2012 19:52:02 +0000 (22:52 +0300)
committerpkanavos <pkanavos@gmail.com>
Mon, 7 May 2012 19:52:02 +0000 (22:52 +0300)
commitcbefd298922d7c0b603d65c1dfbd1fda788250f3
treed86016f020e67adf0de8727be842efa4435c71a4
parent4759a79c2cba434d27a7384444f95e299bd1277a
Added option to disable selective Synchronization
When selective sync is disabled only owned files are synchronized. Shared files are not synchronized.
Folders (not their contents) are synchronized even when selective sync is disabled
13 files changed:
trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml
trunk/Pithos.Client.WPF/Preferences/PreferencesViewModel.cs
trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
trunk/Pithos.Client.WPF/Properties/Settings.settings
trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchChanges.cs
trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchView.xaml
trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchViewModel.cs
trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
trunk/Pithos.Core/Agents/CollectionExtensions.cs
trunk/Pithos.Core/Agents/SelectiveUris.cs
trunk/Pithos.Core/Agents/Uploader.cs
trunk/Pithos.Interfaces/AccountSettings.cs
trunk/Pithos.Interfaces/ObjectInfo.cs