Statistics
| Branch: | Tag: | Revision:

root / docs / source @ af7bb62f

# Date Author Comment
af7bb62f 01/24/2012 05:37 pm Antony Chazapis

Use format for uploaded blocks hash lists at the container level.

Refs #1934

6b6b6c1e 01/24/2012 05:23 pm Antony Chazapis

Use format parameter for Conflict (409) replies.

Fixes #1934

53cff70c 01/24/2012 03:53 pm Antony Chazapis

Add ignore_content_type parameter on COPY/MOVE.

Fixes #1860

4cea11c6 01/24/2012 03:16 pm Antony Chazapis

Document sharing headers.

Fixes #1832

0a8bf8fb 01/19/2012 04:28 pm Antony Chazapis

Use /login to redirect or not, depending on the configuration. Document.

Fixes #1778

c290c4e5 01/12/2012 01:38 pm Antony Chazapis

Update admin guide.

ddd45453 01/11/2012 11:06 am Antony Chazapis

Change sync command.

87a0d246 01/11/2012 10:09 am Antony Chazapis

Remove custom doc theme.

5d56107c 01/04/2012 06:59 pm Antony Chazapis

Remove im app.

Refs #1761

dfb28993 12/22/2011 12:09 pm Antony Chazapis

Document ETag changes.

Refs #1792

37bee317 12/19/2011 10:59 pm Antony Chazapis

Add backend object retrieve by UUID. Expose UUID at the frontend. Document.

Refs #1790

5bc1116c 12/16/2011 03:53 pm Antony Chazapis

Document django's behavior when using the internal web server and not supplying a Content-Type header.

Fixes #1734

4e5673a0 12/15/2011 01:51 pm Antony Chazapis

Update dev guide with meta queries.

Fixes #1766

139c022f 12/15/2011 01:35 pm Antony Chazapis

Fix docs for initial im db setup.

8783fca7 12/14/2011 05:04 pm Antony Chazapis

Add apache directive to disable automatic compression.

Refs #1431
Refs #1632
Refs #1764

1e20eb36 12/14/2011 04:21 pm Antony Chazapis

Replace the request's is_secure call with one that checks for the X-Forwarded-Protocol header.

Refs #1765

5a96180b 12/07/2011 05:38 pm Antony Chazapis

Restructure repository to make pithos one package.

Refs #1735

ed4b77a1 12/07/2011 02:15 pm Antony Chazapis

Add gunicorn timeout option in admin guide.

88283e9e 12/02/2011 12:55 pm Antony Chazapis

Use URL-encoding/decoding for all headers.

Refs #1511

690747fe 12/02/2011 10:52 am Antony Chazapis

Format groups/policy/metadata in JSON/XML replies.

Fixes #1719

a46f7175 11/29/2011 01:33 pm Antony Chazapis

Update versioning in docs.

Refs #1167

c4af6d07 11/25/2011 05:01 pm Antony Chazapis

Refresh docs.

Refs #1590

0f8ffac4 11/23/2011 05:21 pm Antony Chazapis

Update instructions.

0c581627 11/23/2011 03:38 pm Sofia Papagiannaki

incorporate south

Refs: #1680

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

4048f62c 11/10/2011 03:51 pm Antony Chazapis

Fix for python-django (1.2.3-3+squeeze2) package.

22062611 11/07/2011 07:07 pm Antony Chazapis

Add apache directive for passing URLs to gunicorn unchanged.

Fixes #1583

c56e1a13 11/07/2011 11:40 am Antony Chazapis

Update admin guide.

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

Fix docs.

cfc94040 10/27/2011 12:46 am Antony Chazapis

Update admin guide for im.

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

Use 401 error when missing token and 403 when forbidden.

Fixes #1369

aa62890f 10/18/2011 03:21 pm Antony Chazapis

Document gunicorn deployment.

Refs #1067
Refs #1069
Refs #1073

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

Add insufficient quota replies in frontend. Document.

Refs #1165

258bb7dd 10/17/2011 04:52 pm Antony Chazapis

Update Shibboleth headers, as reported by NOC.

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

Merge account policy in api. Document.

Refs #1165
Refs #1167

5e7485da 10/13/2011 04:41 pm Antony Chazapis

Merge policy into node. Needs database reset, or the following commands:

alter table policy rename to pre_policy;
create table if not exists policy
( node integer,
key text,
value text,...

8af4c26d 10/12/2011 10:10 pm Antony Chazapis

Bug fixes by NOC.

8ed4d90d 10/12/2011 01:29 am Antony Chazapis

Fix wrong autoincrement column. Make mysql tables use UTF-8

Refs #1458

26f81fe9 10/11/2011 07:07 pm Sofia Papagiannaki

specify mysql engine = innodb while creating tables & allow 0s in AUTO_INCREMENT column (requires new db after restarting mysqld)

Refs #1458

ac930057 10/11/2011 04:57 pm root

Add python module for mysql in admin guide.

fbe91e6c 10/11/2011 04:44 pm Antony Chazapis

Admin guide change.

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

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.

42000275 09/20/2011 10:43 am Antony Chazapis

New doc style.

0112e6e9 09/19/2011 03:18 pm Antony Chazapis

Fix administrator guide with apache directive needed for chunked transfers.

Fixes #1071

27f35ee3 09/14/2011 01:26 pm Antony Chazapis

Update admin guide.

1a24acbf 09/13/2011 06:23 pm Antony Chazapis

Update admin guide.

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

8255d8e5 09/13/2011 09:35 am Antony Chazapis

Fix autodocs with new paths.

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.

904fdebe 09/12/2011 12:34 pm Antony Chazapis

Add info on Shibboleth setup.

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

No more tags.

937dc831 09/06/2011 02:52 pm Antony Chazapis

Integrate AlchemyBackend.

6728c32f 09/06/2011 12:58 pm Antony Chazapis

Add PostgreSQL installation instructions in admin guide.

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.

f4b61e0c 08/09/2011 03:05 pm Antony Chazapis

Update documentation.

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

Shibboleth login function.

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

Use Merkle hash for ETag when updating objects.

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

Update admin guide.

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

Fix admin guide.

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

Update admin guide.

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

Fix docs build for debian squeeze.

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

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.

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

4ddc02a2 07/12/2011 06:15 pm Giorgos Verigakis

Add initial admin guide skeleton

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.