Statistics
| Branch: | Tag: | Revision:

root / src @ bddcde7b

# Date Author Comment
bddcde7b 06/23/2010 05:44 pm Natasa Kapravelou

Minor fix. In case of a bad typed url home folder is selected instead of Trash folder in previous version

76b42d38 06/22/2010 06:00 pm Natasa Kapravelou

New Folder/ Upload option is not available when My Shared,Trash and any folder below Trash is selected. Options New Folder and Upload are shown when the user clicks the File menu from the MenuBar or right clicks on one of the above mentioned folders (My Shared,Trash and any folder below Trash). This fixes Issue 9

2487ac7b 06/22/2010 02:30 pm Natasa Kapravelou

Features concerning history navigation: 1. the user can use the browser history navigation with back and fwd arrows. (problems emerge if the user closes an already expanded tree of a folder, or sub folder, then history navigation is broken).
2. the user can type any 'parent' folder uri in the browser's address bar and fetch it's files e.g #Files/files/Data and any folder right below the home folder (not deeper), #Files/thrash/, #Files/others/, #Files/shared/. Only if the parent folder is already expanded, the user can navigate to the sub folders by typing the sub folder's name/uri at the address bar. Finally, if the user types a uri in the address bar which can't match any object in the application, Trash folder is selected....

a0652476 06/14/2010 06:21 pm Natasa Kapravelou

merge with 5302e019c665

26912a5f 06/14/2010 05:59 pm Panagiotis Astithas

Store and display the users that created and modified a file or folder.

7c779a19 06/14/2010 05:15 pm Panagiotis Astithas

Set the subfolders' parent on construction, since it's already known.

d1aaf483 06/14/2010 05:00 pm Panagiotis Astithas

View the actual version contents when clicking on 'View this version'.

a3b6a99f 06/10/2010 12:19 pm Panagiotis Astithas

Fix WebDAV mounts from the Windows WebDAV mini-redirector client implementation:

DAV: namespaced elements in a PROPFIND responses can not use a default namespace; each element must be explicitly prefixed with a namespace prefix defined in itself or a parent. If a default namespace is used the client will give no errors, but will not display any resources....

98b59163 06/09/2010 05:23 pm Natasa Kapravelou

updateHistory removed from RestResource and other resources and implemented only in GSS updateHistory. New method constructUri implemented inside every Resource. Can't call the RestResource constructUri inside getTreeItem method in PopupTree. In case doing that all history navigation using browser's arrows is broken. Some NPE received in folders containing special characters (still searching why)

417789c3 06/09/2010 09:45 am Natasa Kapravelou

merge with revision 605:de6019500c15

44d84dc0 06/04/2010 03:07 pm Panagiotis Astithas

The parent folder name is never send encoded.

a90cda9b 06/03/2010 06:59 pm Natasa Kapravelou

another attempt to implement fetching the corresponding directory from a given uri. A getTreeItem method implemented in PopupTree as log as implementing the getName() in RestResource----needs improvement

419e25a7 06/03/2010 06:12 pm Panagiotis Astithas

Add a help menu item that leads to the quota upgrade page.

7d2692fe 06/03/2010 05:50 pm Panagiotis Astithas

Stop fetching and checking the user affiliation, since we are not going to use it for determining its userclass.

c2334823 06/03/2010 02:51 pm Panagiotis Astithas

Avoid a race that caused duplicate coupon class insertions, and remove a transactional call as a performance bonus.

c18fb50e 06/03/2010 01:39 pm Panagiotis Astithas

Fix warnings.

8183276c 06/03/2010 01:35 pm Panagiotis Astithas

Automated merge with https://gss.googlecode.com/hg/

f841ed5b 06/03/2010 01:10 pm Panagiotis Astithas

Display the file URI unconditionally, since it can be now meaningfully used even when not public. Also reword the label and tooltip in order to be more evident for inexperienced users.

d65409c0 06/02/2010 06:34 pm Natasa Kapravelou

Automated merge with https://gss.googlecode.com/hg/

08e5b7c7 06/02/2010 06:34 pm Natasa Kapravelou

early commit - first attemp, regarding giving a uri and fetching the proper directory

01a30cd0 06/02/2010 06:26 pm Panagiotis Astithas

Complete quota upgrades with coupons. Also fix equals() and hashCode() for Invitations to consider the name or its components.

b98ec534 06/02/2010 01:05 pm Natasa Kapravelou

