- 07 May, 2012 1 commit
-
-
Sofia Papagiannaki authored
Refs: #2363
-
- 02 May, 2012 1 commit
-
-
Sofia Papagiannaki authored
remove is_accepted & date_accepted Invitation fields (substituted by consumed & date_consumed reps.)
-
- 27 Apr, 2012 1 commit
-
-
Sofia Papagiannaki authored
shibboleth signup form throughs validation error in case of an inactive account with conflicting email
-
- 24 Apr, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 21 Apr, 2012 1 commit
-
-
Sofia Papagiannaki authored
* unique email and is_active combination (use django model validation) * use different template for rendering shibboleth signup form * do not show groups in profile page * do not show provider in third-party signup forms Refs: #2167
-
- 07 Apr, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 04 Apr, 2012 1 commit
-
-
Kostas Papadimitriou authored
include required queue imports only if QUEUE_CONNECTION is set
-
- 03 Apr, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 26 Mar, 2012 2 commits
-
-
Sofia Papagiannaki authored
Refs: #1824
-
Sofia Papagiannaki authored
-
- 21 Mar, 2012 1 commit
-
-
Sofia Papagiannaki authored
Refs: #2019
-
- 12 Mar, 2012 3 commits
-
-
Sofia Papagiannaki authored
Refs: #1824
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
add creditevent listener to set user ``has_credits`` flag and pass the information to ``authenticate`` response Refs: #1824
-
- 09 Mar, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 07 Mar, 2012 1 commit
-
-
Sofia Papagiannaki authored
Automatically activate users whose email matches specific email patterns defined in settings (ASTAKOS_RE_USER_EMAIL_PATTERNS) & minor other fixes: * introduce email_verified AstakosUser field and if False during signup send email verification * show recaptcha fields in signup form in case of invited user * do not allow multiple invitations with the same receiver * enable user level modification by ``snf-manage modifyuser`` Refs: #2166
-
- 05 Mar, 2012 2 commits
-
-
Sofia Papagiannaki authored
Refs: #1824
-
Sofia Papagiannaki authored
Refs: #1824
-
- 02 Mar, 2012 1 commit
-
-
Sofia Papagiannaki authored
Refs: #1824
-
- 23 Feb, 2012 1 commit
-
-
Kostas Papadimitriou authored
-
- 21 Feb, 2012 1 commit
-
-
Antony Chazapis authored
Refs #1996
-
- 06 Feb, 2012 1 commit
-
-
Sofia Papagiannaki authored
Refs: #1997
-
- 02 Feb, 2012 1 commit
-
-
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
-
- 01 Feb, 2012 1 commit
-
-
Sofia Papagiannaki authored
* change visible fields in user profile page * change visible fields in user modification administrator page * enable administrator to update user quota * read default user level from settings * show sent invitations and status in user invite page * if no next request parameter after login redirect to index page * after successful login set cookie (read cookie name & domain from settings) * delete cookie in logout * rename `dummy` target to `redirect` and change its functionality
-
- 30 Jan, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 24 Jan, 2012 2 commits
-
-
Sofia Papagiannaki authored
Refs: #1919
-
Sofia Papagiannaki authored
- fix user profile editing bug - fix user activation issue - consume invitation upon invited user creation - fix invited user invitations - add token info in test user fixture - minor bug fixes Refs: #1917 Refs: #1911 Refs: #1919
-
- 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
-
- 19 Jan, 2012 1 commit
-
-
Antony Chazapis authored
-
- 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
-