Use 401 error when missing token and 403 when forbidden.
[pithos] / pithos / api / util.py
2011-10-21 Antony ChazapisUse 401 error when missing token and 403 when forbidden.
2011-10-18 Antony ChazapisHandle chunked from gunicorn properly.
2011-10-17 Antony ChazapisAdd insufficient quota replies in frontend. Document.
2011-10-13 Antony ChazapisMerge account policy in api. Document.
2011-10-11 Antony ChazapisMerge branch 'master' of https://code.grnet.gr/git...
2011-10-11 Antony ChazapisReport remaining bytes. Enforce account quota when...
2011-10-11 Sofia Papagiannakiperform case sensitive varchar ordering, handle correct...
2011-10-06 Antony ChazapisFix group parsing.
2011-09-29 Antony ChazapisFix conflict response when copying/moving.
2011-09-28 Antony ChazapisSupport cross-account copy and move.
2011-09-28 Antony ChazapisInclude susecond precision in RFC8601 times returned...
2011-09-23 Antony ChazapisAdd timezone indicator in ISO8601 formatted dates.
2011-09-19 Antony ChazapisRemove upload size limit.
2011-09-16 Antony ChazapisClose backend connection. Fix empty read. request-backend
2011-09-16 Giorgos VerigakisUse one backend instance per HTTP request
2011-09-13 Antony ChazapisUse 'hashmap' parameter in object GET/PUT to use hashmaps.
2011-09-13 Antony ChazapisReport allowed actions in cross-user object requests...
2011-09-09 Antony ChazapisFix computing hashmap hash.
2011-09-08 Antony ChazapisSimplify hashmap_hash.
2011-09-05 Antony ChazapisIf the same user is both in read and write permissions...
2011-09-05 Antony ChazapisReturn new version identifier in frontend. Document.
2011-08-10 Antony ChazapisAccept '~' in X-Object-Sharing.
2011-08-08 Antony ChazapisFix TestGreek.
2011-08-02 Sofia Papagiannakiadditional tests for updating object using x-source...
2011-07-29 Antony ChazapisUse Merkle hash for ETag when updating objects.
2011-07-28 Sofia Papagiannakifix utf8 handling
2011-07-25 Antony ChazapisFix reading when apache does the dechunking.
2011-07-22 Antony ChazapisConditional object create/update.
2011-07-22 Antony ChazapisFix metadata keys in extended replies.
2011-07-21 Antony ChazapisFix web server compatibility.
2011-07-20 Antony ChazapisFix X-Container-Object-Meta.
2011-07-20 Antony ChazapisAlways return 'Last-Modified' header at the account...
2011-07-19 Antony ChazapisCross-account operations in backend/API/docs.
2011-07-17 Antony ChazapisClean up authorization in the backend. Fix groups.
2011-07-14 Sofia PapagiannakiMerge branch 'master' of https://code.grnet.gr/git...
2011-07-14 Antony ChazapisIgnore the Accept header.
2011-07-14 Antony ChazapisFix If-Range.
2011-07-13 Sofia Papagiannakiextend api object write to accept xml formatted request...
2011-07-12 Antony ChazapisFix Content-Length.
2011-07-12 Antony ChazapisObject truncate.
2011-07-11 Antony ChazapisOption to update an object using another object's data.
2011-07-04 Antony ChazapisBug fix.
2011-07-04 Antony ChazapisReturn the conflicting path in the reply, when refusing...
2011-07-04 Antony ChazapisNew public objects implementation.
2011-07-04 Antony ChazapisMerge branch 'master' of https://code.grnet.gr/git...
2011-07-04 Antony Chazapis* Account groups.
2011-07-01 Sofia PapagiannakiIf-Range header implementation in object GET
2011-06-24 Antony ChazapisAdd account groups, merge into sharing. Fix tests.
2011-06-23 Giorgos VerigakisAdd a dummy authentication middleware
2011-06-23 Antony ChazapisUpdate versioning.
2011-06-23 Antony ChazapisUpdated permissions support.
2011-06-22 Antony ChazapisDocument 'update' parameter. Add to account/container...
2011-06-22 Antony ChazapisFix version list and copy from version when the object...
2011-06-21 Antony ChazapisInitial permissions support.
2011-06-19 Antony ChazapisBug fixes.
2011-06-16 Giorgos VerigakisAdd an X-Object-Size response header
2011-06-14 Antony ChazapisFix manifest and copy/move prefix parsing.
2011-06-14 Antony ChazapisLarge object support.
2011-06-10 Sofia Papagiannakifixes chunked transfer data
2011-06-10 Antony ChazapisDocument versioning and public objects.
2011-06-09 Antony ChazapisVersioning extras, including account/container "time...
2011-06-09 Antony ChazapisLimit metadata in object headers accessed via /public...
2011-06-09 Antony ChazapisPass account from request URL to backend functions...
2011-06-09 Antony ChazapisSupport public files.
2011-06-09 Antony ChazapisAdvanced versioning support. New backend.
2011-06-03 Antony ChazapisFix precondition check replies.
2011-06-01 Sofia Papagiannakiimport missing hashlib
2011-06-01 Antony ChazapisFix Content-Range parsing.
2011-05-31 Antony ChazapisProduce new ETag when updating an object (corrected).
2011-05-31 Antony ChazapisProduce new ETag when updating an object.
2011-05-31 Antony ChazapisInclude storage type in container meta/hashmap replies...
2011-05-27 Antony ChazapisAdd license.
2011-05-27 Antony ChazapisProvide metadata functions for tags and trash support...
2011-05-17 Antony ChazapisImplement basic functionality plus some extras
2011-05-06 Antony ChazapisUpdate default settings. Minor changes.
2011-05-05 Antony ChazapisClean up, sort out logging.
2011-05-02 Antony ChazapisAllow for account/container metadata.
2011-04-28 Giorgos VerigakisMove to a better file organization