commit after code review. 1.Abstract method changed. Abstract removed and a basic implementation added in the RestResouce thus it's implemented only in the necessary Resource classes 2.bad comments removed 3. methods constructPartialPath and containsFolder moved from PopupTree to FolderResource since only this class uses them

81e0410f 06/01/2010 06:27 pm Natasa Kapravelou

Automated merge with https://gss.googlecode.com/hg/

c5070ebe 06/01/2010 06:26 pm Natasa Kapravelou

improved version of bug (almost)fix 371. Abstract methods implemented inside RestResource and therefore inside inherited resources in order if/else statements to be removed from PopupTree.java. The functionality remains the same (history support for folder navigation)

6ba2b21a 06/01/2010 05:57 pm Panagiotis Astithas

Fix warnings and simplify a method signature.

a8df9686 06/01/2010 05:46 pm Panagiotis Astithas

Automated merge with https://gss.googlecode.com/hg/

978061e3 06/01/2010 05:46 pm Panagiotis Astithas

- Initial implementation of quota coupon workflow. Userclass modifications are not happening yet.
- Factor out the common servlet methods into a base class.
- Style the error messages in registration and coupons.

40050065 06/01/2010 02:58 pm Natasa Kapravelou

Automated merge with https://gss.googlecode.com/hg/

8c550474 06/01/2010 02:58 pm Natasa Kapravelou

Bugzilla – Bug 371, Add history support for folder navigation almost done. Issues listed for futher development 1.Forward navigation through Other's Shared folders. 2. Usual navigation problems with folder name '%' 3.Cross browser functionality check

7a1c02de 05/27/2010 02:17 pm Panagiotis Astithas

Fix the owner permission removal check when updating folders as well, and add the empty permission check to that case, too.

2fcae28c 05/27/2010 01:32 pm Panagiotis Astithas

- Use encodeComponent for encoding the new folder name in order to be compatible with the server.
- Style fixes.

7cdb5411 05/25/2010 03:31 pm Panagiotis Astithas

Fix build path errors during the last merge and silence a few warnings.

603f48a1 05/25/2010 01:44 pm Natasa Kapravelou

merge with 51a2069b54c1

0174fdb2 05/25/2010 01:34 pm Natasa Kapravelou

Just before implementing the browser's history-not fully tested yet. Changes: GSS.java has been changed,i) in the first launch historyToken equals(Files), ii) History.addValueChangeHandler has been implemented and a Map collection has been used to store corresponding uri's/ TreeItem objects.Therefore, PopupTree.java has been updated to add the uri - TreeItem object pair to history map collection. Finally, a getPopupTree method has been added in the Folders.java that returns the PopupTree obj

6567092b 05/21/2010 06:43 pm Panagiotis Astithas

Redirect to login for browser requests without a cookie present and also for requests with cookies but without the proper one.

a91ef7e8 05/20/2010 06:28 pm Panagiotis Astithas

Now that we keep around the cookie, give the user the opportunity to use it as the authentication token to get to a file. This way passing around simple file resource URIs is possible, and as long as the user has authenticated with the service in the current browser session, he can access the file. Furthermore, treat such simple browser access as a special case and redirect to login before returning back to the file. Now one can e-mail the file URI to another user and he can click on the link, get prompted to login (or even register for the service) and then get back to the file URI to download it automatically....

30e14a2f 05/20/2010 05:37 pm Panagiotis Astithas

Simplify a method call.

86c951b2 05/19/2010 04:16 pm Panagiotis Astithas

Fix more than 100 warnings.

09c35393 05/19/2010 02:09 pm Panagiotis Astithas

Don't allow usernames with spaces.

312631e1 05/19/2010 02:07 pm Panagiotis Astithas

Only clear the cookie when the user logs out. This way a user only needs to login once per session and the site appears more web-like. This was not possible before the SSL transport was present, since the token would be exposed to eavesdroppers.

fd294c94 05/19/2010 02:04 pm Panagiotis Astithas

Fix warnings and stop complaining about parameter assignment. We're not eleven.

c24efcc9 05/19/2010 12:22 pm Natasa Kapravelou

New javascript method Trim added in DisplayHelper that trim not only whitespaces but also nbsp. Continue modifying the PopupTree in order to show the correct URI in browsers address bar. Not completed yet since the encoding need revision and history hasnot implemented yet. Add a new condition check in FileMenu.java that checks when the Upload option should be available (related to Issue 9 bug), no completed since in Trash/foo_folder the option of New Folder/Upload should not be available

