Statistics
| Branch: | Tag: | Revision:

root / Classes / AccountGroupsViewController.m @ ea3a6bba

History | View | Annotate | Download (8.9 kB)

# Date Author Comment
ea3a6bba 07/02/2013 12:08 pm Miltiadis Vasilakis

Change default authURL

Change default authURL that is used for default
new accounts and migration of default old accounts.
Update date in copyright comments.

481e4115 02/14/2013 06:36 pm Miltiadis Vasilakis

Support interaction with old server

Do not show an error when user_catalogs is not found in an old server and continue permission/group editing. Update group name check of invalid characters. Update version.

7446ae64 02/09/2013 05:01 pm Miltiadis Vasilakis

Merge branch 'develop'

cacaa443 12/28/2012 03:31 pm Miltiadis Vasilakis

In folder view controller in iPhone, select file cell to open, or select cell disclosure to go to file details

If the file is downloaded, open the file, else do nothing (will be implemented later). Refactor legacy code.

689de104 12/18/2012 06:00 pm Miltiadis Vasilakis

Show last modified date in folder cells

Use abbreviations (iOS 4.3) or emoji (iOS 5.0+) to describe objects and folders in folder cells. Use freed space to show last modified date. Update legacy code.

60731366 12/06/2012 06:46 pm Miltiadis Vasilakis

Clean and improve code

Refactor code regarding use and lifecycle of activity indicator views.

34c316bc 12/06/2012 12:56 pm Miltiadis Vasilakis

Clean and improve code

Refactor code regarding animations and activity indicator.

98344a26 11/20/2012 06:45 pm Miltiadis Vasilakis

Clean and improve code

Remove more unnecessary code, refactor to make more readable, fix minor bugs, and improve business logic and memory use.

3a8071d4 03/22/2012 11:43 am Miltiadis Vasilakis

Fix bugs. Show version in settings. Update icons. Update version.

e06c24cf 03/06/2012 06:08 pm Miltiadis Vasilakis

Fix memory leaks reported by analyze.

7db1712d 12/10/2011 02:46 pm Miltiadis Vasilakis

Applied relevant changes from latest rackspace-ios commits. Using llvm instead of gcc. Bug fixes.

45f2fce6 12/06/2011 07:21 pm Miltiadis Vasilakis

Create application/directory for subdir, if metadata or permissions are applied.
Support for objects with a trailing slash.
Support for listings that exceed the results limit.
Create default containers (pithos and trash) if not existing.
Support for utf-8 object names, metadata and permissions....

d6b38316 11/10/2011 12:47 am Miltiadis Vasilakis

UI changes.
Bug Fixes.

ba01f5a7 11/09/2011 11:15 pm Miltiadis Vasilakis

Added account groups functionality.
Bug fixes.