Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / client @ d98c561b

# Date Author Comment
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.

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

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

right click selection fo file list

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

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.

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

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.

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)

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.

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.

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)

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

Don't show loading indicator for suggestion.

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

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.

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.

2147acc8 07/14/2009 05:12 pm Panagiotis Astithas

Don't use the unsafe Accept-Charset header, since its contents are already defined in the Accept header and Webkit (Chrome, Safari) complains about it.

b4b6e89f 07/13/2009 03:46 pm Panagiotis Astithas

Use Lytebox (a Lightbox clone) for quick viewing images.

e0c13a93 07/08/2009 06:23 pm Fotis Stamatelopoulos

do not show the "Save as" option on multiple selection

b3acdac9 07/08/2009 06:10 pm Fotis Stamatelopoulos

display message while image loads on the client viewer

bed4db0d 07/08/2009 06:09 pm Fotis Stamatelopoulos

avoid class cast exception in multiple file selection

9fe07ba5 07/08/2009 04:55 pm Fotis Stamatelopoulos

take into account Mac OS clients

b0cdfc28 07/07/2009 03:49 pm Fotis Stamatelopoulos

initial implementation of a simple image viewer ("View Image" command in the file context menu)

8960233b 07/07/2009 01:41 pm Fotis Stamatelopoulos

Cosmetic changes (widget sizes and alignment)

4c44fdca 07/06/2009 12:25 pm Dimitris Routsis

Fixed problems copying/moving via drag-and-drop had with international characters in file / folder names.

028cdbe6 07/03/2009 05:40 pm Dimitris Routsis

Fixed corner case: When selecting 1 row and then the one above it via shift-click, only one row would be selected instead of the correct two.

78137d35 07/03/2009 03:54 pm Dimitris Routsis

Move create new WebDAV password URL from /users to plain / for user.

b5bad162 07/03/2009 02:42 pm Dimitris Routsis

Merge with fb4f6b87b576c0adf49a83ca6285a89f6154709c

66cbe681 07/03/2009 02:41 pm Dimitris Routsis

Add Cut, Move to trash and Delete options to Other's shared context menu.

6c73ee65 07/03/2009 02:39 pm Dimitris Routsis

Reauthenticate user when creating new WebDAV password, so the new password gets sent back in a secure way.

5c20c3d5 07/03/2009 02:24 pm Fotis Stamatelopoulos

- add status panel refresh wherever needed
- remove various warnings
- display "move" option for "Shared" folders

44a544a5 07/03/2009 02:16 pm Fotis Stamatelopoulos

refresh status panel on delete folder

2bbcce54 07/03/2009 01:50 pm Fotis Stamatelopoulos

refresh status panel on Paste

87097cf9 07/02/2009 04:53 pm Dimitris Routsis

Merge with 2a2d62f9da9674f80214a52654521f9e6d807b99

b4348269 07/02/2009 04:29 pm Dimitris Routsis

Switch reset WebDAV password from GET to POST.

c917374b 07/02/2009 12:18 pm Panagiotis Astithas

Use a different strategy for login in development environments that does not require me to recompile the web client for production deployment. Now, if the testUsername property is found in gss.properties the server treats the value as an authenticated username....

d333ebbc 07/01/2009 06:39 pm Panagiotis Astithas

Add forgotten getter and setter.

1f9bd27d 07/01/2009 03:48 pm Dimitris Routsis

Merge with 1c0e8bb4b8b36009b768310cf3c323380e6c7f87

e1813e25 07/01/2009 03:45 pm Dimitris Routsis

