pithos
15 years agoupdate statistics after copying of file
koutsoub [Mon, 27 Apr 2009 15:04:22 +0000 (15:04 +0000)]
update statistics after copying of file

15 years agoMove the authentication error page to a JSP file for easier maintenance and the notif...
pastith [Mon, 27 Apr 2009 10:44:19 +0000 (10:44 +0000)]
Move the authentication error page to a JSP file for easier maintenance and the notification message to gss.properties.

15 years agoFix the path to the CSS now that the context path has changed.
pastith [Mon, 27 Apr 2009 10:43:08 +0000 (10:43 +0000)]
Fix the path to the CSS now that the context path has changed.

15 years agoAdd the Javadoc location for Commons Configuration.
pastith [Mon, 27 Apr 2009 10:42:26 +0000 (10:42 +0000)]
Add the Javadoc location for Commons Configuration.

15 years agoChange service name from GSS to Pithos.
pastith [Mon, 27 Apr 2009 09:34:25 +0000 (09:34 +0000)]
Change service name from GSS to Pithos.

15 years agoChange the context path to pithos as well.
pastith [Mon, 27 Apr 2009 09:12:26 +0000 (09:12 +0000)]
Change the context path to pithos as well.

15 years agoChange service name from GSS to Pithos.
pastith [Mon, 27 Apr 2009 09:11:38 +0000 (09:11 +0000)]
Change service name from GSS to Pithos.

15 years agoFixed typo that led to crash for files with no extension.
droutsis [Fri, 24 Apr 2009 16:32:44 +0000 (16:32 +0000)]
Fixed typo that led to crash for files with no extension.

15 years agoMove all user visible references to the service name from GSS to Pithos.
pastith [Fri, 24 Apr 2009 12:43:41 +0000 (12:43 +0000)]
Move all user visible references to the service name from GSS to Pithos.

15 years ago- Move the EJB JNDI path to the configuration file.
pastith [Fri, 24 Apr 2009 12:10:06 +0000 (12:10 +0000)]
- Move the EJB JNDI path to the configuration file.
- Move the GSSConfiguration error handling code from the call sites to the callee. This way getConfiguration() will always return an initialized object.
- Now that getConfiguration() can be called in a one liner, remove the static initialization blocks and import statically the method for minimizing code redundancy.

15 years agoMove the configuration elements to a single external configuration file.
pastith [Fri, 24 Apr 2009 10:38:00 +0000 (10:38 +0000)]
Move the configuration elements to a single external configuration file.

15 years agoAdd forgotten GPL notice and fix a warning.
pastith [Fri, 24 Apr 2009 09:50:23 +0000 (09:50 +0000)]
Add forgotten GPL notice and fix a warning.

15 years agoMove the definition of the service name to gss.properties. This currently only affect...
pastith [Thu, 23 Apr 2009 14:50:58 +0000 (14:50 +0000)]
Move the definition of the service name to gss.properties. This currently only affects the login servlet.

15 years agoMove the definition of the API URL root to gss.properties.
pastith [Thu, 23 Apr 2009 14:10:43 +0000 (14:10 +0000)]
Move the definition of the API URL root to gss.properties.

15 years agoDon't include test code in the production deployment.
pastith [Thu, 23 Apr 2009 11:14:48 +0000 (11:14 +0000)]
Don't include test code in the production deployment.

15 years agoRequests for the 'shared' namespace return root shared folders instead of all share...
koutsoub [Wed, 22 Apr 2009 13:15:06 +0000 (13:15 +0000)]
Requests for the 'shared' namespace return  root shared folders instead of  all shared folders

15 years agoFix warnings.
pastith [Wed, 22 Apr 2009 10:01:01 +0000 (10:01 +0000)]
Fix warnings.

15 years agoFix warnings.
pastith [Wed, 22 Apr 2009 09:31:57 +0000 (09:31 +0000)]
Fix warnings.

15 years agoFix a couple of typos that returned buggy results.
pastith [Tue, 21 Apr 2009 15:26:09 +0000 (15:26 +0000)]
Fix a couple of typos that returned buggy results.

15 years agoUse the same JSON representation for a file's folder in every namespace.
pastith [Tue, 21 Apr 2009 14:49:27 +0000 (14:49 +0000)]
Use the same JSON representation for a file's folder in every namespace.

