Statistics
| Branch: | Tag: | Revision:

root / pithos-macos / pithos_macosAppDelegate.m @ d8426ffb

History | View | Annotate | Download (18.5 kB)

# Date Author Comment
d8426ffb 02/29/2012 09:51 pm Miltiadis Vasilakis

Support multiple accounts. Bug fixes. Improve concurrency.

5e5eeeaa 02/06/2012 04:13 pm Miltiadis Vasilakis

Use file size and modification date to omit hash computation for unmodified files during sync. Show version in menu.

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

Refactor to use updated ASIPithos lib.

d0d3b184 11/16/2011 11:26 am Miltiadis Vasilakis

Bug fix regarding sync folder.

e90c77e7 11/12/2011 11:45 am Miltiadis Vasilakis

Bug fixes.

222199ae 11/11/2011 11:03 am Miltiadis Vasilakis

Made url prefixes user defaults.

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

Modified authentication preferences.

72c9d681 11/03/2011 08:07 pm Miltiadis Vasilakis

Using pithos icon for the status bar.

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.

e4465f98 10/26/2011 06:08 pm Miltiadis Vasilakis

Bug fixes.

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

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

2943d6d4 10/25/2011 01:24 pm Miltiadis Vasilakis

The account use is shown.
The browser is force refreshed every 30 seconds.

3812626f 10/21/2011 08:56 pm Miltiadis Vasilakis

Sync is saving the last completed date.
Remote objects that are deleted in sync are moved to trash instead.
Dates shown in descriptive format.

0224a49f 10/20/2011 11:26 am Miltiadis Vasilakis

Initial implementation of the syncing algorithm.
Other fixes and changes.

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.

efbe8f14 10/11/2011 12:38 pm Miltiadis Vasilakis

Made application URLs configurable through the info.plist file.

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

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

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

Initial implementation of 'others shared'.

e5096d8a 09/08/2011 03:35 pm Miltiadis Vasilakis

Updated pithos-apple-common and dir appropriate changes.

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

PublicURL in the object info window can be updated.

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.

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.

d8d08dc1 08/03/2011 11:05 am Miltiadis Vasilakis

Initial commit of pithos-macos.