Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss @ 0e64bec2

# Date Author Comment
0e64bec2 04/16/2010 05:18 pm Panagiotis Astithas

Display the last login in the web client.

5b07b9ec 04/16/2010 04:32 pm Panagiotis Astithas

Update the last login for WebDAV access as well.

9a2322fc 04/15/2010 06:09 pm Panagiotis Astithas

Add a new API operation for invalidating the current authentication token and returning a new one.

125c5690 04/15/2010 05:04 pm Panagiotis Astithas

Store the time the user last logged-in. Since the user object is now modified in every login, drop the updated flag optimization. Also, remove an obsolete EJB method.

533ade50 04/15/2010 04:39 pm Panagiotis Astithas

Retrieve the persistent-id from Shibboleth and store it in the DBMS for future use. Also, fix a few warnings.

27f2be2f 04/08/2010 01:38 pm Panagiotis Astithas

Log any persistent-id attributes from Shibboleth.

e8e1ac78 04/01/2010 06:42 pm Panagiotis Astithas

Use EHCache for second-level caching.

9e4e852f 03/31/2010 04:44 pm Giannis Koutsoubos

fixed display of My Shared files

302b2750 03/24/2010 12:44 pm Panagiotis Astithas

Use SSL transport all over the place, for the production deployment.

ba82fd20 03/23/2010 05:07 pm Giannis Koutsoubos

right click selection in search results

019b6ef7 03/23/2010 04:46 pm Giannis Koutsoubos

removed development stuff

6dee92b7 03/23/2010 04:38 pm Giannis Koutsoubos

fix: when dragging a file on a selected folder, selection style gets lost

4ee61115 03/23/2010 04:36 pm Giannis Koutsoubos

removed clickhandler from dnd icon

757813cf 03/23/2010 04:35 pm Giannis Koutsoubos

fetch file data also for MyShare and Other User Shared

d98c561b 03/23/2010 04:27 pm Giannis Koutsoubos

fix sharing icon and popup for my shared items and others

a8f7f780 03/18/2010 05:58 pm Panagiotis Astithas

Avoid JavaScript errors caused by non-existent text.

a1aa74a8 03/15/2010 02:10 pm Panagiotis Astithas

Don't waste time constructing the cookie for the iPhone client login case.

12231a24 03/15/2010 01:44 pm Panagiotis Astithas

Move the loading indicator to the top of the page, in order to be less distracting and improve perceived latency. Use a single inlined animated GIF in order to speed up bootstrap.

f7c2e76a 03/11/2010 02:41 pm Giannis Koutsoubos

minimize http requests on initialization (my shared and others)
on other's shared nodes use only requests needed for visible items

62f168b2 03/11/2010 11:53 am Giannis Koutsoubos

use http caching by using IF-MODIFIED-SINCE HEADERS and handling response accordingly

d8924393 03/10/2010 02:36 pm Giannis Koutsoubos

fix class cast exception when trying to drag and drop files

139f2dd5 03/09/2010 05:43 pm Panagiotis Astithas

Replace JBossMessaging 1.x and its HSQLDB data store with HornetQ. Indexing should be faster and more reliable now.

bc9942d1 02/08/2010 04:50 pm Giannis Koutsoubos

right click selection fo file list

57c50e7c 02/01/2010 06:15 pm Panagiotis Astithas

Small style fixes:
- Use the background color for the splitter.
- Remove the padding inside the dialog boxes so that our background color appears uniform in warnings and errors.
- Restore the padding we remove when overriding the gwt-DialogBox style.

5c2e8209 01/29/2010 02:22 pm Panagiotis Astithas

Let the Escape key hide the suggest box.

43d317b2 01/29/2010 12:57 pm Panagiotis Astithas

Quit messing with SuggestBox internals now that there is a public API to work with.

d322af78 01/28/2010 02:12 pm Giannis Koutsoubos

right click selection in groups tree

7d6b1709 01/27/2010 03:28 pm Panagiotis Astithas

