Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / server @ b8e09949

Latest revisions

# Date Author Comment
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.

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.

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

Fix updates for folders named '%'.

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

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

View revisions

Also available in: Atom