Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / api / admin.py @ 5e992f29

History | View | Annotate | Download (7 kB)

# Date Author Comment
c0b26605 11/29/2012 05:08 pm Sofia Papagiannaki

Merge remote-tracking branch 'origin/0.12' into devel-0.13

Conflicts:
snf-astakos-app/astakos/im/activation_backends.py
snf-astakos-app/astakos/im/api/admin.py
snf-astakos-app/astakos/im/auth_backends.py
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/functions.py...

b2ffa772 11/27/2012 04:54 pm Sofia Papagiannaki

Force astakos cookie to follow session state.

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

Fix code formatting to conform to the PEP 8 style guide

fcf90160 09/05/2012 06:13 pm Sofia Papagiannaki

AstakosUser signed_terms property instead of function

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

6e7d288c 07/31/2012 04:36 pm Sofia Papagiannaki

Do not show change password in the menu if user provider is not local

Refs: #2535

7f47d7ec 07/19/2012 12:55 pm Sofia Papagiannaki

In get menu call: check for email absence before querying the database for retrieving the user

d492d8ae 06/08/2012 05:13 pm Kostas Papadimitriou

Include service id in get_services json response

35f8ccf1 06/01/2012 05:40 pm Sofia Papagiannaki

Merge branch 'refs/heads/0.6'

Conflicts:
docs/source/backends.rst
docs/source/conf.py
docs/source/devguide.rst

ce70ac01 06/01/2012 05:14 pm Sofia Papagiannaki

narrow access to user info only to privileged users

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...