Activity

From 11/21/2011 to 12/20/2011

12/20/2011

10:40 pm Revision 06f11e8b: Fixed frequent timeout by always closing WebResponse objects
Panagiotis Kanavos
06:21 pm Revision e38c5881: Merge branch 'master' of https://code.grnet.gr/git/pithos-ms-client
Panagiotis Kanavos
06:21 pm Revision 23821bd2: Modified icon
Fixed account SiteUri Panagiotis Kanavos
12:10 pm Bug #1799 (Closed): No debug logging files
Must add appropriate debug logging in log4net configuration. Some exceptions are lost now because they don't reach th... Panagiotis Kanavos
12:08 pm Bug #1798 (Closed): Adding a new file to the Pithos folder causes an SQLite error due to locking
Is the agent code broken? Are multiple monitors using separate status agents targeting the same database? Panagiotis Kanavos

12/19/2011

12:57 pm Revision 52e8e7d9: Converted Content-Length to optional in CloudFilesClient.cs
Added validation message to AddAccountView.xaml Panagiotis Kanavos

12/15/2011

09:35 pm Bug #1785 (Closed): Removing an account causes repeated exceptions
When an account is removed from the accounts page the corresponding FileSystemWatcher is also removed, yet the networ... Panagiotis Kanavos
09:01 pm Bug #1784 (Closed): "Next" button remains inactive after validating credentials
The "Next" button remains inactive in the Automatic Pithos Account page of the Add Account Wizard after validating cr... Panagiotis Kanavos
08:39 pm Revision 8dd2bdfb: Fixed error that caused continuous credential retrieval in Auto account page
Panagiotis Kanavos
03:45 pm Revision 74d78c90: 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
Panagiotis Kanavos

12/13/2011

11:09 pm Revision f734ab5b: Updated wizard and AccountInfo to include the server's URL. Added account vali...
Panagiotis Kanavos

12/07/2011

10:51 pm Feature #1763 (Closed): Add verification for manually entered account info
Panagiotis Kanavos
10:42 pm Revision 0338939c: Changed MonitorAccount to call StartMonitor which handles reauthentication
Panagiotis Kanavos
10:41 pm Bug #1762 (Resolved): Entering account info by hand can result in 401 errors
Panagiotis Kanavos
10:41 pm Bug #1762 (Closed): Entering account info by hand can result in 401 errors
This can happen if the api key entered has expired or is invalid. The code path that starts monitoring after entering... Panagiotis Kanavos
09:46 pm Revision 56d43ebb: Changed version date to 2001-12-07
Panagiotis Kanavos
09:44 pm Bug #1701 (Resolved): Open Pithos folder appears yet does nothing
Resolved as in #1702, by disabling the menu and changing its text to "No Accounts Defined" to tell the user why the ... Panagiotis Kanavos
09:43 pm Bug #1702 (Resolved): "Open Pithos folder" doesn' display existing accounts until they are authen...
Resolved by disabling the menu and changing its text to "No Accounts Defined" to tell the user why the menu is disabled Panagiotis Kanavos
09:42 pm Revision 6aa29f4f: Added splash gradient
Added icons to taskbar menu
Replaced box icon with pithos icon at 16x16
"Open Pithos Folder" menu is disabled if no a...
Panagiotis Kanavos

12/06/2011

11:28 pm Revision 363bad87: Fixed setup registry issues and removed unnecessary MEX endpoint from StatusSe...
Panagiotis Kanavos

12/02/2011

10:36 pm Bug #1705 (Resolved): Credential retrieval from Shiboleth can fail if the user has no admin privi...
Panagiotis Kanavos
10:26 pm Revision 03ee454f: Account credential retrieval changed to use TcpListener instead of HttpListene...
Panagiotis Kanavos

12/01/2011

11:00 pm Bug #1703 (Closed): It is not apparent how to add an account
Applied in changeset commit:"3ddbb7b80f0abb2a5234e94d14a2776cf3f64439". Panagiotis Kanavos
11:00 pm Bug #1708 (Closed): When adding a new account it is not apparent which fields must be added to st...
Applied in changeset commit:"3ddbb7b80f0abb2a5234e94d14a2776cf3f64439". Panagiotis Kanavos
10:41 pm Revision 3ddbb7b8: Finished account wizard that allows adding an account either by logging to the...
Closes #1708, #1703 Panagiotis Kanavos

