Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Preferences / PreferencesViewModel.cs @ 2f5fcd2f

History | View | Annotate | Download (29.9 kB)

# Date Author Comment
2f5fcd2f 03/06/2013 05:09 pm Panagiotis Kanavos

Extracted a method that calculates the login url to PithosAccount

b8946a24 03/05/2013 11:21 pm Panagiotis Kanavos

Now stopping the old monitor, starting a new monitor for the uuid

c3a4add4 03/05/2013 11:15 pm Panagiotis Kanavos

Added Displayname change

c87a1e4f 03/05/2013 11:08 pm Panagiotis Kanavos

Change to detect non guid names

854c715a 03/04/2013 08:03 pm Panagiotis Kanavos

Now working with new authentication

ca94f0ec 12/17/2012 06:30 pm Panagiotis Kanavos

Converted some dictionaries to IgnoreCase. This should fix cases where tuples aren't matched because of local file case differences

2475642e 12/05/2012 06:28 pm Panagiotis Kanavos

Fix for Okeanos folder creation

adf0deca 12/03/2012 03:42 pm Panagiotis Kanavos

The first account is automatically selected when the accounts are loaded

9ad59de3 10/23/2012 04:35 pm Panagiotis Kanavos

Fix when wiping an account that hasn't been authenticated

dd5f5163 10/23/2012 03:12 pm Panagiotis Kanavos

Fix for missed expiration notifications

39de8b0f 10/23/2012 01:25 pm Panagiotis Kanavos

Added code to handle files that get locked or modified after uploading starts. In this case, uploading is aborted.
Improved code to move an account folder and stop monitoring while the move takes place. Still needs work.

dc18b138 09/26/2012 06:28 pm Panagiotis Kanavos

Various storage and progress changes

e9c9322c 09/26/2012 02:44 pm George Pantazis

Merge branch 'Polling' of https://code.grnet.gr/git/pithos-ms-client into Polling

Conflicts:
trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml

Signed-off-by: George Pantazis <>

0e2b2c19 09/26/2012 02:42 pm George Pantazis

ISS Fixes
Updated Status
Fixed GUI Issues
Delete Container data
Fixed issue with net.http in 2008 server

Signed-off-by: George Pantazis <>

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

8bbc337e 07/04/2012 05:08 pm Panagiotis Kanavos

Added retry when trying to determine the selective folders of a new account. If this fails, no account is created

f4f39ccb 07/03/2012 02:50 pm Panagiotis Kanavos

Renamed root folders are added to the list of selective folders, as long as their container is also selected

5f612ea4 07/03/2012 01:27 pm Panagiotis Kanavos

Additional fix for starting tab. Preferences now comes into focus whenever it is activated

2280d0f8 07/02/2012 04:24 pm Panagiotis Kanavos

Update through NH used in more places

136e9eff 07/02/2012 01:40 pm Panagiotis Kanavos

Fix for multiple preferences windows

37ff7dc9 07/02/2012 01:23 pm Panagiotis Kanavos

Attempt to fix multiple preferences windows

2c0ad917 06/15/2012 11:53 pm Panagiotis Kanavos

Modified the progress notifications to display for all progress events
Fixes to Selective synchronization

c945b450 05/31/2012 10:43 pm Panagiotis Kanavos

Change to Polling agent

eb81e47d 05/24/2012 10:43 pm Panagiotis Kanavos

Moved the "Selective Sync Enabled" to the main preferences page

368e06fd 05/12/2012 09:50 pm Panagiotis Kanavos

Added Keep Local, Keep Server conflict resolution actions
Modified ConflictsView.xaml to always display a combobox with the actions
Fixed PollAgent bug that caused false conflict reports
Modification of settings now causes a sync operation to force PollAgent to use modified poll settings

cbefd298 05/07/2012 10:52 pm Panagiotis Kanavos

Added option to disable selective Synchronization
When selective sync is disabled only owned files are synchronized. Shared files are not synchronized.
Folders (not their contents) are synchronized even when selective sync is disabled

d31e609c 05/02/2012 04:08 pm Panagiotis Kanavos

Modified to allow initial selection of all folders and containers

7d855abd 05/01/2012 09:11 pm Panagiotis Kanavos

All containers and first level folders are automatically added to Selective Sync when adding a new account.
Shared Objects are NOT added

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

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

69588a95 04/27/2012 12:00 am Panagiotis Kanavos

Fix for missing directories

8f44fd3a 04/26/2012 02:13 am Panagiotis Kanavos

Selective Sync fixes
FileState persistence fix that correctly stores forbidden files
Permission check fix

0a9d4d18 04/24/2012 09:37 pm Panagiotis Kanavos

New SQLite version

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

Fixes for v.0.7.20401

e394ef0f 04/02/2012 08:40 am Panagiotis Kanavos

Added option to disable certificate checking

311d1cde 03/30/2012 11:33 pm Panagiotis Kanavos

Added silent install option
Now allowing accounts with the same name from different servers

84a3db1b 03/30/2012 05:54 pm Panagiotis Kanavos

Temp fixes

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

6b0de454 03/15/2012 08:53 pm Panagiotis Kanavos

Various changes

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

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

e9eab066 03/13/2012 03:25 pm Panagiotis Kanavos

Added console

6f03d6e1 03/12/2012 04:26 pm Panagiotis Kanavos

Fixes to NetSparkle
Fixes to IfModifiedSince calculation
Added console window

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

Account page changes

db8a9589 03/02/2012 02:10 pm Panagiotis Kanavos

Modified loggers to use their enclosing class
Activated lossy logging of the last 30 messages before an error
Fixes #1799

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

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

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

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

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

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

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

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

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

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

Dead code cleanups and removal of unwanted dll references

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

Added check for startup option
Added Okeanos folder creation

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

f3d080df 01/09/2012 06:54 pm Panagiotis Kanavos

Changes for directories
Added copyright notices

74d78c90 12/15/2011 03:45 pm Panagiotis Kanavos

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

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

6aa29f4f 12/07/2011 09:42 pm Panagiotis Kanavos

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

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

aba9e6d9 11/16/2011 06:28 pm Panagiotis Kanavos

Tags, Permissions, Public for Files are working

20e9a378 11/10/2011 06:55 pm Panagiotis Kanavos

Restructured views

437abfca 11/03/2011 06:00 pm Panagiotis Kanavos

Added Async CTP

6f351ec6 10/24/2011 06:36 pm Panagiotis Kanavos

Fix to current account behavior in Preferences/PreferencesView.xaml

Modified Upload to always use block uploading. Need cleanup of dead code

5a99309c 10/20/2011 11:58 pm Panagiotis Kanavos

Added Open Pithos folder for multiple accounts

7e26c075 10/20/2011 11:13 pm Panagiotis Kanavos

Fixes to Add/Remove accounts