- 30 Apr, 2013 1 commit
-
-
Ilias Tsitsimpis authored
-
- 16 Apr, 2013 2 commits
-
-
Sofia Papagiannaki authored
Pithos in case of missing blocks during smart object write (using hashmap) used to raise an api fault with payload the list with the missing blocks serialized in json format. However, the common api_method decorator in case of api fault returns a different response content format containing details about the fault. This causes problem to pithos clients which expect a specific response content format in that case. The solution was adopted is: when pithos server detects such a case returns directly an HttpResponse with the same status code (409) as before and the expected content.
-
Christos Stavrakakis authored
Remove check for response Content-Type, since 'django.http.HttpResponse' has always a default Content-Type of 'text/html; charset=utf-8'. Views defining their response 'Content-Type' should set the 'override_serialization' attribute of response to 'True'.
-
- 15 Apr, 2013 2 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Rename 'PITHOS_AUTHENTICATION_URL' setting to 'ASTAKOS_URL'. Also remove 'PITHOS_AUTHENTICATION_USERS' from docs (it was removed from code in commit 8df4fae). Modify 'ASTAKOS_URL' to point to the node hosting the Astakos service instead of im endpoint, i.e. rename from 'accounts.example.org/im/authenticate' to 'accounts.example.org'.
-
- 08 Apr, 2013 4 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Remove this setting as it introduces unnecessary complexity. Also, it will need to be supported by snf-astakos-client. If needed by tests to bypass communication with astakos, a mocking library should be used.
-
Christos Stavrakakis authored
Update all pithos API methods to use the new common 'api_method' decorator. However, this decorator is not enough for pithos since pithos methods require some extra tasks: * Create a PithosBackend connection * Handle special HTTP headers For these reasons, pithos defines a custom 'api_method' decorator, which is decorator by the common 'api_method' decorator.
-
Christos Stavrakakis authored
Gather all faults from all synnefo projects into common 'snf_django.lib.api.faults'.
-
- 29 Mar, 2013 1 commit
-
-
Georgios D. Tsoukalas authored
-
- 28 Mar, 2013 1 commit
-
-
Sofia Papagiannaki authored
Expose public URL information only to the object owners.
-
- 14 Feb, 2013 3 commits
-
-
Sofia Papagiannaki authored
Translate X-Source-Account if TRANSLATE_UUIDS is set
-
Sofia Papagiannaki authored
-
Georgios D. Tsoukalas authored
-
- 30 Jan, 2013 1 commit
-
-
Sofia Papagiannaki authored
-
- 29 Jan, 2013 1 commit
-
-
Sofia Papagiannaki authored
-
- 23 Jan, 2013 2 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
* Substitute ``username`` with ``displayname``
-
- 16 Jan, 2013 1 commit
-
-
Sofia Papagiannaki authored
Refs: #3149
-
- 15 Jan, 2013 2 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
Provide account name (not only uuid)
-
- 14 Jan, 2013 1 commit
-
-
Sofia Papagiannaki authored
-
- 07 Jan, 2013 2 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
-
- 09 Nov, 2012 2 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
-
- 12 Sep, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 10 Sep, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 02 Jul, 2012 2 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
-
- 29 Jun, 2012 1 commit
-
-
Sofia Papagiannaki authored
Refs: #2611
-
- 28 Jun, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 25 Jun, 2012 1 commit
-
-
Sofia Papagiannaki authored
Refs: #2611
-
- 19 Jun, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 23 May, 2012 1 commit
-
-
Sofia Papagiannaki authored
Refs: #2394
-
- 22 May, 2012 2 commits
-
-
Sofia Papagiannaki authored
Refs: #2394
-
Sofia Papagiannaki authored
Refs: #2394
-
- 10 Apr, 2012 1 commit
-
-
Antony Chazapis authored
Fixes #2300
-
- 03 Apr, 2012 1 commit
-
-
Antony Chazapis authored
Refs #1792
-
- 02 Apr, 2012 1 commit
-
-
Antony Chazapis authored
Refs #1792
-