Activity

From 09/25/2011 to 10/24/2011

10/24/2011

11:16 pm Feature #1568: Allow synching for multiple containers
Need to check Uploading, Downloading, RelativePath generation Panagiotis Kanavos
09:48 pm Revision 5750d7cc: Renamed Others to others-shared
Added account name to container info
Now creating Pithos and containers folders, except Trash
Panagiotis Kanavos
08:31 pm Feature #1568 (Closed): Allow synching for multiple containers
Panagiotis Kanavos
08:30 pm Feature #1566: Convert shared sync to manual operation
One significant reason to change to manual is that it is not possible to synch new files that are dropped in a client... Panagiotis Kanavos
08:27 pm Feature #1567 (Closed): Handle both 401 and 403 errors when authentication fails
401 means the token is missing
403 means the user is not allowed to access a resource
Panagiotis Kanavos
08:22 pm Feature #1566 (Closed): Convert shared sync to manual operation
The user should use Selective Synch to select only the shared folders he wants to sync
Synchronization will be perfo...
Panagiotis Kanavos
08:17 pm Feature #1564 (Closed): Display and edit container properties similar to mac
Name, size
Count
Modified
Block Size
Block hash
Metadata
Policy
Versioning
Quota
Panagiotis Kanavos
08:13 pm Feature #1563 (Closed): Display and edit file properties similar to mac
File, Size, Container
Kind
Location
Modified date
Modified By
Version
Metadata
Public & Permissions
Panagiotis Kanavos
08:10 pm Feature #1562 (Closed): Change account folder structure
The folder structure of each account should be:
ROOT
|___Pithos
|___others-shared
|___other containers ....
Panagiotis Kanavos
08:05 pm Revision 2cc7dc10: Merge branch 'master' of https://code.grnet.gr/git/pithos-ms-client
Panagiotis Kanavos
08:05 pm Revision 77e10b4f: Renamed Fragments to Cache
Panagiotis Kanavos
06:36 pm Revision 6f351ec6: Fix to current account behavior in Preferences/PreferencesView.xaml
Modified Upload to always use block uploading. Need cleanup of dead code Panagiotis Kanavos

10/20/2011

11:58 pm Revision 5a99309c: Added Open Pithos folder for multiple accounts
Panagiotis Kanavos
11:13 pm Revision 7e26c075: Fixes to Add/Remove accounts
Panagiotis Kanavos
06:44 pm Feature #1209: Implement Selective Folder Synch
* Use list of "selected" or "unselected" items?
* Need to retrieve full list of folders from server.
Panagiotis Kanavos
04:02 pm Revision 79653ffc: Fix to allow/prevent display of notifications from preferences
Panagiotis Kanavos
03:51 pm Revision 0bd56b7c: Added usage and "Go To Site" menus per account
Panagiotis Kanavos

10/18/2011

11:10 pm Feature #925 (Closed): Display a PUBLIC folder that corresponds to the PUBLIC container
Panagiotis Kanavos
11:10 pm Feature #923 (Closed): The client will sync shared containers found in the OTHERS container
Panagiotis Kanavos
11:10 pm Bug #1528 (Closed): Must Test - What happens when a user adds a file to a shared folder?
Can't support fully because folder sharing is not implemented. Folder sharing is needed to upload new files to a shar... Panagiotis Kanavos
11:08 pm Revision 1bfc38f1: Fixed uploads of shared files. Added check for unauthorized additions to "othe...
Panagiotis Kanavos
08:05 pm Bug #1528 (Closed): Must Test - What happens when a user adds a file to a shared folder?
Panagiotis Kanavos
08:04 pm Revision d3a13891: Added UI for SelectiveSynch
Tested multi-user and shared objects. Panagiotis Kanavos
06:10 pm Bug #1527 (Closed): Api Key retrieved through re-authentication isn't stored
Panagiotis Kanavos
06:08 pm Bug #1526 (Closed): Wrong url when launching Pithos site from taskbar menu
Panagiotis Kanavos
06:07 pm Bug #1527 (Closed): Api Key retrieved through re-authentication isn't stored
Panagiotis Kanavos
05:51 pm Bug #1526 (Closed): Wrong url when launching Pithos site from taskbar menu
The url has the form http://http//pithos.dev.grnet.gr/ui/. Panagiotis Kanavos

