Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss @ 312648dd

# Date Author Comment
312648dd 11/19/2010 04:49 pm Christos Stathis

Migrated to solr 1.4. Added a filter factory so that solr can use the greek lower case filter inside the default analyzer

8c0fa677 11/18/2010 05:47 pm Christos Stathis

Implemented wildcard search

ff5c5752 11/18/2010 05:17 pm Christos Stathis

Implemented search with solrj

0fcbf8bd 11/17/2010 06:49 pm Christos Stathis

Upgraded solr to 1.4 and refactored things a bit so that index rebuild is done synchronously from the ejb

ad777d65 11/15/2010 03:25 pm Christos Stathis

Temporary patch for issue 52. When the history handling will be re-engineered, a permanent fix will be implemented

44873f3d 11/15/2010 03:23 pm Christos Stathis

Fixed indentation

d2b12cad 11/12/2010 05:26 pm Giannis Koutsoubos

fix for 404 on upload progress, needs some further tuning

4ac60e04 11/05/2010 06:50 pm Giannis Koutsoubos

fixed a permission exception bug when requesting file versions

eaf8360b 10/22/2010 06:09 pm Christos Stathis

Fixed indentation and brackets

beba23d1 10/11/2010 03:29 pm Natasa Kapravelou

Revoke the previous commit to the old version since it doesn't add more value to forbid slashes to file names.

de2ff169 10/11/2010 01:24 pm Natasa Kapravelou

Fix for Issue 35 in order to inform the user from a browser client that the file to be uploaded contains illegal characters and give a chance to replace the file name on his/her own or automatically replace the illegal character with '-'.

e8c076d7 10/11/2010 10:56 am Natasa Kapravelou

Fix of Revision: 6b1f43efcd after code review. Rewrite the check condition.

9bee2fe5 10/11/2010 10:31 am Natasa Kapravelou

Fix for Issue 35 and for Revision: 8746b05052 concerning the forbideness of '/' in the file name.

ea3f5e5f 10/11/2010 10:19 am Natasa Kapravelou

Fix of Revision: ec7b8d0b2c after code review. Added a check condition before removing the first and the last slash of the query path.

2f4700ad 10/08/2010 06:14 pm Natasa Kapravelou

Remove the first and the trailing slash from the query when searching for a resource

29e77d35 10/08/2010 02:01 pm Natasa Kapravelou

Another fix for setting the auditInfo object by setting AND the user that changed the resource, not only the modification date of the object.

fff42066 10/08/2010 10:16 am Natasa Kapravelou

Setting the modification date and setting the auditInfo object to every resource that causes the proper show of permissions to group in every resource.

b7565ade 10/07/2010 06:48 pm Natasa Kapravelou

Rewrite the touchFolder and touchFile methods in order to update only the modification date and nothing else. Add a new method that select the appropriate files tat have permissions to the specific group that is to be deleted.

c62f0b96 10/07/2010 05:24 pm Natasa Kapravelou

Recall a faulty previous commit that was related to forbiding the uploading of a file which file name would contain a slash and also adding to some files a copyright year.

8b79a1c8 10/07/2010 04:15 pm Natasa Kapravelou

Fix for Issue 35, added a note message on creating a new folder or updating an existing folder, informing the user that slashes are not allowed in folder names.The same note is added during the update of file name. Also, the client code has altered in order to forbid the creation or the update of a resource name.At last, don't allow uploading a file which file name contains slash.

62c7d7dc 10/07/2010 12:59 pm Natasa Kapravelou

Fix for Issue 35 that doesn't allow renaming of a file name when the new file name contains slashes.

891f51ce 10/06/2010 05:50 pm Natasa Kapravelou

Fix for Issue 35 that doesn't allow the creation of a folder which name contains slashes or the renaming of a folder name when the new folder name contains slashes

eba21118 10/06/2010 04:48 pm Natasa Kapravelou

Fix for Issue 35 that doesn't allow the creation of a folder which name contains slashes.

66f2db74 10/05/2010 06:41 pm Natasa Kapravelou

Fix the response uri when making a GET request by username to /pithos/rest/users/

e1828145 10/05/2010 04:20 pm Natasa Kapravelou

Properly show all files and folders that are marked as 'public' below the 'My Shared' view (concerning the client source code).

749c03f9 10/05/2010 04:03 pm Natasa Kapravelou

Remove the unnecessary throwing of NPE and show the shared sub-folders along with the shared files below 'My Shared' view properly. The above mentioned fixes are related to Issue 17

484428ad 10/04/2010 12:01 pm Natasa Kapravelou

Another fix for Issue 17. On the creation of a new folder it's public property is being set according to the public property of the containg folder

dd127df7 10/01/2010 05:36 pm Natasa Kapravelou

Fix in displaying the proper shared folders for the owner in 'My Shared' view.This solves Issue 33.

99d0d40c 10/01/2010 11:40 am Natasa Kapravelou

Fix on Issue 17. On uploading a file, the file's readForAll value is inherited from the folder it is contained.

51ad539e 09/30/2010 04:47 pm Natasa Kapravelou

Allow public folders and all of the containing subfolders and files to be available in a web page.

