Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / client / commands / PasteCommand.java @ 499bb620

History | View | Annotate | Download (6.3 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

d58c0da5 06/28/2012 05:16 pm Christos Stathis

Replaced move procedures with the new PUT with delimiter

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

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

2c801ad7 03/22/2012 05:14 pm Christos Stathis

Fixed a race condition duw to which renamed shared folders continued showing in myshared tree

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

Updated copyright

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

a2411896 12/02/2011 05:36 pm Christos Stathis

All appropriate headers are url encoded

e5af9268 11/23/2011 12:57 pm Christos Stathis

Send content-type when copy/cut/paste

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

Added re-authentication in case the token has expired

64f42c0b 09/21/2011 05:36 pm Christos Stathis

Update statistics every time an operation finishes

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

Fixed username in all API calls + some other fixes

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

Fixed refresh errors when moving folders/files to trash

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

Fixed various compilation warnings

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

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

Renamed various GSS references to Pithos

d6be39da 07/15/2011 05:14 pm Christos Stathis

Implemented folder properties general dialog

031f1fe0 07/14/2011 05:07 pm Christos Stathis

Cleaned up Edit menu

602ebeb4 07/12/2011 03:03 pm Christos Stathis

Implemented move folder

1f2a020d 07/08/2011 04:57 pm Christos Stathis

Implemented folder copy (mainly untested yet)

1e413f9b 07/08/2011 03:39 pm Christos Stathis

File copy/cut/paste implemented

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

Updated licence in code files. Removed some unused methods

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

First version of client that displays first level containers

a853017c 05/05/2011 05:05 pm Christos Stathis

Updated copyright notice

a57faaf0 05/04/2011 07:02 pm Christos Stathis

Renamed all packages to gr.grnet.pithos.*