if not owner don't show the "read for all" option or include it in the update sent...
[pithos] / gss / src / gr /
2009-03-18 fstamatelopoulosif not owner don't show the "read for all" option or...
2009-03-18 fstamatelopoulosadded total size of files shown in the search results...
2009-03-18 fstamatelopoulosChanged overall layout according to latest GRNET requir...
2009-03-18 fstamatelopoulosadded a static String getFileSizeAsString(long size...
2009-03-18 koutsoubdo not display deleted files, except trash
2009-03-18 koutsoubgetFiles in ExternalAPI gets an extra boolean argument...
2009-03-18 fstamatelopouloscosmetic changes: (a) center version column, (b) add...
2009-03-18 fstamatelopoulosshow time in file list
2009-03-17 fstamatelopouloschanged "New File" to "Upload" and "Download File"...
2009-03-17 pastithAdd the folder URI for files and the parent folder...
2009-03-17 koutsoubnew file context menu now works on empty lists
2009-03-17 koutsoubclear file list when others shares node is selected
2009-03-17 koutsoubshow sorting icon on file list refresh
2009-03-17 koutsoubfix file list refresh issues for My Shares and Other...
2009-03-17 koutsoubmultiple selection fix in file and search result list
2009-03-17 koutsoubafter folder rename refetch folder files since their...
2009-03-17 fstamatelopoulosremove misleading down arrow
2009-03-17 pastithReturn status 409 (Conflict) on uploads for files in...
2009-03-16 koutsoubfixed confirmation message
2009-03-16 koutsoubfixed bug from merge that prevented user addition
2009-03-16 koutsoubproperly encode and decode group paths
2009-03-16 pastithFix a merge error by returning the token field to its...
2009-03-16 koutsoubif user attempts to create a file that exists in trash...
2009-03-16 koutsoubdownload file on double click
2009-03-16 koutsoubwhen user clicks on white area of file list a popup...
2009-03-16 koutsoubwhen a request receives a 403 status code (meaning...
2009-03-16 pastithUse the wording suggested by Panos Louridas.
2009-03-16 koutsoubdo not update progress bar to 100 on monitor error
2009-03-13 koutsoubupdate nodes properly when moving or restoring a folder...
2009-03-13 koutsoubselect root folder and display its file in application...
2009-03-13 koutsoubmake the loading indicator behavior configurable for...
2009-03-13 pastithAdd a cautionary note about enabling read-for-all acces...
2009-03-13 koutsoubpaste user support in group tab
2009-03-12 koutsouballow rename of root folder
2009-03-12 pastithAllow renaming the root folder, since it is quite harml...
2009-03-12 pastithOnly fight IE broken caching for folders and progress...
2009-03-12 koutsoubrefresh file list after empty trash
2009-03-12 pastithMove the DTOs outside the client package, now that...
2009-03-12 koutsoubcleaned up references to old domain.dto objects
2009-03-12 pastithDon't allow anyone but the owner to change the read...
2009-03-12 pastithUse a workaround for IE's broken caching behavior on...
2009-03-12 koutsoubie interprets status code 204 as 1223
2009-03-12 koutsoubupdate trash node, this fixes a bugwhere trash node...
2009-03-12 pastithRevert the previous change, since GWT apparently does...
2009-03-12 pastithFix the error check for form uploads, since we can...
2009-03-12 koutsoubrestoreversion and version download works
2009-03-12 pastithImplement a REST API method to restore an old version...
2009-03-12 koutsoubmake other shared folder nodes draggable
2009-03-11 koutsoubfixed error in folder rename by trimming the updated...
2009-03-11 pastithMerge the web_client_signed branch. Now the Web client...
2009-03-11 pastithAvoid a NPE when creating files.
2009-03-10 pastithAdd an API method for receiving the progress in file...
2009-03-06 pastithAllow GET requests for files with the authorization...
2009-03-05 pastithAdd support for authenticated uploads from browser...
2009-03-04 pastithDon't pollute the method signature with pointless excep...
2009-03-04 fstamatelopoulos- change order of options in trash context menu to...
2009-03-04 fstamatelopoulosadded comment, since boolean params' names are misleadi...
2009-03-04 pastithDon't show the update menu item when a folder is selected.
2009-03-04 fstamatelopoulos- added update option in file menu
2009-03-03 pastithProperly return Forbidden for folders in the deferred...
2009-02-27 koutsoub-fixed some path handling in trash and search when...
2009-02-27 pastithEase the job of the clients by expanding string arrays...
2009-02-26 pastithUse the username instead of the name for the mini-file...
2009-02-26 pastith- Help the clients make less requests, by returning...
2009-02-25 pastithDisplay the WebDAV URL in the credentials dialog, in...
2009-02-25 pastithImplement file uploads via multipart POST for browser...
2009-02-24 pastithFix fetching resources moved to the trash. This require...
2009-02-24 koutsoubfixed transaction error on concurrent deletes of files...
2009-02-24 koutsoub-Fix the URL of files & folders shared by user, when...
2009-02-23 pastith- Fix the URL of files & folders shared by others,...
2009-02-21 koutsoubinclude tag url in users json response
2009-02-20 pastithImplement "empty trash" as a DELETE on the /trash names...
2009-02-20 pastithAdd debugging info on failed Shibboleth authentications...
2009-02-20 koutsoubfixed an infinite loop when source and target are the...
2009-02-20 pastithPartial revert of r18: don't encode the resource names...
2009-02-19 pastithEncode the nonce before using it, since the servler...
2009-02-19 pastith- Properly encode resource names and paths while constr...
2009-02-19 pastithReturn the shared files that do not belong in shared...
2009-02-19 pastithProperly encode the nonce in order to avoid modificatio...
2009-02-17 pastithInitial import.