Add the file content type to the search results, as specified in the API documentation.

Discovered by: Giorgos Verigakis

51264241 01/26/2010 08:14 pm Panagiotis Astithas

Allow login in development mode to utilize the GWT 2.0 browser plugin.

ff8eb545 01/26/2010 11:00 am Giannis Koutsoubos

right click selection for folder tree

9a8f9536 01/22/2010 12:04 pm Panagiotis Astithas

Handle IE status code 1223 as a regular 204 and fix warnings.

5c6b2883 01/20/2010 06:28 pm Panagiotis Astithas

Use the standard theme from GWT, instead of our bad emulation from the GWT-1.3 era.

4c616616 01/20/2010 03:16 pm Panagiotis Astithas

Make the fade effect a tad snappier and remove debug code.

be05fc7b 01/20/2010 02:39 pm Panagiotis Astithas

Fix confusion over width and height.

1152ac2c 01/19/2010 05:36 pm Panagiotis Astithas

Revert inadvertent change.

3de51e55 01/19/2010 03:39 pm Panagiotis Astithas

Make 1GB not appear as 1024MB. Perception matters.

b7b8c586 01/19/2010 03:35 pm Panagiotis Astithas

Fix warning.

b4d8fe7b 01/19/2010 03:05 pm Panagiotis Astithas

Make the name-username separator a bit more subtle.

928122a9 01/19/2010 03:02 pm Panagiotis Astithas

Restore check for atob, since it works fine in every combination tried: Windows/Linux, IE/FF/Safari/Chrome.

6e6e914e 01/18/2010 06:29 pm Panagiotis Astithas

Remove unused code, fix a few warnings and restore some inadvertent changes. Also mention the new dependency in the build text.

2ba74f46 01/15/2010 03:40 pm Giannis Koutsoubos

removed hack for local testing

afd3a0ef 01/15/2010 03:25 pm Giannis Koutsoubos

moved towards gwt version 2.0 - updated dnd to version 3 -removed all deprecations

4244064c 12/14/2009 02:19 pm Panagiotis Astithas

Remove extra empty space on top of the page on webkit browsers.

6b38387d 12/11/2009 04:18 pm Panagiotis Astithas

Fix the alignment of the quota label and simplify the HTML widget for better performance.

fa556159 12/09/2009 05:02 pm Panagiotis Astithas

Guard firebug console logging to avoid warnings on webkit & IE.

31ec597c 12/08/2009 02:56 pm Panagiotis Astithas

Don't convert spaces to plus signs when downloading a file. This fixes bug #756.

425e3d5e 12/07/2009 05:14 pm Panagiotis Astithas

Fix the updated URL for a modified folder. This closes bug #759.

014f6b56 11/20/2009 02:21 pm Dimitris Routsis

Cover case of null uri (which does exist after all).

ba8a1aff 11/20/2009 12:24 pm Fotis Stamatelopoulos

- keep sorting on refresh (file list & search results list)
- image preview in file list has slide show functionality and the "view" link is only available for png, gif, jpg/jpeg files)

64df31ad 11/19/2009 04:30 pm Dimitris Routsis

Fixed cases where previous selection might cause confusion (selection still showing for a while while new folder selected is updated) or minor bugs (no right-click menu appearing even though it looks like file(s) are selected).

54834916 11/19/2009 02:19 pm Dimitris Routsis

Fix bug: Using the tag buttons with "(Multiple values)" would keep it as a tag.

2002c1dc 11/19/2009 12:47 pm Dimitris Routsis

Add multiple file selection properties dialog allowing editing of tags and versioning.

35cfa78a 11/19/2009 12:45 pm Dimitris Routsis

Also allow data.

fdff1ea9 11/19/2009 12:32 pm Dimitris Routsis

Remove any parameters before storing uri.

5e9d7683 11/12/2009 02:39 pm Dimitris Routsis

