Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / client / FileList.java @ d1609e26

History | View | Annotate | Download (21.6 kB)

# Date Author Comment
e6e9f6e6 02/12/2013 12:50 pm Christos KK Loverdos

Change copyright notice

cde22209 02/01/2013 02:52 pm Christos KK Loverdos

Show display name in FilePropertiesDialog

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

Empty trash deletes everything under trash by using the deleteFolder method

61e48609 05/25/2012 12:02 pm Christos Stathis

Fixed scrolling issue after uploading (issue #2442)

3646552f 05/18/2012 07:11 pm Christos Stathis

Added upload alert when droping files in the app and select the uploaded files at the end

3586ad5e 05/09/2012 06:20 pm Christos Stathis

Completed 'Shared by me' file context menu with whatever command is relevant (issue #2378)

5d18aa82 05/02/2012 04:45 pm Christos Stathis

Context menu and toolbar has returned to shared by me view

e2920e8d 04/30/2012 07:51 pm Christos Stathis

Added a path column in Shared by me file list (issue #2344)

3264607e 04/04/2012 04:22 pm Christos Stathis

Workaround to include some images in the css resources instead of loading externally

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

Remember the ordering of files (issue #2244)

4a61d816 03/22/2012 06:05 pm Christos Stathis

Keep filelist selection between (auto) updates (issue #2243)

983f9ee2 03/20/2012 02:26 pm Christos Stathis

Removed auth token from url parameters in GET requests

31d3a729 02/22/2012 03:00 pm Christos Stathis

Show different icon for shared and public files (issue #2066)

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

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

d02b08f2 02/16/2012 03:26 pm Christos Stathis

Added encoding to auth token when is passed as request parameter in GET

2798eb51 02/15/2012 05:31 pm Christos Stathis

Add a null pointer check when reading content type

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

Updated copyright

365865ed 02/01/2012 01:28 pm Christos Stathis

Fixed items of tools menu according to context

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

Fixed various warnings

dddb75e2 01/19/2012 03:20 pm Christos Stathis

Fixed refresh issues with shared folders and files

efb132b8 11/18/2011 12:24 pm Christos Stathis

Double-click on a file downloads it

d7be6c23 10/18/2011 11:26 pm Christos Stathis

CSS fun

969a4d94 10/16/2011 07:18 pm Christos Stathis

Removed last references to gss. Fixed css to match okeanos

f3c8bd5b 10/13/2011 04:51 pm Christos Stathis

When last_modified is not in valid format the date will be set to null

36c4da54 09/28/2011 05:27 pm Christos Stathis

Fixed view link for images

ec9b0459 09/28/2011 04:46 pm Christos Stathis

Adjust page size in filelist as the list increases

a19f758c 09/22/2011 12:45 pm Christos Stathis

Updated folder statistics

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

f1b24b82 09/14/2011 07:46 pm Christos Stathis

Removed context menu from my hared tree

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

Finished restore-from-trash functionality

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

105b4e49 08/19/2011 05:16 pm Christos Stathis

Implemented MyShared tree (still pending server support)

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

CSS changes

36dc8e18 08/11/2011 07:41 pm Christos Stathis

Added shibboleth support (untested)

f6445935 08/11/2011 07:04 pm Christos Stathis

Clean up code

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

Removed all static references to the Pithos class

2da9c4aa 07/22/2011 02:13 pm Christos Stathis

Whitespace

ef5b664d 07/21/2011 06:24 pm Christos Stathis

Implemented tag assignment to files

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

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

07a1b5fe 06/30/2011 06:57 pm Christos Stathis

Got file info from headers

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

Started implementation of file list widget

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

Finally displayed virtual folder hierarchy up to second level

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