6f77bdda 09/30/2010 03:08 pm Natasa Kapravelou

Allow folders and subfolders and all of their contents to be marked as public for all when the user hits Public in the parent folder. The opposite is not applied (meaning that when a parent folder is marked as notPublic all the containing subfolders and files are not accordingly marked as notPublic

41fbadbc 09/28/2010 04:37 pm Natasa Kapravelou

Fix the case where in the userFullNameMap, that stores user's full name along with the userName, contains only username in both key-value pair. In this case the Map is updated with the new userFullName value. This solves Issue 16.

8e471ce5 09/23/2010 08:21 pm Natasa Kapravelou

Navigation through public folder url with no special characters in their folder names fixed. 1. Todo: Treat the special characters 2. For every public folder all containing sub-folder should also be public.

de595072 09/23/2010 12:42 pm Natasa Kapravelou

Complete the code that allows the deletion of group permissions in files and/or folders when the group is deleted.

ff397940 09/22/2010 06:15 pm Natasa Kapravelou

Mark the folders and files as modified in order to inform the client that something has changed concerning the folder and/or file.The change of modification date does the work. The changes in these folders and/or files have come from the deletion of a group that had permissions on that folders and/or files.

4497ec95 09/16/2010 05:01 pm Natasa Kapravelou

Minor fixes and remove logging

d235f94f 09/16/2010 01:06 pm Natasa Kapravelou

Fix the authentication sequence in requests of a file or a folder which is public or not public. This solves the Issue 14. Fix login with fireGSS by adding a boolean check in order the fireGSS client to receive a JSON response. ***TODO: fix sharing the home directory inside renderHTML

bdf739a9 09/14/2010 06:17 pm Natasa Kapravelou

Some more fixes on Issue 16 - handling a CastException. Also working Issue 14 - when the user isNull and the file or folder is public for everyone then pretend that the owner is the user and and the user as a request attribute inside the FilesHandler servlet and not inside each method (e.g copy)

b8e09949 09/10/2010 10:17 am Natasa Kapravelou

Fixed a NullPointerException while range headers existed in the HttpServletResponse. An if check for nulls added in copy method inside the WebDav. This solves Issue 14.

8086761e 09/06/2010 04:54 pm Natasa Kapravelou

Fixed typo

4bf05cad 09/03/2010 04:48 pm Natasa Kapravelou

minor code fixes on displaying the full name in ACL

ce2716a9 09/03/2010 03:21 pm Natasa Kapravelou

Display the full name in the ACL. The full name is displayed once right click and select Properties on a file. Full name is displayed in the General tab > Owner, in the Sharing tab and in the Versions tab. Moreover in the file list of every folder. Full names are displayed after the execution of the GetUserCommand, thus they are not always displayed at once.

d6a53bad 09/01/2010 06:27 pm Natasa Kapravelou

the new command added to the repo

9ab5db6d 09/01/2010 06:26 pm Natasa Kapravelou

A new Command(GetUserFullName) was implemented in order to fetch user's full name out of the user name.

77d98d62 08/23/2010 10:27 am Natasa Kapravelou

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

b75f55ce 08/23/2010 10:24 am Natasa Kapravelou

display tags issues - another try

6735a2ab 08/20/2010 04:56 pm Panagiotis Astithas

Inline the tags and separate them with commas to hint on their impportance as separators.

cb849e50 08/19/2010 05:12 pm Panagiotis Astithas

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

bd5278e9 08/19/2010 05:10 pm Panagiotis Astithas

Support console.log() besides console.debug() in DisplayHelper.log().

dc0051b6 08/19/2010 02:42 pm Natasa Kapravelou

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

ce98bfc6 08/19/2010 02:41 pm Natasa Kapravelou

fixing 'All tags' display version 2 - add a new css class named 'gss-tag'

0e488a94 08/19/2010 01:11 pm Panagiotis Astithas

Don't decode resource names in JSON values. This is only necessary when names are passed as request parameters. This fixes renaming folders '+', '%' and ' ', among others.

0e6d8cc5 08/18/2010 05:05 pm Natasa Kapravelou

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

f14e6b75 08/18/2010 05:05 pm Natasa Kapravelou

fixing All tags display

8dca7586 08/18/2010 03:46 pm Panagiotis Astithas

Fix updates for folders named '%'.

0fc071d9 08/16/2010 11:55 am Natasa Kapravelou

Convert tag buttons to links. This solves issue 22

f9bd859c 08/10/2010 05:29 pm Natasa Kapravelou

-Navigation from the parent folder to subfolder and vice versa is available in the web page of a public folder
-Only files that are marked as public are available in the web page of a public folder

c92316b7 07/27/2010 12:44 pm Panagiotis Astithas

Display the version number in the web client and set the next release to become 1.2.

e8fd351d 07/23/2010 05:16 pm Natasa Kapravelou

- fix the problem which was related to download a file. It works now since an if statement was updated from if(content) to if (folder != null && content)
- fix the path of a containing subfolder in a public folder
- When a folder is marked as public from a user all containing files are also marked as public...

6233fca8 07/16/2010 07:25 pm Panagiotis Astithas

Explicitly activate the user on creation and don't rely on the DB to do it.

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/