Statistics
| Branch: | Revision:

root / trunk @ 45f431ba

# Date Author Comment
45f431ba 03/02/2012 11:09 am Panagiotis Kanavos

Version changes

8e89b160 03/01/2012 07:18 pm Panagiotis Kanavos

Modified preferences to save account additions/deletions only when the user save the changes, not immediatelly

7f5882da 03/01/2012 06:57 pm Panagiotis Kanavos

Fixed loop limit bug in Task.TryRemove for the ObservableConcurrentCollection.
Fixes #2131

48686774 03/01/2012 05:49 pm Panagiotis Kanavos

Modified FileSystemWatcherAdapter.cs to raise create events for all child objects under a new folder
Fixes #2120

2797b5ef 03/01/2012 04:00 pm Panagiotis Kanavos

Changed version to 0.7.20301.2122

ec1a1baf 03/01/2012 03:37 pm Panagiotis Kanavos

Replaced BlockingCollection in Agents/Agent.cs with AsyncProducerConsumerCollection, to reduce locking and avoid exceptions
when an agent stops (e.g. when a FileAgent stops because an account is removed).
Cleanup of several related files

Fixes #1785

cd1bbba9 03/01/2012 02:11 pm Panagiotis Kanavos

Removed unchecked _settings.Upgrade in PithosSettings.cs. Fixes #2122

48985692 03/01/2012 01:22 pm Panagiotis Kanavos

Fixes #2009 , balloons don't go away, by adding a custom tooltip property to the Taskbar icon in Shell/ShellView.xaml

c636df1f 03/01/2012 12:32 pm Panagiotis Kanavos

Fix #2121, manual changes to the API Key were not passed to the appropriate PithosMonitor object
General cleanup

31c97141 02/29/2012 10:16 pm Panagiotis Kanavos

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

4147814e 02/29/2012 04:14 pm Panagiotis Kanavos

Modified Selective Sync behavior to mark the files in the unselected paths as Unversioned, instead of removing them.
Resolves #2112

89472316 02/29/2012 03:18 pm Panagiotis Kanavos

Simplified snapshot comparisons usind dictionaries

5e10d44f 02/29/2012 02:56 pm Panagiotis Kanavos

Modified differencer to compare UUIDs instead of URLs

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

355f9341 02/28/2012 01:49 pm Panagiotis Kanavos

Version changes

b666b39a 02/28/2012 01:42 pm Panagiotis Kanavos

Added modifications for move detection. Resolves #1999, #1891

2f7c4288 02/24/2012 07:26 pm Panagiotis Kanavos

Modified balloon to allow scaling. Closes #2082

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

f8c471f7 02/24/2012 05:30 pm Panagiotis Kanavos

Removed old code that used MD5 for small files
Closes 2096

6ef37eeb 02/24/2012 01:28 pm Panagiotis Kanavos

Further simplified state initialization

2ea0ca4f 02/24/2012 01:26 pm Panagiotis Kanavos

Replaced lists with arrays in State to make the state class read-only

f6ca240a 02/24/2012 01:18 pm Panagiotis Kanavos

SyncFiles method modified to detect conflicts as per #2096

64171b56 02/24/2012 01:16 pm Panagiotis Kanavos

Modified Differencer to set the PreviousHash value for Common objects
Extracted Current,Previous fields to nested State class to make Post exception safe and use a more functional style

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

07b157c3 02/23/2012 04:18 pm Panagiotis Kanavos

Fix to Selective Synch check behavior

92f18b56 02/23/2012 04:17 pm Panagiotis Kanavos

Fixed to polling and differencing

99e6329f 02/23/2012 12:44 pm Panagiotis Kanavos

Modified SnapshotDifferencer to detect NoModificationInfo entries.
NoModificationInfo entries are replaced by matching entries from the previous snapshot.

126f90b3 02/22/2012 06:55 pm Panagiotis Kanavos

Synch seems OK. Identified problem with poll differencer

fec5da06 02/22/2012 05:57 pm Panagiotis Kanavos

File and polling filtering work properly

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

Converted message arrays to Uri arrays

93dc3a84 02/21/2012 12:03 pm Panagiotis Kanavos

Added code to facilitate retrieval of server folders

fbbbe99b 02/21/2012 12:01 pm Panagiotis Kanavos

