Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / client / Pithos.java @ 59aa2375

History | View | Annotate | Download (55.7 kB)

# Date Author Comment
59aa2375 04/19/2013 02:31 pm Christos KK Loverdos

Selectively ignore HTTP headers in logging

45c76262 04/19/2013 12:52 pm Christos KK Loverdos

Enhance HTTP call logging

34cd9aff 04/16/2013 01:24 pm Christos KK Loverdos

New button "Add everybody" to file Share dialog

Refs #3575

e0a0c6ea 04/11/2013 04:49 pm Christos KK Loverdos

Add more logging utilities

8ddb4627 04/01/2013 04:07 pm Christos KK Loverdos

Provider a safer way to purge the container

Refs #3443
https://code.grnet.gr/issues/3443

01337c33 03/13/2013 03:56 pm Christos KK Loverdos

Enhance logging

e6e9f6e6 02/12/2013 12:50 pm Christos KK Loverdos

Change copyright notice

f36c8a7d 02/11/2013 03:37 pm Christos KK Loverdos

Fix regression with not querying for the logged-in user display name

86432004 02/11/2013 03:23 pm Christos KK Loverdos

Fix regression with empty "Shared by me"

0459d2ef 02/08/2013 04:26 pm Christos KK Loverdos

Show display names in group members tree

c8f8690d 02/08/2013 03:59 pm Christos KK Loverdos

Use display name to add a user to a group

dc8cc18a 02/08/2013 03:57 pm Christos KK Loverdos

Revert "Work in progress. Do not rely on this commit"

This reverts commit ee77dbf16f524824e3c0337a04984caa84a12231.

ee77dbf1 02/07/2013 07:47 pm Christos KK Loverdos

Work in progress. Do not rely on this commit

fa68c84d 02/07/2013 01:33 pm Christos KK Loverdos

Promote more raw strings to reusable constants

728ff1e4 02/07/2013 01:20 pm Christos KK Loverdos

Promote "X-Auth-Token" to a constant

f0ff407d 02/07/2013 01:14 pm Christos KK Loverdos

Add JS console logging facility

902e3ef4 02/06/2013 05:49 pm Christos KK Loverdos

Remove hard-coded debugging aids (System.outs etc)

eee72ed5 02/05/2013 02:03 pm Christos KK Loverdos

Add UpdateUserCatalogs as a convenience wrapper around GetUserCatalogs

b9a1049a 02/01/2013 06:41 pm Christos KK Loverdos

Show display name in "Shared with me"

4eaecbac 02/01/2013 03:01 pm Christos KK Loverdos

Show display name in FolderPropertiesDialog

cde22209 02/01/2013 02:52 pm Christos KK Loverdos

Show display name in FilePropertiesDialog

1bb330dc 02/01/2013 02:37 pm Christos KK Loverdos

Show display name in Create Folder dialog

cc0120ab 02/01/2013 02:23 pm Christos KK Loverdos

Implement the /user_catalogs API

cdd90acb 02/01/2013 11:29 am Christos KK Loverdos

Fix formatting

9c198917 11/27/2012 03:16 pm Christos Stathis

Fixed 404 error during autorefresh due to incorrect username
Autorefresh continues to reschedule even if the folder is not used in
autorefresh

ada737a8 09/13/2012 02:49 pm Christos Stathis

Fixed cloudbar class name to avoid entering infinite loop

42214d4a 07/10/2012 07:26 pm Christos Stathis

Implemented empty container for all containers with the new api

3608dcd5 07/10/2012 07:09 pm Christos Stathis

Implemeted empty trash with the new API call

9ec085e2 07/09/2012 01:40 pm Christos Stathis

Remove a forgotten delay

c3d9289b 07/09/2012 01:37 pm Christos Stathis

Experimentaly added a "please wait" popup during potentialy long delete operations

d58c0da5 06/28/2012 05:16 pm Christos Stathis

Replaced move procedures with the new PUT with delimiter

ff32989e 06/28/2012 04:11 pm Christos Stathis

