Revision:

Revisions

# Date Author Comment
b4a8d0f3 03/12/2009 03:58 pm Giannis Koutsoubos

update trash node, this fixes a bugwhere trash node was not updated after deleting a folder from trash

2e7ca93c 03/12/2009 03:23 pm pastith

Revert the previous change, since GWT apparently does not consider status 204 as successful result. Imitate GWT-RPC and return 200 with

 to make it happy.

58a89c66 03/12/2009 02:50 pm pastith

Fix the error check for form uploads, since we can control now what gets returned to the client.

1837b500 03/12/2009 02:38 pm fstamatelopoulos

- updated webdav help section with windows specific info
- add a screenshot I forgot to commit in the initial import

515dbddb 03/12/2009 02:22 pm Giannis Koutsoubos

restoreversion and version download works
fix firefox caching of head requests in file properties

39c34533 03/12/2009 01:15 pm pastith

Implement a REST API method to restore an old version of a file: a POST request on the file URI with a parameter restoreVersion that has the desired version number as its value.

903c2182 03/12/2009 12:16 pm Giannis Koutsoubos

make other shared folder nodes draggable
tune node updates

cae9f83e 03/11/2009 07:38 pm Giannis Koutsoubos

fixed error in folder rename by trimming the updated folder path

8edf989e 03/11/2009 06:25 pm pastith

Add references to the bundled SHA-1 JavaScript implementation.

a52ea5e4 03/11/2009 06:16 pm pastith

Merge the web_client_signed branch. Now the Web client communicates solely through the REST API with the server. Also, modified the hosted mode launchers a bit to pass the token as a parameter to the client.

599c9fc4 03/11/2009 06:02 pm pastith

Avoid a NPE when creating files.

f5903adf 03/10/2009 12:42 pm pastith

Add an API method for receiving the progress in file uploads. It's a GET request on the file URI with the "progress" parameter containing the file name. For file updates the file name can be omitted.

1d36b941 03/06/2009 06:48 pm pastith

Allow GET requests for files with the authorization and date headers passed as request parameters instead of HTTP headers. This should solve some hairy issues on implementing file downloads for browser-based clients.

d56ff693 03/05/2009 05:12 pm fstamatelopoulos

added webDAV help section

ce483ad0 03/05/2009 04:59 pm fstamatelopoulos

added sharing help section and fixed some typos

bda7d76d 03/05/2009 04:45 pm pastith

Add support for authenticated uploads from browser-based web apps using form POST. Essentially we just defer the authentication until we verify that it's a multipart POST with the proper parameters (Date & Authorization with the same content as the respective headers). This resulted in extracting the two main validation procedures into separate reusable methods, isTimeValid() & isSignatureValid().

897da628 03/05/2009 04:24 pm fstamatelopoulos

search section of the greek user guide

db9c51e8 03/04/2009 02:15 pm fstamatelopoulos

- images & text for the copy/cut help section of the user guide (el)
- added dnd help in the delete section

21d44a87 03/04/2009 01:00 pm fstamatelopoulos

update to match code change

3a90e4f3 03/04/2009 12:56 pm pastith

Don't pollute the method signature with pointless exceptions.

78e9aea7 03/04/2009 12:55 pm fstamatelopoulos

images and text for the "delete help" section of the user guide (el)

76af315b 03/04/2009 12:54 pm fstamatelopoulos

- change order of options in trash context menu to match the context menu of deleted items
- change "empty trash" icon to a more appropriate and consistent one

0888c98e 03/04/2009 11:46 am fstamatelopoulos

images and text for folder creation and properties

e70e36d8 03/04/2009 11:10 am fstamatelopoulos

added comment, since boolean params' names are misleading in the "update item" case

9b3805b5 03/04/2009 11:06 am fstamatelopoulos

finalized "file creation & properties" section

« Previous 1 ... 580 581 582 583 584 Next » (14526-14550/14585) | Per page: 25, 50, 100

Also available in: Atom