Statistics
| Branch: | Tag: | Revision:

root / pithos-macos / PithosObjectNode.m @ e5cbe7aa

History | View | Annotate | Download (27 kB)

# Date Author Comment
6d9d5dce 07/07/2013 04:53 pm Miltiadis Vasilakis

Retry failed browser or node service requests that may have an updated URL in the service catalog

For requests that use a URL from the service catalog,
if they return status code 401 or 404 or unknown,
retry after you update the service catalog and the request URL.

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....

97c9a632 03/15/2013 06:21 pm Miltiadis Vasilakis

Improve UUID translation in nodes

Show nodes immediately with translated UUIDs. Fix bug where browser of first created account didn't translate UUIDs.

bc768c45 03/15/2013 02:13 pm Miltiadis Vasilakis

Improve handling of node requests

Fix bug where autoreleased node requests where set nil and then released.

258db46f 03/14/2013 05:06 pm Miltiadis Vasilakis

Improve code and fix bugs

ec392f75 02/22/2013 10:24 pm Miltiadis Vasilakis

Use user catalog in sharing presentation and editing

Provide separate input for sharing user and group. Fix bugs.

e88945f2 02/19/2013 06:19 pm Miltiadis Vasilakis

Use user catalog displayname when displaying modified by

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.

3f220848 01/07/2013 06:21 pm Miltiadis Vasilakis

Fix analyze errors

b58ff732 01/07/2013 04:32 pm Miltiadis Vasilakis

Use @autoreleasepool directive

9990166e 05/17/2012 08:44 pm Miltiadis Vasilakis

Make debug log messages optional on compile. Update version.

5551c25f 04/12/2012 12:32 am Miltiadis Vasilakis

Do not use the shared cache in sharing account requests.

89dfe4a3 04/11/2012 06:26 pm Miltiadis Vasilakis

Move main thread dispatch of alerts just before the alert creation. Use localized error descriptions. Fix memory leaks in some request copies.

cfc17d33 03/11/2012 06:20 pm Miltiadis Vasilakis

Make info windows modular. Add support for versions pane in info window. Allow download of a selected version for object nodes.

363c618c 03/08/2012 06:37 pm Miltiadis Vasilakis

Fix memory leaks.

46b46b83 03/01/2012 01:01 pm Miltiadis Vasilakis

Support changes in container and object metadata.

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

Support multiple accounts. Bug fixes. Improve concurrency.

919cb043 01/27/2012 07:42 pm Miltiadis Vasilakis

Refactor to use updated ASIPithos lib.

5f54c6be 01/10/2012 07:36 pm Miltiadis Vasilakis

Modify PithosNodes to use the global concurrent dispatch queue for ASIPithosRequest delegates.

1b1e6fa1 10/13/2011 12:01 am Miltiadis Vasilakis

All requests made asynchronous.
Request are prioritized accordingly.
Download/Upload activity is more precise.
Copy/Move actions are shown in activity.
Initial implementation of request retries.
Other fixes and changes.

af3b9f06 09/28/2011 05:04 pm Miltiadis Vasilakis

Initial implementation of 'others shared'.

20f54e18 09/27/2011 12:22 am Miltiadis Vasilakis

'my shared' nodes can be copied.
If a shared node has its sharing property changed from its info window,
the browser is refreshed.
Refresh button also refreshes account containers.
Modified the left NSOutlineView to use PithosNode objects directly, instead through an NSTreeController.

4ae10a2b 09/26/2011 04:09 pm Miltiadis Vasilakis

Initial implementation of 'my shared'.

515cd8db 09/20/2011 10:35 pm Miltiadis Vasilakis

Refactored PithosNodeInfoController.
Added content encoding, content disposition and manifest in info window.
Added info window for containers.

4497453a 09/16/2011 10:04 am Miltiadis Vasilakis

PithosNode http request errors now produce alerts.

857217b0 09/10/2011 03:06 pm Miltiadis Vasilakis

Initial implementation of browser context menu.
Info window for subdirs.
Support for application/directory objects.
Conversion of subdir to application/directory object if metadata are applied.
Other minor fixes and changes.

705d0947 09/02/2011 04:16 pm Miltiadis Vasilakis

Sharing in the object info window can be updated.

c6f07a3c 09/02/2011 12:49 pm Miltiadis Vasilakis

PublicURL in the object info window can be updated.

5915687e 09/01/2011 01:03 pm Miltiadis Vasilakis

Metadata in the object info window can be updated.
Other minor fixes.

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

Initial implementation of object info window.
Other changes.

605c8932 08/14/2011 02:38 pm Miltiadis Vasilakis

Improved refresh mechanism.
Other minor fixes and changes.

155f0dfd 08/10/2011 05:53 pm Miltiadis Vasilakis

Minor UI changes.
Minor fixes.

9f3a92de 08/10/2011 01:59 pm Miltiadis Vasilakis

Using system icons based on file extension.
Initial implementation of browser leaf preview.
Simplified authentication panel.
Login through redirection and url handling implemented.
Some refactoring.
Other minor fixes.