- 03 Dec, 2012 3 commits
-
-
Kostas Papadimitriou authored
pass auth provider instances in templates
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
- 30 Nov, 2012 1 commit
-
-
Kostas Papadimitriou authored
-
- 05 Nov, 2012 2 commits
-
-
Olga Brani authored
-
Sofia Papagiannaki authored
-
- 13 Sep, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 10 Sep, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 05 Sep, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 29 Aug, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 27 Aug, 2012 1 commit
-
-
Sofia Papagiannaki authored
* add policies during group creation * improve performance (reduce db access)
-
- 03 Aug, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 02 Aug, 2012 1 commit
-
-
Kostas Papadimitriou authored
- New template tag {% display_messages %} which handles messages display, both for django.contrib.messages and ASTAKOS_*_MESSAGES. - Apply messages block class from python code (instead of js). - Changed format of ASTAKOS_*_MESSAGES to list of tuples, to allow multiple messages of the same level to exist in a page. - Fixed link colors for info/warning messages
-
- 12 Jun, 2012 2 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
also improved styling of "notice" message types
-
- 11 Jun, 2012 1 commit
-
-
Kostas Papadimitriou authored
additional settings to set messages that get displayed on different im pages (signin, signup, profile pages).
-
- 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
-
- 24 Apr, 2012 1 commit
-
-
root 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
-
- 23 Mar, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 21 Mar, 2012 1 commit
-
-
Sofia Papagiannaki authored
Refs: #2019
-
- 16 Mar, 2012 1 commit
-
-
Kostas Papadimitriou authored
Configurable by the ASTAKOS_PROFILE_EXTRA_LINKS
-
- 15 Mar, 2012 2 commits
-
-
Kostas Papadimitriou authored
display messages on top of login page. Configurable from the ASTAKOS_LOGIN_MESSAGES setting.
-
Kostas Papadimitriou authored
Allow enabling/disabling some of the menus. Changed some of the titles.
-
- 09 Mar, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 08 Mar, 2012 2 commits
-
-
Kostas Papadimitriou authored
-
Sofia Papagiannaki authored
* invoke `get_menu` to dynamically load navigation items * fix cloudbar settings * fix httplib2 requirement
-
- 26 Feb, 2012 1 commit
-
-
Sofia Papagiannaki authored
Refs: #2102
-
- 25 Feb, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 23 Feb, 2012 1 commit
-
-
Kostas Papadimitriou authored
-
- 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
-