Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs @ a73b1e75

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

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.

ac255b86 07/13/2009 01:03 pm Panagiotis Astithas

Disable multiple uploads using Gears for IE, until we investigate the problem.

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)

4684df80 07/06/2009 06:23 pm Fotis Stamatelopoulos

- added a few more mime-types when attempting to identify mime-type from the file extension
- remove warnings (uneeded throws declarations)

d3e41d00 07/06/2009 05:30 pm Fotis Stamatelopoulos

Merge with d1e79f3c8c8779d14ab5297049bdc0812f942654

f3f7bdf3 07/06/2009 05:28 pm Fotis Stamatelopoulos

ignore case when examining the file extension for guessing the mime-type

f4122f48 07/06/2009 04:31 pm Dimitris Routsis

Fixed bug that prevented tags with international characters from being indexed properly, causing search to fail. (Bug #864 #2)

cee371d9 07/06/2009 03:49 pm Dimitris Routsis

Fixed broken search for international characters. (Bug #864)

918daa9b 07/06/2009 01:12 pm Dimitris Routsis

Merge with 24c6efe7ed90856868433076609836d2a95f7154

2be5f35d 07/06/2009 01:11 pm Dimitris Routsis

Fixed bug: When copying a versioned file, destination versioned flag wasn't set, causing only last version to be copied.

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.

d130cf43 07/03/2009 06:05 pm Fotis Stamatelopoulos

dropped SOAP

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.

41ea71a3 07/03/2009 04:29 pm Fotis Stamatelopoulos

Merge with f948e955504b0f4f31c1fe813f97f0297cd64cdb

4d737770 07/03/2009 04:25 pm Fotis Stamatelopoulos

- more efficient moveFile implementation
- code clean up for better maintenance and easier implementation of future file storage layering

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....

bdaa0811 07/01/2009 06:40 pm Panagiotis Astithas

Merge with 7326fe16b35cbc65c6c6e1c59d8f7e107cd351ce

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

Add forgotten getter and setter.

98e2f2ae 07/01/2009 06:38 pm Panagiotis Astithas

Fix a typo.

503040ef 07/01/2009 06:36 pm Dimitris Routsis

If no WebDAV password has ever been generated, copy token to it at initial login, to make sure user sees value in Show Credentials dialog.

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.

66c7511a 06/29/2009 03:31 pm Dimitris Routsis

- Remove completely Permission entry for user that get assigned no permissions at all when updating file / folder permissions.
- Delete orphan Permission entries when updating file / folder permissions. (Used to stay behind)

20dae4f9 06/29/2009 12:39 pm Dimitris Routsis

When using token as WebDAV password (fallback case), also copy it to webdavpassword field so it will never expire.

304f3a5f 06/26/2009 05:52 pm Dimitris Routsis

Fallback for transition to new WebDAV password: If no password has been created, use token as before.

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)

78214787 06/23/2009 05:31 pm Panagiotis Astithas

Minor cleanups.

a9e3c075 06/23/2009 12:11 pm Dimitris Routsis

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

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.

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.