Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / client / foldertree / FolderTreeViewModel.java @ afb23bf9

History | View | Annotate | Download (11.5 kB)

# Date Author Comment
28e270f9 05/31/2013 12:29 pm Christos KK Loverdos

Configurable service URLs via the otherProperties JS mechanism

I have implemented the following:

  • Key STORAGE_API_URL represents the Pithos API
    URL and it is search for in otherProperties.
  • Key USER_CATALOGS_API_URL represents the
    /user_catalogs API URL and it is searched for...
e6e9f6e6 02/12/2013 12:50 pm Christos KK Loverdos

Change copyright notice

dc8cc18a 02/08/2013 03:57 pm Christos KK Loverdos

Revert "Work in progress. Do not rely on this commit"

This reverts commit ee77dbf16f524824e3c0337a04984caa84a12231.

ee77dbf1 02/07/2013 07:47 pm Christos KK Loverdos

Work in progress. Do not rely on this commit

4eaecbac 02/01/2013 03:01 pm Christos KK Loverdos

Show display name in FolderPropertiesDialog

cc0120ab 02/01/2013 02:23 pm Christos KK Loverdos

Implement the /user_catalogs API

eb1e4e59 09/26/2012 01:20 pm Christos Stathis

Don't change the case of pithos and trash during display

9ce1368c 06/25/2012 06:27 pm Christos Stathis

Added a forgotten rerty

ea30dad9 06/25/2012 06:15 pm Christos Stathis

Empty trash deletes everything under trash by using the deleteFolder method

2f4ea617 06/25/2012 03:09 pm Christos Stathis

Added retries when getting errors while fetching folders (issue #2552)

2dd70d7a 06/22/2012 04:39 pm Christos Stathis

Adjust the tree default size according to the number of subfolders so that Show more is never displayed (issue #2548)

de40f4d0 06/22/2012 04:31 pm Christos Stathis

Revert "Adjust the tree default size according to the number of subfolders so that Show more is never displayed (issue #2548)"

This reverts commit 219b4d4f22bd5b03be8c907838bbf6932f409aa9.

219b4d4f 06/22/2012 03:22 pm Christos Stathis

Adjust the tree default size according to the number of subfolders so that Show more is never displayed (issue #2548)

7e8e9ff0 04/19/2012 06:43 pm Christos Stathis

More changes for the new left pane

6acd4df3 04/12/2012 03:21 pm Christos Stathis

Fixed auto-refresh to update only the files of the current folder

7cca8bf1 04/02/2012 07:18 pm Christos Stathis

Remember the ordering of files (issue #2244)

a2f617f8 02/20/2012 07:08 pm Christos Stathis

Permissions are requested just before showing the contect and tools menu (issue #2050)

cae2a8db 02/01/2012 06:42 pm Christos Stathis

Updated copyright

fea6cde7 02/01/2012 12:41 pm Christos Stathis

Cleaned imports

4ca9cb37 01/31/2012 01:30 pm Christos Stathis

Fixed ConcurrentModificationException during tree loading

0ec61115 01/30/2012 03:19 pm Christos Stathis

Fixed a ConcurrentModificationException during tree traversal

ebead1b5 01/27/2012 04:40 pm Christos Stathis

Fixed various warnings

3f8622d4 12/07/2011 05:06 pm Christos Stathis

Implemented ability to send error data along with user feedback in case of error

04f50dbe 12/07/2011 12:57 pm Christos Stathis

Fixed display of shared icon on shared objects

067bbb04 12/05/2011 04:27 pm Christos Stathis

All user-created containers are always displayed between pithos and trash

a92f9b30 12/05/2011 03:47 pm Christos Stathis

Renamed Home back to Pithos

0549e173 10/19/2011 04:38 pm Christos Stathis

CSS fun

a7b6e464 10/18/2011 11:02 am Christos Stathis

Various CSS changes

fb0060d7 10/16/2011 02:25 pm Christos Stathis

Reverted back to showing the loading indicator when a folder has a lot of subfolders

cf49bbc9 10/16/2011 01:15 am Christos Stathis

Reverted back to ListDataProvider. Fixed race condition when creating my shared tree. Fixed display when loading huge amount of folders

adb597b8 10/15/2011 11:33 pm Christos Stathis

Various experiments with asynchronous data providers

5fab761b 10/13/2011 07:17 pm Christos Stathis

Used asynchronous data providers for the folder tree. Useful when dealing with a lot of folders and files

f5023f13 09/23/2011 06:13 pm Christos Stathis

Fix url encoding in requests. Fix for avoiding the browser 's cache

9539e23d 09/23/2011 11:55 am Christos Stathis

Added re-authentication in case the token has expired

02d3a335 09/19/2011 06:16 pm Christos Stathis

More fixes for context menus according to selected trees and folders

63ee965c 09/15/2011 07:04 pm Christos Stathis

Fixed username in all API calls + some other fixes

31477486 09/12/2011 05:41 pm Christos Stathis

Finished restore-from-trash functionality

16e8478a 09/12/2011 04:28 pm Christos Stathis

Fixed refresh errors when moving folders/files to trash

7b28ae07 09/09/2011 06:05 pm Christos Stathis

Implemented trash without restore

7811b9d1 09/09/2011 04:15 pm Christos Stathis

Fixed various compilation warnings

bbdd34ef 08/17/2011 06:27 pm Christos Stathis

CSS changes

ac379f87 08/11/2011 04:37 pm Christos Stathis

Removed key provider as it is unneeded

5ebc9312 08/11/2011 04:27 pm Christos Stathis

Finished folder permissions dialog

a7c43f26 08/03/2011 03:14 pm Christos Stathis

Removed all static references to the Pithos class

b51c628b 07/22/2011 07:18 pm Christos Stathis

First implementation of public permission setting

0d1e8310 07/19/2011 07:27 pm Christos Stathis

Initialization code for tag views

749068ba 07/19/2011 04:54 pm Christos Stathis

Renamed various GSS references to Pithos

faeb45b7 07/18/2011 02:27 pm Christos Stathis

Temporarily disabled contect menus for trash folder

05cf9e5b 07/18/2011 02:16 pm Christos Stathis

Temporarily show just an empty trash folder

d4374639 07/07/2011 06:26 pm Christos Stathis

Implemented single and multiple file deletion

bdda6b2f 07/07/2011 05:42 pm Christos Stathis

Partially implemented file upload. It only creates a 0 sized object

b651e67f 07/05/2011 05:13 pm Christos Stathis

Implemented virtual folder creation

447407c8 07/04/2011 05:49 pm Christos Stathis

Started implementation of new folder command

63366925 07/04/2011 11:21 am Christos Stathis

Updated licence in code files. Removed some unused methods

875a0179 06/28/2011 06:25 pm Christos Stathis

Started implementation of file list widget

3009106c 06/23/2011 06:12 pm Christos Stathis

Removed d'n'd support for now

7c818c14 06/23/2011 05:33 pm Christos Stathis

Fixed bug when displaying folder tree after the second level. Now the tree works correctly

8e61880b 06/22/2011 05:59 pm Christos Stathis

Finally displayed virtual folder hierarchy up to second level

6084aa02 06/17/2011 07:39 pm Christos Stathis

First version of client that displays first level containers