Selective Sync fixes
authorpkanavos <pkanavos@gmail.com>
Wed, 25 Apr 2012 23:13:26 +0000 (02:13 +0300)
committerpkanavos <pkanavos@gmail.com>
Wed, 25 Apr 2012 23:13:26 +0000 (02:13 +0300)
commit8f44fd3a5bee9a85d5a33cc288ce2d27228faaab
tree94d3a5d268e78b5c71d7dc5ad6982e5e23c6f474
parent859a9ec58a43d7bf3530217622a912734939f032
Selective Sync fixes
FileState persistence fix that correctly stores forbidden files
Permission check fix
14 files changed:
trunk/Pithos.Client.WPF/Preferences/PreferencesViewModel.cs
trunk/Pithos.Client.WPF/SelectiveSynch/DirectoryRecord.cs
trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchViewModel.cs
trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
trunk/Pithos.Client.WPF/Utils/EnumerableExtensions.cs
trunk/Pithos.Core/Agents/CloudTransferAction.cs
trunk/Pithos.Core/Agents/CollectionExtensions.cs
trunk/Pithos.Core/Agents/Downloader.cs
trunk/Pithos.Core/Agents/StatusAgent.cs
trunk/Pithos.Core/Agents/Uploader.cs
trunk/Pithos.Core/Agents/WorkflowAgent.cs
trunk/Pithos.Core/PithosMonitor.cs
trunk/Pithos.Interfaces/ObjectInfo.cs
trunk/Pithos.Network/RestClient.cs