Statistics
| Branch: | Tag: | Revision:

root / gss / src @ 2b9d7d53

Name Size
  gr
  org

Latest revisions

# Date Author Comment
2b9d7d53 03/04/2009 10:27 am fstamatelopoulos

- added update option in file menu
- added file update icon (changed accordingly in file context menu)

c9ffbe84 03/03/2009 05:39 pm pastith

Properly return Forbidden for folders in the deferred authentication case. Folders cannot be accessible by everyone.

5e2b8ec6 02/27/2009 05:03 pm Giannis Koutsoubos

-fixed some path handling in trash and search when path contained a trailing slash
-fixed some url encoding problem in filesjandler
-folder update now returns updated folder url in response body

da7b63f2 02/27/2009 03:24 pm pastith

Ease the job of the clients by expanding string arrays to object arrays:
- GET on the 'others' namespace returns the username of the user sharing the resource
- GET on the 'groups' namespace returns the name of the group
- GET on files and folders returns the parent folder as well

3f2e14a0 02/26/2009 05:05 pm pastith

Use the username instead of the name for the mini-file JSON response, in order to be consistent with the full version.

f7abcd5a 02/26/2009 04:02 pm pastith

- Help the clients make less requests, by returning the necessary object properties for files and folders. The "files" and "folders" string arrays were replaced with object arrays that include the information that is displayed in the clients by default.
- Consistently name the subfolders of all folders as "folders" in the JSON response.

0e49ac87 02/25/2009 04:01 pm pastith

Display the WebDAV URL in the credentials dialog, in order to help users that don't RTFM.

e150a336 02/25/2009 03:38 pm pastith

Implement file uploads via multipart POST for browser-based JavaScript clients.

68410d59 02/24/2009 05:36 pm pastith

Fix fetching resources moved to the trash. This required a large-scale refactoring and assorted bug fixing that hopefully clears up the backend APIs. Major changes:

- ExternalAPI.getResourceAtPath() now requires the call site to explicitly mention whether it will consider a resource moved to the trash. Previously it would always ignore such resources....

82750ec8 02/24/2009 05:17 pm Giannis Koutsoubos

fixed transaction error on concurrent deletes of files of the same folder, removal of file from folder happens by cascade

View revisions

Also available in: Atom