Safe imports
include required queue imports only if QUEUE_CONNECTION is set
Fix signup form terms label display
Update approval terms template
Handle label display for checkbox fields
Update base template
- Include ie7 specific css styles- Include footer from separate template file to make it easy to override
Update styles
upon successfully submitting the form, approval terms view redirects in index page if no next is specified.
Refs: #2019
Merge branch 'aquarium', remote-tracking branch 'origin'
Conflicts: snf-astakos-app/astakos/im/settings.py
createuser command: validate email
fix has_signed_terms function
do not show approval terms checkbox if there are no terms
configurable recaptcha disable
Refs: #2260
if no registered approval terms bypass approval terms mechanism
force absolute path in addterms command
do not approval terms form if user has already signed the terms
bug fixing
Refs: #1824
missing import
clear has_singed_terms in case of updated terms
merge with master
changes in user event queue messages
improve approval terms template
check in /login (redirect) whether user has signed the terms and if not redirect to approval terms
Force user to accept service terms
Footer content
Display additional actions in account pages forms
Configurable by the ASTAKOS_PROFILE_EXTRA_LINKS
Merge branch 'master' into aquarium
Conflicts: snf-astakos-app/Changelog snf-astakos-app/README snf-astakos-app/astakos/im/api.py snf-astakos-app/astakos/im/backends.py snf-astakos-app/astakos/im/context_processors.py snf-astakos-app/astakos/im/functions.py...
Updated messages styles
Add login_base.html make it easy to override login template
New login messages feature
display messages on top of login page. Configurable from theASTAKOS_LOGIN_MESSAGES setting.
Merge branch 'master' of https://code.grnet.gr/git/astakos
fix welcome email
Merge branch 'newstyles'
Allow recaptcha to use ssl for api js files
Updated styles
Improve get_menu view
Allow enabling/disabling some of the menus.Changed some of the titles.
more changes in email templates
Update sign up title
fix email templates
change signup flow, remove activateuser command and introduce sendactivation command
Update sign up text
Update home icon
Merge branch 'cloudbar-fixes'
Improve cloudbar styles
- new home icon (okeanos small logo)- new styles for icon link
more changes in the email templates
change email templates
change exchange
change default ASTAKOS_BILLING_FIELDS
merge with master: fix conflicts
``showuser`` command prints ``has_credits`` AstakosUser field
add creditevent listener to set user ``has_credits`` flag and pass the information to ``authenticate`` response
Removed unused context processor
fix internal astakos menu & minor other changes:
fixed textarea size
menu: omit `Sign in` next parameter if current location is `logout` or `login` page
Missing IE behaviour file
Merge branch 'theme'
Missing image
Display menu and use cloudbar processor for cloudbar
Minor cloudbar improvements
Updated grnet styles
Automatically activate users whose email matches specific email patterns defined in settings (ASTAKOS_RE_USER_EMAIL_PATTERNS) & minor other fixes:
support for multiple accounts authentication: introduce ``force`` parameter in redirect target
Refs: #2111
Add missing arg strings
Add --set-active and --set-inactive in modifyuser
integration with aquarium: Progress III & merge master
integration with aquarium: Progress II
Refs: #2141Refs: #2146
changes in cloudier and signup & logout behavior
Refs: #2146
add logging incase of exception
Refs: #2148
integration with aquarium progress I
Minor fix in cloudbar styles
apply different color on hover for user menu links
Updated cloudbar styles
- a bit bolder links- force font-family and size
Better signup button below the login form
Configurable captcha options
not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not set
Refs: #2116
Updated css styles
- removed autocomplete for non-login forms- proper recaptcha placement/styles
Fallback on HTTP_X_REAL_IP meta to retrieve client ip
thats where nginx sets the client ip
Cloudbar IE fix
fixed cloudbar to display properly on pithos app with IE
Cloudbar fix
proper callback parameter
Convert cloudbar api responses to JSONP
if callback parameter is set on url use it and set the appropriateresponse mimetype.
notify administrator by email when an inactive account is created
Ref: #2116
add captcha field in local user creation form
Ref: #2117
Fix cloudbar.
Merge branch 'cloudbar', remote-tracking branch 'origin'
fix activateuser command
use Astakos's external URL to prepend all links
Refs: #2102
Merge branch 'master' of https://code.grnet.gr/git/astakos into cloudbar
Clear out management command descriptions.
Proper README.
remove hardcoded urls to the astakos api services from the cloudar
change cloudbar to contain dynamic links
fix bugs
Fix loggers webproject entry point