Statistics
| Branch: | Tag: | Revision:

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

Name Size Revision Age Author Comment
  admin
  configuration
  domain
  ejb
  rest
  webdav
BaseServlet.java 2.8 kB 672:163de098320c almost 14 years Panagiotis Astithas Started work on gss2. The next version of the s...
CacheFilter.java 2.6 kB 623:66f69a7348ed almost 14 years Panagiotis Astithas - Add an administration application. - Remove t...
CouponHandler.java 4.8 kB 590:c45e8a275e78 about 14 years Panagiotis Astithas - Initial implementation of quota coupon workfl...
CouponVerifier.java 4 kB 603:8145d3b6d259 about 14 years Panagiotis Astithas Avoid a race that caused duplicate coupon class...
Invitations.java 2.7 kB 590:c45e8a275e78 about 14 years Panagiotis Astithas - Initial implementation of quota coupon workfl...
Login.java 12 kB 637:0da2d8e77484 almost 14 years Panagiotis Astithas Forbid logins from disabled users.
NonceIssuer.java 3.1 kB 590:c45e8a275e78 about 14 years Panagiotis Astithas - Initial implementation of quota coupon workfl...
Policy.java 2.9 kB 590:c45e8a275e78 about 14 years Panagiotis Astithas - Initial implementation of quota coupon workfl...
Registration.java 8.4 kB 590:c45e8a275e78 about 14 years Panagiotis Astithas - Initial implementation of quota coupon workfl...
TokenRetriever.java 3.8 kB 590:c45e8a275e78 about 14 years Panagiotis Astithas - Initial implementation of quota coupon workfl...

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.

662:92bbe56f691b 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.

660:c2557262ed06 08/18/2010 03:46 pm Panagiotis Astithas

Fix updates for folders named '%'.

658:005338797ede 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

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.

644:f66d459bdff8 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.

642:0b88bb12508f 07/15/2010 06:20 pm Natasa Kapravelou

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

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.

640:d5ee143151cc 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

View revisions

Also available in: Atom