Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / api / service.py @ 9a4600b7

History | View | Annotate | Download (4.1 kB)

# Date Author Comment
19246578 01/28/2013 02:24 pm Sofia Papagiannaki

Restrict user_catalogs response (user API)

If the request uuids or displaynames is null do not return information for all users
(as it happens in the service call).

2a7276e7 01/24/2013 02:47 pm Sofia Papagiannaki

Expose /user_catalogs service api call

Change migration scripts to use this instead of the user api call

890c2065 01/23/2013 06:51 pm Sofia Papagiannaki

Change feedback & user_catalogs astakos && pithos api calls

  • Substitute ``username`` with ``displayname``
03b35681 12/28/2012 02:49 pm Sofia Papagiannaki

Fix user retrieval from username in get_user_info api call

08494423 12/28/2012 02:42 pm Sofia Papagiannaki

Service token should not expire by default

c700f742 12/27/2012 06:29 pm Sofia Papagiannaki

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

5ce3ce4f 09/10/2012 01:52 pm Sofia Papagiannaki

Fix code formatting to conform to the PEP 8 style guide

aab4d540 08/29/2012 01:52 pm Sofia Papagiannaki

remove unused imports & code refinement

14c5be5a 08/03/2012 11:25 am Sofia Papagiannaki

move get_menu and get_service out of api/admin

6b03a847 05/22/2012 05:44 pm Sofia Papagiannaki

Provide an API call for the service clients to send user feedback

  • new model Service
  • new management commands for handling the services
  • remove ASTAKOS_CLOUD_SERVICES setting
  • change get_services API call to return
    the Service objects
  • separate admin from service API calls...