d50c0133 05/17/2010 06:09 pm Panagiotis Astithas

Fix the check for removed owner permissions.

f9e01fcb 05/17/2010 01:55 pm Panagiotis Astithas

Handle metadata updates even if they are sent with application/x-www/form-urlencoded content type.

4cf7beda 05/12/2010 04:15 pm Natasa Kapravelou

Changes in PopupTree.java in order to catch user's selection and present it in the browser url. not completed yet

06b48563 05/12/2010 01:51 pm Natasa Kapravelou

Formating commit. Comments fixed after code review. 1. Added a 2010 entry in copyright notice in GSS.java and also in PopupTree.java 2. Removed unnecessary comments in GSS.java 3. Code layout fixed for JSNI code 4. comment layout fixed in PopupTree.java line 181

b34c766c 05/12/2010 11:12 am Natasa Kapravelou

PopupTree.java changed and works for left folders menu. User's current selection in Folders is shown in the browser's address bar. Bug: it doesn't work when Trash / Other's Shared is selected

520c53f8 05/12/2010 10:38 am Natasa Kapravelou

Merge with dab7e1d55b579c81cdbcabd066f9ff9291ccbba7

8c999b8c 05/12/2010 10:33 am Natasa Kapravelou

GSS.java changes to show user's selection in browser's address
PopupTree.java method on selection not completed
TestUri.java test class

55aa2564 05/07/2010 05:08 pm Panagiotis Astithas

Prettify the jsp pages.

edf24a21 05/06/2010 06:00 pm Panagiotis Astithas

Set all required objectClass attributes when adding an entry to LDAP. Also consistently encode and decode request parameters on success and errors.

ba1ac209 05/05/2010 06:19 pm Natasa Kapravelou

Automated merge with https://gss.googlecode.com/hg/

6b561ede 05/05/2010 06:18 pm Natasa Kapravelou

Don't show the New Folder option in File menu when Trash,My Shared, Other's Shared is selected. This fixes Issue 9

46268014 05/05/2010 04:39 pm Panagiotis Astithas

Use firstname & lastname instead of full name for more flexibility and escape commas in property file.

3f6fd106 05/05/2010 03:45 pm Panagiotis Astithas

Create user accounts in an LDAP-based IdP server after registration, so that Shibboleth login can work.

82248972 04/29/2010 06:23 pm Panagiotis Astithas

Implement proper backend lookup for invitations.

2f551abc 04/29/2010 05:54 pm Panagiotis Astithas

Add a user registration flow. Registration can be open for all, or limited to issued invitation codes, as configured in gss.properties.

f1052f48 04/20/2010 05:17 pm Panagiotis Astithas

Make folder move more efficient by not copying the actual file contents.

c35f359f 04/20/2010 02:31 pm Panagiotis Astithas

Split persistentId into identityProvider and identityProviderId for easier DB queries.

eb02e692 04/20/2010 02:00 pm Panagiotis Astithas

Log the file id when indexing fails and hide the stack trace for file not found cases, where it is redundant.

872e1390 04/16/2010 05:39 pm Panagiotis Astithas

Use exponential backoff when updating the password or last login time in WebDAV.

0e64bec2 04/16/2010 05:18 pm Panagiotis Astithas

Display the last login in the web client.

5b07b9ec 04/16/2010 04:32 pm Panagiotis Astithas

Update the last login for WebDAV access as well.

9a2322fc 04/15/2010 06:09 pm Panagiotis Astithas

Add a new API operation for invalidating the current authentication token and returning a new one.

125c5690 04/15/2010 05:04 pm Panagiotis Astithas

Store the time the user last logged-in. Since the user object is now modified in every login, drop the updated flag optimization. Also, remove an obsolete EJB method.

533ade50 04/15/2010 04:39 pm Panagiotis Astithas

Retrieve the persistent-id from Shibboleth and store it in the DBMS for future use. Also, fix a few warnings.

27f2be2f 04/08/2010 01:38 pm Panagiotis Astithas

Log any persistent-id attributes from Shibboleth.

e8e1ac78 04/01/2010 06:42 pm Panagiotis Astithas

Use EHCache for second-level caching.

9e4e852f 03/31/2010 04:44 pm Giannis Koutsoubos