Fix bug: When renaming file, selected file was not updated, leading to a 404 error if user tried to view properties of renamed file. (Bug #752)

d1a50647 11/12/2009 01:53 pm Dimitris Routsis

Fix bug introduced through stupid Eclipse cleanup.

65e0a745 11/12/2009 11:45 am Dimitris Routsis

- Check when renaming file that name doesn't already exist.
- Add constraint to DB to ensure we don't get duplicate filenames.

38621e3c 11/12/2009 11:18 am Dimitris Routsis

Throw any exceptions thrown unwrapped. This way, the caller knows what it's dealing with in its try/catch block.
(Previously, everything thrown was an Exception and most (all?) callers would simply turn this into a 500 error, since they don't check the cause.)

ba5f9575 11/11/2009 04:34 pm Panagiotis Astithas

Make folder updates work with a single DB transaction (EJB call). Now the modification date on every child file is properly updated. Also rename modifyFolder() to updateFolder() for consistency with updateFile() and make setFilePermissions/setFolderPermissions private helper methods.

d74c0270 11/11/2009 03:07 pm Panagiotis Astithas

Make file updates work with a single DB transaction (EJB call). Besides the performance benefits, this change properly updates the modification date on every file update.

f24cdf08 11/10/2009 05:05 pm Panagiotis Astithas

Requests without Authorization header should be rejected by isRequestValid().

63975784 11/10/2009 01:05 pm Panagiotis Astithas

Merge with 6e728a7cfa0b1004acb2613421e261890e560813

993e5ea7 11/10/2009 12:40 pm Panagiotis Astithas

Double the retry attempts and the retry timeout in an attempt to better handle the load on the app servers. Also log the final failed retry so that it is greppable in the logs.

a18a4ca4 11/10/2009 12:12 pm Dimitris Routsis

- Add constraint in order to avoid double entries due to concurrency. (Happened twice in production.)
- Add versioning to avoid lost updates. (Impossible to tell if it has already happened.)

5ffd24ee 11/03/2009 05:40 pm Panagiotis Astithas

Don't cache the API responses, since we do it in the various operation handlers.

3c04fd7e 11/03/2009 12:00 pm Panagiotis Astithas

Add a custom error page for HTTP status 503.

c17c7081 11/02/2009 06:24 pm Panagiotis Astithas

Don't cache the login, nonce, token and policy paths.

4812228e 10/30/2009 05:00 pm Panagiotis Astithas

Make sure nocache files are never cached and cache files are cached for a year. This way redeployments should never require cleaning the browser cache again. Also, cache everything else for 40 days, to make the application startup snappier.

10786b3c 10/30/2009 04:47 pm Panagiotis Astithas

Use the modification date for files in search results, too.

d0d4d0f5 10/29/2009 05:53 pm Panagiotis Astithas

Send and display modification dates for shared, others and trash namespaces, since the UI file list code is the same for both the files namespace and these virtual namespaces. It is also more consistent to use the same reduced file representation for every namespace.

d114cfe2 10/20/2009 12:51 pm Panagiotis Astithas

Allow setting the modification date when updating a file.

e164b7ca 10/16/2009 06:15 pm Panagiotis Astithas

- Display the modification date instead of the creation date, since the former is more useful.
- Fix sorting on the owner column.
- Make sorting comparisons more efficient by removing unnecessary object creation.

82481089 10/16/2009 06:13 pm Panagiotis Astithas

Update the FileHeader auditInfo when uploading a new body.

c73e2b13 10/16/2009 06:12 pm Panagiotis Astithas

Parse the modification date for files in the folder.

49ab3ac4 09/30/2009 07:03 pm Fotis Stamatelopoulos

merge

daadfde6 09/30/2009 06:47 pm Fotis Stamatelopoulos

better matching of MS Office mime types (in showing file icons and indexing)

3b6b7f25 09/28/2009 02:32 pm Dimitris Routsis

Retry transactions in the face of optimistic locking exceptions for all "write" transactions in WebDAV API.
Move TransactionHelper class to EJBs so it is visible from both REST and WebDAV WARs.

2f1a60e0 09/28/2009 12:39 pm Dimitris Routsis

Retry transactions in the face of optimistic locking exceptions for all "write" transactions in REST API.

f22e4d5d 09/24/2009 03:55 pm Dimitris Routsis

Change to folder modification semantics: When anything inside a folder is updated (including file and folder metadata), modification user and date should be updated also for all parent folders up to root.

a7f03a8d 09/10/2009 12:59 pm Dimitris Routsis

Don't show loading indicator for suggestion.

c524530e 09/10/2009 12:46 pm Dimitris Routsis

Fixed broken caching in IE.

c25c6507 09/08/2009 04:02 pm Dimitris Routsis

Prevent any client from creating group including / in name (by sending BAD REQUEST response.)

efcf7a2d 09/07/2009 01:00 pm Fotis Stamatelopoulos

Hide download and property file menu options on multiple selection

e85f2ab5 09/07/2009 12:07 pm Fotis Stamatelopoulos

Hide download and property file menu options on multiple selection

867d129b 09/04/2009 06:01 pm Fotis Stamatelopoulos

Added the groupURI parameter when parsing permissions, which precedes the group parameter. This allows the unique identification of groups throughout the application. We keep the group parameter for backwards compatibility with old clients

bd5ad44d 09/04/2009 11:31 am Dimitris Routsis

Fix bug: Delete user didn't work for group with international name.

a0dde818 09/03/2009 06:19 pm Panagiotis Astithas

Fix wrong encoding in new folder names, by returning the already constructed URI. This required that createFolder() returns the newly-created folder, which was always a good idea (builder pattern).

77dcb3f1 09/02/2009 05:51 pm Panagiotis Astithas

Retry transactions in the face of optimistic locking exceptions when creating folders or modifying resources. Also avoid an extra EJB call by returning the modified folder after the fact.

fd84943c 09/02/2009 01:05 pm Fotis Stamatelopoulos

- Correctly check whether the group has already access to the resource
- Check NPE (to be on the safe side & clear warning)
- More appropriate messages

c8239751 08/31/2009 12:58 pm Fotis Stamatelopoulos

minor cosmetic change: appropriate button label

c527afd3 08/28/2009 07:50 pm Fotis Stamatelopoulos

correctly refresh the OthersShared folder tree on folder renames

29bbf2d3 08/28/2009 06:02 pm Fotis Stamatelopoulos

only sumbit changes to permissions if there are any

9db64e8c 08/28/2009 05:27 pm Fotis Stamatelopoulos

properly select and expand the tree item (group) that was previously "selected", upon updating the tree

e2d2e378 08/28/2009 04:39 pm Fotis Stamatelopoulos

be consistent: show sharing option in shared folders, as we do in shared folders

a73b1e75 08/26/2009 12:57 pm Dimitris Routsis

Silently replace @ character when uploading. (Will have to do at least till a proper solution is found.)

7cc0f8d1 08/25/2009 05:58 pm Dimitris Routsis

Use URL.encodeComponent() instead of URL.encode() as it encodes a few more characters that may appear in filenames and URL.encode() left unencoded.

739f501e 08/21/2009 03:08 pm Panagiotis Astithas

Avoid a NPE when the next parameter is empty.

9fd42cf4 08/07/2009 05:39 pm Panagiotis Astithas

Fix multiple file uploads in IE using Google Gears. It needed a POST instead of PUT, which required accommodating it in the server-side code. Also, error codes from file uploads are not handled in IE, since merely accessing the request.status field throws an internal error.

09ced7fd 08/05/2009 05:02 pm Panagiotis Astithas

Add a custom error page for 403 errors and apply the main site style to all error pages.

144fe6ce 08/04/2009 12:56 pm Panagiotis Astithas

Parse the nextUrl parameter with URI instead of URL so that chrome: URIs can be used for redirection. This should simplify the login process for Firefox extensions.