pithos
15 years agoimages and text for the "delete help" section of the user guide (el)
fstamatelopoulos [Wed, 4 Mar 2009 10:55:42 +0000 (10:55 +0000)]
images and text for the "delete help" section of the user guide (el)

15 years ago- change order of options in trash context menu to match the context menu of deleted...
fstamatelopoulos [Wed, 4 Mar 2009 10:54:09 +0000 (10:54 +0000)]
- 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

15 years agoimages and text for folder creation and properties
fstamatelopoulos [Wed, 4 Mar 2009 09:46:33 +0000 (09:46 +0000)]
images and text for folder creation and properties

15 years agoadded comment, since boolean params' names are misleading in the "update item" case
fstamatelopoulos [Wed, 4 Mar 2009 09:10:28 +0000 (09:10 +0000)]
added comment, since boolean params' names are misleading in the "update item" case

15 years agofinalized "file creation & properties" section
fstamatelopoulos [Wed, 4 Mar 2009 09:06:08 +0000 (09:06 +0000)]
finalized "file creation & properties" section

15 years agoDon't show the update menu item when a folder is selected.
pastith [Wed, 4 Mar 2009 08:55:09 +0000 (08:55 +0000)]
Don't show the update menu item when a folder is selected.

15 years ago- added update option in file menu
fstamatelopoulos [Wed, 4 Mar 2009 08:27:24 +0000 (08:27 +0000)]
- added update option in file menu
- added file update icon (changed accordingly in file context menu)

15 years agoProperly return Forbidden for folders in the deferred authentication case. Folders...
pastith [Tue, 3 Mar 2009 15:39:07 +0000 (15:39 +0000)]
Properly return Forbidden for folders in the deferred authentication case. Folders cannot be accessible by everyone.

15 years ago+ screenshots for the user guide (el)
fstamatelopoulos [Tue, 3 Mar 2009 13:41:19 +0000 (13:41 +0000)]
+ screenshots for the user guide (el)

15 years agolatest Greek user guide update
fstamatelopoulos [Tue, 3 Mar 2009 13:40:32 +0000 (13:40 +0000)]
latest Greek user guide update

15 years ago-fixed some path handling in trash and search when path contained a trailing slash
koutsoub [Fri, 27 Feb 2009 15:03:51 +0000 (15:03 +0000)]
-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

15 years agoEase the job of the clients by expanding string arrays to object arrays:
pastith [Fri, 27 Feb 2009 13:24:24 +0000 (13:24 +0000)]
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

15 years agoUse the username instead of the name for the mini-file JSON response, in order to...
pastith [Thu, 26 Feb 2009 15:05:21 +0000 (15:05 +0000)]
Use the username instead of the name for the mini-file JSON response, in order to be consistent with the full version.

15 years ago- Help the clients make less requests, by returning the necessary object properties...
pastith [Thu, 26 Feb 2009 14:02:49 +0000 (14:02 +0000)]
- 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.

15 years agoupdated content for the Greek (el) user guide
fstamatelopoulos [Wed, 25 Feb 2009 17:39:23 +0000 (17:39 +0000)]
updated content for the Greek (el) user guide

15 years agoDisplay the WebDAV URL in the credentials dialog, in order to help users that don...
pastith [Wed, 25 Feb 2009 14:01:27 +0000 (14:01 +0000)]
Display the WebDAV URL in the credentials dialog, in order to help users that don't RTFM.

15 years agoImplement file uploads via multipart POST for browser-based JavaScript clients.
pastith [Wed, 25 Feb 2009 13:38:33 +0000 (13:38 +0000)]
Implement file uploads via multipart POST for browser-based JavaScript clients.

15 years agoInitialize the input & output buffers for WebDAV & REST handlers in the deployment...
pastith [Wed, 25 Feb 2009 10:27:22 +0000 (10:27 +0000)]
Initialize the input & output buffers for WebDAV & REST handlers in the deployment descriptors. Also raise them to 4k in order to be consistent with the other buffer sizes we use in Webdav, FileUpload, FileDownload and ExternalAPIBean. Configuring all of them to the value of a single constant, defined in gss.properties, is left as a future task.

15 years agoFix fetching resources moved to the trash. This required a large-scale refactoring...
pastith [Tue, 24 Feb 2009 15:36:33 +0000 (15:36 +0000)]
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.
- Folder.getDTOWithDeleted() was retired. Now Folder has a single getDTO() method as everybody else and it's the caller's responsibility to prune subfolders moved to the trash, if required.

The GWT-RPC call sites have been modified to present the same behavior to the web client, until its pending RESTification. The SOAP call sites on the other hand, have been left unchanged, since we have no legacy client to worry about.