GetFileAgent moved to FileAgent.cs

71fe1f64 02/21/2012 12:00 pm Panagiotis Kanavos

Setup changes to allow previous version removal

38ac43a6 02/20/2012 05:38 pm Panagiotis Kanavos

Renamed PauseEvent to ProceedEvent

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.

139ac1e8 02/20/2012 02:35 pm Panagiotis Kanavos

Modifications to raise move events for moved child objects from the FileAgent

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

Added header to all files. Closes #2064

618015f4 02/19/2012 07:07 pm Panagiotis Kanavos

Moved the pithos.db location to the same location as the user settings. This will make cleanup of all user settings easier during uninstallation

dd5a89b9 02/19/2012 07:06 pm Panagiotis Kanavos

Modified the links of standard login and server sites to use https instead of http

e5db5351 02/19/2012 07:05 pm Panagiotis Kanavos

Modified MessageView.xaml to display exception details expanded by default when the Details button is pressed

301a68c5 02/19/2012 07:04 pm Panagiotis Kanavos

Changed casing of company name

6a8aa833 02/17/2012 05:02 pm Panagiotis Kanavos

Changed AsyncManualResetEvent.Set behaviour to occur asynchronously. In the previous version calling Set resulted in the poll method executing in the main thread

7f0e1c1e 02/17/2012 05:00 pm Panagiotis Kanavos

Replaced _differencers Dictionary with ConcurrentDictionary

84a200dc 02/17/2012 02:37 pm Panagiotis Kanavos

Minor fix to proxy credentials code

ca79acb7 02/17/2012 01:59 pm Panagiotis Kanavos

Fixed Startup shortcuts to include the "startup" command line argument.
Modified App.xaml.cs to show the splash screen only after a successful startup check.
Resolves #2055

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

Simplified proxy management code

3742088d 02/14/2012 02:27 pm Panagiotis Kanavos

Extracted cloud delete functionality to a separate DeleteAgent

a9faac18 02/14/2012 01:08 pm Panagiotis Kanavos

Added AsyncManualResetEvent to control manual synchronization

303596f9 02/14/2012 12:30 pm Panagiotis Kanavos

Replace manual reset event with asynch reset event for pausing the up/download agent

a0622735 02/13/2012 11:40 pm Panagiotis Kanavos

Simplified SnapshotDifferencer.cs

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

039d89ea 02/10/2012 01:56 pm Panagiotis Kanavos

Added differencer and tests

2edb4807 02/09/2012 11:36 pm Panagiotis Kanavos

Preliminary fix for #1999, incorrect deletions
The first attempt is to detect deletions AFTER the first poll by comparing a cached listing to the new listing. Missing files are deletes. Can be expanded to simplify the rest of the processing code as it can also yield new files and modified files (same path, higher versions or different lengths or hashes)

1a3dfbfd 02/09/2012 07:47 pm Panagiotis Kanavos

Added _lastSeen dictionary to use as log of files, in an attempt to prevent deletion of files that are still being uploaded, or have finished uploading after a poll but before processing of deleted files start

df6e9afc 02/07/2012 03:49 pm Panagiotis Kanavos

Added check for queued or active objects when checking for files to delete

82524ce4 02/06/2012 10:54 pm Panagiotis Kanavos

Changed versions and dialog sizes

0fb899fe 02/06/2012 09:35 pm Panagiotis Kanavos

The x64 project repeatedly loses the menu shortcut references

1cf5689c 02/06/2012 08:40 pm Panagiotis Kanavos

Merge branch 'master' of \\\pk2010\Pithos\

Conflicts:
trunk/Pithos.Client.WPF/Shell/BalloonIconConverter.cs

b449fa49 02/06/2012 08:21 pm Panagiotis Kanavos

Missing files

f327ad2b 02/06/2012 08:08 pm Panagiotis Kanavos

Modified the message view to only display details when a "Show Details" toggle button is pressed

91b21852 02/06/2012 08:07 pm Panagiotis Kanavos

Changing the delete agent to handle renames as well didn't help. Renames or moves will fail if the file being renamed hasn't been uploaded yet (e.g. the first time a file is created in Windows Explorer).

Added a further delay in deleting missing files instead, in NetworkAgent.cs.