15 years agoAdd a uri property to the JSON representation for files, for completeness.
pastith [Tue, 21 Apr 2009 13:50:19 +0000 (13:50 +0000)]
Add a uri property to the JSON representation for files, for completeness.

15 years agoRevert previous accidental commit.
pastith [Thu, 16 Apr 2009 09:21:07 +0000 (09:21 +0000)]
Revert previous accidental commit.

15 years agoMerge from gss trunk r278.
pastith [Thu, 16 Apr 2009 09:07:40 +0000 (09:07 +0000)]
Merge from gss trunk r278.

15 years agoRemove unused method.
pastith [Wed, 15 Apr 2009 15:45:04 +0000 (15:45 +0000)]
Remove unused method.

15 years agoFix typos.
pastith [Wed, 15 Apr 2009 15:44:07 +0000 (15:44 +0000)]
Fix typos.

15 years agoRename ExecuteFoo to FooCommand, since classes are nouns and methods are verbs.
pastith [Wed, 15 Apr 2009 15:36:03 +0000 (15:36 +0000)]
Rename ExecuteFoo to FooCommand, since classes are nouns and methods are verbs.

15 years agoRemove unused RestRequestBuilder constructor with the googley method overriding....
pastith [Wed, 15 Apr 2009 15:21:50 +0000 (15:21 +0000)]
Remove unused RestRequestBuilder constructor with the googley method overriding. It is unsupported by the server for a long time.

15 years agoFix warnings and code style.
pastith [Wed, 15 Apr 2009 13:18:17 +0000 (13:18 +0000)]
Fix warnings and code style.

15 years agoFix a couple of typos that went undetected by the compiler. So much for static langua...
pastith [Wed, 15 Apr 2009 13:17:31 +0000 (13:17 +0000)]
Fix a couple of typos that went undetected by the compiler. So much for static languages and strong typing.

15 years agoUse a separate JSON object for the parent folder of a resource, instead of the folder...
pastith [Wed, 15 Apr 2009 12:02:09 +0000 (12:02 +0000)]
Use a separate JSON object for the parent folder of a resource, instead of the folder/folderName properties. This object contains the familiar name/uri properties. Also add this extra data to the trash namespace for consistency, even if there is no immediate need for the clients.

Since this change breaks backward compatibility, fix the web client.

15 years agoRemove unused code.
pastith [Wed, 15 Apr 2009 11:45:41 +0000 (11:45 +0000)]
Remove unused code.

15 years agoAdd accounting for user bandwidth usage. So far, using month-long buckets starting...
droutsis [Tue, 14 Apr 2009 13:50:16 +0000 (13:50 +0000)]
Add accounting for user bandwidth usage. So far, using month-long buckets starting from user creation date.

15 years agoshow more mime types with the archive icon
fstamatelopoulos [Tue, 14 Apr 2009 10:38:15 +0000 (10:38 +0000)]
show more mime types with the archive icon

15 years agoupdated mime type icons
fstamatelopoulos [Tue, 14 Apr 2009 10:37:29 +0000 (10:37 +0000)]
updated mime type icons

15 years agoon file create & update, if no mime type or octem-stream is defined, then try to...
fstamatelopoulos [Tue, 14 Apr 2009 10:37:02 +0000 (10:37 +0000)]
on file create & update, if no mime type or octem-stream is defined, then try to identify the mime type by examining the filename extension

15 years agoFix automatic configuration reloading for files served through JBoss MC VFS.
pastith [Tue, 14 Apr 2009 10:31:17 +0000 (10:31 +0000)]
Fix automatic configuration reloading for files served through JBoss MC VFS.

15 years agoUse the new pithos logo.
pastith [Tue, 14 Apr 2009 08:57:56 +0000 (08:57 +0000)]
Use the new pithos logo.

15 years agoAdd helper methods for finding and updating users.
pastith [Tue, 14 Apr 2009 08:32:46 +0000 (08:32 +0000)]
Add helper methods for finding and updating users.

15 years agoUpdate Apache Commons Configuration to version 1.6.
pastith [Tue, 14 Apr 2009 08:31:53 +0000 (08:31 +0000)]
Update Apache Commons Configuration to version 1.6.

15 years agofix unattached drop target bug in dnd for firefox
koutsoub [Thu, 9 Apr 2009 18:47:12 +0000 (18:47 +0000)]
fix unattached drop target bug  in dnd for firefox

