Statistics
| Branch: | Tag: | Revision:

root / gss / src / gr / ebs / gss @ ad8b38cb

# Date Author Comment
ad8b38cb 04/28/2009 06:52 pm Giannis Koutsoubos

add a refresh command in folder, file popups and File menu

defd0822 04/28/2009 06:43 pm Giannis Koutsoubos

fixed firefox caching of head requests for files

d6fe36f5 04/28/2009 06:02 pm pastith

Reduce verbosity in file icon selection and fix a warning.

9e3e4477 04/28/2009 03:49 pm pastith

Add a comment as a future reminder about the apostrophe fix.

f372e243 04/28/2009 01:48 pm pastith

Use a hand cursor over the clickable message panel.

f290fdfa 04/28/2009 01:48 pm pastith

Fix warnings.

9c448f4b 04/28/2009 01:01 pm Dimitris Routsis

Fix (hard coded) for uploading filename which contain '.

0c8d0521 04/27/2009 07:33 pm Giannis Koutsoubos

synchronize folder contents with server before fetching file information

f12de32e 04/27/2009 07:21 pm Giannis Koutsoubos

display shared icon for folders and files in User's folder tree

9a774fd7 04/27/2009 06:13 pm Giannis Koutsoubos

hide message panel when user clicks on error message

00bf0484 04/27/2009 06:04 pm Giannis Koutsoubos

update statistics after copying of file

11af52e2 04/27/2009 01:44 pm pastith

Move the authentication error page to a JSP file for easier maintenance and the notification message to gss.properties.

14041e76 04/27/2009 12:12 pm pastith

Change the context path to pithos as well.

501a78e2 04/27/2009 12:11 pm pastith

Change service name from GSS to Pithos.

09051786 04/24/2009 07:32 pm Dimitris Routsis

Fixed typo that led to crash for files with no extension.

b92302c1 04/24/2009 03:43 pm pastith

Move all user visible references to the service name from GSS to Pithos.

bde4eafb 04/24/2009 03:10 pm pastith

- Move the EJB JNDI path to the configuration file.
- Move the GSSConfiguration error handling code from the call sites to the callee. This way getConfiguration() will always return an initialized object.
- Now that getConfiguration() can be called in a one liner, remove the static initialization blocks and import statically the method for minimizing code redundancy.

bbad17b4 04/24/2009 01:38 pm pastith

Move the configuration elements to a single external configuration file.

63faf404 04/24/2009 12:50 pm pastith

Add forgotten GPL notice and fix a warning.

8270b533 04/23/2009 05:50 pm pastith

Move the definition of the service name to gss.properties. This currently only affects the login servlet.

865f1d02 04/23/2009 05:10 pm pastith

Move the definition of the API URL root to gss.properties.

8c4469ce 04/22/2009 04:15 pm Giannis Koutsoubos

Requests for the 'shared' namespace return root shared folders instead of all shared folders

43e3816d 04/22/2009 01:01 pm pastith

Fix warnings.

d1b97a52 04/22/2009 12:31 pm pastith

Fix warnings.

c3008fe1 04/21/2009 06:26 pm pastith

Fix a couple of typos that returned buggy results.

13571ef8 04/21/2009 05:49 pm pastith

Use the same JSON representation for a file's folder in every namespace.

fed3cd50 04/21/2009 04:50 pm pastith

Add a uri property to the JSON representation for files, for completeness.

24871353 04/16/2009 12:21 pm pastith

Revert previous accidental commit.

96102f4b 04/16/2009 12:07 pm pastith

Merge from gss trunk r278.

0c9857da 04/15/2009 06:45 pm pastith

Remove unused method.

9ff04c62 04/15/2009 06:44 pm pastith

Fix typos.

895035a2 04/15/2009 06:36 pm pastith

Rename ExecuteFoo to FooCommand, since classes are nouns and methods are verbs.

614140f2 04/15/2009 06:21 pm pastith

Remove unused RestRequestBuilder constructor with the googley method overriding. It is unsupported by the server for a long time.

35c3e1bc 04/15/2009 04:18 pm pastith

Fix warnings and code style.

0ac5ad17 04/15/2009 04:17 pm pastith

Fix a couple of typos that went undetected by the compiler. So much for static languages and strong typing.

8cc77d04 04/15/2009 03:02 pm pastith

Use a separate JSON object for the parent folder of a resource, instead of the folder/folderName properties. This object contains the familiar name/uri properties. Also add this extra data to the trash namespace for consistency, even if there is no immediate need for the clients....

f143b0c6 04/15/2009 02:45 pm pastith

Remove unused code.

8f128261 04/14/2009 04:50 pm Dimitris Routsis

