Statistics
| Branch: | Tag: | Revision:

root / jboss @ d3ab362b

# Date Author Comment
d3ab362b 03/02/2011 04:08 pm Christos Stathis

Removed unused property

3fa92c51 01/25/2011 09:53 am Natasa Kapravelou

New datastore configuration

0b460d6a 01/19/2011 06:14 pm Natasa Kapravelou

New datastore configuration

15b12297 12/16/2010 12:14 pm Dimitris Routsis

Simplify check-valid-connection-sql query.

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

5cfefd3a 07/27/2010 01:02 pm Panagiotis Astithas

We are not using the version number in the server code, and even if we were, we would not want it to be configurable at runtime.

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.

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.

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.

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.

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.

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.

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.

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.

6fd0673d 02/23/2010 04:22 pm Panagiotis Astithas

Upgrade to JBoss 5.1.0 from 5.0.0.

c917374b 07/02/2009 12:18 pm Panagiotis Astithas

Use a different strategy for login in development environments that does not require me to recompile the web client for production deployment. Now, if the testUsername property is found in gss.properties the server treats the value as an authenticated username....

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

Remove the redundant gss top-level directory.