Statistics
| Branch: | Tag: | Revision:

root / pithos @ 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

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

e815c918 12/14/2011 06:44 pm Antony Chazapis

Fix SQL for metadata queries in SQLite module.

Refs #1766

95d47e1a 12/14/2011 06:41 pm Antony Chazapis

Support complex metadata queries in the backend - SQLite only and untested.

Refs #1766

c6908a93 12/14/2011 04:25 pm root

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

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

7759260d 12/14/2011 02:04 pm Antony Chazapis

Escape catch-all characters in LIKE queries.

Refs #1768

2bdc9dc4 12/12/2011 05:32 pm Antony Chazapis

More SQL for calculating statistics.

Refs #1733

de793207 12/12/2011 11:24 am Antony Chazapis

Initial SQL to calculate statistics.

Refs #1733

f81e20b0 12/09/2011 01:23 pm Giorgos Verigakis

Allow db_module and block_module to be None

And use sqlalchemy and hash filer as default
options.

702bfe60 12/08/2011 07:07 pm Antony Chazapis

Reply with the hashmap's hash as the ETag if no ETag present.

46499544 12/08/2011 11:43 am Antony Chazapis

Add license to util functions in lib.

7301127c 12/08/2011 11:37 am Antony Chazapis

Use hashmap lib in api.

956e3c9f 12/07/2011 06:14 pm Antony Chazapis

Fix node path escaping for SQLite.

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

Restructure repository to make pithos one package.

Refs #1735

af6d3b5d 12/06/2011 09:28 pm Antony Chazapis

Fix and/or syntax.

a083b9a4 12/06/2011 11:33 am Sofia Papagiannaki

change invitations mechanism

Ref #1689

6b20cfbc 12/05/2011 06:38 pm Antony Chazapis

Escape special characters for LIKE in node lookup.

e8d003e8 12/05/2011 06:07 pm Antony Chazapis

Fix unicode metadata in public objects.

5161c672 12/02/2011 03:37 pm Antony Chazapis

Remove deleted version's map.

Refs #1167

cb446fb8 12/02/2011 03:07 pm Antony Chazapis

Truncate downloaded object to correct size when done.

fb064032 12/02/2011 01:24 pm Antony Chazapis

Fix import bug.

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

5cc484e1 11/29/2011 01:30 pm Antony Chazapis

Create a single point to apply versioning policy.

Refs #1167

371403f5 11/29/2011 12:41 pm Antony Chazapis

Fix move to self bug.

Fixes #1718

ce2f73d7 11/29/2011 11:10 am Antony Chazapis

Exclude some characters from URL-encoding.

9fefc052 11/29/2011 12:01 am Antony Chazapis

Restrict header count and size. URL-encode/decode specific headers that may contain unicode characters.

Refs #1511

c7ea8453 11/28/2011 07:28 pm Antony Chazapis

Case change.

Refs #1687

672c9f5a 11/28/2011 12:31 pm Sofia Papagiannaki

sqlite case sensitive Unicode like

Refs: #1687

9086b081 11/28/2011 11:27 am Antony Chazapis

Load settings.local only if present.

c19fc464 11/28/2011 11:23 am Antony Chazapis

Add import for umask.

01a4b23f 11/25/2011 05:16 pm Antony Chazapis

Merge branch 'settings'

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

Refresh docs.

Refs #1590

fe243425 11/25/2011 04:39 pm Antony Chazapis

Update default settings.

Refs #1590

618d7e05 11/25/2011 01:34 pm Sofia Papagiannaki

fix erroneous commit

4bc72e74 11/25/2011 01:07 pm Sofia Papagiannaki

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

a7bdef13 11/25/2011 01:07 pm Sofia Papagiannaki

redirect to profile page from prepare_response instead of shibboleth target

Refs: #1584

4c9a6537 11/25/2011 12:00 pm Antony Chazapis

Also urldecode header values if applicable.

390c7730 11/24/2011 06:11 pm Giorgos Verigakis

Split settings into multiple files

Follow the format of synnefo.

Refs #1590

0778f7e1 11/24/2011 04:57 pm Sofia Papagiannaki

redirect to profile page from prepare_response instead of each target

Refs: #1584

184f4cd5 11/24/2011 02:18 pm Sofia Papagiannaki

redirect to profile page from twitter

Refs: #1584

b4c241e6 11/24/2011 02:04 pm Sofia Papagiannaki

Profile page after login

- enable/disable by setting FORCE_PROFILE_UPDATE
- db migration add_field_user_is_verified
- change template inheritance

Refs: #1584

ebb54b0b 11/24/2011 12:01 pm Antony Chazapis

Merge public app into api.

Fixes $1678

bb4eafc6 11/24/2011 11:36 am Antony Chazapis

Use short public URLs.

Refs #1686

22d7b01e 11/24/2011 09:17 am Antony Chazapis

Avoid empty object name in COPY/MOVE destination.

Fixes #1683

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

incorporate south

Refs: #1680