Statistics
| Branch: | Tag: | Revision:

root / pithos-macos / PithosPreferencesController.h @ e5cbe7aa

History | View | Annotate | Download (4.4 kB)

# Date Author Comment
fb27f368 07/07/2013 02:56 pm Miltiadis Vasilakis

Refactor use of pithos objects to accommodate
retry of failed service requests

In browser and nodes, use the pithos object of the
account manager, instead of maintaining a copy.

baaf1397 07/05/2013 05:18 pm Miltiadis Vasilakis

Use service catalog

Support tokens mechanism to retrieve service catalog,
for account creation or change.
Allow fallback for older server versions.
Add option for ignoring SSL errors.
Migrate providers from older versions.
Improve preferences UI.
Support full URL in X-Object-Public header....

cc4260cc 02/26/2013 01:29 pm Miltiadis Vasilakis

Fix bugs

Fix bugs. Improve UI and ARC handling. Update version.

8aa8e10c 02/19/2013 01:13 am Miltiadis Vasilakis

Add initial support for user catalog

Keep user catalog for each account. Show displayname in preferences after authentication. Minor improvements.

cb6abe72 01/14/2013 12:14 pm Miltiadis Vasilakis

Convert to Objective-C ARC

Use Xcode refactoring to convert project to Objective-C ARC, to fix problems that memory is freed more than once, when autorelease pools are drained. Update version.

55496c8b 04/13/2012 11:24 pm Miltiadis Vasilakis

Add preference to skip hidden files during sync.

e8dc9335 04/02/2012 10:09 am Miltiadis Vasilakis

Show others shared in preferences, save/retrieve in user defaults.

ca913781 03/09/2012 06:56 pm Miltiadis Vasilakis

Add UI for selective sync folders. Call next sync when an account has sync preferences applied.

904acde2 03/08/2012 06:44 pm Miltiadis Vasilakis

Make browser and preferences window load lazily.

d8426ffb 02/29/2012 09:51 pm Miltiadis Vasilakis

Support multiple accounts. Bug fixes. Improve concurrency.

dbfd951b 11/04/2011 12:34 am Miltiadis Vasilakis

Modified authentication preferences.

74314fd6 11/02/2011 01:48 pm Miltiadis Vasilakis

When there are not username and token provided during startup, preferences are shown.
Username and token are not allowed to be set to empty strings in the preferences.
Manual authentication is separated by shibboleth authentication in the preferences.

7325abf2 10/25/2011 04:41 pm Miltiadis Vasilakis

Sync folder can be selected in the preferences.
Improvements in handling of user properties.

470e6f81 10/07/2011 02:26 am Miltiadis Vasilakis

Implemented group preferences.
Initial implementation of download/upload activity progress and messages.

90fadc45 09/29/2011 06:53 pm Miltiadis Vasilakis

Shift-refresh forces no use of cache.
Other changes.

6a9b9f40 09/17/2011 11:36 pm Miltiadis Vasilakis

Implemented menu delete and move to trash.
Other fixes and improvements.

2d9996a2 08/17/2011 04:29 pm Miltiadis Vasilakis

Initial implementation of object info window.
Other changes.

589a14ca 08/14/2011 08:20 pm Miltiadis Vasilakis

Created status bar icon with menu.
Initial implementation of preferences window.
Moved authentication to app delegate and preferences.