10/17/2011

08:09 pm Revision c28a075a: Added Agent locator to locate file agents for specific folders
Panagiotis Kanavos

10/14/2011

10:45 pm Revision c53aa229: Large changes to accomodate multiple users
Panagiotis Kanavos
05:12 pm Revision 5120f3cb: Logging changes, first changes to multi account support
Panagiotis Kanavos

10/13/2011

11:14 pm Revision cfed7823: Added log4net for client profile
Refactored to allow retrieval of shared objects Panagiotis Kanavos

10/10/2011

11:41 pm Revision 0af3141d: Multiple changes to enable delete detection, safer uploading
Panagiotis Kanavos
10:29 pm Bug #1466 (Closed): No way to detect a server delete
The If-Modified-Since tag will not return deletes. A full listing will return all existing objects but we will have n... Panagiotis Kanavos
07:35 pm Feature #1464 (Closed): Add conflict handling
Panagiotis Kanavos
03:58 pm Feature #1464 (Closed): Add conflict handling
Panagiotis Kanavos
03:57 pm Feature #939 (Closed): Store last succesfull download sync date
Can do the same by checking the object's VersionTimestamp Panagiotis Kanavos
01:35 pm Revision 24477d85: Checked to ensure exceptions occuring inside continuations are propagated
Panagiotis Kanavos

10/09/2011

07:45 pm Revision a64c87c8: Added BlockUpdater.cs to perform block updates in a separate class. Will inclu...
Simplified agent loop code Panagiotis Kanavos
07:22 pm Feature #935: Multiple related change modifications should map to a single, retriable, upload ope...
Change operations are also filtered so that no new actions are scheduled for files that are already being processed Panagiotis Kanavos
07:21 pm Feature #935 (Closed): Multiple related change modifications should map to a single, retriable, u...
Addressed by retrying operations that can't open files for reading.
Panagiotis Kanavos
06:16 pm Feature #937 (Closed): Make change operations that result in uploads restartable.
This was accomplished by using block uploads without additional code changes. Panagiotis Kanavos
06:15 pm Feature #1199 (Closed): Upload/download hashmaps for each file
Panagiotis Kanavos
06:14 pm Feature #1195 (Closed): Add hashmap storage for local files
Instead of storing the entire hashmap we only store the tophash. The block hashes will be calculated as needed Panagiotis Kanavos
06:13 pm Feature #1197 (Closed): Modify uploads of existing files to use hashmaps
Panagiotis Kanavos
03:22 pm Revision a27aa447: Uploading and downloading with hashes
Panagiotis Kanavos

10/03/2011

11:58 pm Revision bfc13ed8: Synch fixes
Panagiotis Kanavos
07:10 pm Revision 6e25cc48: Parallelized hash calculations
Panagiotis Kanavos

10/02/2011

11:57 pm Revision 5ce54458: Fixed ceiling calculation
Panagiotis Kanavos
11:52 pm Revision 1caef52e: Added treehash calculation
Panagiotis Kanavos

09/29/2011

05:27 pm Feature #1193 (Closed): Create hashmap calculator for local files
Panagiotis Kanavos

09/28/2011

09:30 am Revision 5d4e820b: Exposed IfModifiedSince on the RestClient
Panagiotis Kanavos

09/27/2011

11:51 pm Revision 9c4346c9: Refactored to agents
Panagiotis Kanavos

09/26/2011

11:27 am Revision 1955901a: Missing files
Panagiotis Kanavos
09:01 am Revision 0c02aa65: Added Hashmap calculations
Panagiotis Kanavos
« Previous
Next »
 

Also available in: Atom