pithos-ms-client
12 years agoSynch seems OK. Identified problem with poll differencer
Panagiotis Kanavos [Wed, 22 Feb 2012 16:55:20 +0000 (18:55 +0200)]
Synch seems OK. Identified problem with poll differencer

12 years agoFile and polling filtering work properly
Panagiotis Kanavos [Wed, 22 Feb 2012 15:57:18 +0000 (17:57 +0200)]
File and polling filtering work properly

12 years agoConverted message arrays to Uri arrays
Panagiotis Kanavos [Wed, 22 Feb 2012 11:57:43 +0000 (13:57 +0200)]
Converted message arrays to Uri arrays

12 years agoAdded code to facilitate retrieval of server folders
Panagiotis Kanavos [Tue, 21 Feb 2012 10:03:20 +0000 (12:03 +0200)]
Added code to facilitate retrieval of server folders

12 years agoGetFileAgent moved to FileAgent.cs
Panagiotis Kanavos [Tue, 21 Feb 2012 10:01:48 +0000 (12:01 +0200)]
GetFileAgent moved to FileAgent.cs

12 years agoSetup changes to allow previous version removal
Panagiotis Kanavos [Tue, 21 Feb 2012 10:00:35 +0000 (12:00 +0200)]
Setup changes to allow previous version removal

12 years agoRenamed PauseEvent to ProceedEvent
Panagiotis Kanavos [Mon, 20 Feb 2012 15:38:31 +0000 (17:38 +0200)]
Renamed PauseEvent to ProceedEvent

12 years agoExtracted polling functionality to a separate PollAgent.cs
Panagiotis Kanavos [Mon, 20 Feb 2012 14:58:09 +0000 (16:58 +0200)]
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.

12 years agoModifications to raise move events for moved child objects from the FileAgent
Panagiotis Kanavos [Mon, 20 Feb 2012 12:35:36 +0000 (14:35 +0200)]
Modifications to raise move events for moved child objects from the FileAgent

12 years agoAdded header to all files. Closes #2064
Panagiotis Kanavos [Sun, 19 Feb 2012 19:41:36 +0000 (21:41 +0200)]
Added header to all files. Closes #2064

12 years agoMoved the pithos.db location to the same location as the user settings. This will...
Panagiotis Kanavos [Sun, 19 Feb 2012 17:07:14 +0000 (19:07 +0200)]
Moved the pithos.db location to the same location as the user settings. This will make cleanup of all user settings easier during uninstallation

12 years agoModified the links of standard login and server sites to use https instead of http
Panagiotis Kanavos [Sun, 19 Feb 2012 17:06:28 +0000 (19:06 +0200)]
Modified the links of standard login and server sites to use https instead of http

12 years agoModified MessageView.xaml to display exception details expanded by default when the...
Panagiotis Kanavos [Sun, 19 Feb 2012 17:05:39 +0000 (19:05 +0200)]
Modified MessageView.xaml to display exception details expanded by default when the Details button is pressed

12 years agoChanged casing of company name
Panagiotis Kanavos [Sun, 19 Feb 2012 17:04:32 +0000 (19:04 +0200)]
Changed casing of company name

12 years agoChanged AsyncManualResetEvent.Set behaviour to occur asynchronously. In the previous...
Panagiotis Kanavos [Fri, 17 Feb 2012 15:02:19 +0000 (17:02 +0200)]
Changed AsyncManualResetEvent.Set behaviour to occur asynchronously. In the previous version calling Set resulted in the poll method executing in the main thread

12 years agoReplaced _differencers Dictionary with ConcurrentDictionary
Panagiotis Kanavos [Fri, 17 Feb 2012 15:00:57 +0000 (17:00 +0200)]
Replaced _differencers Dictionary with ConcurrentDictionary

12 years agoMinor fix to proxy credentials code
Panagiotis Kanavos [Fri, 17 Feb 2012 12:37:12 +0000 (14:37 +0200)]
Minor fix to proxy credentials code

12 years agoFixed Startup shortcuts to include the "startup" command line argument.
Panagiotis Kanavos [Fri, 17 Feb 2012 11:59:25 +0000 (13:59 +0200)]
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

12 years agoSimplified proxy management code
Panagiotis Kanavos [Thu, 16 Feb 2012 15:32:17 +0000 (17:32 +0200)]
Simplified proxy management code

12 years agoExtracted cloud delete functionality to a separate DeleteAgent
Panagiotis Kanavos [Tue, 14 Feb 2012 12:27:06 +0000 (14:27 +0200)]
Extracted cloud delete functionality to a separate DeleteAgent