Replace the folder copy procedure with the new PUT with delimiter (issue #2631)

f6c9957e 06/28/2012 03:27 pm Christos Stathis

Replaced the folder deletion procedure with the new single DELETE request (issue #2630)

b1001100 06/27/2012 06:18 pm Christos Stathis

Changed autorefresh to start at the end of initialization and check with if-modified-since to avoid useless requests

b73a903e 06/25/2012 06:52 pm Christos Stathis

Added retries to delete commands and in case of error the process continues with the next object to be deleted

bb160e3a 06/25/2012 06:37 pm Christos Stathis

Implemented empty trash by deleting and re-creating the trash

ea30dad9 06/25/2012 06:15 pm Christos Stathis

Empty trash deletes everything under trash by using the deleteFolder method

8f810cb7 05/25/2012 03:47 pm Christos Stathis

Fixed positioning of upload alert

249fbc5b 05/25/2012 03:42 pm Christos Stathis

When a file is dropped while another is uploading the alert is updated to show the total number of uploads

ecf96721 05/25/2012 03:08 pm Christos Stathis

Uploader clears all finished files when it is not visible (issue #2442)

430898e5 05/25/2012 12:07 pm Christos Stathis

Fixed resize error when an error message is displayed

34e7d8d5 05/24/2012 05:35 pm Christos Stathis

Fixed offset of context menu when the page had been scrolled (issue #2436)

39a92f5c 05/24/2012 04:11 pm Christos Stathis

Fixed bug where group was not removed when the last user was removed (issue #2348)

c4818b9d 05/21/2012 01:44 pm Christos Stathis

Finished drag'n'drop upload (issue #2403)

3646552f 05/18/2012 07:11 pm Christos Stathis

Added upload alert when droping files in the app and select the uploaded files at the end

89dddc7d 05/17/2012 06:17 pm Christos Stathis

Added drag'n'drop file upload in the file list area

c01daba6 05/16/2012 04:24 pm Christos Stathis

Smaller font for the statistics (issue #2239)

cbca5b13 05/15/2012 10:41 am Christos Stathis

Merge branch 'master' into uploadArea

1238d28d 05/11/2012 05:15 pm Christos Stathis

First version of drag 'n' drop upload (issue #2224)

a9c85e26 05/10/2012 05:32 pm Christos Stathis

Group creation forces the user to add the first member (issue #2375)

3586ad5e 05/09/2012 06:20 pm Christos Stathis

Completed 'Shared by me' file context menu with whatever command is relevant (issue #2378)

01bd6099 05/09/2012 04:07 pm Christos Stathis

Remove permission button replaced by a link (issue #2373)

ba6ffffb 05/07/2012 05:26 pm Christos Stathis

Fixed last IE appearance problem

2acd47a8 05/07/2012 05:00 pm Christos Stathis

Partialy fixed IE9 appearance problems

3f62b626 05/03/2012 06:27 pm Christos Stathis

Various CSS and cosmetic fixes

7307d16b 05/03/2012 02:13 pm Christos Stathis

Restored auto-refresh

5d18aa82 05/02/2012 04:45 pm Christos Stathis

Context menu and toolbar has returned to shared by me view

e2920e8d 04/30/2012 07:51 pm Christos Stathis

Added a path column in Shared by me file list (issue #2344)

d18749bc 04/30/2012 07:04 pm Christos Stathis

My files section made expand/collapse-able (issue #2346)

f5c86c34 04/25/2012 04:04 pm Christos Stathis

Added a null pointer guard when getting the tree selection

c46c9e31 04/24/2012 03:58 pm Christos Stathis

Finished new left pane

cd63ee1a 04/24/2012 01:17 pm Christos Stathis

Merge branch 'master' into newLeftPane

4ea3c87b 04/24/2012 01:16 pm Christos Stathis

Client does not set auth cookie

e56be452 04/20/2012 06:14 pm Christos Stathis

Finished files section of the new left pane

39f6d7b0 04/18/2012 06:29 pm Christos Stathis

Initial version of the new left pane (issue #2318)

6acd4df3 04/12/2012 03:21 pm Christos Stathis

Fixed auto-refresh to update only the files of the current folder

8d67a0ac 04/12/2012 03:12 pm Christos Stathis

Fixed error where no folder was selected after a folder was deleted

10abbe45 04/11/2012 05:54 pm Christos Stathis

Temporarily disabled auto-refresh

4a61d816 03/22/2012 06:05 pm Christos Stathis

Keep filelist selection between (auto) updates (issue #2243)

2c801ad7 03/22/2012 05:14 pm Christos Stathis

Fixed a race condition duw to which renamed shared folders continued showing in myshared tree

80a65a5f 03/22/2012 04:53 pm Christos Stathis

Modified selection model to avoid multiple redundant requests

983f9ee2 03/20/2012 02:26 pm Christos Stathis

Removed auth token from url parameters in GET requests

4d869bf1 03/07/2012 05:51 pm Christos Stathis

Permission changes happen immediately without clicking the ok button which is now named Close (issue #2179). A link for shared files is displayed so that users with permission can download directly (issue #2180)

ff057ec1 03/05/2012 06:40 pm Christos Stathis

Moved authCookie to runtime properties and updated version to 0.8.2

f0105e9f 03/02/2012 05:29 pm Christos Stathis

Cloudbar variables and loginUrl are configurable through runtime.properties and build.xml

989e0c64 03/02/2012 04:26 pm Christos Stathis

Removed unused property logoutUrl

a2f617f8 02/20/2012 07:08 pm Christos Stathis

Permissions are requested just before showing the contect and tools menu (issue #2050)

25007267 02/13/2012 01:20 pm Christos Stathis

Removed some unused methods

1a0db4f4 02/10/2012 05:53 pm Christos Stathis

Implemented background multiple upload (issue #1989)

c758f656 02/02/2012 04:48 pm Christos Stathis

Added a native log() that writes to the browser 's console for debugging

2dfdda3f 02/02/2012 04:07 pm Christos Stathis

Added next= param to login and logout urls that are also parameterized in the properties file

cae2a8db 02/01/2012 06:42 pm Christos Stathis

Updated copyright

5f91f72d 02/01/2012 06:23 pm Christos Stathis

Encoded path for DELETE requests

69ffcc9c 02/01/2012 06:02 pm Christos Stathis

Session expired dialog redirects to /im/login

b81ec13e 02/01/2012 05:54 pm Christos Stathis

After logout redirect to /im/logout

c9c699bc 02/01/2012 12:39 pm Christos Stathis

Merged with plupload

eb2ae14b 01/31/2012 02:02 pm Christos Stathis

Fine tuned plupload plugin

6cf258b1 01/30/2012 11:30 am Christos Stathis

Moved the message panel on top of the header

b75210b5 01/30/2012 11:20 am Christos Stathis

Show only relevant toolbar buttons according to the selection in all trees

7c02238e 01/27/2012 05:42 pm Christos Stathis

Toolbar buttons are shown only when relevant

ebead1b5 01/27/2012 04:40 pm Christos Stathis

Fixed various warnings

9326b841 01/27/2012 01:17 pm Christos Stathis

FilePropertiesDialog is broken into three dialogs

7260b946 01/26/2012 03:29 pm Christos Stathis

Added a share button on the toolbar

bd187dfb 01/25/2012 06:55 pm Christos Stathis

Started the new toolbar. Added new folder button

dddb75e2 01/19/2012 03:20 pm Christos Stathis

Fixed refresh issues with shared folders and files

3601b114 01/10/2012 05:04 pm Christos Stathis

Refresh the MyShared tree when certain file properties are changed

3f8622d4 12/07/2011 05:06 pm Christos Stathis

Implemented ability to send error data along with user feedback in case of error

67cc9113 12/07/2011 01:18 pm Christos Stathis

Fixed refresh button to update stats

c4b7a6bb 12/05/2011 04:56 pm Christos Stathis

Added a refresh button next to the tools button

a2411896 12/02/2011 05:36 pm Christos Stathis

All appropriate headers are url encoded