Activity

From 06/02/2011 to 07/01/2011

07/01/2011

07:20 pm Revision 79a6b6ee: Fixes data and content-type headers in no content POST requests for objects
Sofia Papagiannaki
07:17 pm Revision 4013a851: Send no Content-type if no data exist
Fixes Missing Content-Range header Error while updating object metadata
Fixes #567
Sofia Papagiannaki
05:32 pm Revision b44d602e: If-Range header support in object GET
Refs #567 Sofia Papagiannaki
05:31 pm Revision 6d1e6dce: If-Range header implementation in object GET
Sofia Papagiannaki
04:48 pm Revision d1589d7c: Bugfixes
Always use a user in order to work with the new authentication scheme. Giorgos Verigakis
03:46 pm Revision 486b2dc2: Return the correct token in authenticate
Giorgos Verigakis

06/30/2011

06:57 pm Revision 0bc032bf: Got file info from headers
Christos Stathis

06/28/2011

06:25 pm Revision fbff60ff: Started implementation of file list widget
Christos Stathis

06/27/2011

05:41 pm Revision f89e3cf4: extend command line client and client lib to preform requests for publishing/u...
Refs #567 Sofia Papagiannaki

06/24/2011

07:20 pm Revision 850b6f88: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
07:19 pm Revision bcb7c5a8: Several client and client library minor changes
library:
- supply authorization token
- several method signature changes for better client support (separate metadata...
Sofia Papagiannaki
07:06 pm Revision ce2eba7e: correct spelling
Sofia Papagiannaki
07:02 pm Revision 76985443: 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 j...
Sofia Papagiannaki
04:39 pm Revision 02c0c3fa: Add account groups, merge into sharing. Fix tests.
Refs #449 Antony Chazapis

06/23/2011

06:12 pm Revision acaf50c0: Merge branch 'master' of https://code.grnet.gr/git/pithos
Christos Stathis
06:12 pm Revision d301b73f: Removed d'n'd support for now
Christos Stathis
05:50 pm Revision aa4fac11: 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...
Giorgos Verigakis
05:33 pm Revision 1ac430a1: Fixed bug when displaying folder tree after the second level. Now the tree wor...
Christos Stathis
05:24 pm Revision 104626e3: Update versioning.
- Allow non-integer version identifiers.
- Use 'X-Object-Modified-By' to trace the user that created a version.
- Fix...
Antony Chazapis
03:47 pm Revision cca6c617: Updated permissions support.
* Allow deleting/clearing permissions.
* Report inheritance via 'X-Object-Shared-By' header.
* Enforce permissions.
...
Antony Chazapis

06/22/2011

08:36 pm Revision a6eb13e9: Document 'update' parameter. Add to account/container POST.
Antony Chazapis
06:45 pm Revision 51f905a2: New FUSE based client
Giorgos Verigakis
06:34 pm Revision b00990da: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
06:33 pm Revision ac62f6da: Fix POST to delete metadata when none is supplied. Add 'update' parameter to u...
Antony Chazapis
06:32 pm Revision 10998c60: client bug fixing in print usage
Fixes #567 Sofia Papagiannaki
06:08 pm Revision 611001c2: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
06:08 pm Revision a2defd86: - display command usage instead of client usage
- include trashed objects in listing using meta filtering
Refs #576
Sofia Papagiannaki
05:59 pm Revision 88e17e67: Merge branch 'master' of https://code.grnet.gr/git/pithos
Christos Stathis
05:59 pm Revision 5cd18037: Finally displayed virtual folder hierarchy up to second level
Christos Stathis
04:38 pm Revision e8886082: Fix version list and copy from version when the object is deleted.
Remove 'public' from permissions. Antony Chazapis

06/21/2011

05:40 pm Revision 65347e5a: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
05:39 pm Revision d3fd269f: add command group and create option option sharing
for development assistance
for the time being they just pass the relative headers
Refs #567
Sofia Papagiannaki
05:00 pm Revision eb003706: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
05:00 pm Revision 3436eeb0: Initial permissions support.
* Use 'X-Object-Sharing' header to get/set permissions.
* Replaces 'X-Object-Public' header (now obsolete).
* No perm...
Antony Chazapis
04:55 pm Revision 468b8b86: Fix tests (object HEAD returns 200).
Antony Chazapis
04:54 pm Revision 961f2fbe: bug fixing update/delete metadata
(sends back to the server only the user defined meta)
also bug fixing in client account unset (check for no path prov...
Sofia Papagiannaki
02:49 pm Revision a4c10cbc: add license & introduce include_trashed parameter
(default False) in list_objects
Refs #567
Sofia Papagiannaki
11:42 am Revision fe099ca3: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
11:42 am Revision f7ab99df: +better metadata handling
instead of setting each time new metadata
(by replacing older)
lib provides 2 new methods:
update: for adding and upd...
Sofia Papagiannaki

06/20/2011

01:41 pm Revision 3a94010a: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
01:41 pm Revision 288c1d55: Add recommended practices/examples in docs.
Antony Chazapis
12:00 pm Revision 6cd1831a: reads exactly as many bytes from the response as the response content-length
refs to the problem with the trailing \n
Fixes #567
Sofia Papagiannaki

06/19/2011

03:52 pm Revision cb146cf9: Bug fixes.
* Empty object update.
* Parameter version equal to 'list' in requests.
* Object HEAD response code (should be 200).
...
Antony Chazapis

06/17/2011

07:39 pm Revision 8eaa3e25: Merge branch 'master' of https://code.grnet.gr/git/pithos
Christos Stathis
07:39 pm Revision 9e8e14e4: First version of client that displays first level containers
Christos Stathis
05:18 pm Revision 7e999dec: bug fixing in object version copy/move
and object update
Fixes #567
Sofia Papagiannaki
02:12 pm Revision 085a31d7: support for object version move
separate options for versionlist and get version
Refs #567
Sofia Papagiannaki
01:26 pm Revision ad71a0ce: client support from COPY/MOVE from specific version
Refs #567 Sofia Papagiannaki
12:50 pm Revision 8fe01d72: add version support
Refs #567 Sofia Papagiannaki
12:48 pm Revision 77991625: slight modifications to support list object versions
Refs #593 Sofia Papagiannaki
01:01 am Revision 2fb5244f: Add an X-Object-Size response header
204 responses set Content-Length to 0 and a different header is
needed in order to get the object size.
Giorgos Verigakis

06/16/2011

08:25 pm Revision e3fd7f91: create zero-length objects
better exception handling
Refs #567
Sofia Papagiannaki

06/14/2011

11:00 pm Revision 6d817842: Fix manifest and copy/move prefix parsing.
Antony Chazapis
07:52 pm Revision d2d5c360: support for account/container HEAD/GET until parameter
create zero-length objects
remove last trailing enter from response
Fixes #567
Sofia Papagiannaki
07:28 pm Revision c061a00c: Add template for version list.
Refs #593 Antony Chazapis
07:26 pm Revision 8cb45c13: Large object support.
Antony Chazapis
06:57 pm Revision 49350be7: Add a simple FUSE backend client
Only supports flat hierarchies for now:
the only dirs are containers that can only contain files.
Requires MacFUSE i...
Giorgos Verigakis
02:16 pm Revision 0a425890: Remove strip() from tests.
Antony Chazapis

06/10/2011

06:12 pm Revision b41a95a0: _list() strip data returned from server
before further processing
Fixes #567
Sofia Papagiannaki
06:02 pm Revision 0ea1dcc4: _list(...) returns always list
in _get_metadata(...) prefix is optional: if not present returns all the metadata Sofia Papagiannaki
05:05 pm Revision e5cd3e33: remove leftover comments
Sofia Papagiannaki
04:46 pm Revision f07c5a53: support from chunked transfers, object update and move
Fixes #567 Sofia Papagiannaki
04:46 pm Revision ec1b8d3e: client support from chunked transfers, object update and move
Fixes #567 Sofia Papagiannaki
04:44 pm Revision 623a0cf4: fixes chunked transfer data
Sofia Papagiannaki
01:47 pm Revision c9af0703: Document versioning and public objects.
Fixes #593
Fixes #595
Antony Chazapis
02:15 am Revision 83dd59c5: Versioning extras, including account/container "time machine".
* Update metadata with the hashmap to create a single new object version.
* Add source version when duplicating in PU...
Antony Chazapis

06/09/2011

05:09 pm Revision 7bef5750: Limit metadata in object headers accessed via /public. Simplify implementation.
Refs #595 Antony Chazapis
04:21 pm Revision 2c22e4ac: Pass account from request URL to backend functions and not request.user.
Antony Chazapis
04:03 pm Revision f7b1d2af: Support public files.
Use 'X-Object-Public' to mark files as public. Then they can be accessed via the /public URL without authentication.
...
Antony Chazapis
03:55 pm Revision 60be837c: Fix the #31a1c80d fix.
Antony Chazapis
03:44 pm Revision 31a1c80d: Fix modification time in accounts/containers.
Antony Chazapis
02:48 pm Revision 58a6c894: Advanced versioning support. New backend.
- Everything is versioned in the backend.
- Time-controlled account/container listings.
- Initial API support with th...
Antony Chazapis

06/07/2011

12:00 pm Revision e3f9bbaa: fix for double matching metadata filtering
Sofia Papagiannaki
11:58 am Revision 3364a52a: #Fixes 451
Sofia Papagiannaki

06/03/2011

07:55 pm Revision 3e5d2f38: Fix precondition check replies.
Antony Chazapis
03:03 pm Revision 3f5b02c7: Fixes #567
separates the interaction with the api from the command line tool
+ some extensions to support more options
Sofia Papagiannaki
« Previous
Next »
 

Also available in: Atom