Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / server / ejb / GSSDAOBean.java @ 769f9814

History | View | Annotate | Download (28.8 kB)

# Date Author Comment
984b269d 12/16/2010 06:37 pm Dimitris Routsis

Merge with 9e62eed712763292a41becaefd1a1c239fc4f0c6

966ae42b 12/16/2010 12:10 pm Dimitris Routsis

Small optimisation in getResourceAtPath(). Should pay more dividents once DTOs are removed. (Avoids getting every detail of root folder in each and every call.)

be3b1045 12/15/2010 05:00 pm Natasa Kapravelou

Merge with revision fad8dc1acfa3

403c8ca0 12/15/2010 04:51 pm Natasa Kapravelou

Proper handling of last login field in the admin interface that are related to Issue 66.

94fd6a31 12/14/2010 06:48 pm Dimitris Routsis

Merge with 597eb7362fc0b9482695a25991f528218ae699b3

fc19c028 12/14/2010 06:10 pm Dimitris Routsis

Remove fixSharedFlagForAllFoldersAndFiles() now that update has been done in SQL.

930d1307 12/14/2010 05:35 pm Natasa Kapravelou

Some changes on queries done from the admin interface concering last login field and Issue 66.

f5684a19 12/14/2010 02:32 pm Christos Stathis

Merge with sharing branch

a17a48ae 12/13/2010 04:49 pm Christos Stathis

Added in the index the id of users and groups that have read access to a file

8e86f905 12/10/2010 03:42 pm Christos Stathis

Fixed query syntax in case of empty group list

fb76bffb 12/10/2010 02:29 pm Natasa Kapravelou

Merge with 7b39195399329dca42a7de7175f8e9e2f7478a4e

be3b26e1 12/10/2010 01:55 pm Dimitris Routsis

Rewrite getUsersSharingFilesForUser() and getUsersSharingFoldersForUser() for speed.

a3d193a5 12/09/2010 04:33 pm Natasa Kapravelou

Implement the ManyToOne relationship for UserLogin and User that is related to Issue 64.

366f3f31 12/07/2010 05:19 pm Natasa Kapravelou

Initial commit related to Issue 64. Last login should point to the user's last login.

16b54aa8 12/02/2010 03:09 pm Giannis Koutsoubos

shared flag for shared files(removed explicit head for fetching file display info), versioned flag for versioned files, admin support to update shared flag for all existing files and folders

9268f2cb 11/29/2010 03:50 pm Christos Stathis

Merged changes from default branch

50cd9e9c 11/26/2010 04:15 pm Giannis Koutsoubos

properly remove user

376d0ebf 11/24/2010 06:04 pm Christos Stathis

Index rebuild is done synchronously. Added some logging messages for monitoring

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

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.

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

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.

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.

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.

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

Implement proper backend lookup for invitations.

16baf609 06/04/2009 12:02 pm Panagiotis Astithas

Remove the redundant gss top-level directory.