Statistics
| Branch: | Tag: | Revision:

root / pithos / api @ 0c581627

# Date Author Comment
817890f2 11/23/2011 12:08 pm Antony Chazapis

Upload files from HTML forms directly to the backend.

Fixes #1676

4a1c29ea 11/21/2011 11:07 am Antony Chazapis

Always include the Merkle hash in object meta (as returned from the backend). Clean up 'hash' references in frontend.

Needs database update.

Fixes #1451

8c793655 11/15/2011 09:26 am Antony Chazapis

Move MySQL warnings suppression to backend.

07813fd6 11/14/2011 11:36 am Sofia Papagiannaki

suppress mysql index length warnings raising exception

d14fe290 11/09/2011 11:15 am Antony Chazapis

Add backend close method.

61efb530 10/27/2011 09:20 am Antony Chazapis

Make request.user point to the user object.

a70c5269 10/24/2011 01:21 pm Antony Chazapis

Fix top level authentication.

297513ba 10/21/2011 04:16 pm Antony Chazapis

Use 401 error when missing token and 403 when forbidden.

Fixes #1369

032dc768 10/18/2011 01:22 pm Antony Chazapis

Handle chunked from gunicorn properly.

5df6c6d1 10/17/2011 05:30 pm Antony Chazapis

Add insufficient quota replies in frontend. Document.

Refs #1165

647a5f48 10/13/2011 07:42 pm Antony Chazapis

Merge account policy in api. Document.

Refs #1165
Refs #1167

6068d672 10/11/2011 04:15 pm Antony Chazapis

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

6d0f82fe 10/11/2011 04:15 pm Antony Chazapis

Report remaining bytes. Enforce account quota when setting container limits.

Refs #1165

c48acbfd 10/11/2011 03:25 pm Sofia Papagiannaki

perform case sensitive varchar ordering, handle correctly utf8 columns and decimals

Refs #1458

40d6b76d 10/06/2011 07:59 pm Antony Chazapis

Fix group parsing.

bd08f5c0 09/30/2011 01:49 pm Antony Chazapis

Fix 'Content-Type' parsing in container POST request.

Refs #1371

2cd94d81 09/30/2011 12:44 pm Antony Chazapis

Allow cross-account object from object update.

Fixes #1379

5144b772 09/30/2011 11:39 am Antony Chazapis

Container-level block upload.

Refs #1371

14983b5d 09/29/2011 12:10 pm Antony Chazapis

Fix 403 error name.

28486f26 09/29/2011 11:04 am Antony Chazapis

Fix 'Content-Type' header in GET replies.

Fixes #1239

a33dfe54 09/29/2011 09:54 am Antony Chazapis

Fix conflict response when copying/moving.

79bb41b7 09/28/2011 03:19 pm Antony Chazapis

Support cross-account copy and move.

Fixes #1241

02cb005e 09/28/2011 12:43 pm Antony Chazapis

Allow spaces in XML replies.

Fixes #1283

499163b4 09/28/2011 12:08 pm Antony Chazapis

Include susecond precision in RFC8601 times returned in extended listings.

e11087c2 09/23/2011 01:02 pm Antony Chazapis

Add timezone indicator in ISO8601 formatted dates.

Fixes #1231

07fea84b 09/19/2011 03:29 pm Antony Chazapis

Remove upload size limit.

7b25e082 09/16/2011 06:25 pm Antony Chazapis

Close backend connection. Fix empty read.

39593b2b 09/16/2011 05:25 pm Giorgos Verigakis

Use one backend instance per HTTP request

f9f15f92 09/13/2011 02:15 pm Antony Chazapis

Use 'hashmap' parameter in object GET/PUT to use hashmaps.

067cf1fc 09/13/2011 09:30 am Antony Chazapis

Report allowed actions in cross-user object requests, with the 'X-Object-Allowed-To' header.

c5d308c6 09/12/2011 01:08 pm Antony Chazapis

Container PUT can also be used for updating metadata/policy.

0d4ea090 09/09/2011 12:09 pm Antony Chazapis

Fix computing hashmap hash.

36d368f7 09/08/2011 05:23 pm Antony Chazapis

Make default authentication return the password as the key.

4fac108a 09/08/2011 02:29 pm Antony Chazapis

Simplify hashmap_hash.

f899c7b4 09/07/2011 04:37 pm Antony Chazapis

Fix PUT object via hashmap.

21a8a6ff 09/05/2011 04:29 pm Antony Chazapis

If the same user is both in read and write permissions, keep only the entry in write.

77edd23d 09/05/2011 03:54 pm Antony Chazapis

Avoid unnecessary metadata updates.

96ee45a3 09/05/2011 02:40 pm Antony Chazapis

Change conflict (409) replies format to text.

7dd293a0 09/05/2011 01:54 pm Antony Chazapis

Return new version identifier in frontend. Document.

0a7f1671 08/10/2011 04:37 pm Antony Chazapis

Accept '~' in X-Object-Sharing.

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

Fix TestGreek.

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

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

additional tests for updating object using x-source-object

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.

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

fix utf8 handling

additional tests written

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

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

Add account list xml template.

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

Conditional object create/update.

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

Fix metadata keys in extended replies.

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

Fix web server compatibility.

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

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

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

