Statistics
| Branch: | Tag: | Revision:

root / pithos-macos @ e5cbe7aa

Name Size
  en.lproj
AllowedToBoolTransformer.h 1.7 kB
AllowedToBoolTransformer.m 2.1 kB
BytesExtendedSizeTransformer.h 1.7 kB
BytesExtendedSizeTransformer.m 3.6 kB
BytesSizeTransformer.h 1.6 kB
BytesSizeTransformer.m 3.2 kB
CountTransformer.h 1.6 kB
CountTransformer.m 2 kB
DirPathFileURLTransformer.h 1.7 kB
DirPathFileURLTransformer.m 2.1 kB
FileMD5Hash.c 3.7 kB
FileMD5Hash.h 1.9 kB
FileSystemBrowserCell.h 2.6 kB
FileSystemBrowserCell.m 5.7 kB
GroupAndGroupMemberFormatter.h 1.7 kB
GroupAndGroupMemberFormatter.m 2.5 kB
GroupMembersDictionaryTransformer.h 1.7 kB
GroupMembersDictionaryTransformer.m 2.5 kB
HashMapHash.h 2 kB
HashMapHash.m 5.8 kB
ImageAndTextCell.h 2.8 kB
ImageAndTextCell.m 9.2 kB
LastCompletedSyncTransformer.h 1.7 kB
LastCompletedSyncTransformer.m 3.6 kB
LastModifiedDateTransformer.h 1.7 kB
LastModifiedDateTransformer.m 3.5 kB
MetadataKeyFormatter.h 1.6 kB
MetadataKeyFormatter.m 2.6 kB
MetadataKeyTransformer.h 1.6 kB
MetadataKeyTransformer.m 2.1 kB
NonEmptyStringFormatter.h 1.6 kB
NonEmptyStringFormatter.m 2.2 kB
PithosAccount.h 5.2 kB
PithosAccount.m 26.4 kB
PithosAccountNode.h 2.4 kB
PithosAccountNode.m 26.3 kB
PithosActivity.h 2.4 kB
PithosActivity.m 2.5 kB
PithosActivityFacility.h 3.9 kB
PithosActivityFacility.m 12.5 kB
PithosBrowserController.h 4.5 kB
PithosBrowserController.m 163.6 kB
PithosBrowserController.xib 46.7 kB
PithosBrowserInfoController.xib 85.7 kB
PithosBrowserPreviewController.xib 38.8 kB
PithosContainerNode.h 3.1 kB
PithosContainerNode.m 28.3 kB
PithosContainerNodeInfoController.h 2 kB
PithosContainerNodeInfoController.m 2.5 kB
PithosContainerNodeInfoController.xib 139.9 kB
PithosEmptyNode.h 1.7 kB
PithosEmptyNode.m 2.1 kB
PithosLocalObjectState.h 2.6 kB
PithosLocalObjectState.m 6.8 kB
PithosNode.h 3.9 kB
PithosNode.m 5 kB
PithosNodeInfoController.h 1.8 kB
PithosNodeInfoController.m 1.9 kB
PithosObjectNode.h 3 kB
PithosObjectNode.m 27 kB
PithosObjectNodeInfoController.h 2.2 kB
PithosObjectNodeInfoController.m 4 kB
PithosObjectNodeInfoController.xib 225.2 kB
PithosPreferencesController.h 4.4 kB
PithosPreferencesController.m 43.4 kB
PithosPreferencesController.xib 196.4 kB
PithosSharingAccountsNode.h 1.8 kB
PithosSharingAccountsNode.m 12 kB
PithosSubdirNode.h 3 kB
PithosSubdirNode.m 42.1 kB
PithosSyncDaemon.h 4.7 kB
PithosSyncDaemon.m 155.3 kB
PithosUtilities.h 11.1 kB
PithosUtilities.m 78.9 kB
PolicyVersioningTransformer.h 1.7 kB
PolicyVersioningTransformer.m 3 kB
PublicURLTransformer.h 1.6 kB
PublicURLTransformer.m 2.4 kB
SharingAccountBoolTransformer.h 1.7 kB
SharingAccountBoolTransformer.m 2.1 kB
SharingUserPermissionTransformer.h 1.7 kB
SharingUserPermissionTransformer.m 2.3 kB
UsingSizeTransformer.h 1.6 kB
UsingSizeTransformer.m 2.7 kB
main.m 1.7 kB
pithos-macos-Info.plist 1.3 kB
pithos-macos-Prefix.pch 345 Bytes
pithos_macosAppDelegate.h 3.7 kB
pithos_macosAppDelegate.m 26.5 kB

Latest revisions

# Date Author Comment
e5cbe7aa 07/07/2013 04:54 pm Miltiadis Vasilakis

Retry failed sync 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....

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

1b43864d 06/29/2013 12:48 pm Miltiadis Vasilakis

Fix bug

Fix bug in account serialization.

5dfe75c5 03/21/2013 09:56 am Miltiadis Vasilakis

Update version

e8e3d71e 03/19/2013 01:07 pm Miltiadis Vasilakis

Close node info windows when changing accounts in the browser

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.

32d958dc 03/14/2013 05:46 pm Miltiadis Vasilakis

Improve browser window layout and resize behavior

View revisions

Also available in: Atom