Configurable activation url
url to redirect on after user account activation
Additional audits in data migration
Success messages on profile form submit
display messages based on action request after uses submitted theprofile form successfully
Check if local provider supports email changet
Some code refactoring
Exclude local accounts in unverified accounts cleanup
If an authenticated user tries to add a third party login method, resetexisting pending users created using the same third party identifier.
Fix reset password via extended profile form
New profile form bug fixesNew profile icons
Merge branch 'feature-astakos-newstyles' of https://code.grnet.gr/git/synnefo into feature-astakos-newstyles
New login form improvements
Keep fields_list in instance context
New profile form KeyOrder fix
Apply next parameter to sign in url
Improve user experience by redirecting user to the cloud page(service,cms etc.) he requested to sign in from.
Change default auth proviers setting
Restrict users to only one auth provider per module by default
Proper next parameter handling in third party logins
Excluding shibboleth all auth modules require two additional redirectscausing `next` parameter to be absent on the final url.
New profile form
Merge branch 'feature-astakos-newstyles' into feature-cloudbar-fix
Cloudbar flickering fix
prepend body placeholder (using border-top) to avoid flickering causeddue to late rendering of the cloudbar element
Update token view/url
introduce a helper view to allow user update the account api token.``renewToken`` javascript helper method is included in forms.js.
Fix get_active_auth_providers regressiona
Handling active auth providers require access to provider user objectthus user_providers context variable got reverted to contain a listof AstakosUserAuthProvider instances. AuthProvider instance access canbe achieved via `.settings` attribute.
Conform profile form with EMAILCHANGE_ENABLED setting
- Do not display email change fields
Auth_methods icons
Email change activation fix
allow email change activation even if user is not authenticated
Combined profile form updates
- Handle local account existance and accordingly display password change fields- Remove pending email changes before creating a new email change request in EmailChangeForm object save method- Pass request instance in form save
Initial commit of the combined profile form
The new profile form supports change email and password change actionsby propagating submited data to internal EmailChangeForm andExtendedPasswordChangeForm instances.
fix broken intDecimalField initialization
add pending members indication in projects
Fix TypeError: quota_values() takes no arguments (1 given)
Fix bug in user-set-initial-quota command
Clear service token expiration
Fix AttributeError: 'AstakosUser' object has no attribute 'quota'
Include uuid in user-details command output
Implement project suspension and resumption
Merge membership's SUSPENDED and TERMINATED states into PROJECT_DEACTIVATED.
Bug fix
Icons for extralogin methods
Merge branch 'latest-quota' of https://code.grnet.gr/git/synnefo into latest-quota
Extralogin methods with icons
Style fixes
Remove unused update_application()
Add states DISMISSED and CANCELLED in ProjectApplication and related callsFix defaults in DateTimeFields
Fix check for conflicting projects in approve
Changes in registering to quotaholder
Add an 'uplimit' (default) field in Resource;change AstakosUserQuota fields to IntDecimalField;pass all four limits of initial quotas to the quotaholder;register services and resources explicitly upon creation;a wrapper for get_quota.
Fix model_to_dict utility
Auth providers login/logout messages update
Configurable auth providers icon urls
fix project table queryset, minor other fixes
Do not use global variable for current date
Project action fix
show leave action also when user requested to join the project
Project detail action title fix
Fix third party signup form
when active approval terms exist
change date column names
fix user_visible_by_last_of_chain()
ProjectApplication.objects.user_visible_by_last_of_chain()would erroneously list more than one application per chain.This was due to this behaviour (bug?) in django:
x = objects.values('chain').annotate(last_id=Min('id'))...
Project details fixes
- Fix status display- Modify action wording
Fix date validations in project application form
- Proper labels based on project application status
Additional project views fixes
Merge remote-tracking branch 'synnefo/latest-quota' into latest-quota-new-states-views
Remove obsolete AstakosUser email, is_active unique together check
New states views Part 1
Fix migrations
Fix default value
Set a project application REPLACED only when PENDING
Application state has historical significance:we need to keep track which have been APPROVED/DENIED.
Implement application denial
Astakos users and auth providers data migrations
Migration fix
Change projects, eliminate development migrations
Change Project's state field and ProjectMembershipHistory's person field;replace all migrations starting 0015 with a single new one.
Need to check for missing data migrations.
Fix typo
Auth providers improvements
- Enrich login/logout messages.- Clear unverified accounts when user adds the same third party account to an existing account.- Other minor improvements.
Do not allow automatic third party assignment using login
Composite index chain, id in project application table
Database migration for user quota policies
Stylistic change
Consider unlimited project members
Do not add owner to the project during approve
Check project dates (better implementation)
Conflicts: snf-astakos-app/astakos/im/forms.py snf-astakos-app/astakos/im/functions.py
Add cancel in project application summary page
In case of project update bypass start date check
Change join/leave project policies
Perform date checks
during project add form validation
Fix missing method argument
Change add_user_policies call signature
Provide commands for importing/exporting existing user resource policies
No need to set precursor application to REPLACED in approve()(it is set when submitting a new application)
Add an id for a chain of applications; this is also the project id
Register a user to quotaholder only when is activated
Wrapper for register_users
New state handling for astakos projects and memberships
Distinguishes is_active, is_pending flags from actual states in ProjectMembership;likewise is_active, is_modified flags in Project.Splits syncing in pre-process, actual syncing, and post-process.
wip Generalize project state
astakos-qh-sync: skip email-unverified users
Astakos-qh-sync will create quotas for all eligible users.Users that have unverified emails are not considered eligible.When users are activated by an admin via user-update --set-active,their email is also marked as verified, therefore they become eligible.
Signup workflow changes
- Validate signup email over verified emails. Additional signups with an existing unverified email will replace those entries.- Redirect on signup success instead of just rendering a template.
Presentation fixes
Cms sync styles
Resource usage fixes