fixed display of My Shared files

302b2750 03/24/2010 12:44 pm Panagiotis Astithas

Use SSL transport all over the place, for the production deployment.

ba82fd20 03/23/2010 05:07 pm Giannis Koutsoubos

right click selection in search results

019b6ef7 03/23/2010 04:46 pm Giannis Koutsoubos

removed development stuff

6dee92b7 03/23/2010 04:38 pm Giannis Koutsoubos

fix: when dragging a file on a selected folder, selection style gets lost

4ee61115 03/23/2010 04:36 pm Giannis Koutsoubos

removed clickhandler from dnd icon

757813cf 03/23/2010 04:35 pm Giannis Koutsoubos

fetch file data also for MyShare and Other User Shared

d98c561b 03/23/2010 04:27 pm Giannis Koutsoubos

fix sharing icon and popup for my shared items and others

a8f7f780 03/18/2010 05:58 pm Panagiotis Astithas

Avoid JavaScript errors caused by non-existent text.

a1aa74a8 03/15/2010 02:10 pm Panagiotis Astithas

Don't waste time constructing the cookie for the iPhone client login case.

12231a24 03/15/2010 01:44 pm Panagiotis Astithas

Move the loading indicator to the top of the page, in order to be less distracting and improve perceived latency. Use a single inlined animated GIF in order to speed up bootstrap.

f7c2e76a 03/11/2010 02:41 pm Giannis Koutsoubos

minimize http requests on initialization (my shared and others)
on other's shared nodes use only requests needed for visible items

62f168b2 03/11/2010 11:53 am Giannis Koutsoubos

use http caching by using IF-MODIFIED-SINCE HEADERS and handling response accordingly

d8924393 03/10/2010 02:36 pm Giannis Koutsoubos

fix class cast exception when trying to drag and drop files

139f2dd5 03/09/2010 05:43 pm Panagiotis Astithas

Replace JBossMessaging 1.x and its HSQLDB data store with HornetQ. Indexing should be faster and more reliable now.

bc9942d1 02/08/2010 04:50 pm Giannis Koutsoubos

right click selection fo file list

57c50e7c 02/01/2010 06:15 pm Panagiotis Astithas

Small style fixes:
- Use the background color for the splitter.
- Remove the padding inside the dialog boxes so that our background color appears uniform in warnings and errors.
- Restore the padding we remove when overriding the gwt-DialogBox style.

5c2e8209 01/29/2010 02:22 pm Panagiotis Astithas

Let the Escape key hide the suggest box.

43d317b2 01/29/2010 12:57 pm Panagiotis Astithas

Quit messing with SuggestBox internals now that there is a public API to work with.

d322af78 01/28/2010 02:12 pm Giannis Koutsoubos

right click selection in groups tree

7d6b1709 01/27/2010 03:28 pm Panagiotis Astithas

Add the file content type to the search results, as specified in the API documentation.

Discovered by: Giorgos Verigakis

51264241 01/26/2010 08:14 pm Panagiotis Astithas

Allow login in development mode to utilize the GWT 2.0 browser plugin.

ff8eb545 01/26/2010 11:00 am Giannis Koutsoubos

right click selection for folder tree

9a8f9536 01/22/2010 12:04 pm Panagiotis Astithas

Handle IE status code 1223 as a regular 204 and fix warnings.

5c6b2883 01/20/2010 06:28 pm Panagiotis Astithas

Use the standard theme from GWT, instead of our bad emulation from the GWT-1.3 era.

4c616616 01/20/2010 03:16 pm Panagiotis Astithas

Make the fade effect a tad snappier and remove debug code.

be05fc7b 01/20/2010 02:39 pm Panagiotis Astithas

Fix confusion over width and height.

1152ac2c 01/19/2010 05:36 pm Panagiotis Astithas

Revert inadvertent change.

3de51e55 01/19/2010 03:39 pm Panagiotis Astithas

Make 1GB not appear as 1024MB. Perception matters.

b7b8c586 01/19/2010 03:35 pm Panagiotis Astithas

Fix warning.

b4d8fe7b 01/19/2010 03:05 pm Panagiotis Astithas

Make the name-username separator a bit more subtle.

928122a9 01/19/2010 03:02 pm Panagiotis Astithas

Restore check for atob, since it works fine in every combination tried: Windows/Linux, IE/FF/Safari/Chrome.