12 years agoAdded AsyncManualResetEvent to control manual synchronization
Panagiotis Kanavos [Tue, 14 Feb 2012 11:08:20 +0000 (13:08 +0200)]
Added AsyncManualResetEvent to control manual synchronization

12 years agoReplace manual reset event with asynch reset event for pausing the up/download agent
Panagiotis Kanavos [Tue, 14 Feb 2012 10:29:25 +0000 (12:29 +0200)]
Replace manual reset event with asynch reset event for pausing the up/download agent

12 years agoSimplified SnapshotDifferencer.cs
Panagiotis Kanavos [Mon, 13 Feb 2012 21:40:29 +0000 (23:40 +0200)]
Simplified SnapshotDifferencer.cs

12 years agoAdded SnapshotDifferencer.cs to calculate the difference between the current and...
Panagiotis Kanavos [Mon, 13 Feb 2012 21:00:50 +0000 (23:00 +0200)]
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

12 years agoAdded differencer and tests
Panagiotis Kanavos [Fri, 10 Feb 2012 11:56:33 +0000 (13:56 +0200)]
Added differencer and tests

12 years agoPreliminary fix for #1999, incorrect deletions
Panagiotis Kanavos [Thu, 9 Feb 2012 21:36:14 +0000 (23:36 +0200)]
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)

12 years agoAdded _lastSeen dictionary to use as log of files, in an attempt to prevent deletion...
Panagiotis Kanavos [Thu, 9 Feb 2012 17:47:54 +0000 (19:47 +0200)]
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

12 years agoAdded check for queued or active objects when checking for files to delete
Panagiotis Kanavos [Tue, 7 Feb 2012 13:49:56 +0000 (15:49 +0200)]
Added check for queued or active objects when checking for files to delete

12 years agoChanged versions and dialog sizes
Panagiotis Kanavos [Mon, 6 Feb 2012 20:54:06 +0000 (22:54 +0200)]
Changed versions and dialog sizes

12 years agoThe x64 project repeatedly loses the menu shortcut references
Panagiotis Kanavos [Mon, 6 Feb 2012 19:35:07 +0000 (21:35 +0200)]
The x64 project repeatedly loses the menu shortcut references

12 years agoMerge branch 'master' of \\\pk2010\Pithos\
Panagiotis Kanavos [Mon, 6 Feb 2012 18:40:26 +0000 (20:40 +0200)]
Merge branch 'master' of \\\pk2010\Pithos\

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

12 years agoMissing files
Panagiotis Kanavos [Mon, 6 Feb 2012 18:21:28 +0000 (20:21 +0200)]
Missing files

12 years agoModified the message view to only display details when a "Show Details" toggle button...
Panagiotis Kanavos [Mon, 6 Feb 2012 18:08:04 +0000 (20:08 +0200)]
Modified the message view to only display details when a "Show Details" toggle button is pressed

12 years agoChanging the delete agent to handle renames as well didn't help. Renames or moves...
Panagiotis Kanavos [Mon, 6 Feb 2012 18:07:31 +0000 (20:07 +0200)]
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.

12 years agoFixed missing icons
Panagiotis Kanavos [Mon, 6 Feb 2012 12:51:54 +0000 (14:51 +0200)]
Fixed missing icons

12 years agoFirst attempt to allow shared file modifications
Panagiotis Kanavos [Fri, 3 Feb 2012 21:47:35 +0000 (23:47 +0200)]
First attempt to allow shared file modifications

12 years agoReplaced box icons with Pithos icons
Panagiotis Kanavos [Fri, 3 Feb 2012 19:13:39 +0000 (21:13 +0200)]
Replaced box icons with Pithos icons
Also replaced standard balloon with custom balloon
Closes #1623

12 years agoChanged icons from box to pithos
Panagiotis Kanavos [Fri, 3 Feb 2012 14:20:21 +0000 (16:20 +0200)]
Changed icons from box to pithos
Closes #1623

12 years agoChanged the balloon to a custom PithosBalloon.xaml so we can control how long a ballo...
Panagiotis Kanavos [Fri, 3 Feb 2012 13:22:09 +0000 (15:22 +0200)]
Changed the balloon to a custom PithosBalloon.xaml so we can control how long a balloon is displayed

12 years agoChanged assembly version to 0.1.0
Panagiotis Kanavos [Fri, 3 Feb 2012 12:07:58 +0000 (14:07 +0200)]
Changed assembly version to 0.1.0
Changed file version to 0.1.x.x according to the new numbering scheme
Closes #1992

