move aquarium listener in endpoints
delete migration
add email & is_active index in auth_user
remove unused imports & code refinement
fix group join view
Merge branch '0.6.4' of https://code.grnet.gr/git/astakos into 0.6.4
New style in form
set default group in newly created users
Conflicts: snf-astakos-app/astakos/im/forms.py snf-astakos-app/astakos/im/templates/im/astakosgroup_detail.html snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html
Progress VIII
send admin notification upon group creation
Progress VII
Conflicts: snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html
change helpdesk notification email subject
No groups found issue resolved
Groups & style
- Dropkick for select- New style for groups- Larger input
fix migration 0017: set date_joined when setting default group
do not show "No groups found!" message when group search form loads
populate default data (if not exist) via migrations
do not save instance in edit_profile GET if user is already verified
in user commands consider astakos_groups instead of groups
avoid contacting the database if request.user is authenticated
Progress VI
Progress V
if moderation is not enabled approve immediately user membership
remove obsolete import
Progress IV
rename management commands
Progress III
fix invitations template
Progress II
Merge remote-tracking branch 'origin/newstyles' into 0.6.4
Conflicts: snf-astakos-app/astakos/im/templates/im/invitations.html snf-astakos-app/astakos/im/templates/im/login_base.html snf-astakos-app/astakos/im/templates/im/profile.html snf-astakos-app/astakos/im/views.py
fix astakosgroup creation form
use status specific wrappers for adding messages
named reverse urls
obsolete import
Progress I
move get_menu and get_service out of api/admin
Fix LoginForm clean incase of login failure
Bug #2535
Merge branch 'newstyles' of https://code.grnet.gr/git/astakos into newstyles
Conflicts: snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css
Update theme
- Change font- Style changes
Additional cyclades styles for cloudbar
- Fix cloudbar placement- Rename cyclades stylesheet
Ensure cloudbar styles isolation
Cloudbar fixes. Html updates.
Optionally renew token on password reset
Refs: #2612
Do not show change password in the menu if user provider is not local
Refs: #2535
Preserve local password for shibboleth users
call ``send_greeting`` from ``switch_account_to_shibboleth`` instead of ``activate`` view
rewrite ``activate`` view
Send helpdesk notification on account activation
Refs: #2674
Merge branch 'master' into newstyles
log cookie deletion
add logging for additional mail
in signup view, if user is logged in redirect to edit_profile instead of index view
fix unusable password issue
remove unique constrain from AdditionalEmail
add (third_party_identifier, provider) index on AstakosUser
extend modifyuser command by enabling provider modification and password renewal
In get menu call: check for email absence before querying the database for retrieving the user
remove oauth2 files
In edit_profile view set is_verified also in GET requests
Orientation fix for iPhone/iPad
Fixes
Fix misspelling error
Bug fixes
Style fixes
Merge remote-tracking branch 'origin/newstyles' into newstyles
Fixes and Clouds animations
Merge branch 'master' of https://code.grnet.gr/git/astakos
Fix send feedback view
Animation Clouds
Conflicts: snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js snf-astakos-app/astakos/im/templates/im/base.html snf-astakos-app/astakos/im/templates/im/login_base.html
Remove set of django specific settings
since common django settings required by synnefo components are placed bywebproject.
fix user info in feedback email template
fix "None" next value in local login form
User notifications context processor fix
Fix user notification display
also improved styling of "notice" message types
fix local login from cms
Bug fixes +blinking cloudbar
Improved user notifications
additional settings to set messages that get displayed on differentim pages (signin, signup, profile pages).
Proper display of active service in cloudbar
based on service id or name.
Display service token in listservices command
Include service id in get_services json response
Minor fixes & improvements
Merge branch 'refs/heads/0.6'
Conflicts: docs/source/backends.rst docs/source/conf.py docs/source/devguide.rst
delete obsolete import
narrow access to user info only to privileged users
register email returned by shibboleth (either as a primary or additional email)
Refs: #2416
Forgoten initial-scale:1.0
Responsive with initial-scale:1.0
Configurable enable/disable additional logging
Refs: #2448
Log main astakos functions