Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / server / ejb @ 672:163de098320c

Name Size Revision Age Author Comment
  indexer
AdminAPI.java 2.8 kB 623:66f69a7348ed almost 14 years Panagiotis Astithas - Add an administration application. - Remove t...
AdminAPIBean.java 16.1 kB 623:66f69a7348ed almost 14 years Panagiotis Astithas - Add an administration application. - Remove t...
ExternalAPI.java 50.6 kB 672:163de098320c almost 14 years Panagiotis Astithas Started work on gss2. The next version of the s...
ExternalAPIBean.java 99.2 kB 672:163de098320c almost 14 years Panagiotis Astithas Started work on gss2. The next version of the s...
GSSDAO.java 14.1 kB 623:66f69a7348ed almost 14 years Panagiotis Astithas - Add an administration application. - Remove t...
GSSDAOBean.java 25.2 kB 672:163de098320c almost 14 years Panagiotis Astithas Started work on gss2. The next version of the s...
TransactionHelper.java 3.5 kB 477:0973161bec5c over 14 years Dimitris Routsis Throw any exceptions thrown unwrapped. This way...

Latest revisions

# Date Author Comment
672:163de098320c 09/02/2010 06:20 pm Panagiotis Astithas

Started work on gss2. The next version of the service will be a servlet, not JavaEE application and will use MongoDB instead of PostgreSQL for persistence.

648:8d4fb4c55038 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...

647:028cccf7767f 07/16/2010 07:25 pm Panagiotis Astithas

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

641:7a89193e9090 07/26/2010 04:12 pm Panagiotis Astithas

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

628:703cc244250d 07/09/2010 02:52 pm Natasa Kapravelou

Merge with 66f69a7348ed1a0de9113a64025721fcc6e68b84

627:e3a82491379d 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

626:7fc12576aafb 07/07/2010 06:49 pm Natasa Kapravelou

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

623:66f69a7348ed 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.

603:8145d3b6d259 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.

595:2276fd8c13d5 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.

View revisions

Also available in: Atom