Statistics
| Branch: | Tag: | Revision:

root / pithos @ c9865fe1

# Date Author Comment
c9865fe1 02/16/2012 06:53 pm Antony Chazapis

Blocks always come padded from the backend.

Refs #2038

7baa2773 02/16/2012 04:08 pm Antony Chazapis

Fix list public in SQLAlchemy backend module.

15a96c3e 02/16/2012 02:27 pm Antony Chazapis

Add function to list public paths.

371d907a 02/16/2012 02:54 am Antony Chazapis

Unified query for listing objects with properties.

Refs #1948

f7d5b0cf 02/16/2012 12:38 am Antony Chazapis

Move ETag as checksum to version (SQLAlchemy backend).

Refs #1948

33b4e4a6 02/15/2012 10:55 pm Antony Chazapis

Move ETag as checksum to version.

Refs #1948

84204aa8 02/15/2012 04:47 pm root

Bump version.

2b894199 02/15/2012 03:13 pm Antony Chazapis

Merge branch 'permissions'

Conflicts:
pithos/backends/modular.py

b9a8feec 02/15/2012 02:18 pm root

Close queue connection.

c878682f 02/14/2012 06:12 pm Antony Chazapis

Fix queue message.

f270dad5 02/14/2012 03:17 pm root

Integrate with Astakos toolbar.

813e42e5 02/13/2012 02:10 pm Antony Chazapis

Send size deltas to the queue.

Refs #1688

d83c93c9 02/10/2012 08:43 pm Antony Chazapis

Avoid reverse LIKE statements in SQL.

Refs #1984

cf341da4 02/10/2012 08:27 pm Antony Chazapis

Apply new permissions model to SQLAlchemy backend.

Refs #1984

d57eaad4 02/10/2012 06:35 pm Antony Chazapis

Fix permission-based object listings (shared by me and others).

Refs #1984

6266e83f 02/10/2012 12:52 pm Antony Chazapis

Merge branch 'master' into permissions

aeb2b64f 02/10/2012 12:50 pm Antony Chazapis

Fix tests.

Refs #1984

71dbc012 02/09/2012 05:52 pm Antony Chazapis

Fix some tests.

Refs #1984

66ce2ca5 02/09/2012 03:41 pm Antony Chazapis

Add type to backend version.

c35fa943 02/09/2012 01:35 pm Sofia Papagiannaki

remove trailing slash from PITHOS_URL

92da0e5a 02/09/2012 12:52 pm Antony Chazapis

Store any permission (II).

Refs #1984

e809b989 02/09/2012 12:02 pm Antony Chazapis

Remove error for overlapping permissions. Document.

5e068361 02/09/2012 11:41 am Antony Chazapis

Update permission checks in modular backend.

Refs #1984

43763394 02/09/2012 12:52 am Antony Chazapis

Store any permission.

Refs #1984

18d8fb23 02/08/2012 04:43 pm Antony Chazapis

Change logging configuration mechanism.

Fixes #2016

3cdf3070 02/07/2012 12:20 am Antony Chazapis

Fix chunked transfers in client lib.

a2c97d4c 02/07/2012 12:13 am Antony Chazapis

Move API urls in API app.

8fbfd37b 02/07/2012 12:12 am Antony Chazapis

Use CSRF exceptions for API calls.

Fixes #2002

5a99d573 02/06/2012 08:32 pm Sofia Papagiannaki

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

96738a78 02/06/2012 08:31 pm Sofia Papagiannaki

fix publish test & chunked transfer

Refs: #1957

a7dff008 02/06/2012 08:23 pm Antony Chazapis

Add settings namespace.

Fixes #1959

a06e2ad6 02/06/2012 08:08 pm Sofia Papagiannaki

change forgotten ``get_server`` to ``get_url``

Refs: #1957

43cc6f76 02/06/2012 08:06 pm Sofia Papagiannaki

change pithos.lib.client.Client arguments

Refs: #1957

d2f3af71 02/06/2012 07:32 pm Antony Chazapis

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

05173768 02/06/2012 07:32 pm Antony Chazapis

Remove ui app.

2a0d6ae0 02/06/2012 07:19 pm Sofia Papagiannaki

change pithos-sh arguments & help

Refs: #1957

09fd65c7 02/06/2012 07:12 pm Sofia Papagiannaki

change pithis-sh & client/lib arguments

Refs: #1957

3c4bb1a0 02/03/2012 02:00 pm root

Include a response for HTML form POSTs.

1a239dc1 01/30/2012 07:02 pm Sofia Papagiannaki

ModularBackend change NoQueue method send() to accept any number of arguments

fa9cae7e 01/30/2012 12:46 pm Antony Chazapis

Format billing message.

Refs #1688

94f33595 01/30/2012 12:43 pm Antony Chazapis

Fix typo.

46286f5f 01/28/2012 12:08 pm Antony Chazapis

Initial queue support in the backend.

Refs #1688
Refs #1792

8f815802 01/28/2012 12:06 pm Antony Chazapis

Move queue functions to lib.

Refs #1792

a55bb574 01/27/2012 05:17 pm Antony Chazapis

Make dispatcher use pika.

de5f9c13 01/24/2012 05:40 pm Antony Chazapis

Bump version.

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

80d973e6 01/23/2012 05:00 pm Antony Chazapis

Remove special case for MySQL index.

Refs #1836

a7ba12d7 01/20/2012 08:57 pm Antony Chazapis

Put back newlines in Conflict responses.

08de868d 01/20/2012 08:04 pm Antony Chazapis

Print exception traceback only when it is an "Internal Server Error" and in debug or test mode.

Fixes #1888

