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

15 years agoFix tooltip display.
pastith [Thu, 26 Mar 2009 09:34:29 +0000 (09:34 +0000)]
Fix tooltip display.

15 years agofix search, now search response contains file informations so there is no need to...
koutsoub [Thu, 26 Mar 2009 06:19:17 +0000 (06:19 +0000)]
fix search, now search response contains file informations so there is no need to execute multiple requests in order to fetch file data

15 years agoIncomplete attempt to parse the modified API response for the search namespace.
pastith [Tue, 24 Mar 2009 19:33:09 +0000 (19:33 +0000)]
Incomplete attempt to parse the modified API response for the search namespace.

15 years agoAssume URL-encoded folder names and return status 400 when the decoding process fails...
pastith [Tue, 24 Mar 2009 15:39:08 +0000 (15:39 +0000)]
Assume URL-encoded folder names and return status 400 when the decoding process fails. Previously such cases would trigger a generic 500 response.

15 years agoFix indentation.
pastith [Tue, 24 Mar 2009 14:23:18 +0000 (14:23 +0000)]
Fix indentation.

15 years agoUse a better icon for the Sharing menu item and remove no longer used images.
pastith [Tue, 24 Mar 2009 14:20:27 +0000 (14:20 +0000)]
Use a better icon for the Sharing menu item and remove no longer used images.

15 years agoAvoid signature mismatch issues by using the request URI as sent by the client, befor...
pastith [Tue, 24 Mar 2009 13:42:11 +0000 (13:42 +0000)]
Avoid signature mismatch issues by using the request URI as sent by the client, before the container gets a chance to tinker with it.

15 years agoresolve bug #636
fstamatelopoulos [Mon, 23 Mar 2009 14:57:55 +0000 (14:57 +0000)]
resolve bug #636
- change wording in folder properties dialog
- add "Sharing" option in File menu, file&folder context menus

15 years agoAdd more JSON attributes to search results, for consistency with the responses in...
pastith [Mon, 23 Mar 2009 14:31:25 +0000 (14:31 +0000)]
Add more JSON attributes to search results, for consistency with the responses in files, trash, others and shared namespaces.

15 years agocorrectly initialize URI field
fstamatelopoulos [Mon, 23 Mar 2009 14:14:37 +0000 (14:14 +0000)]
correctly initialize URI field

15 years agoavoid NPE
fstamatelopoulos [Mon, 23 Mar 2009 14:14:06 +0000 (14:14 +0000)]
avoid NPE