12 years agoChanged notifications according to #1970, #1973
Panagiotis Kanavos [Thu, 2 Feb 2012 21:14:25 +0000 (23:14 +0200)]
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

12 years agoChanged notifications according to #1970, #1973
Panagiotis Kanavos [Thu, 2 Feb 2012 21:16:29 +0000 (23:16 +0200)]
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

12 years ago-
Panagiotis Kanavos [Thu, 2 Feb 2012 19:20:18 +0000 (21:20 +0200)]
-

12 years agoNamespace change for PreferencesView.xaml
Panagiotis Kanavos [Thu, 2 Feb 2012 18:07:19 +0000 (20:07 +0200)]
Namespace change for PreferencesView.xaml
Added GRNet program menu folder in the setup projects
Modified IconOverlayBase.cs to control overlay display in dialog boxes

12 years agoDead code cleanups and removal of unwanted dll references
Panagiotis Kanavos [Thu, 2 Feb 2012 12:15:30 +0000 (14:15 +0200)]
Dead code cleanups and removal of unwanted dll references

12 years agoMerge branch 'master' of z:
Panagiotis Kanavos [Mon, 30 Jan 2012 19:36:01 +0000 (21:36 +0200)]
Merge branch 'master' of z:

12 years agoFixed startup link
Panagiotis Kanavos [Mon, 30 Jan 2012 19:28:58 +0000 (21:28 +0200)]
Fixed startup link

12 years agoFixed startup link
Panagiotis Kanavos [Mon, 30 Jan 2012 19:28:58 +0000 (21:28 +0200)]
Fixed startup link

12 years agoModifications to allow synchronization of shared files:
Panagiotis Kanavos [Mon, 30 Jan 2012 19:19:48 +0000 (21:19 +0200)]
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)

12 years agoMerge branch 'master' of \\\pk2010\Pithos\
Panagiotis Kanavos [Mon, 30 Jan 2012 16:27:20 +0000 (18:27 +0200)]
Merge branch 'master' of \\\pk2010\Pithos\

12 years agoFix for never-ending notification bug
Panagiotis Kanavos [Mon, 30 Jan 2012 16:25:06 +0000 (18:25 +0200)]
Fix for never-ending notification bug

12 years agoReactivated shared object code
Panagiotis Kanavos [Mon, 30 Jan 2012 16:24:36 +0000 (18:24 +0200)]
Reactivated shared object code

12 years agoAdded separate notification class
Panagiotis Kanavos [Fri, 27 Jan 2012 13:55:28 +0000 (15:55 +0200)]
Added separate notification class
Now raising notifications when polling starts, when conflicts are detected, when changes are detected

12 years agoAdded a DeletedIconOverlay.cs
Panagiotis Kanavos [Fri, 27 Jan 2012 13:15:15 +0000 (15:15 +0200)]
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

12 years agoAdded notification messages for conflicts and multifile operations on Pithos.Core...
Panagiotis Kanavos [Tue, 24 Jan 2012 17:11:20 +0000 (19:11 +0200)]
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

12 years ago"Other" tab in File options was removed. Closes #1930
Panagiotis Kanavos [Tue, 24 Jan 2012 14:23:36 +0000 (16:23 +0200)]
"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

12 years agoFix for deleting local objects that don't exist in Pithos
Panagiotis Kanavos [Tue, 24 Jan 2012 07:28:34 +0000 (09:28 +0200)]
Fix for deleting local objects that don't exist in Pithos

12 years agoAdded code to delete/move child objects
Panagiotis Kanavos [Tue, 24 Jan 2012 07:28:02 +0000 (09:28 +0200)]
Added code to delete/move child objects

12 years agoAdded check for startup option
Panagiotis Kanavos [Mon, 23 Jan 2012 18:54:46 +0000 (20:54 +0200)]
Added check for startup option
Added Okeanos folder creation

12 years agoChanged proxy settings to request update if the proxy requires authentication
Panagiotis Kanavos [Mon, 23 Jan 2012 16:53:20 +0000 (18:53 +0200)]
Changed proxy settings to request update if the proxy requires authentication

12 years agoAdded Polling interval property and setting
Panagiotis Kanavos [Fri, 20 Jan 2012 16:12:38 +0000 (18:12 +0200)]
Added Polling interval property and setting

12 years agoFirst change attempt for deletion
Panagiotis Kanavos [Fri, 20 Jan 2012 15:25:01 +0000 (17:25 +0200)]
First change attempt for deletion