28076364 02/06/2012 02:51 pm Panagiotis Kanavos

Fixed missing icons

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

5a1dd2b8 02/03/2012 04:20 pm Panagiotis Kanavos

Changed icons from box to pithos
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

6b66784a 02/03/2012 02:07 pm Panagiotis Kanavos

Changed assembly version to 0.1.0
Changed file version to 0.1.x.x according to the new numbering scheme
Closes #1992

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

7c4a9354 02/02/2012 11:16 pm Panagiotis Kanavos

Changed notifications according to #1970, #1973
Throw appropriate exception when Pithos.Client.WPF/PithosAccount.cs fails to retrieve credentials (Pointless maybe ?)
Returning empty hash for missing files

0cc137bd 02/02/2012 09:20 pm Panagiotis Kanavos

-

ac3444de 02/02/2012 08:07 pm Panagiotis Kanavos

Namespace change for PreferencesView.xaml
Added GRNet program menu folder in the setup projects
Modified IconOverlayBase.cs to control overlay display in dialog boxes

4d70073b 02/02/2012 02:15 pm Panagiotis Kanavos

Dead code cleanups and removal of unwanted dll references

462d9be7 01/30/2012 09:33 pm Panagiotis Kanavos

Fixed startup link

d9b1cbeb 01/30/2012 09:19 pm Panagiotis Kanavos

Modifications to allow synchronization of shared files:
- Ensure shared files are stored in the proper local directory
- Ensure only writable files are uploaded
- Filter file events for the shared folder and the accounts and containers in it
- Change PutWithHashMap to account for a modified server content (proper json instead of hashes per line)

4d59e647 01/30/2012 06:27 pm Panagiotis Kanavos

Merge branch 'master' of \\\pk2010\Pithos\

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

Fix for never-ending notification bug

add4f744 01/30/2012 06:24 pm Panagiotis Kanavos

Reactivated shared object code

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

8a84d039 01/24/2012 04:24 pm Panagiotis Kanavos

"Other" tab in File options was removed. Closes #1930
Proxy settings set to UseDefaultProxy. Added Check in App.xaml.cs to reset the proxy to UseDefaultProxy if the ProxyServer setting is empty when ManualProxy is set. Closes #1929

97f51ab0 01/24/2012 09:28 am Panagiotis Kanavos

Fix for deleting local objects that don't exist in Pithos

26d5f45f 01/24/2012 09:28 am Panagiotis Kanavos

Added code to delete/move child objects

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

540b8cf8 01/20/2012 05:25 pm Panagiotis Kanavos

First change attempt for deletion

78ebfd2d 01/19/2012 11:10 pm Panagiotis Kanavos

Added FileSystemWatcherAdapter.cs to raise Moved events from the sequence of Deleted, Created events raised by FileSystemWatcher.
Modified PreferencesViewModel.cs to URLEncode the token when opening the Pithos site

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

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

9d6d2f6e 01/18/2012 02:53 pm Panagiotis Kanavos

Missing change to ManualResetEventSlim

70aa5282 01/16/2012 09:34 pm Panagiotis Kanavos

Added group views

a70be145 01/16/2012 09:34 pm Panagiotis Kanavos

Merge branch 'master' of \\\pk2010\Pithos\

c99473ae 01/16/2012 08:59 pm Panagiotis Kanavos

Replaces AutoResetEvent with manual reset event

0b346191 01/13/2012 07:32 pm Panagiotis Kanavos

Added AutoResetEvent to pause processing of network actions while executing deletes

3c76f045 01/11/2012 11:22 pm Panagiotis Kanavos

Modifications to delete folder contents

14ecd267 01/11/2012 07:55 pm Panagiotis Kanavos

Changes to delete check order

039a89e5 01/10/2012 11:28 pm Panagiotis Kanavos

Further changes to reduce locking and switch to WAL journal mode for SQLite
Also added dictionary with deleted files with dates to filter upload/download of deleted files.
Should probably add a deletion check when commiting downloaded files

1b4a7550 01/10/2012 07:52 pm Panagiotis Kanavos

Minor fixes and preparing to move

e81dd1f6 01/09/2012 11:19 pm Panagiotis Kanavos

Convert ActiveRecord update code to direct ADO calls to reduce locks