- 22 May, 2012 1 commit
-
-
Sofia Papagiannaki authored
* 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 * introduce send_feedback service API call Refs: #2413
-
- 26 Mar, 2012 1 commit
-
-
Sofia Papagiannaki authored
Refs: #2019
-
- 21 Mar, 2012 1 commit
-
-
Sofia Papagiannaki authored
Refs: #2019
-
- 14 Mar, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 09 Mar, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 05 Mar, 2012 1 commit
-
-
Giorgos Verigakis authored
-
- 28 Feb, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 24 Feb, 2012 1 commit
-
-
Sofia Papagiannaki authored
* welcome_email.txt template location * in activateuser do not change user's state in case of send_email failure * fix inviteuser
-
- 23 Feb, 2012 1 commit
-
-
Kostas Papadimitriou authored
-
- 21 Feb, 2012 4 commits
-
-
Antony Chazapis authored
-
Giorgos Verigakis authored
-
Giorgos Verigakis authored
-
Giorgos Verigakis authored
-
- 17 Feb, 2012 1 commit
-
-
Giorgos Verigakis authored
Added the following commands: * activate user * create user * list invitations * list users * modify user * show invitation * show user
-
- 13 Feb, 2012 1 commit
-
-
Kostas Papadimitriou authored
-
- 06 Feb, 2012 2 commits
-
-
Sofia Papagiannaki authored
Refs: #1993
-
Sofia Papagiannaki authored
Refs: #1997
-
- 03 Feb, 2012 1 commit
-
-
Kostas Papadimitriou authored
-
- 02 Feb, 2012 2 commits
-
-
Kostas Papadimitriou authored
-
Sofia Papagiannaki authored
* move login and setting cookie in one place (prepare_response) * delete cookie in logout * delete unused imports * change requires_anonymous to redirect to logout with next
-
- 22 Jan, 2012 1 commit
-
-
Sofia Papagiannaki authored
-incorporate CsrfViewMiddleware -change tamplates to render forms -change email template location -api.activate() returns only information about token - In prepare_response, instead of setting the cookie, log the user in - use django.contrib.auth.views for reseting and changing user password Ref: #1874
-
- 17 Jan, 2012 1 commit
-
-
Sofia Papagiannaki authored
- extend django user model - pass template_name and extra_context in views - incorporate context processors - use different backends for invitations and simple workflow Refs: #1823
-
- 09 Jan, 2012 1 commit
-
-
Antony Chazapis authored
-