12 years agoAdded FileSystemWatcherAdapter.cs to raise Moved events from the sequence of Deleted...
Panagiotis Kanavos [Thu, 19 Jan 2012 21:10:35 +0000 (23:10 +0200)]
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

12 years agoChanged GoToSite method to URL encode the token with Uri.EscapeUriString
Panagiotis Kanavos [Wed, 18 Jan 2012 12:59:01 +0000 (14:59 +0200)]
Changed GoToSite method to URL encode the token with Uri.EscapeUriString

12 years agoMissing change to ManualResetEventSlim
Panagiotis Kanavos [Wed, 18 Jan 2012 12:53:08 +0000 (14:53 +0200)]
Missing change to ManualResetEventSlim

12 years agoAdded group views
Panagiotis Kanavos [Mon, 16 Jan 2012 19:34:57 +0000 (21:34 +0200)]
Added group views

12 years agoMerge branch 'master' of \\\pk2010\Pithos\
Panagiotis Kanavos [Mon, 16 Jan 2012 19:34:43 +0000 (21:34 +0200)]
Merge branch 'master' of \\\pk2010\Pithos\

12 years agoReplaces AutoResetEvent with manual reset event
Panagiotis Kanavos [Mon, 16 Jan 2012 18:59:19 +0000 (20:59 +0200)]
Replaces AutoResetEvent with manual reset event

12 years agoAdded AutoResetEvent to pause processing of network actions while executing deletes
Panagiotis Kanavos [Fri, 13 Jan 2012 17:32:30 +0000 (19:32 +0200)]
Added AutoResetEvent to pause processing of network actions while executing deletes

12 years agoModifications to delete folder contents
Panagiotis Kanavos [Wed, 11 Jan 2012 21:22:39 +0000 (23:22 +0200)]
Modifications to delete folder contents

12 years agoChanges to delete check order
Panagiotis Kanavos [Wed, 11 Jan 2012 17:55:37 +0000 (19:55 +0200)]
Changes to delete check order

12 years agoFurther changes to reduce locking and switch to WAL journal mode for SQLite
Panagiotis Kanavos [Tue, 10 Jan 2012 21:28:58 +0000 (23:28 +0200)]
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

12 years agoMinor fixes and preparing to move
Panagiotis Kanavos [Tue, 10 Jan 2012 17:52:53 +0000 (19:52 +0200)]
Minor fixes and preparing to move

12 years agoConvert ActiveRecord update code to direct ADO calls to reduce locks
Panagiotis Kanavos [Mon, 9 Jan 2012 21:19:22 +0000 (23:19 +0200)]
Convert ActiveRecord update code to direct ADO calls to reduce locks

12 years agoMerge branch 'master' of \\\pk2010\Pithos\
Panagiotis Kanavos [Mon, 9 Jan 2012 17:48:49 +0000 (19:48 +0200)]
Merge branch 'master' of \\\pk2010\Pithos\

12 years agoChanges for directories
Panagiotis Kanavos [Mon, 9 Jan 2012 16:54:42 +0000 (18:54 +0200)]
Changes for directories
Added copyright notices

12 years agoChanges for directories
Panagiotis Kanavos [Mon, 9 Jan 2012 16:54:42 +0000 (18:54 +0200)]
Changes for directories
Added copyright notices

12 years agoAdded directory object creation whenever a new directory is created
Panagiotis Kanavos [Sun, 8 Jan 2012 21:02:29 +0000 (23:02 +0200)]
Added directory object creation whenever a new directory is created
Showing the file property dialog box for directories

12 years agoAdded OS Version check to disable network connectivity detection in Windows XP
Panagiotis Kanavos [Sat, 7 Jan 2012 15:07:57 +0000 (17:07 +0200)]
Added OS Version check to disable network connectivity detection in Windows XP

12 years agoFixed inactive Next button when validating credentials. Fixes #1784
Panagiotis Kanavos [Sat, 7 Jan 2012 14:52:57 +0000 (16:52 +0200)]
Fixed inactive Next button when validating credentials. Fixes #1784

12 years agoSimplified several functions by replacing task continuations with async/await
Panagiotis Kanavos [Thu, 5 Jan 2012 20:10:18 +0000 (22:10 +0200)]
Simplified several functions by replacing task continuations with async/await

12 years agoReplaced object load and update with direct HQL execution to resolve database locks...
Panagiotis Kanavos [Thu, 5 Jan 2012 18:08:09 +0000 (20:08 +0200)]
Replaced object load and update with direct HQL execution to resolve database locks, especially in StatusAgent.cs and FileState.cs
Removed dead code in StatusAgent.cs

