Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Shell / ShellViewModel.cs @ 31c97141

History | View | Annotate | Download (25.6 kB)

# Date Author Comment
31c97141 02/29/2012 10:16 pm Panagiotis Kanavos

Changes to hide the warning image when an account token is refreshed

f2d88248 02/29/2012 12:04 pm Panagiotis Kanavos

Added action to the PithosBalloon
ExpiredNotifications now add an action to the balloon that opens the account preferences when clicked

1e26eceb 02/24/2012 07:24 pm Panagiotis Kanavos

Replaced auto reauthorization with a message that asks the user to renew the api key.
Modified the account page of Preferences to display warnings for expired accounts

2e3aee00 02/23/2012 06:15 pm Panagiotis Kanavos

Added manual token refresh button to account page. Closes #2095
Modified check for interrupted files to raise notification only if there are actual interrupted files. Closes #2081

62d5b25f 02/23/2012 05:20 pm Panagiotis Kanavos

Fixes to create the proper filepaths from URLs

759bd3c4 02/22/2012 01:57 pm Panagiotis Kanavos

Converted message arrays to Uri arrays

aa7ac00e 02/20/2012 04:58 pm Panagiotis Kanavos

Extracted polling functionality to a separate PollAgent.cs
The PollAgent pauses polling while network operations are in progress
Modified deleted file processing to ignore files in the Trash folder.

255f5f86 02/19/2012 09:41 pm Panagiotis Kanavos

Added header to all files. Closes #2064

34bdb91d 02/16/2012 05:32 pm Panagiotis Kanavos

Simplified proxy management code

422c9598 02/13/2012 11:00 pm Panagiotis Kanavos

Added SnapshotDifferencer.cs to calculate the difference between the current and previous listings of the server files
Changed hashing to use an ActionBlock with parallelism options.
Added parallelism property in Preferences

70f12b36 02/03/2012 11:47 pm Panagiotis Kanavos

First attempt to allow shared file modifications

2dc6f765 02/03/2012 09:22 pm Panagiotis Kanavos

Replaced box icons with Pithos icons
Also replaced standard balloon with custom balloon
Closes #1623

fb9d6e00 02/03/2012 03:22 pm Panagiotis Kanavos

Changed the balloon to a custom PithosBalloon.xaml so we can control how long a balloon is displayed

eae84ae8 02/02/2012 11:16 pm Panagiotis Kanavos

Changed notifications according to #1970, #1973
Now showing balloon tip only for the first actual change after a poll
All other changes simply update the icons
Resolves #1970, #1973

852d2cf2 01/30/2012 06:25 pm Panagiotis Kanavos

Fix for never-ending notification bug

e5b65606 01/27/2012 03:55 pm Panagiotis Kanavos

Added separate notification class
Now raising notifications when polling starts, when conflicts are detected, when changes are detected

025046f1 01/27/2012 03:15 pm Panagiotis Kanavos

Added a DeletedIconOverlay.cs
Added synch status in the file properties
Modified the splash screen to use the out-of-the-box splash functionality of WPF
In NetworkAgent.cs, moved the delay call at the end of each poll. Waiting at the start of each poll is inappropriate when the polling frequency is large

9c6d3193 01/24/2012 07:11 pm Panagiotis Kanavos

Added notification messages for conflicts and multifile operations on Pithos.Core/PithosMonitor.cs
Added simple status display for conflict and multifile operations in ShellViewModel.cs
Added Conflict file status
Modified NetworkAgent.cs to mark local-only files as "in conflict" during the first poll and delete any non-conflict local-only files on subsequent runs. Closes #1466, #1931

29a6b387 01/23/2012 09:00 pm Panagiotis Kanavos

Added check for startup option
Added Okeanos folder creation

65282d58 01/23/2012 07:01 pm Panagiotis Kanavos

Changed proxy settings to request update if the proxy requires authentication

133f83c2 01/20/2012 06:12 pm Panagiotis Kanavos

Added Polling interval property and setting

f7ccec15 01/18/2012 02:59 pm Panagiotis Kanavos

Changed GoToSite method to URL encode the token with Uri.EscapeUriString

f3d080df 01/09/2012 06:54 pm Panagiotis Kanavos

Changes for directories
Added copyright notices

4f6d51d4 01/08/2012 11:02 pm Panagiotis Kanavos

Added directory object creation whenever a new directory is created
Showing the file property dialog box for directories

4ec636f6 01/05/2012 05:20 pm Panagiotis Kanavos

Removed Dataflow code

692ec33b 01/03/2012 05:35 pm Panagiotis Kanavos

Now closing web request immediatelly after executing a request that has no content.
Fixed content logging that improperly disposed the response stream in RestClient.cs

06f11e8b 12/20/2011 10:40 pm Panagiotis Kanavos

Fixed frequent timeout by always closing WebResponse objects

23821bd2 12/20/2011 06:21 pm Panagiotis Kanavos

Modified icon
Fixed account SiteUri

74d78c90 12/15/2011 03:45 pm Panagiotis Kanavos

Fixed settings save that was disabled due to the addition of a Uri property
Removed "IsPithos" property from UI and classes
Using default token 0007 for feedback

f734ab5b 12/13/2011 11:09 pm Panagiotis Kanavos

Updated wizard and AccountInfo to include the server's URL. Added account validation to the wizard. Have problems saving settings

0338939c 12/07/2011 10:42 pm Panagiotis Kanavos

Changed MonitorAccount to call StartMonitor which handles reauthentication

6aa29f4f 12/07/2011 09:42 pm Panagiotis Kanavos

Added splash gradient
Added icons to taskbar menu
Replaced box icon with pithos icon at 16x16
"Open Pithos Folder" menu is disabled if no accounts are entered
"Go To Account site" menu is hidden if no accounts are entered

03ee454f 12/02/2011 10:26 pm Panagiotis Kanavos

Account credential retrieval changed to use TcpListener instead of HttpListener. HttpListener requires admin privileges

3ddbb7b8 12/01/2011 10:41 pm Panagiotis Kanavos

Finished account wizard that allows adding an account either by logging to the Pithos site or by entering credentials by hand

Closes #1708, #1703

c92e02f3 11/24/2011 11:40 pm Panagiotis Kanavos

Removed unneeded registry key. Resolves #1690
Container properties dialog displays policies, updates tags. Closes #1564
File and Container properties dialogs are now asynchronous. Closes #1691
Added Context menu registry settings to setup. Closes #1574

aba9e6d9 11/16/2011 06:28 pm Panagiotis Kanavos

Tags, Permissions, Public for Files are working

d17258c2 11/15/2011 04:45 pm Panagiotis Kanavos

Moved SQLite dlls to separate 32/64 folders in Libraries
Created separate target platforms for 32/64 bits
Created separate setup packages for 32/64 bits

2f41824c 11/14/2011 07:48 pm Panagiotis Kanavos

Fixes to auto-build numbering, About display.

Closes #1649, #1620, #1612

2c27cdd0 11/11/2011 08:52 pm Panagiotis Kanavos

Completed feedback form

4b0a2fc0 11/10/2011 09:27 pm Panagiotis Kanavos

-

5cb9d74f 11/10/2011 06:55 pm Panagiotis Kanavos

Merge branch 'master' of https://code.grnet.gr/git/pithos-ms-client

Conflicts:
trunk/Pithos.Client.WPF/ShellViewModel.cs