Properly update root "other's shared" when refreshing / expanding tree after other user has changed sharing. (Bug #703)

6cf8fb8b 07/01/2009 12:17 pm Dimitris Routsis

Properly update others shares when refreshing / expanding tree after other user has changed sharing. (Bug #703)

c3828ac3 06/30/2009 05:14 pm Panagiotis Astithas

Use a single configuration entry for the service home URL and avoid hardcoding it in the logo image link.

3ef7b691 06/25/2009 06:45 pm Dimitris Routsis

Add system-generated password for WebDAV. (Bug #705)

473b09a6 06/24/2009 01:28 pm Dimitris Routsis

Disable fade-in and fade-out effects for IE because it has bugs rendering non-opaque objects.
(See e.g. http://www.nabble.com/Fading-effects-and-anti-aliasing-in-IE-Opera-td15501116s27240.html, http://snook.ca/archives/html_and_css/ie-position-fixed-opacity-filter, http://blogs.msdn.com/ie/archive/2006/08/31/730887.aspx)

adf2d3e1 06/23/2009 11:34 am Dimitris Routsis

Improved rounding for human-readable percentOfFreeSpace().

9ad7d9ae 06/22/2009 04:02 pm Panagiotis Astithas

Fix uploads for files with funny names, by using URL.encode() instead of URL.encodeComponent(). The latter is required for HTML form-based uploads only.

c6f2b274 06/19/2009 05:09 pm Panagiotis Astithas

Properly cancel the upload for both gears-enabled and regular file uploads. This doesn't seem to be working in my localhost tests, but it must be either a bug in gears, or the too fast connection to the server from the loopback interface.

19fe0bff 06/17/2009 03:05 pm Panagiotis Astithas

Display the Google Gears site in a new window.

22eb1f84 06/16/2009 05:35 pm Panagiotis Astithas

Perform the validation checks for every selected file and do it before starting the file uploads. Also, handle all possible error responses to the PUT requests.

02ce29e5 06/16/2009 05:33 pm Panagiotis Astithas

Reword the help comment, add some code comments and do some minor style cleanup.

aa07a34b 06/16/2009 04:27 pm Panagiotis Astithas

Fix warnings.

3de5aa1e 06/16/2009 02:00 pm Panagiotis Astithas

Add a help comment on the file upload dialog mentioning the extra functionality provided by google gears and a link for installing it.

4fc9ea8b 06/15/2009 05:36 pm Panagiotis Astithas

Use separate progress bars next to each file, in order to better track the progress of the upload process.

204107fb 06/15/2009 04:01 pm Panagiotis Astithas

Introduce TransactionHelper, a utility class for retrying the supplied transactional command in the face of rollbacks caused by optimistic lock exceptions. This allows multiple file uploads to succeed, even in a single core system.

Also make hitting the ENTER key behave the same as clicking the Upload button.

ee81f580 06/15/2009 01:30 pm Panagiotis Astithas

Use the shorter and more common label \"Save As\".

e03afb1c 06/15/2009 01:02 pm Panagiotis Astithas

Merge with 3eaa2eb924fb461ee35eecb10b8ee0b0853165e0

c357d641 06/15/2009 12:45 pm Dimitris Routsis

Merge with 612ee1db5780de03ba2db24aae9513e7f28fea8a

a8ede553 06/15/2009 12:24 pm Panagiotis Astithas

Fix uploading file when a synonymous one is in the trash.

617fe906 06/12/2009 06:17 pm Dimitris Routsis

- Add "Save file as" menu that forces browser to download file instead of opening it inline.
- Fix broken international characters in browser Save As dialog.

5c6b4b2c 06/12/2009 06:02 pm Panagiotis Astithas

First rough implementation of the file upload functionality using Google Gears. Multiple file uploads are still buggy, but single file uploads are mostly working as before.

ea517aad 06/12/2009 02:40 pm Dimitris Routsis

Don't show Upload and Paste options in My Shared and Other's Shared pseudo-folders.

1348bfda 06/05/2009 04:23 pm Panagiotis Astithas

Use the proper license header for the progress bar implementation.

16baf609 06/04/2009 12:02 pm Panagiotis Astithas

Remove the redundant gss top-level directory.