15 years agofix download version link, for ie in versions popup
koutsoub [Thu, 9 Apr 2009 17:39:52 +0000 (17:39 +0000)]
fix download version link, for ie in versions popup

15 years agofixed tooltip (fixed link html - tooltip didn't appear in IE)
fstamatelopoulos [Thu, 9 Apr 2009 13:24:39 +0000 (13:24 +0000)]
fixed tooltip (fixed link html - tooltip didn't appear in IE)

15 years agoRename the RestResource path variable to uri, in order to better identify its content...
pastith [Thu, 9 Apr 2009 12:50:02 +0000 (12:50 +0000)]
Rename the RestResource path variable to uri, in order to better identify its contents and avoid name clashes with file/folder paths. Slash about 50 warnings.

15 years agoenable IE selection when the file/folder dialog is visible (disable it again on closi...
fstamatelopoulos [Thu, 9 Apr 2009 12:23:56 +0000 (12:23 +0000)]
enable IE selection when the file/folder dialog is visible (disable it again on closing the dialog)

15 years agoShow the file path when in the trash can.
pastith [Thu, 9 Apr 2009 12:05:18 +0000 (12:05 +0000)]
Show the file path when in the trash can.

15 years agoFix warnings.
pastith [Thu, 9 Apr 2009 12:04:36 +0000 (12:04 +0000)]
Fix warnings.

15 years ago- move prevent/enableIESelection() to GSS.java
fstamatelopoulos [Thu, 9 Apr 2009 10:54:59 +0000 (10:54 +0000)]
- move prevent/enableIESelection() to GSS.java
- enable IE selection in credentials and public file URI fields so that the IE user may select and copy the contents

15 years agochanged Focuslistener to ClickListener since the former is problematic in IE and...
fstamatelopoulos [Thu, 9 Apr 2009 08:43:54 +0000 (08:43 +0000)]
changed Focuslistener to ClickListener since the former is problematic in IE and Safari

15 years agofix a firefox bug in dnd
koutsoub [Thu, 9 Apr 2009 07:46:38 +0000 (07:46 +0000)]
fix a firefox bug in dnd

15 years agoadded path information for files in json
koutsoub [Wed, 8 Apr 2009 16:55:57 +0000 (16:55 +0000)]
added path information for files in json
added parentName for folder in json

15 years agoshow Paste command on file context menu (even without file selection) - only when...
fstamatelopoulos [Wed, 8 Apr 2009 14:48:43 +0000 (14:48 +0000)]
show Paste command on file context menu (even without file selection) - only when the clipboard contains a file or multiple files (not for folders)

15 years agolabels changed
fstamatelopoulos [Wed, 8 Apr 2009 14:11:19 +0000 (14:11 +0000)]
labels changed

15 years agohide the file upload widget and display the filename when uploading the file
fstamatelopoulos [Wed, 8 Apr 2009 14:10:02 +0000 (14:10 +0000)]
hide the file upload widget and display the filename when uploading the file

15 years agoWhitespace fix.
pastith [Wed, 8 Apr 2009 13:58:41 +0000 (13:58 +0000)]
Whitespace fix.

15 years agoParse multi-valued Shibboleth attributes and keep the first value.
pastith [Wed, 8 Apr 2009 13:37:35 +0000 (13:37 +0000)]
Parse multi-valued Shibboleth attributes and keep the first value.

15 years agoFix typo in the solr URL that went undetected for too long.
pastith [Tue, 7 Apr 2009 14:21:32 +0000 (14:21 +0000)]
Fix typo in the solr URL that went undetected for too long.

15 years agoFix context menu display bugs that were caused by browsers adding empty space for...
pastith [Tue, 7 Apr 2009 10:17:33 +0000 (10:17 +0000)]
Fix context menu display bugs that were caused by browsers adding empty space for elements styled with display:none.

15 years agoCleanup the html from applicationCeator-generated cruft.
pastith [Mon, 6 Apr 2009 12:33:51 +0000 (12:33 +0000)]
Cleanup the html from applicationCeator-generated cruft.

15 years agoAdd a help menu with About and Terms options.
pastith [Mon, 6 Apr 2009 10:38:35 +0000 (10:38 +0000)]
Add a help menu with About and Terms options.

15 years agoRemove unused code.
pastith [Mon, 6 Apr 2009 10:37:15 +0000 (10:37 +0000)]
Remove unused code.

15 years agoRequire that users accept the terms & conditions before using the service.
pastith [Thu, 2 Apr 2009 13:31:13 +0000 (13:31 +0000)]
Require that users accept the terms & conditions before using the service.

15 years agoReturn HTTP status 400 instead of 500, when the path cannot be properly decoded.
pastith [Thu, 2 Apr 2009 09:38:35 +0000 (09:38 +0000)]
Return HTTP status 400 instead of 500, when the path cannot be properly decoded.

15 years agoAdd notice and license info about the icons.
pastith [Thu, 2 Apr 2009 08:03:00 +0000 (08:03 +0000)]
Add notice and license info about the icons.

15 years agofixed parent name in file properties dialog, when a cached version of folder is not...
koutsoub [Wed, 1 Apr 2009 17:11:27 +0000 (17:11 +0000)]
fixed parent name in file properties dialog, when a cached version of folder is not found ( when folder tree is not expanded)

15 years agofixed paste visibility when groups tab is selected
koutsoub [Wed, 1 Apr 2009 17:10:13 +0000 (17:10 +0000)]
fixed paste visibility when groups tab is selected

15 years agowhen unselecting selected file clear gss selected object
koutsoub [Wed, 1 Apr 2009 17:07:49 +0000 (17:07 +0000)]
when unselecting selected file clear gss selected object

15 years agoTreat empty attribute strings as missing attributes.
pastith [Wed, 1 Apr 2009 13:42:20 +0000 (13:42 +0000)]
Treat empty attribute strings as missing attributes.

15 years agoSet the proper MIME types in order to allow online browsing of the user guide.
pastith [Wed, 1 Apr 2009 12:31:36 +0000 (12:31 +0000)]
Set the proper MIME types in order to allow online browsing of the user guide.

15 years agoUse cn, givenName & sn if the Shibboleth SP has not provided us with displayName.
pastith [Wed, 1 Apr 2009 11:34:45 +0000 (11:34 +0000)]
Use cn, givenName & sn if the Shibboleth SP has not provided us with displayName.

15 years agoproperly display parent in file properties dialog for root shared files
koutsoub [Tue, 31 Mar 2009 14:55:12 +0000 (14:55 +0000)]
properly display parent in file properties dialog for root shared files

15 years agoUse different icons based on the file MIME type. This required sending the content...
pastith [Tue, 31 Mar 2009 13:17:03 +0000 (13:17 +0000)]
Use different icons based on the file MIME type. This required sending the content type as an extra JSON attribute for file requests in all namespaces. Also reduced the warnings by about 100 and fixed some code style issues.

15 years agofix paste command to apply to selected tree node when copying folder or files and...
koutsoub [Tue, 31 Mar 2009 05:45:51 +0000 (05:45 +0000)]
fix paste command to apply to selected tree node when copying folder or files and selection is not a folder

15 years agofixed display of parent name in folder properties dialog
koutsoub [Tue, 31 Mar 2009 05:26:49 +0000 (05:26 +0000)]
fixed display of parent name in folder properties dialog

15 years agochanged labels in edit menu to describe the object that the cut,copy, paste operation...
koutsoub [Mon, 30 Mar 2009 16:09:20 +0000 (16:09 +0000)]
changed labels in edit menu to describe the object that the cut,copy, paste operations apply to

15 years agoImplement suggest boxes for adding users to groups and permissions. Also fixed variou...
pastith [Mon, 30 Mar 2009 15:47:09 +0000 (15:47 +0000)]
Implement suggest boxes for adding users to groups and permissions. Also fixed various warnings and made some code style cleanups.

15 years agoCode style and warnings cleanup.
pastith [Mon, 30 Mar 2009 15:44:43 +0000 (15:44 +0000)]
Code style and warnings cleanup.

15 years agoCode style and warnings cleanup.
pastith [Mon, 30 Mar 2009 15:44:04 +0000 (15:44 +0000)]
Code style and warnings cleanup.

15 years agoRemove trailing slashes before using the query string and append the @ sign only...
pastith [Mon, 30 Mar 2009 15:42:39 +0000 (15:42 +0000)]
Remove trailing slashes before using the query string and append the @ sign only if it is not already there.

15 years agoAvoid a NPE.
pastith [Mon, 30 Mar 2009 15:41:39 +0000 (15:41 +0000)]
Avoid a NPE.

15 years agoDon't show warnings for missing tags in JavaDoc. This cuts about 100 warnings.
pastith [Mon, 30 Mar 2009 15:41:01 +0000 (15:41 +0000)]
Don't show warnings for missing tags in JavaDoc. This cuts about 100 warnings.

15 years agoLimit user searches by appending @.
pastith [Mon, 30 Mar 2009 11:25:15 +0000 (11:25 +0000)]
Limit user searches by appending @.

15 years agoImplement the server-side part of user search.
pastith [Mon, 30 Mar 2009 11:09:26 +0000 (11:09 +0000)]
Implement the server-side part of user search.

15 years agoFix comment.
pastith [Mon, 30 Mar 2009 11:03:54 +0000 (11:03 +0000)]
Fix comment.

15 years agoInclude public files in the shared namespace.
pastith [Mon, 30 Mar 2009 09:47:47 +0000 (09:47 +0000)]
Include public files in the shared namespace.

15 years agoUse a less boring font.
pastith [Fri, 27 Mar 2009 22:24:58 +0000 (22:24 +0000)]
Use a less boring font.

15 years agodnd fix
koutsoub [Fri, 27 Mar 2009 13:58:25 +0000 (13:58 +0000)]
dnd fix

15 years agodo not unselect the file when changing its properties
fstamatelopoulos [Fri, 27 Mar 2009 09:37:15 +0000 (09:37 +0000)]
do not unselect the file when changing its properties

15 years agoSet the Content-Disposition header only for IE.
pastith [Fri, 27 Mar 2009 08:52:37 +0000 (08:52 +0000)]
Set the Content-Disposition header only for IE.

15 years agomove "Unselect" below "Copy" (keep "Properties" at the bottom)
fstamatelopoulos [Fri, 27 Mar 2009 08:23:02 +0000 (08:23 +0000)]
move "Unselect" below "Copy" (keep "Properties" at the bottom)

15 years agounselect on click in file list
koutsoub [Fri, 27 Mar 2009 08:08:19 +0000 (08:08 +0000)]
unselect on click in file list
popup menu in file list shows in clicked position

15 years agoadded unselect menu item in file context menu
koutsoub [Thu, 26 Mar 2009 17:34:08 +0000 (17:34 +0000)]
added unselect menu item in file context menu

15 years agofixed incorrect fetching of versions
koutsoub [Thu, 26 Mar 2009 17:17:26 +0000 (17:17 +0000)]
fixed incorrect fetching of versions
replaced javascript confirmation dialog with gwt dialog
fixed remove previous versions handling
do not show remove previous versions if file is not versioned

15 years agoChange the button label from create to upload, since this is the upload dialog after...
pastith [Thu, 26 Mar 2009 12:06:19 +0000 (12:06 +0000)]
Change the button label from create to upload, since this is the upload dialog after all. Do some minor style fixes while I'm here.

15 years agolabel rewording...
fstamatelopoulos [Thu, 26 Mar 2009 12:01:52 +0000 (12:01 +0000)]
label rewording...

15 years agoSplit the status panel into two internal subpanels and move them to the sides.
pastith [Thu, 26 Mar 2009 11:53:38 +0000 (11:53 +0000)]
Split the status panel into two internal subpanels and move them to the sides.

15 years agoFix double-click downloads in search results.
pastith [Thu, 26 Mar 2009 11:08:52 +0000 (11:08 +0000)]
Fix double-click downloads in search results.

15 years agopath left aligned
fstamatelopoulos [Thu, 26 Mar 2009 10:49:37 +0000 (10:49 +0000)]
path left aligned

15 years agoshow only the relative path, not the complete REST URI
fstamatelopoulos [Thu, 26 Mar 2009 10:49:06 +0000 (10:49 +0000)]
show only the relative path, not the complete REST URI

15 years agoDisplay correct filenames when downloading on IE.
pastith [Thu, 26 Mar 2009 10:33:55 +0000 (10:33 +0000)]
Display correct filenames when downloading on IE.

Submitted by: koutsoub

15 years agoMinor style nits.
pastith [Thu, 26 Mar 2009 09:34:50 +0000 (09:34 +0000)]
Minor style nits.