Show user email in feedback email content
Refs: #2285
Footer content
Display additional actions in account pages forms
Configurable by the ASTAKOS_PROFILE_EXTRA_LINKS
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
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
Refs: #2141Refs: #2146
changes in cloudier and signup & logout behavior
Refs: #2146
add logging incase of exception
Refs: #2148
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
Fixed im static files configuration
Add astakos/urls.py
Merge branch 'master' into packaging
Repo refactor and webproject hooks fixes