Statistics
| Branch: | Tag: | Revision:

root @ 6e522e4f

# Date Author Comment
6e522e4f 08/09/2011 07:45 pm Christos Stathis

Finished file permissions. Started folder permissions (displayed but not updated yet)

72c3ba3f 08/08/2011 07:11 pm Antony Chazapis

Fix TestGreek.

2b9cf2b3 08/08/2011 06:01 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

676edf89 08/08/2011 05:59 pm Antony Chazapis

Modular backend progress V.

9278ca09 08/08/2011 05:24 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

62a0eb7e 08/08/2011 11:16 am Antony Chazapis

Rename parameter.

b1f4e2bc 08/08/2011 11:11 am Antony Chazapis

Fix 'next' handling.

51c0cb6e 08/08/2011 03:04 am Antony Chazapis

Bug fix.

7e318fc8 08/08/2011 02:38 am Antony Chazapis

Shibboleth login function.

62f915a1 08/06/2011 01:55 am Antony Chazapis

Modular backend progress IV.

9fce5629 08/05/2011 06:21 pm Christos Stathis

Initial support of permissions and dummy UI

10283860 08/04/2011 06:19 pm Sofia Papagiannaki

add user with greek username

d7d60147 08/04/2011 06:06 pm Antony Chazapis

New authentication middleware.
Uses users stored in a django model.

Update settings.py and then run:
python manage.py syncdb
python manage.py loaddata aai/fixtures/auth_test_data.json

c1cdc455 08/04/2011 11:26 am Antony Chazapis

Modular backend progress III.

066cfd4d 08/03/2011 06:30 pm Christos Stathis

Fixed file properties to show correctly the public url

e9c9f408 08/03/2011 03:14 pm Christos Stathis

Removed all static references to the Pithos class

c915d3bf 08/03/2011 01:42 pm Antony Chazapis

Modular backend progress II.

6307e340 08/02/2011 07:43 pm Antony Chazapis

Merge branch 'master' of https://code.grnet.gr/git/pithos

44ad5860 08/02/2011 07:43 pm Antony Chazapis

Modular backend progress.

3078108a 08/02/2011 06:53 pm Sofia Papagiannaki

additional tests for updating object using x-source-object

2a1f76db 08/01/2011 05:45 pm Sofia Papagiannaki

bug fix in update from other object test

18af2c98 08/01/2011 05:40 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

86186593 08/01/2011 05:39 pm Sofia Papagiannaki

additional read/write access tests

64a831da 08/01/2011 05:20 pm Antony Chazapis

Merge branch 'master' of https://code.grnet.gr/git/pithos

1f2d1b42 08/01/2011 05:19 pm Antony Chazapis

First commit of Node module (backend module doing path management, versions, metadata).

a5149fd0 08/01/2011 05:14 pm Sofia Papagiannaki

fixing utf8 handling (manifestation), client lib support for updating from other object

952f4da1 08/01/2011 01:16 pm Sofia Papagiannaki

move lib and api tests under tools

95e92490 08/01/2011 01:02 pm Sofia Papagiannaki

utf8 fixing

additional tests
change client lib requests to accept other account instead of the user's account / support for sharing objects

1627c8ff 07/29/2011 06:11 pm Antony Chazapis

Use Merkle hash for ETag when updating objects.

3d9e4bf8 07/29/2011 02:48 pm Antony Chazapis

Move hashfiler to backends folder.

e46798b5 07/29/2011 01:23 pm Antony Chazapis

Update admin guide.

aff3dd56 07/28/2011 07:06 pm Antony Chazapis

Merge branch 'master' of https://code.grnet.gr/git/pithos

7a0063ef 07/28/2011 07:05 pm Antony Chazapis

Fix admin guide.

e7b51248 07/28/2011 06:25 pm Sofia Papagiannaki

fix utf8 handling

additional tests written

d6c6f6c7 07/28/2011 06:16 pm Giorgos Verigakis

Store blocks hierarchically

Use a 3 dir deep hierarchy for storing blocks instead of the current flat one.

7ac85638 07/28/2011 06:03 pm Antony Chazapis

Merge branch 'master' of https://code.grnet.gr/git/pithos

75453cf2 07/28/2011 06:03 pm Antony Chazapis

Update admin guide.

6294c967 07/28/2011 05:54 pm root

Merge branch 'master' of https://code.grnet.gr/git/pithos

9a6ec668 07/28/2011 05:53 pm Antony Chazapis

Add wsgi config for apache.

3b87910d 07/28/2011 05:20 pm Antony Chazapis

Fix docs build for debian squeeze.

0f9d752c 07/28/2011 03:23 pm Antony Chazapis

Modular backend alpha release.

6f4bce7b 07/28/2011 01:07 pm Antony Chazapis

More modular backend.

b230052d 07/28/2011 11:28 am Antony Chazapis

Do not load modular backend.

a9b3f29d 07/27/2011 04:26 pm Antony Chazapis

Start of modular backend (not working yet).

bd590bc1 07/26/2011 12:07 pm Antony Chazapis

Fix doc.

83b4c5fa 07/25/2011 09:28 pm Antony Chazapis

Fix public.

c032f34d 07/25/2011 07:05 pm Antony Chazapis

Fix reading when apache does the dechunking.

ae75584f 07/25/2011 06:28 pm Sofia Papagiannaki

bug fix chunked transfer

extended test with files containing greek & slashes

4f29d033 07/25/2011 10:16 am Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

d2fe6aff 07/25/2011 12:46 am Antony Chazapis

Add account list xml template.

