Statistics
| Branch: | Tag: | Revision:

root / docs / source / devguide.rst @ c4af6d07

History | View | Annotate | Download (65.1 kB)

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

50f43df6 11/01/2011 11:50 am Antony Chazapis

Fix docs.

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

Use 401 error when missing token and 403 when forbidden.

Fixes #1369

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

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

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

Refs #1165

6d897a63 10/04/2011 09:57 am Antony Chazapis

Container-level block upload documentation and integration with tools.

Fixes #1371

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

Allow cross-account object from object update.

Fixes #1379

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

Fix 'Content-Type' header in GET replies.

Fixes #1239

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

Support cross-account copy and move.

Fixes #1241

c9aba6cc 09/28/2011 11:26 am Antony Chazapis

Document syncing algorithm.

Refs #1315

8728b177 09/22/2011 12:24 pm Antony Chazapis

Suggest upload/download methods using hashmaps.

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

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

45c60f99 09/13/2011 10:41 am Antony Chazapis

Document authentication.

Fixes #1065

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.

f5ed44df 09/08/2011 11:37 am Antony Chazapis

No more tags.

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.

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

Use Merkle hash for ETag when updating objects.

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

Fix doc.

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

Conditional object create/update.

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

Fix date reporting before until in account metadata.

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

Include implementation guidelines in doc.

Fixes #763
Fixes #765

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

Clarification for container headers in the docs.

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

Option to show only shared containers/objects in listings.

Refs #765

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

Cross-account operations in backend/API/docs.

Refs #763

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

Clean up authorization in the backend. Fix groups.

81f947fd 07/16/2011 06:42 pm Antony Chazapis

Add API calls to purge container/object history.

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.

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'.

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

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.

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

Bug fix.

7b0688a9 07/05/2011 12:05 pm Sofia Papagiannaki

Update guide with extended behavior

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

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

Refs #449

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;...

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

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

288c1d55 06/20/2011 01:41 pm Antony Chazapis

Add recommended practices/examples in docs.

cb146cf9 06/19/2011 03:52 pm Antony Chazapis

Bug fixes.

  • Empty object update.
  • Parameter version equal to 'list' in requests.
  • Object HEAD response code (should be 200).
  • Remove source version parameter when moving with PUT/MOVE.
  • Mark 'X-Object-Public' as TBD in the docs.
6d817842 06/14/2011 11:00 pm Antony Chazapis

Fix manifest and copy/move prefix parsing.

8cb45c13 06/14/2011 07:26 pm Antony Chazapis

Large object support.

c9af0703 06/10/2011 01:47 pm Antony Chazapis

Document versioning and public objects.

Fixes #593
Fixes #595

d8d07c08 06/01/2011 01:48 pm Antony Chazapis

Add 411 error to POST in doc.

6bc372a4 05/31/2011 02:01 pm Antony Chazapis

Include storage type in container meta/hashmap replies. Minor doc updates.

e9285524 05/29/2011 03:39 pm Antony Chazapis

Document partial object updates and hashmaps.

Refs #563

3f839f59 05/27/2011 06:11 pm Antony Chazapis

Move doc to docs. Fix doc compilation warnings.