12 years agoRemoved Dataflow code
Panagiotis Kanavos [Thu, 5 Jan 2012 15:20:35 +0000 (17:20 +0200)]
Removed Dataflow code

12 years agoChanges to NHibernate/Activerecord storage code
Panagiotis Kanavos [Thu, 5 Jan 2012 15:20:27 +0000 (17:20 +0200)]
Changes to NHibernate/Activerecord storage code

12 years agoSome warning fixes and change of some agents from a hand-coded Agent to Dataflow...
Panagiotis Kanavos [Tue, 3 Jan 2012 19:30:08 +0000 (21:30 +0200)]
Some warning fixes and change of some agents from a hand-coded Agent to Dataflow blocks

12 years agoNow closing web request immediatelly after executing a request that has no content.
Panagiotis Kanavos [Tue, 3 Jan 2012 15:35:00 +0000 (17:35 +0200)]
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

12 years agoFixed frequent timeout by always closing WebResponse objects
Panagiotis Kanavos [Tue, 20 Dec 2011 20:40:35 +0000 (22:40 +0200)]
Fixed frequent timeout by always closing WebResponse objects

12 years agoMerge branch 'master' of https://code.grnet.gr/git/pithos-ms-client
Panagiotis Kanavos [Tue, 20 Dec 2011 16:21:34 +0000 (18:21 +0200)]
Merge branch 'master' of https://code.grnet.gr/git/pithos-ms-client

12 years agoModified icon
Panagiotis Kanavos [Tue, 20 Dec 2011 16:21:05 +0000 (18:21 +0200)]
Modified icon
Fixed account SiteUri

12 years agoConverted Content-Length to optional in CloudFilesClient.cs
Panagiotis Kanavos [Mon, 19 Dec 2011 10:57:42 +0000 (12:57 +0200)]
Converted Content-Length to optional in CloudFilesClient.cs
Added validation message to AddAccountView.xaml

12 years agoFixed error that caused continuous credential retrieval in Auto account page
Panagiotis Kanavos [Thu, 15 Dec 2011 18:39:58 +0000 (20:39 +0200)]
Fixed error that caused continuous credential retrieval in Auto account page

12 years agoFixed settings save that was disabled due to the addition of a Uri property
Panagiotis Kanavos [Thu, 15 Dec 2011 13:45:21 +0000 (15:45 +0200)]
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

12 years agoUpdated wizard and AccountInfo to include the server's URL. Added account validation...
Panagiotis Kanavos [Tue, 13 Dec 2011 21:09:21 +0000 (23:09 +0200)]
Updated wizard and AccountInfo to include the server's URL. Added account validation to the wizard. Have problems saving settings

12 years agoChanged MonitorAccount to call StartMonitor which handles reauthentication
Panagiotis Kanavos [Wed, 7 Dec 2011 20:42:41 +0000 (22:42 +0200)]
Changed MonitorAccount to call StartMonitor which handles reauthentication

12 years agoChanged version date to 2001-12-07
Panagiotis Kanavos [Wed, 7 Dec 2011 19:46:21 +0000 (21:46 +0200)]
Changed version date to 2001-12-07

12 years agoAdded splash gradient
Panagiotis Kanavos [Wed, 7 Dec 2011 19:42:03 +0000 (21:42 +0200)]
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

12 years agoFixed setup registry issues and removed unnecessary MEX endpoint from StatusService.cs
Panagiotis Kanavos [Tue, 6 Dec 2011 21:28:25 +0000 (23:28 +0200)]
Fixed setup registry issues and removed unnecessary MEX endpoint from StatusService.cs

12 years agoAccount credential retrieval changed to use TcpListener instead of HttpListener....
Panagiotis Kanavos [Fri, 2 Dec 2011 20:26:16 +0000 (22:26 +0200)]
Account credential retrieval changed to use TcpListener instead of HttpListener. HttpListener requires admin privileges

12 years agoFinished account wizard that allows adding an account either by logging to the Pithos...
Panagiotis Kanavos [Thu, 1 Dec 2011 20:41:02 +0000 (22:41 +0200)]
Finished account wizard that allows adding an account either by logging to the Pithos site or by entering credentials by hand

Closes #1708, #1703

12 years agoHides account details if no account is selected and displays message to user. Closes...
Panagiotis Kanavos [Wed, 30 Nov 2011 19:21:22 +0000 (21:21 +0200)]
Hides account details if no account is selected and displays message to user. Closes #1709