- Oct 29, 2013
-
-
Ilias Tsitsimpis authored
Astakos' Authenticate Api Method has deprecated the `usage' request parameter. Remove it from AstakosClient.
-
Ilias Tsitsimpis authored
-
- Jun 28, 2013
-
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
-
- Apr 30, 2013
-
-
Ilias Tsitsimpis authored
-
- Apr 15, 2013
-
-
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'.
-
- Apr 10, 2013
-
-
Ilias Tsitsimpis authored
-
- Apr 08, 2013
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Use the python-objpool package for pooling resources as object, instead of the pooling code that existed in snf-common ('synnefo.lib.pool') Refs #3524
-
Christos Stavrakakis authored
-
- Mar 27, 2013
-
-
Georgios D. Tsoukalas authored
Refs #3492 - Introduce a generic PooledObject class to act both as a context manager for getting and putting back an object from a pool. - Implement a class PooledHTTPConnection(PooledObject) as a sublcass of the one in (1) - Eliminate httplib.HTTPConnection patching of close(). Eliminate put/get_http_connection. The httplib.HTTPConnection object is no longer released back to the pool via a method on it. One must explicitly put it to the pool, or use the PooledObject context manager in (2) above. - Update lib.astakos, lib.quotaholder.http, synnefo.api.delegate, pithos.api.delegate to use PooledHTTPConnection. - Update tests
-
- Mar 20, 2013
-
-
Christos Stavrakakis authored
Move UserCache from synnefo.management.common to synnefo.lib.astakos. Also, update ListCommand with 'astakos_url' and 'astakos_token' class attributes, which must be declared only when 'user_uuid_field' is used.
-
- Mar 13, 2013
-
-
Christos Stavrakakis authored
Fix inadvertent use of shared objects in synnefo/lib/astakos.py and pithos/api/delegate.py, since current use is racy when running multiple requests under gunicorn. Create a private, per-request copy instead.
-
- Feb 01, 2013
-
-
Christos Stavrakakis authored
-
- Jan 28, 2013
-
-
Sofia Papagiannaki authored
Stop migraton if it fails to retrieve a uuid/displayname.
-
- Jan 23, 2013
-
-
Sofia Papagiannaki authored
* Substitute ``username`` with ``displayname``
-
- Jan 14, 2013
-
-
Sofia Papagiannaki authored
-
- Jan 07, 2013
-
-
Kostas Papadimitriou authored
`get_user`, `user_for_token` and `authenticate` methods now accept a `usage` parameter which requests user usage quotas to be returned along with authenticated user information. Server side handling has also been implemented.
-
- Jan 03, 2013
-
-
Sofia Papagiannaki authored
* It should optionally work with user dictionary instead of contacting astakos. * Fix pep8 errors
-
- Dec 28, 2012
-
-
Sofia Papagiannaki authored
-
- Dec 27, 2012
-
-
Sofia Papagiannaki authored
Update Astakos API to provider calls for retrieving uuid from the username and vice versa, extend astakos client library (snf-common) and update pithos to use uuids instead of email for account identification
-
- Dec 19, 2012
-
-
Kostas Papadimitriou authored
-
- Sep 06, 2012
-
-
Vangelis Koukis authored
Have the astakos client use pooled HTTP connections to the astakos service, uses facilities from synnefo/lib/pool/http.py.
-
- Jun 29, 2012
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
-
- Jun 12, 2012
-
-
Kostas Papadimitriou authored
to extract token from astakos cookies
-
- Mar 16, 2012
-
-
Antony Chazapis authored
-
- Feb 23, 2012
-
-
Kostas Papadimitriou authored
Includes the following helpers to be used by synnefo django apps - logging config initialization middlware - astakos authentication helpers - parse_http_date compat helper - rabbitmq client using pika
-