Statistics
| Branch: | Tag: | Revision:

root / src @ 4e7b8a39

# Date Author Comment
4e7b8a39 07/16/2010 12:51 pm Panagiotis Astithas

Simplify the content type conditional and make sure resource representation choice is independent of the access privileges.

81cb1c22 07/15/2010 06:20 pm Natasa Kapravelou

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

31e19588 07/15/2010 06:20 pm Natasa Kapravelou

In order to implement display public's folder contents as a web page i)Implement renderHTML method inside FilesHandler ii)make changes in serveResource in order to decide the contentType depending on client header request. This solves Issue 17

c5b81911 07/14/2010 06:17 pm Natasa Kapravelou

first commit - display public's folder contents as a web page

6b950645 07/14/2010 03:51 pm Panagiotis Astithas

Forbid logins from disabled users.

ed7db29f 07/14/2010 03:44 pm Panagiotis Astithas

Forbid logins from disabled users.

72a90bbf 07/13/2010 06:14 pm Panagiotis Astithas

Add a Report Bug menu item, so that users will find it easier to report bugs.

4315bcc5 07/13/2010 05:20 pm Panagiotis Astithas

Reject invalid resource names, like '.' and '..' in both server and web client. This fixes issue 19.

d4cccc8f 07/12/2010 02:01 pm Panagiotis Astithas

Make the warning message more informative.

46397af3 07/12/2010 01:00 pm Panagiotis Astithas

Fix silent NPE due to auto-unboxing.

afcd9a21 07/12/2010 12:47 pm Panagiotis Astithas

The public flag, as well as all resource properties, are nouns, not verbs.

c05a9de0 07/12/2010 12:36 pm Panagiotis Astithas

Consider the folder public flag when checking for authorization permissions.

3ef43fed 07/12/2010 12:14 pm Panagiotis Astithas

Fix copy & paste typos (file -> folder).

037fabb5 07/09/2010 04:07 pm Natasa Kapravelou

slight display changes

c5b7e657 07/09/2010 02:52 pm Natasa Kapravelou

Merge with 66f69a7348ed1a0de9113a64025721fcc6e68b84

2f924703 07/09/2010 02:32 pm Natasa Kapravelou

-Allow user to declare a public folder i)a checkbox named [Public] added in the web client's folder properties dialog ii) an API change made in order to return readforall flag for a folder iii) a readforall column added in the domain model
Public folders are marked with the same icon as shared folders and are available also in the My Shared view. This fixes Issue 17 along with the revision 7fc12576aafb

023f6f1e 07/08/2010 01:57 pm Panagiotis Astithas

- Add an administration application.
- Remove the redundant RequestBuilder wrapper for efficiency.
- Fix warnings.
- Ignore the admin app build artifacts.
- Guard against users without userclasses in the DB.
- Add a dev mode launcher for debugging the admin app.

9e6a28ed 07/07/2010 06:49 pm Natasa Kapravelou

first commit of adding the public feature to folder / readForAll on each folder

a2c88d01 07/05/2010 04:34 pm Panagiotis Astithas

Avoid a NPE when the client doesn't send a Content-Type header.

c54dd082 07/05/2010 02:03 pm Panagiotis Astithas

Use a more friendly message for status 503.

f47d99c4 06/28/2010 05:02 pm Natasa Kapravelou

change visibility modifier for handleSpecialFolderNames method from public to private

09031610 06/24/2010 03:43 pm Natasa Kapravelou

remove unnecessary logging

df9802b9 06/24/2010 03:40 pm Natasa Kapravelou

allow the proper completion of the given url for cases such as Trash, My Shared, Other's Shared.

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.