Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / api @ 99ec73ba

Name Size
__init__.py 0 Bytes
keystone_urls.py 1.9 kB
projects.py 21 kB
quotas.py 10.2 kB
service.py 2.7 kB
services.py 3.2 kB
tokens.py 6.2 kB
urls.py 3.3 kB
user.py 2.7 kB
util.py 7.6 kB

Latest revisions

# Date Author Comment
03ce7d7d 12/05/2013 02:58 pm Sofia Papagiannaki

astakos: Fix POST /tokens (authenticate) api call

The call should return a string value for the user role id.

be67d92e 12/03/2013 09:47 pm Sofia Papagiannaki

astakos: Minor improvements in validate token api call

Add tests for validate access token endpoint

2f8a7c0e 12/03/2013 09:47 pm Sofia Papagiannaki

astakos: Configure oa2 app

e28a4841 12/03/2013 09:43 pm Sofia Papagiannaki

astakos: Extend oa2 app

e05bd187 12/03/2013 09:43 pm Sofia Papagiannaki

astakos: Introduce api call for validating a temporary oa2 token

2aba7764 12/03/2013 02:44 pm Sofia Papagiannaki

snf_django: Change error status code if request method is not valid

Return 405 (NotAllowed) instead of 400 (BadRequest)
Add Allow header in the response containing the list of valid methods

9b10cb20 12/02/2013 05:52 pm Kostas Papadimitriou

astakos: Ensure computed result gets returned

Relying on cache.get is not always safe

af4d8c34 11/28/2013 01:13 pm Giorgos Korfiatis

astakos: Cache endpoints in POST /tokens

Since endpoints are rarely altered, we speed up POST /tokens by caching
them.

56bbece7 11/28/2013 01:13 pm Giorgos Korfiatis

astakos: Cache visible resources in GET /quotas

Speed up GET /quotas by caching the list of API visible resources.
For consistency, apply the cache in GET /resources, too.

733f013d 11/25/2013 04:54 pm Giorgos Korfiatis

astakos: Associate only accepted users with projects

Allow project enrollment and ownership only for users that are accepted,
not just email_verified.

Also change base quota only for accepted users.

View revisions

Also available in: Atom