15 years ago- Rewording in sharing tab...
fstamatelopoulos [Mon, 23 Mar 2009 13:57:44 +0000 (13:57 +0000)]
- Rewording in sharing tab...
- move URI to "Sharing" tab
- show URI only when "Make public" is selected
(partial resolution of bug #636)

15 years agocode clean up
fstamatelopoulos [Mon, 23 Mar 2009 13:49:58 +0000 (13:49 +0000)]
code clean up

15 years agoUse matching icons for upload and download menu items.
pastith [Mon, 23 Mar 2009 13:47:39 +0000 (13:47 +0000)]
Use matching icons for upload and download menu items.

15 years agoAvoid a NPE.
pastith [Mon, 23 Mar 2009 13:34:20 +0000 (13:34 +0000)]
Avoid a NPE.

15 years agoconsistent file menus: Upload - Download at the top of the menu, Properties is the...
fstamatelopoulos [Fri, 20 Mar 2009 14:28:58 +0000 (14:28 +0000)]
consistent file menus: Upload - Download at the top of the menu, Properties is the last option

15 years agoGive the read-for-all note some breathing room.
pastith [Fri, 20 Mar 2009 14:11:43 +0000 (14:11 +0000)]
Give the read-for-all note some breathing room.

15 years agoExtend the dialog text to the end of the dialog frame.
pastith [Fri, 20 Mar 2009 14:04:45 +0000 (14:04 +0000)]
Extend the dialog text to the end of the dialog frame.

15 years agodisplay properly parent name in folder properties dialog, parent name is retrieved...
koutsoub [Fri, 20 Mar 2009 13:27:32 +0000 (13:27 +0000)]
display properly parent name in folder properties dialog, parent name is retrieved from parent node's name

15 years agoAdd a size property to the JSON response for files, since Content-Length might not...
pastith [Fri, 20 Mar 2009 11:54:24 +0000 (11:54 +0000)]
Add a size property to the JSON response for files, since Content-Length might not get sent, when the server uses an alternative transfer encoding.

15 years agofix for bug #628
fstamatelopoulos [Fri, 20 Mar 2009 11:41:32 +0000 (11:41 +0000)]
fix for bug #628

15 years ago- larger fields for username/token so that the strings are fully visible
fstamatelopoulos [Fri, 20 Mar 2009 11:28:07 +0000 (11:28 +0000)]
- larger fields for username/token so that the strings are fully visible
- automatically select/unselect text for the user to copy

15 years agodisplay parent foder name in folder properties dialog
koutsoub [Thu, 19 Mar 2009 17:24:51 +0000 (17:24 +0000)]
display parent foder name in folder properties dialog

15 years agonpe fix for setting content type and length in FileResource
koutsoub [Thu, 19 Mar 2009 17:14:10 +0000 (17:14 +0000)]
npe fix for setting content type and length in FileResource

15 years agosend data to server only if they changed in file properties dialog
koutsoub [Thu, 19 Mar 2009 15:38:37 +0000 (15:38 +0000)]
send data to server only if they changed in file properties dialog

15 years agouse plural in status bar appropriately (1 file, n files)
fstamatelopoulos [Thu, 19 Mar 2009 14:46:03 +0000 (14:46 +0000)]
use plural in status bar appropriately (1 file, n files)

15 years agominor cosmetic change (column alignment)
fstamatelopoulos [Thu, 19 Mar 2009 14:38:25 +0000 (14:38 +0000)]
minor cosmetic change (column alignment)
code cleanup (removed commented code)

15 years agoshow only the path substring within the user space (not the REST path) - was too...
fstamatelopoulos [Thu, 19 Mar 2009 14:25:16 +0000 (14:25 +0000)]
show only the path substring within the user space (not the REST path) - was too long and easily messes up the width of the widget
user can get it from the file properties dialog

15 years agopartial resolution of bug #597
fstamatelopoulos [Thu, 19 Mar 2009 14:24:10 +0000 (14:24 +0000)]
partial resolution of bug #597
add a path column in fileList and show only the path substring within the user space (not the REST path)

15 years agoCater for the new bottom panel when resizing the split panel, in order to avoid showi...
pastith [Thu, 19 Mar 2009 13:51:13 +0000 (13:51 +0000)]
Cater for the new bottom panel when resizing the split panel, in order to avoid showing a vertical scrollbar. Throw in some code cleanups for good measure.

15 years agoAdd links to the GSS and GRNET home pages.
pastith [Thu, 19 Mar 2009 12:52:22 +0000 (12:52 +0000)]
Add links to the GSS and GRNET home pages.

15 years agoClarify the confirmation message, fix warnings and cleanup code a bit. Also, generali...
pastith [Thu, 19 Mar 2009 11:48:06 +0000 (11:48 +0000)]
Clarify the confirmation message, fix warnings and cleanup code a bit. Also, generalize the ConfirmationDialog by specifying the confirmation button label upon creation.

15 years agoSimplify the confirmation message (avoiding verbosity), fix warnings and cleanup...
pastith [Thu, 19 Mar 2009 11:23:03 +0000 (11:23 +0000)]
Simplify the confirmation message (avoiding verbosity), fix warnings and cleanup code a bit.

15 years agoRemove unused field.
pastith [Thu, 19 Mar 2009 10:46:09 +0000 (10:46 +0000)]
Remove unused field.

15 years agoMinor nits to remove unnecessary text, plus minor code cleanup.
pastith [Thu, 19 Mar 2009 10:44:25 +0000 (10:44 +0000)]
Minor nits to remove unnecessary text, plus minor code cleanup.

15 years agocleaned up error reporting: use http status text instead of status code
koutsoub [Wed, 18 Mar 2009 16:23:28 +0000 (16:23 +0000)]
cleaned up error reporting: use http status text instead of status code

15 years agofix bug in sorting labels
koutsoub [Wed, 18 Mar 2009 16:08:54 +0000 (16:08 +0000)]
fix bug in sorting labels

15 years agocleaned up error reporting: use http status text instead of status code
koutsoub [Wed, 18 Mar 2009 15:22:06 +0000 (15:22 +0000)]
cleaned up error reporting: use http status text instead of status code

15 years agomoved showing statistics from the tabs to the status panel - also, update them when...
fstamatelopoulos [Wed, 18 Mar 2009 15:13:14 +0000 (15:13 +0000)]
moved showing statistics from the tabs to the status panel - also, update them when changing panels (group panel clears them)

resolves bugs #623 #624

15 years agoAdd forgotten GPL notice and put it in the eclipse template so that it appears automa...
pastith [Wed, 18 Mar 2009 14:50:04 +0000 (14:50 +0000)]
Add forgotten GPL notice and put it in the eclipse template so that it appears automatically for new files.

15 years agoremoved reference to selected folder
koutsoub [Wed, 18 Mar 2009 14:44:31 +0000 (14:44 +0000)]
removed reference to selected folder

15 years agocreate file and update file are executed in a single command
koutsoub [Wed, 18 Mar 2009 14:26:00 +0000 (14:26 +0000)]
create file and update file are executed in a single command
when creating a file, and a trashed file with the same name exists, rename trashed file and proceed with file creation

15 years agoif not owner don't show the "read for all" option or include it in the update sent...
fstamatelopoulos [Wed, 18 Mar 2009 14:22:31 +0000 (14:22 +0000)]
if not owner don't show the "read for all" option or include it in the update sent to the server

15 years agoadded total size of files shown in the search results file list
fstamatelopoulos [Wed, 18 Mar 2009 13:55:25 +0000 (13:55 +0000)]
added total size of files shown in the search results file list

15 years agoChanged overall layout according to latest GRNET requirements:
fstamatelopoulos [Wed, 18 Mar 2009 13:49:11 +0000 (13:49 +0000)]
Changed overall layout according to latest GRNET requirements:
- merge the two logos and move them to the right side
- user details displayed on the right of the search widget
- move statistics to the status bar

Also, added total size of files shown in the file list

15 years agoadded a static String getFileSizeAsString(long size) method for use outside FileResou...
fstamatelopoulos [Wed, 18 Mar 2009 13:45:46 +0000 (13:45 +0000)]
added a static String getFileSizeAsString(long size) method for use outside FileResource (changed the implementation of String getFileSizeAsString() to use the static method)

15 years agodo not display deleted files, except trash
koutsoub [Wed, 18 Mar 2009 13:27:44 +0000 (13:27 +0000)]
do not display deleted files, except trash

15 years agogetFiles in ExternalAPI gets an extra boolean argument for ignoring or not deleted...
koutsoub [Wed, 18 Mar 2009 13:26:13 +0000 (13:26 +0000)]
getFiles in ExternalAPI gets an extra boolean argument for ignoring or not deleted files
allow update of deleted files

15 years agocosmetic changes: (a) center version column, (b) add time in search results date...
fstamatelopoulos [Wed, 18 Mar 2009 12:34:10 +0000 (12:34 +0000)]
cosmetic changes: (a) center version column, (b) add time in search results date column

15 years agoshow time in file list
fstamatelopoulos [Wed, 18 Mar 2009 11:49:06 +0000 (11:49 +0000)]
show time in file list

15 years agochanged "New File" to "Upload" and "Download File" to "Download"
fstamatelopoulos [Tue, 17 Mar 2009 15:45:19 +0000 (15:45 +0000)]
changed "New File" to "Upload" and "Download File" to "Download"
we still need to:
(1) make upload act as update if the file exists, and remove the "update" option - we should probably add a "Are you sure" dialog for updating the file with the same name...
(2) show the "upload" option instead of the to-be-removed "update" option when a file is selected

15 years agoAdd the folder URI for files and the parent folder URI for folders to the response...
pastith [Tue, 17 Mar 2009 15:34:49 +0000 (15:34 +0000)]
Add the folder URI for files and the parent folder URI for folders to the response attributes for requests on trash and shared namespaces, in order to accommodate the desktop client.

15 years agonew file context menu now works on empty lists
koutsoub [Tue, 17 Mar 2009 15:32:40 +0000 (15:32 +0000)]
new file context menu now works on empty lists

15 years agoclear file list when others shares node is selected
koutsoub [Tue, 17 Mar 2009 15:28:27 +0000 (15:28 +0000)]
clear file list when others shares node is selected

15 years agoshow sorting icon on file list refresh
koutsoub [Tue, 17 Mar 2009 15:19:38 +0000 (15:19 +0000)]
show sorting icon on file list refresh

15 years agofix file list refresh issues for My Shares and Other Shared User nodes
koutsoub [Tue, 17 Mar 2009 15:12:52 +0000 (15:12 +0000)]
fix file list refresh issues for My Shares and Other Shared User nodes

15 years agomultiple selection fix in file and search result list
koutsoub [Tue, 17 Mar 2009 15:05:19 +0000 (15:05 +0000)]
multiple selection fix in file and search result list

15 years agoafter folder rename refetch folder files since their uris have changed
koutsoub [Tue, 17 Mar 2009 14:58:29 +0000 (14:58 +0000)]
after folder rename refetch folder files since their uris have changed

15 years agoremove misleading down arrow
fstamatelopoulos [Tue, 17 Mar 2009 14:22:38 +0000 (14:22 +0000)]
remove misleading down arrow

15 years agoadd correct image file
fstamatelopoulos [Tue, 17 Mar 2009 14:17:15 +0000 (14:17 +0000)]
add correct image file

15 years agoremove image with extension in capitals
fstamatelopoulos [Tue, 17 Mar 2009 14:16:19 +0000 (14:16 +0000)]
remove image with extension in capitals

15 years agoReturn status 409 (Conflict) on uploads for files in the trash bin. Such files cannot...
pastith [Tue, 17 Mar 2009 13:40:31 +0000 (13:40 +0000)]
Return status 409 (Conflict) on uploads for files in the trash bin. Such files cannot be modified before being restored.

15 years agofixed confirmation message
koutsoub [Mon, 16 Mar 2009 14:07:38 +0000 (14:07 +0000)]
fixed confirmation message

15 years agofixed bug from merge that prevented user addition
koutsoub [Mon, 16 Mar 2009 14:06:59 +0000 (14:06 +0000)]
fixed bug from merge that prevented user addition

15 years agoproperly encode and decode group paths
koutsoub [Mon, 16 Mar 2009 14:06:03 +0000 (14:06 +0000)]
properly encode and decode group paths

15 years agoFix a merge error by returning the token field to its former read-only status. Fixed...
pastith [Mon, 16 Mar 2009 13:38:31 +0000 (13:38 +0000)]
Fix a merge error by returning the token field to its former read-only status. Fixed a warning, too.

15 years agoif user attempts to create a file that exists in trash, allow him to rename the trash...
koutsoub [Mon, 16 Mar 2009 12:38:31 +0000 (12:38 +0000)]
if user attempts to create a file that exists in trash, allow him to rename the trashed file and proceed with new file creation

15 years agodownload file on double click
koutsoub [Mon, 16 Mar 2009 11:23:43 +0000 (11:23 +0000)]
download file on double click

15 years agowhen user clicks on white area of file list a popup menu with a new file command...
koutsoub [Mon, 16 Mar 2009 10:22:01 +0000 (10:22 +0000)]
when user clicks on white area of file list a popup menu with a new file command is shown

15 years agowhen a request receives a 403 status code (meaning that the session has expired)...
koutsoub [Mon, 16 Mar 2009 10:19:04 +0000 (10:19 +0000)]
when a request receives a 403 status code (meaning that the session has expired) prompt the user to reauthenticate

15 years agoUse the wording suggested by Panos Louridas.
pastith [Mon, 16 Mar 2009 09:54:55 +0000 (09:54 +0000)]
Use the wording suggested by Panos Louridas.

15 years agodo not update progress bar to 100 on monitor error
koutsoub [Mon, 16 Mar 2009 09:17:23 +0000 (09:17 +0000)]
do not update progress bar to 100 on monitor error

15 years agoupdate nodes properly when moving or restoring a folder from trash
koutsoub [Fri, 13 Mar 2009 17:20:50 +0000 (17:20 +0000)]
update nodes properly when moving or restoring a folder from trash

15 years agoselect root folder and display its file in application startup
koutsoub [Fri, 13 Mar 2009 13:58:00 +0000 (13:58 +0000)]
select root folder and display its file in application startup

15 years agomake the loading indicator behavior configurable for rest commands
koutsoub [Fri, 13 Mar 2009 12:54:02 +0000 (12:54 +0000)]
make the loading indicator behavior configurable for rest commands
do not show loading indicator when updating progress in file uploads

15 years agoAdd a cautionary note about enabling read-for-all access to a file.
pastith [Fri, 13 Mar 2009 11:30:52 +0000 (11:30 +0000)]
Add a cautionary note about enabling read-for-all access to a file.

15 years agopaste user support in group tab
koutsoub [Fri, 13 Mar 2009 09:51:28 +0000 (09:51 +0000)]
paste user support in group tab

15 years agoallow rename of root folder
koutsoub [Thu, 12 Mar 2009 17:50:06 +0000 (17:50 +0000)]
allow rename of root folder

15 years agoAllow renaming the root folder, since it is quite harmless actually.
pastith [Thu, 12 Mar 2009 16:25:37 +0000 (16:25 +0000)]
Allow renaming the root folder, since it is quite harmless actually.

15 years agoOnly fight IE broken caching for folders and progress updates. Files already have...
pastith [Thu, 12 Mar 2009 16:02:13 +0000 (16:02 +0000)]
Only fight IE broken caching for folders and progress updates. Files already have ETags and Last-modified headers.

15 years agorefresh file list after empty trash
koutsoub [Thu, 12 Mar 2009 15:57:02 +0000 (15:57 +0000)]
refresh file list after empty trash

15 years agoRemove obsolete reference to GSSService.
pastith [Thu, 12 Mar 2009 15:56:30 +0000 (15:56 +0000)]
Remove obsolete reference to GSSService.