11/30/2011

09:40 pm Bug #1709 (Closed): In Preferences, Account it is not apparent when an account is NOT selected
Applied in changeset commit:"f1b708a61e236d4a6c0382be48e39bacfc872f6c". Panagiotis Kanavos
09:21 pm Revision f1b708a6: Hides account details if no account is selected and displays message to user. ...
Panagiotis Kanavos

11/29/2011

10:46 pm Revision 77f3c897: Added wizard page
Panagiotis Kanavos
08:18 pm Revision b12f73e8: Added code to create a new container. Not tested yet. Commited now to start wo...
Panagiotis Kanavos

11/25/2011

02:53 pm Bug #1709: In Preferences, Account it is not apparent when an account is NOT selected
This can be a centered textblock that is visible when the active account is empty and whose text is different when th... Panagiotis Kanavos
02:52 pm Bug #1709 (Closed): In Preferences, Account it is not apparent when an account is NOT selected
Users get confused when they see empty fields and do not realize that no account is selected. Should hide the fields ... Panagiotis Kanavos
01:09 pm Bug #1708 (Closed): When adding a new account it is not apparent which fields must be added to st...
The Path field is required to start monitoring yet the Account tab doesn't indicate that.
Must add proper validati...
Panagiotis Kanavos
12:40 pm Bug #1705 (Closed): Credential retrieval from Shiboleth can fail if the user has no admin privile...
Credential retrieval creates an HttpListener which receives the token from Shiboleth through redirection. Creating th... Panagiotis Kanavos
12:33 pm Bug #1703 (Closed): It is not apparent how to add an account
The dropdown add button is not clear enough for users. It is not immediatelly apparent that one choice will retrieve ... Panagiotis Kanavos
12:31 pm Bug #1702 (Closed): "Open Pithos folder" doesn' display existing accounts until they are authenti...
This should change. The Open Pithos Folder menu should display all accounts, whether they are active or not, as long ... Panagiotis Kanavos
12:29 pm Bug #1701 (Closed): Open Pithos folder appears yet does nothing
The "Open Pithos folder" menu option is a submenu with all (active) accounts. If there are no accounts, the menu stil... Panagiotis Kanavos
11:55 am Feature #1698 (Closed): Add container creation command
To test multiple container synchronization, we need a way to create containers. This should probably be a single menu... Panagiotis Kanavos
11:14 am Bug #1690 (Resolved): Client app tries to write to non-existent registry key
Panagiotis Kanavos

11/24/2011

11:41 pm Feature #1691 (Closed): Make File and Container dialogs asynchronous
Applied in changeset commit:"c92e02f313ee693940bc0652bc13c1203ff13ddd". Panagiotis Kanavos
11:41 pm Bug #1574 (Closed): Context menu doesn't appear on laptop. Deployment problem?
Applied in changeset commit:"c92e02f313ee693940bc0652bc13c1203ff13ddd". Panagiotis Kanavos
11:41 pm Feature #1564 (Closed): Display and edit container properties similar to mac
Applied in changeset commit:"c92e02f313ee693940bc0652bc13c1203ff13ddd". Panagiotis Kanavos
11:40 pm Revision c92e02f3: Removed unneeded registry key. Resolves #1690
Container properties dialog displays policies, updates tags. Closes #1564
File and Container properties dialogs are n...
Panagiotis Kanavos
11:39 pm Feature #1691 (Closed): Make File and Container dialogs asynchronous
Displaying the file or container property dialogs can take too long if the network connection is unreliable. Must dis... Panagiotis Kanavos
06:23 pm Bug #1690 (Closed): Client app tries to write to non-existent registry key
The App.cs constructor tries to write to a non-existent registry key.
The registry key was left over from a remove...
Panagiotis Kanavos
« Previous
Next »
 

Also available in: Atom