Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Preferences / AddAccountViewModel.cs @ dd5f5163

History | View | Annotate | Download (12.2 kB)

# Date Author Comment
5b2e4db4 09/26/2012 12:23 pm Panagiotis Kanavos

Fixed blocking issue

d7288179 09/14/2012 02:29 pm Panagiotis Kanavos

Convert all url usages to use the Uri class instead of raw strings.
Local paths and names are always escaped when converted to Uris, but only then.
Uris converted to local file paths are always unescaped and only then.
Deserialization of Json object list escapes the paths because the server returns the urls unescaped

c561991c 08/27/2012 11:06 am Panagiotis Kanavos

Move to 2012 and the Async Targeting pack

1da032a7 07/04/2012 05:05 pm Panagiotis Kanavos

Added check to prevent a user from selecting a path below an existing account path as the path for a new account

42af59dc 06/19/2012 11:27 pm Panagiotis Kanavos

Added upload/download/delete/hashing notifications
Fixed cases where execution would switch to the UI thread due to SynchronizationContext capturing
Mini Status now opens when left clicking on the tray icon

dd19241a 05/01/2012 07:18 pm Panagiotis Kanavos

Adding a new account now forces a logout to clear any stale Pithos cookies

f42285c0 04/23/2012 08:40 pm Panagiotis Kanavos

Fixed Wizard title

ebc37b0d 04/02/2012 11:08 pm Panagiotis Kanavos

Fixes for v.0.7.20401

81c5c310 03/16/2012 02:33 pm Panagiotis Kanavos

Added fixes for v.0.7.20311

Changes to logo
Renamed "Pithos" logo to "Pithos+"
Fixes to login URL

badcef63 03/14/2012 06:47 pm Panagiotis Kanavos

Added embedded browser form LoginView.xaml to overcome IE redirect bugs

fe62b7f4 03/07/2012 08:48 pm Panagiotis Kanavos

Account page changes

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

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

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

Added check for startup option
Added Okeanos folder creation

5e31048f 01/03/2012 09:31 pm Panagiotis Kanavos

Some warning fixes and change of some agents from a hand-coded Agent to Dataflow blocks

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

Fixed frequent timeout by always closing WebResponse objects

8dd2bdfb 12/15/2011 08:39 pm Panagiotis Kanavos

Fixed error that caused continuous credential retrieval in Auto account page

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

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

77f3c897 11/29/2011 10:46 pm Panagiotis Kanavos

Added wizard page