15 years agofixed transaction error on concurrent deletes of files of the same folder, removal...
koutsoub [Tue, 24 Feb 2009 15:17:38 +0000 (15:17 +0000)]
fixed transaction error on concurrent deletes of files of the same folder, removal of file from folder happens by cascade

15 years ago-Fix the URL of files & folders shared by user, when requested with a trailing slash...
koutsoub [Tue, 24 Feb 2009 15:11:20 +0000 (15:11 +0000)]
-Fix the URL of files & folders shared by user, when requested with a trailing slash in the URL
-Use UTF-8 encoding when reading post contents

15 years ago- Fix the URL of files & folders shared by others, when requested with a trailing...
pastith [Mon, 23 Feb 2009 12:01:13 +0000 (12:01 +0000)]
- Fix the URL of files & folders shared by others, when requested with a trailing slash in the URL.
- Make sure file and folder URIs are properly encoded in trash, shared & others namespaces.

15 years agoinclude tag url in users json response
koutsoub [Sat, 21 Feb 2009 14:36:04 +0000 (14:36 +0000)]
include tag url in users json response

15 years agoinitial import of the greek user guide
fstamatelopoulos [Fri, 20 Feb 2009 16:42:14 +0000 (16:42 +0000)]
initial import of the greek user guide

15 years agoinitial import of the greek user guide
fstamatelopoulos [Fri, 20 Feb 2009 16:41:42 +0000 (16:41 +0000)]
initial import of the greek user guide

15 years agoImplement "empty trash" as a DELETE on the /trash namespace. Also, make sure that...
pastith [Fri, 20 Feb 2009 15:55:59 +0000 (15:55 +0000)]
Implement "empty trash" as a DELETE on the /trash namespace. Also, make sure that GETs on children of /trash get the error they deserve.

15 years agoAdd debugging info on failed Shibboleth authentications. That way the user can aid...
pastith [Fri, 20 Feb 2009 13:46:22 +0000 (13:46 +0000)]
Add debugging info on failed Shibboleth authentications. That way the user can aid their IdP on resolving the problem.

15 years agofixed an infinite loop when source and target are the same folders
koutsoub [Fri, 20 Feb 2009 12:04:27 +0000 (12:04 +0000)]
fixed an infinite loop when source and target are the same folders

15 years agoPartial revert of r18: don't encode the resource names, only the URIs.
pastith [Fri, 20 Feb 2009 10:58:48 +0000 (10:58 +0000)]
Partial revert of r18: don't encode the resource names, only the URIs.

15 years agoEncode the nonce before using it, since the servler container decodes it automatically.
pastith [Thu, 19 Feb 2009 20:42:06 +0000 (20:42 +0000)]
Encode the nonce before using it, since the servler container decodes it automatically.

15 years ago- Properly encode resource names and paths while constructing the JSON response.
pastith [Thu, 19 Feb 2009 15:26:17 +0000 (15:26 +0000)]
- Properly encode resource names and paths while constructing the JSON response.
- Modify the signature calculation algorithm, in order to accomodate file names with spaces or localized file names. Now the path must be URI-encoded (once!) before being concatenated to the rest of the signature.

15 years agoReturn the shared files that do not belong in shared folders for GETs in the 'shared...
pastith [Thu, 19 Feb 2009 12:04:38 +0000 (12:04 +0000)]
Return the shared files that do not belong in shared folders for GETs in the 'shared' namespace.

15 years agoProperly encode the nonce in order to avoid modifications by the servlet container.
pastith [Thu, 19 Feb 2009 11:50:32 +0000 (11:50 +0000)]
Properly encode the nonce in order to avoid modifications by the servlet container.

15 years agoRemove pointless service configurations.
pastith [Thu, 19 Feb 2009 10:34:06 +0000 (10:34 +0000)]
Remove pointless service configurations.

15 years agoRemove pointless configuration files. These are supposed to be different for each...
pastith [Wed, 18 Feb 2009 20:51:13 +0000 (20:51 +0000)]
Remove pointless configuration files. These are supposed to be different for each production deployment.

15 years agoRemove unused configuration parameters.
pastith [Wed, 18 Feb 2009 13:49:16 +0000 (13:49 +0000)]
Remove unused configuration parameters.

15 years agoSet svn:ignore.
pastith [Tue, 17 Feb 2009 13:53:37 +0000 (13:53 +0000)]
Set svn:ignore.

15 years agoInitial import.
pastith [Tue, 17 Feb 2009 13:47:33 +0000 (13:47 +0000)]
Initial import.

15 years agoInitial directory structure.
unknown [Mon, 16 Feb 2009 12:33:50 +0000 (12:33 +0000)]
Initial directory structure.