12190a0c 07/22/2011 07:18 pm Christos Stathis

First implementation of public permission setting

386b277c 07/22/2011 07:12 pm Christos Stathis

Merge branch 'master' of https://code.grnet.gr/git/pithos

3f6ab892 07/22/2011 04:03 pm Antony Chazapis

Bump version.

a8326bef 07/22/2011 04:03 pm Antony Chazapis

Conditional object create/update.

2996f218 07/22/2011 02:13 pm Christos Stathis

Create container pithos if no containers exist

09c0571a 07/22/2011 02:13 pm Christos Stathis

Whitespace

538500df 07/22/2011 12:48 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

804e8fe7 07/22/2011 10:36 am Antony Chazapis

Fix metadata keys in extended replies.

502687d0 07/21/2011 08:11 pm Antony Chazapis

Fix in default settings.

761afe88 07/21/2011 07:43 pm Antony Chazapis

Merge branch 'master' of https://code.grnet.gr/git/pithos

fc1b2a75 07/21/2011 07:41 pm Antony Chazapis

Fix web server compatibility.

c8ad9f97 07/21/2011 06:25 pm Christos Stathis

Merge branch 'master' of https://code.grnet.gr/git/pithos

a39e5b47 07/21/2011 06:24 pm Christos Stathis

Implemented tag assignment to files

ed7e972f 07/21/2011 05:22 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

050ec33b 07/21/2011 05:19 pm Sofia Papagiannaki

command line client: bug fix manifestation

833baad6 07/21/2011 04:58 pm Antony Chazapis

Fix manifests.

3c0e8d4c 07/21/2011 04:31 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

f0964245 07/21/2011 04:30 pm Sofia Papagiannaki

bug fix update object

fae78202 07/21/2011 03:13 pm Antony Chazapis

Merge branch 'master' of https://code.grnet.gr/git/pithos

843d36d1 07/21/2011 03:13 pm Antony Chazapis

Fix date reporting before until in account metadata.

aeb74f3d 07/21/2011 02:44 pm Giorgos Verigakis

Merge branch 'master' of https://code.grnet.gr/git/pithos

71c0f614 07/21/2011 02:44 pm Giorgos Verigakis

Update storefs to use new features of client lib

66f6dfc2 07/21/2011 02:01 pm Antony Chazapis

Include implementation guidelines in doc.

Fixes #763
Fixes #765

f7667baf 07/21/2011 12:26 pm Antony Chazapis

Avoid using os.path.join to concat path strings.

4211443b 07/21/2011 10:49 am Sofia Papagiannaki

bug fix put object

7912c32e 07/20/2011 08:18 pm Antony Chazapis

Fix X-Container-Object-Meta.

513a2b8f 07/20/2011 07:16 pm Christos Stathis

Merge branch 'master' of https://code.grnet.gr/git/pithos

3da18014 07/20/2011 07:16 pm Christos Stathis

Finished tag tree display (without optimizations)

7812e1f9 07/20/2011 06:36 pm Sofia Papagiannaki

extended tests and minor other changes

d065f612 07/20/2011 11:01 am Antony Chazapis

Always return 'Last-Modified' header at the account level.

b4529114 07/19/2011 11:43 pm Antony Chazapis

Merge branch 'master' of https://code.grnet.gr/git/pithos

ca461a84 07/19/2011 11:43 pm Antony Chazapis

Clarification for container headers in the docs.

70fe35a9 07/19/2011 07:28 pm Christos Stathis

Merge branch 'master' of https://code.grnet.gr/git/pithos

ba0078a6 07/19/2011 07:27 pm Christos Stathis

Initialization code for tag views

d4f2f97b 07/19/2011 07:10 pm Antony Chazapis

Merge branch 'master' of https://code.grnet.gr/git/pithos

98988c81 07/19/2011 07:10 pm Antony Chazapis

Fix url parsing.

b18ef3ad 07/19/2011 07:07 pm Antony Chazapis

Option to show only shared containers/objects in listings.

Refs #765

7912c553 07/19/2011 07:06 pm Sofia Papagiannaki

bug fixing client lib

cd6ada1d 07/19/2011 06:22 pm Sofia Papagiannaki

extend api tests + bug fixing client lib

9cbaf813 07/19/2011 05:04 pm Antony Chazapis

Merge branch 'master' of https://code.grnet.gr/git/pithos

f6c97079 07/19/2011 05:03 pm Antony Chazapis

Cross-account operations in backend/API/docs.

Refs #763

f55cf326 07/19/2011 04:54 pm Christos Stathis

Renamed various GSS references to Pithos

860e552b 07/19/2011 03:14 pm Christos Stathis

Initial bare view of a separate tag tree

b9ca81a0 07/19/2011 01:56 pm Sofia Papagiannaki

new methods for reseting metadata

fix content-type

f4377d70 07/19/2011 12:56 pm Christos Stathis

Merge branch 'master' of https://code.grnet.gr/git/pithos

f0eacc2c 07/19/2011 12:06 pm Sofia Papagiannaki

extend client lib to support extended xml mode

-listing methods get specific format parameter instead of the detail paramster
-bug fixes

30b46c1d 07/19/2011 11:36 am Antony Chazapis

Backend transaction handling.

ec988bd5 07/18/2011 06:00 pm Giorgos Verigakis

Add token for mvasilak

c2b71ac3 07/18/2011 02:27 pm Christos Stathis

Temporarily disabled contect menus for trash folder

5eef5c8a 07/18/2011 02:16 pm Christos Stathis

Temporarily show just an empty trash folder