Statistics
| Branch: | Tag: | Revision:

root / gss @ a5296182

# Date Author Comment
a5296182 03/31/2009 08:26 am Giannis Koutsoubos

fixed display of parent name in folder properties dialog

b824f485 03/30/2009 07:09 pm Giannis Koutsoubos

changed labels in edit menu to describe the object that the cut,copy, paste operations apply to

41d05cc8 03/30/2009 06:47 pm pastith

Implement suggest boxes for adding users to groups and permissions. Also fixed various warnings and made some code style cleanups.

3426465f 03/30/2009 06:44 pm pastith

Code style and warnings cleanup.

780606ca 03/30/2009 06:44 pm pastith

Code style and warnings cleanup.

074c9ab3 03/30/2009 06:42 pm pastith

Remove trailing slashes before using the query string and append the @ sign only if it is not already there.

52359e20 03/30/2009 06:41 pm pastith

Avoid a NPE.

ea14d2d0 03/30/2009 06:41 pm pastith

Don't show warnings for missing tags in JavaDoc. This cuts about 100 warnings.

38be0112 03/30/2009 02:25 pm pastith

Limit user searches by appending @.

f4b86428 03/30/2009 02:09 pm pastith

Implement the server-side part of user search.

e7391eda 03/30/2009 02:03 pm pastith

Fix comment.

b4c3f47a 03/30/2009 12:47 pm pastith

Include public files in the shared namespace.

b62e2e72 03/28/2009 12:24 am pastith

Use a less boring font.

5770ff9b 03/27/2009 03:58 pm Giannis Koutsoubos

dnd fix

18a508ee 03/27/2009 11:37 am fstamatelopoulos

do not unselect the file when changing its properties

5942d113 03/27/2009 10:52 am pastith

Set the Content-Disposition header only for IE.

2a945870 03/27/2009 10:23 am fstamatelopoulos

move "Unselect" below "Copy" (keep "Properties" at the bottom)

848896d0 03/27/2009 10:08 am Giannis Koutsoubos

unselect on click in file list
popup menu in file list shows in clicked position

2e0597d1 03/26/2009 07:34 pm Giannis Koutsoubos

added unselect menu item in file context menu

f98f18c2 03/26/2009 07:17 pm Giannis Koutsoubos

fixed incorrect fetching of versions
replaced javascript confirmation dialog with gwt dialog
fixed remove previous versions handling
do not show remove previous versions if file is not versioned

764aabcc 03/26/2009 02:06 pm pastith

Change the button label from create to upload, since this is the upload dialog after all. Do some minor style fixes while I'm here.

b4771f6a 03/26/2009 02:01 pm fstamatelopoulos

label rewording...

9798fcf5 03/26/2009 01:53 pm pastith

Split the status panel into two internal subpanels and move them to the sides.

b964f3a7 03/26/2009 01:08 pm pastith

Fix double-click downloads in search results.

70e8d149 03/26/2009 12:49 pm fstamatelopoulos

path left aligned

c9b3132d 03/26/2009 12:49 pm fstamatelopoulos

show only the relative path, not the complete REST URI

faa8d601 03/26/2009 12:33 pm pastith

Display correct filenames when downloading on IE.

Submitted by: koutsoub

226e8af7 03/26/2009 11:34 am pastith

Minor style nits.

5f27d642 03/26/2009 11:34 am pastith

Fix tooltip display.

3c793c5c 03/26/2009 08:19 am Giannis Koutsoubos

fix search, now search response contains file informations so there is no need to execute multiple requests in order to fetch file data

db55fcd2 03/24/2009 09:33 pm pastith

Incomplete attempt to parse the modified API response for the search namespace.

8fa7f8ff 03/24/2009 05:39 pm pastith

Assume URL-encoded folder names and return status 400 when the decoding process fails. Previously such cases would trigger a generic 500 response.

59504564 03/24/2009 04:23 pm pastith

Fix indentation.

017a89e5 03/24/2009 04:20 pm pastith

Use a better icon for the Sharing menu item and remove no longer used images.

c961594d 03/24/2009 03:42 pm pastith

Avoid signature mismatch issues by using the request URI as sent by the client, before the container gets a chance to tinker with it.

892a2836 03/23/2009 04:57 pm fstamatelopoulos

resolve bug #636
- change wording in folder properties dialog
- add "Sharing" option in File menu, file&folder context menus