4732ed31 01/20/2012 07:10 pm Antony Chazapis

Fix tabs.

a903e505 01/20/2012 05:57 pm Antony Chazapis

Fix login redirect.

2e662088 01/19/2012 07:41 pm Antony Chazapis

Change license year.

Fixes #1889

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

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

Fixes #1778

af75e8a5 01/19/2012 02:52 pm Antony Chazapis

Never delete a path from the public table.

Fixes #1803

7ff57991 01/12/2012 06:12 pm Antony Chazapis

Add size queries in backend object lists.

Refs: #1837

72d08c80 01/12/2012 04:37 pm Antony Chazapis

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

6b2f11b4 01/12/2012 04:36 pm Antony Chazapis

Fix metadata search.

9e9615fe 01/12/2012 04:20 pm Sofia Papagiannaki

create unique index on path for public, xfeautures & path tables

Ref: #1836

228de81b 01/11/2012 12:26 pm Antony Chazapis

Untie backend from settings.

Fixes #1816

bd89e75e 01/05/2012 05:06 pm Sofia Papagiannaki

decode user uniq to utf-8

6e441a16 01/05/2012 03:07 pm Antony Chazapis

Update user middleware.

eae2b0f0 01/04/2012 07:16 pm Antony Chazapis

Fix astakos middleware.

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

Remove im app.

Refs #1761

0a5bd185 01/04/2012 05:16 pm Antony Chazapis

Merge branch 'master' into id

f2a3d5a3 12/29/2011 01:45 pm Antony Chazapis

Remove debug printing.

95e0d8ee 12/29/2011 11:20 am Sofia Papagiannaki

Test UUIDs

Refs: #1810

91b606d1 12/28/2011 12:48 pm Sofia Papagiannaki

add license

66feb1be 12/27/2011 05:41 pm Antony Chazapis

Bump version.

1730b3bf 12/23/2011 06:32 pm Antony Chazapis

Fix UUIDs on move operations.

Refs #1790

12fb8c2d 12/23/2011 04:41 pm Antony Chazapis

Merge branch 'meta-filtering'

Conflicts:
pithos/backends/lib/sqlalchemy/node.py
pithos/backends/lib/sqlite/node.py

8877529a 12/23/2011 04:06 pm Antony Chazapis

Fix SQLAlchemy backend metadata filtering.

Refs #1789

a847494c 12/23/2011 12:03 pm Antony Chazapis

Attempt to use SQL for metadata filtering in SQLAlchemy backend (II).

Refs #1789

9d41b050 12/23/2011 11:58 am Antony Chazapis

Attempt to use SQL for metadata filtering in SQLAlchemy backend.

Refs #1789

c7c0790f 12/23/2011 10:37 am Antony Chazapis

Pass meta filtering test in SQLite module with pure SQL.

Refs #1789
w

35c82779 12/22/2011 08:08 pm Sofia Papagiannaki

provide authentication service & change pithos to contact it to authenticate users

Refs: #1689

d32cb004 12/22/2011 04:32 pm Sofia Papagiannaki

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

91817b22 12/22/2011 12:40 pm Antony Chazapis

Fix manifest object.

8a2020a9 12/22/2011 12:00 pm Sofia Papagiannaki

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

f1716de7 12/22/2011 11:58 am Sofia Papagiannaki

client lib: quote parameters in chunked requests

cddcf432 12/22/2011 11:50 am Antony Chazapis

The ETag header/hash property always includes the MD5.

Refs #1792

eb0d4c82 12/21/2011 06:30 pm Sofia Papagiannaki

sqlite backend module: fix metadata queries

Refs: #1789

e3b4206e 12/21/2011 06:25 pm Antony Chazapis

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

2e450abb 12/21/2011 06:23 pm Antony Chazapis

The dispatcher is a python executable which monitors a RabbitMQ queue and calls a registered function for each incoming message.

Refs #1792

f897bea9 12/21/2011 04:16 pm Sofia Papagiannaki

sqlalchemy backend: fix metadata queries

Refs:#1789

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

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

Refs #1790

25ae8b75 12/19/2011 05:50 pm Antony Chazapis

Unique object identifiers in the backend.

Refs #1790

06777d79 12/16/2011 06:51 pm Sofia Papagiannaki

signup & register views

Ref #1689

0556da0a 12/16/2011 04:20 pm Antony Chazapis

Merge branch 'meta-domains'

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

059857e2 12/16/2011 02:47 pm Antony Chazapis

Update SQLAlchemy backend with metadata domains.

Refs #1782

759a5e02 12/16/2011 02:45 pm Antony Chazapis

Import pysqlite2 when available instead of sqlite3 in backend.

c30d3c28 12/16/2011 12:59 pm Antony Chazapis

Merge branch 'master' into meta-domains

Conflicts:
pithos/backends/lib/sqlite/node.py
pithos/backends/modular.py

3d13f97a 12/16/2011 01:30 am Sofia Papagiannaki

Fix SQL for metadata queries in SQLalchemy module.
Fix regular expression & capitalization issues

Refs #1766

4819d34f 12/15/2011 11:23 pm Antony Chazapis

Apply metadata domain to the backend.

Refs #1782

808cea65 12/15/2011 05:38 pm Antony Chazapis

Update frontend with the metadata domain parameter.

Refs #1782

cb69c154 12/15/2011 05:03 pm Antony Chazapis

Add domain parameter to all backend functions handling metadata.

Refs #1782

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

Update dev guide with meta queries.

Fixes #1766

1713c946 12/15/2011 01:32 pm Antony Chazapis

Accept meta queries at the frontend as well.

Refs #1766