Added Permissions, Tags
authorPanagiotis Kanavos <pkanavos@gmail.com>
Thu, 3 Nov 2011 21:50:05 +0000 (23:50 +0200)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Thu, 3 Nov 2011 21:50:05 +0000 (23:50 +0200)
commit273614040943b8a64f711607b14be028245889ab
tree1df9765730ef15bbdad53f8896403a8294c641f7
parent437abfca96c1dd6a29a3132dbfd0ae4a6dd5dd61
Added Permissions, Tags
Changed all task iterators to Async
24 files changed:
trunk/Libraries/AsyncCtpLibrary.dll [new file with mode: 0644]
trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesView.xaml
trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesViewModel.cs
trunk/Pithos.Client.WPF/FileProperties/FilePropertiesView.xaml
trunk/Pithos.Client.WPF/FileProperties/FilePropertiesViewModel.cs
trunk/Pithos.Client.WPF/FileProperties/Permission.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/FileProperties/Tag.cs [new file with mode: 0644]
trunk/Pithos.Client.WPF/Images/PithosTaskbar.png [new file with mode: 0644]
trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj
trunk/Pithos.Core.Test/Pithos.Core.Test.csproj
trunk/Pithos.Core/Agents/CloudTransferAction.cs
trunk/Pithos.Core/Agents/FileInfoExtensions.cs
trunk/Pithos.Core/Agents/NetworkAgent.cs
trunk/Pithos.Core/Agents/WorkflowAgent.cs
trunk/Pithos.Core/Pithos.Core.csproj
trunk/Pithos.Core/PithosWorkflow.cs
trunk/Pithos.Interfaces/FileInfoExtensions.cs [new file with mode: 0644]
trunk/Pithos.Interfaces/ObjectInfo.cs
trunk/Pithos.Interfaces/Pithos.Interfaces.csproj
trunk/Pithos.Network.Test/Pithos.Network.Test.csproj
trunk/Pithos.Network/CloudFilesClient.cs
trunk/Pithos.Network/ContainerInfo.cs
trunk/Pithos.Network/Pithos.Network.csproj
trunk/Pithos.Network/RestClient.cs