6d876038 03/23/2009 04:31 pm pastith

Add more JSON attributes to search results, for consistency with the responses in files, trash, others and shared namespaces.

e8d21fad 03/23/2009 04:14 pm fstamatelopoulos

correctly initialize URI field

c6f8f128 03/23/2009 04:14 pm fstamatelopoulos

avoid NPE

d74a42f5 03/23/2009 03:57 pm fstamatelopoulos

- Rewording in sharing tab...
- move URI to "Sharing" tab
- show URI only when "Make public" is selected
(partial resolution of bug #636)

df15a062 03/23/2009 03:49 pm fstamatelopoulos

code clean up

1dd90ec6 03/23/2009 03:47 pm pastith

Use matching icons for upload and download menu items.

a7401f95 03/23/2009 03:34 pm pastith

Avoid a NPE.

b6761fe4 03/20/2009 04:28 pm fstamatelopoulos

consistent file menus: Upload - Download at the top of the menu, Properties is the last option

ba8c9f5a 03/20/2009 04:11 pm pastith

Give the read-for-all note some breathing room.

ae2c2602 03/20/2009 04:04 pm pastith

Extend the dialog text to the end of the dialog frame.

5f19c494 03/20/2009 03:27 pm Giannis Koutsoubos

display properly parent name in folder properties dialog, parent name is retrieved from parent node's name

2d40bbc6 03/20/2009 01:54 pm pastith

Add a size property to the JSON response for files, since Content-Length might not get sent, when the server uses an alternative transfer encoding.

4379ad97 03/20/2009 01:41 pm fstamatelopoulos

fix for bug #628

1e5613f5 03/20/2009 01:28 pm fstamatelopoulos

- larger fields for username/token so that the strings are fully visible
- automatically select/unselect text for the user to copy

b2bc76a3 03/19/2009 07:24 pm Giannis Koutsoubos

display parent foder name in folder properties dialog

ac4b6296 03/19/2009 07:14 pm Giannis Koutsoubos

npe fix for setting content type and length in FileResource

409e932c 03/19/2009 05:38 pm Giannis Koutsoubos

send data to server only if they changed in file properties dialog

2bc32810 03/19/2009 04:46 pm fstamatelopoulos

use plural in status bar appropriately (1 file, n files)

d1f9cf2b 03/19/2009 04:38 pm fstamatelopoulos

minor cosmetic change (column alignment)
code cleanup (removed commented code)

1da1fb03 03/19/2009 04:25 pm fstamatelopoulos

show only the path substring within the user space (not the REST path) - was too long and easily messes up the width of the widget
user can get it from the file properties dialog

f1fb019b 03/19/2009 04:24 pm fstamatelopoulos

partial resolution of bug #597
add a path column in fileList and show only the path substring within the user space (not the REST path)

9ac50c9e 03/19/2009 03:51 pm pastith

Cater for the new bottom panel when resizing the split panel, in order to avoid showing a vertical scrollbar. Throw in some code cleanups for good measure.

d47d0916 03/19/2009 02:52 pm pastith

Add links to the GSS and GRNET home pages.

fdfec871 03/19/2009 01:48 pm pastith

Clarify the confirmation message, fix warnings and cleanup code a bit. Also, generalize the ConfirmationDialog by specifying the confirmation button label upon creation.

d2c63e7e 03/19/2009 01:23 pm pastith

Simplify the confirmation message (avoiding verbosity), fix warnings and cleanup code a bit.

be7aae9e 03/19/2009 12:46 pm pastith

Remove unused field.

d8d628bd 03/19/2009 12:44 pm pastith

Minor nits to remove unnecessary text, plus minor code cleanup.

8218842e 03/18/2009 06:23 pm Giannis Koutsoubos

cleaned up error reporting: use http status text instead of status code

4bb05581 03/18/2009 06:08 pm Giannis Koutsoubos

fix bug in sorting labels

e08c358f 03/18/2009 05:22 pm Giannis Koutsoubos

cleaned up error reporting: use http status text instead of status code

b3c6d52e 03/18/2009 05:13 pm fstamatelopoulos

moved showing statistics from the tabs to the status panel - also, update them when changing panels (group panel clears them)

resolves bugs #623 #624

5b2a2809 03/18/2009 04:50 pm pastith

Add forgotten GPL notice and put it in the eclipse template so that it appears automatically for new files.

789cd17a 03/18/2009 04:44 pm Giannis Koutsoubos

removed reference to selected folder

67b7ce51 03/18/2009 04:26 pm Giannis Koutsoubos

create file and update file are executed in a single command
when creating a file, and a trashed file with the same name exists, rename trashed file and proceed with file creation

52938043 03/18/2009 04:22 pm fstamatelopoulos

if not owner don't show the "read for all" option or include it in the update sent to the server

4b29a3ca 03/18/2009 03:55 pm fstamatelopoulos

added total size of files shown in the search results file list

a44876bf 03/18/2009 03:49 pm fstamatelopoulos

Changed overall layout according to latest GRNET requirements:
- merge the two logos and move them to the right side
- user details displayed on the right of the search widget
- move statistics to the status bar

Also, added total size of files shown in the file list

2ec3aa1c 03/18/2009 03:45 pm fstamatelopoulos

added a static String getFileSizeAsString(long size) method for use outside FileResource (changed the implementation of String getFileSizeAsString() to use the static method)

b9a56eb3 03/18/2009 03:27 pm Giannis Koutsoubos

do not display deleted files, except trash

3d1b9329 03/18/2009 03:26 pm Giannis Koutsoubos

getFiles in ExternalAPI gets an extra boolean argument for ignoring or not deleted files
allow update of deleted files

31fe3066 03/18/2009 02:34 pm fstamatelopoulos

cosmetic changes: (a) center version column, (b) add time in search results date column

663504f0 03/18/2009 01:49 pm fstamatelopoulos

show time in file list

860658f4 03/17/2009 05:45 pm fstamatelopoulos

changed "New File" to "Upload" and "Download File" to "Download"
we still need to:
(1) make upload act as update if the file exists, and remove the "update" option - we should probably add a "Are you sure" dialog for updating the file with the same name......

175ec038 03/17/2009 05:34 pm pastith

Add the folder URI for files and the parent folder URI for folders to the response attributes for requests on trash and shared namespaces, in order to accommodate the desktop client.

1f651a6a 03/17/2009 05:32 pm Giannis Koutsoubos

new file context menu now works on empty lists

b42845d6 03/17/2009 05:28 pm Giannis Koutsoubos

clear file list when others shares node is selected

ca65b898 03/17/2009 05:19 pm Giannis Koutsoubos

show sorting icon on file list refresh

abb31c1f 03/17/2009 05:12 pm Giannis Koutsoubos

fix file list refresh issues for My Shares and Other Shared User nodes

fa6bdefa 03/17/2009 05:05 pm Giannis Koutsoubos

multiple selection fix in file and search result list

85df72e1 03/17/2009 04:58 pm Giannis Koutsoubos

after folder rename refetch folder files since their uris have changed

3dbcb463 03/17/2009 04:22 pm fstamatelopoulos

remove misleading down arrow

c4af6c46 03/17/2009 04:17 pm fstamatelopoulos

add correct image file

420d7a7b 03/17/2009 04:16 pm fstamatelopoulos

remove image with extension in capitals

ebe40d2c 03/17/2009 03:40 pm pastith

Return status 409 (Conflict) on uploads for files in the trash bin. Such files cannot be modified before being restored.

20b28b30 03/16/2009 04:07 pm Giannis Koutsoubos

fixed confirmation message

09ef0cba 03/16/2009 04:06 pm Giannis Koutsoubos

fixed bug from merge that prevented user addition

9869aeb7 03/16/2009 04:06 pm Giannis Koutsoubos

properly encode and decode group paths

57d95ead 03/16/2009 03:38 pm pastith

Fix a merge error by returning the token field to its former read-only status. Fixed a warning, too.

74113dc6 03/16/2009 02:38 pm Giannis Koutsoubos

if user attempts to create a file that exists in trash, allow him to rename the trashed file and proceed with new file creation

eaf8a7cb 03/16/2009 01:23 pm Giannis Koutsoubos

download file on double click

b4b188fe 03/16/2009 12:22 pm Giannis Koutsoubos

when user clicks on white area of file list a popup menu with a new file command is shown

05f65955 03/16/2009 12:19 pm Giannis Koutsoubos

when a request receives a 403 status code (meaning that the session has expired) prompt the user to reauthenticate

eb707993 03/16/2009 11:54 am pastith

Use the wording suggested by Panos Louridas.

70c6d163 03/16/2009 11:17 am Giannis Koutsoubos

do not update progress bar to 100 on monitor error