Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss @ c6f2b274

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

f656aeb2 06/17/2009 06:11 pm Panagiotis Astithas

Use an exponential backoff strategy for retrying rolled back transactions.

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.

172f0daf 06/12/2009 06:04 pm Panagiotis Astithas

Merge with 7c6a6782f6cc3e1446a7ecbcfbc5432ba749a6ae

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.

b6510556 06/11/2009 03:40 pm Dimitris Routsis

Uploaded files should be checked against owner's (i.e. namespace owner's) quota, not uplolader's.

b76a3f91 06/11/2009 12:51 pm Dimitris Routsis

Fixed bug: Uploading a new version of a versioned file with no quota left would leave file without any bodies at all.

6dddaedf 06/10/2009 02:21 pm Dimitris Routsis

Fixed bug: Uploading a new version of a versioned file with no quota left would leave file without any bodies at all.

79970e89 06/09/2009 04:50 pm Panagiotis Astithas

Make the progress bar look less like Windows 95 and clean up the style sheet a bit.

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

Use the proper license header for the progress bar implementation.

d3ff9c69 06/05/2009 12:06 pm Dimitris Routsis

Centralize quota retrieval.

f0c744b4 06/04/2009 05:01 pm Panagiotis Astithas

Decode file names received by PUT, as we do with file names received by multipart POST.

7513cffa 06/04/2009 04:34 pm Panagiotis Astithas

Use application/json content type for all JSON responses.

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

Remove the redundant gss top-level directory.