Fix X-Container-Object-Meta.

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.

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

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

extend api tests + bug fixing client lib

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

Cross-account operations in backend/API/docs.

Refs #763

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

25c3841c 07/18/2011 01:38 pm Sofia Papagiannaki

client lib separated in two major classes (oos and pithos)

api tests:
- modifications to work with the refined client lib
command line client:
- modifications to work with the refined client lib
- purge support
- minor other changes

b0a2d1a6 07/17/2011 07:06 pm Antony Chazapis

Clean up authorization in the backend. Fix groups.

bbd20b55 07/16/2011 06:42 pm Antony Chazapis

Add API calls to purge container/object history (2).

c283bf96 07/14/2011 01:58 pm Sofia Papagiannaki

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

2938333b 07/14/2011 01:28 pm Antony Chazapis

Ignore the Accept header.

15d465b8 07/14/2011 01:10 pm Antony Chazapis

Fix If-Range.

845e24cd 07/14/2011 01:10 pm Antony Chazapis

Allow authentication token to be set anywhere.

ef43dff1 07/14/2011 12:55 pm Sofia Papagiannaki

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

Conflicts:
pithos/api/tests.py

1d5c57d3 07/14/2011 01:22 am Antony Chazapis

Object create via POST, when Content-Type is 'multipart/form-data'.

23028d31 07/13/2011 07:48 pm Sofia Papagiannaki

change current api tests to use client lib to interact with the server instead of using django testing environment

Refs #761

32a437b1 07/13/2011 06:47 pm Sofia Papagiannaki

extend api object write to accept xml formatted requests containing hashmap information instead of actual data

socket_read_iterator raises BadRequest if maximum size is reached

b980169d 07/12/2011 08:33 pm Antony Chazapis

Fix Content-Length.

a0177bc5 07/12/2011 06:10 pm Giorgos Verigakis

Return a correct x-storage-url

Use the value of X-Auth-User instead of 'demo'

1495b972 07/12/2011 12:55 pm Antony Chazapis

Object truncate.

ab2e317e 07/11/2011 05:22 pm Antony Chazapis

Option to update an object using another object's data.

7278d371 07/06/2011 11:25 am Antony Chazapis

Do not use the 'Accept' header on PUT to get 'format'.

038f1ae9 07/05/2011 08:46 pm Antony Chazapis

Bug fix.

1c7fc132 07/05/2011 12:48 am Antony Chazapis

Bug fix.

307915f1 07/04/2011 04:22 pm Antony Chazapis

Fix bug/tests.

1993fea9 07/04/2011 03:47 pm Antony Chazapis

Return the conflicting path in the reply, when refusing to change permissions because of a conflict.

Refs #449

e0f916bb 07/04/2011 03:01 pm Antony Chazapis

New public objects implementation.

Fixes #595

2430ba48 07/04/2011 01:09 pm Antony Chazapis

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

3ab38c43 07/04/2011 01:09 pm Antony Chazapis
  • Account groups.
  • Container policies (not enforced for now).
  • Document sharing/permissions.

Refs #449

79a6b6ee 07/01/2011 07:20 pm Sofia Papagiannaki

Fixes data and content-type headers in no content POST requests for objects

6d1e6dce 07/01/2011 05:31 pm Sofia Papagiannaki

If-Range header implementation in object GET

486b2dc2 07/01/2011 03:46 pm Giorgos Verigakis

Return the correct token in authenticate

850b6f88 06/24/2011 07:20 pm Sofia Papagiannaki

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

ce2eba7e 06/24/2011 07:06 pm Sofia Papagiannaki

correct spelling

76985443 06/24/2011 07:02 pm Sofia Papagiannaki

extend api to create an object by uploading the hashmap instead of actual data

- enable format parameter in PUT requests on objects
- when format is json the api instead of actual data expects a json formatted dictionary (similar to one returned by extended GET responses) containing information about the block identities...

02c0c3fa 06/24/2011 04:39 pm Antony Chazapis

Add account groups, merge into sharing. Fix tests.

Refs #449

aa4fac11 06/23/2011 05:50 pm Giorgos Verigakis

Add a dummy authentication middleware

The username - token mapping is stored statically in settings.py

You will need to update your settings.py after this commit.

104626e3 06/23/2011 05:24 pm Antony Chazapis

Update versioning.

- Allow non-integer version identifiers.
- Use 'X-Object-Modified-By' to trace the user that created a version.
- Fix 'X-Object-Version-Timestamp' header formatting.

Rebuild the database, or:
sqlite> alter table versions add column user text;...

cca6c617 06/23/2011 03:47 pm Antony Chazapis

Updated permissions support.

  • Allow deleting/clearing permissions.
  • Report inheritance via 'X-Object-Shared-By' header.
  • Enforce permissions.

Refs #449

a6eb13e9 06/22/2011 08:36 pm Antony Chazapis

Document 'update' parameter. Add to account/container POST.

ac62f6da 06/22/2011 06:33 pm Antony Chazapis

Fix POST to delete metadata when none is supplied. Add 'update' parameter to update certain meta values only.

e8886082 06/22/2011 04:38 pm Antony Chazapis

Fix version list and copy from version when the object is deleted.
Remove 'public' from permissions.