Add accounting for user bandwidth usage. So far, using month-long buckets starting from user creation date.

4e392495 04/14/2009 01:38 pm fstamatelopoulos

show more mime types with the archive icon

c419ad25 04/14/2009 01:37 pm fstamatelopoulos

updated mime type icons

5ca9c0d6 04/14/2009 01:37 pm fstamatelopoulos

on file create & update, if no mime type or octem-stream is defined, then try to identify the mime type by examining the filename extension

a6cf7618 04/14/2009 01:31 pm pastith

Fix automatic configuration reloading for files served through JBoss MC VFS.

8c66bec2 04/14/2009 11:57 am pastith

Use the new pithos logo.

3eaf782f 04/14/2009 11:32 am pastith

Add helper methods for finding and updating users.

0ee498f9 04/09/2009 09:47 pm Giannis Koutsoubos

fix unattached drop target bug in dnd for firefox

d74adf02 04/09/2009 08:39 pm Giannis Koutsoubos

fix download version link, for ie in versions popup

da62cc7e 04/09/2009 04:24 pm fstamatelopoulos

fixed tooltip (fixed link html - tooltip didn't appear in IE)

555e8e59 04/09/2009 03:50 pm pastith

Rename the RestResource path variable to uri, in order to better identify its contents and avoid name clashes with file/folder paths. Slash about 50 warnings.

f46a13ff 04/09/2009 03:23 pm fstamatelopoulos

enable IE selection when the file/folder dialog is visible (disable it again on closing the dialog)

2438583d 04/09/2009 03:05 pm pastith

Show the file path when in the trash can.

927e4fba 04/09/2009 03:04 pm pastith

Fix warnings.

18cd8128 04/09/2009 01:54 pm fstamatelopoulos

- move prevent/enableIESelection() to GSS.java
- enable IE selection in credentials and public file URI fields so that the IE user may select and copy the contents

d0dd62e3 04/09/2009 11:43 am fstamatelopoulos

changed Focuslistener to ClickListener since the former is problematic in IE and Safari

e708af3a 04/09/2009 10:46 am Giannis Koutsoubos

fix a firefox bug in dnd

d6ba3052 04/08/2009 07:55 pm Giannis Koutsoubos

added path information for files in json
added parentName for folder in json

080386c0 04/08/2009 05:48 pm fstamatelopoulos

show Paste command on file context menu (even without file selection) - only when the clipboard contains a file or multiple files (not for folders)

9bd245e3 04/08/2009 05:11 pm fstamatelopoulos

labels changed

060f1f82 04/08/2009 05:10 pm fstamatelopoulos

hide the file upload widget and display the filename when uploading the file

8be15957 04/08/2009 04:58 pm pastith

Whitespace fix.

91fb506c 04/08/2009 04:37 pm pastith

Parse multi-valued Shibboleth attributes and keep the first value.

a93eb00b 04/07/2009 01:17 pm pastith

Fix context menu display bugs that were caused by browsers adding empty space for elements styled with display:none.

df9747fa 04/06/2009 03:33 pm pastith

Cleanup the html from applicationCeator-generated cruft.

166ce11d 04/06/2009 01:38 pm pastith

Add a help menu with About and Terms options.

51fb1e9b 04/06/2009 01:37 pm pastith

Remove unused code.

0a4b8f82 04/02/2009 04:31 pm pastith

Require that users accept the terms & conditions before using the service.

e8b747c4 04/02/2009 12:38 pm pastith

Return HTTP status 400 instead of 500, when the path cannot be properly decoded.

23b06c4e 04/01/2009 08:11 pm Giannis Koutsoubos

fixed parent name in file properties dialog, when a cached version of folder is not found ( when folder tree is not expanded)

fc5dd48a 04/01/2009 08:10 pm Giannis Koutsoubos

fixed paste visibility when groups tab is selected

1f93bc66 04/01/2009 08:07 pm Giannis Koutsoubos

when unselecting selected file clear gss selected object

21daa3af 04/01/2009 04:42 pm pastith

Treat empty attribute strings as missing attributes.

1bd363d7 04/01/2009 02:34 pm pastith

Use cn, givenName & sn if the Shibboleth SP has not provided us with displayName.

259e4fe6 03/31/2009 05:55 pm Giannis Koutsoubos

properly display parent in file properties dialog for root shared files

0e4865ee 03/31/2009 04:17 pm pastith

Use different icons based on the file MIME type. This required sending the content type as an extra JSON attribute for file requests in all namespaces. Also reduced the warnings by about 100 and fixed some code style issues.

0336eab9 03/31/2009 08:45 am Giannis Koutsoubos

fix paste command to apply to selected tree node when copying folder or files and selection is not a folder

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.

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