Remove obsolete management command
Advances in syncing quotaholder with astakos
Factor out trigger_sync() as lock_sync() to be used for othersync processes in addition to sync_projects().Implement sync_users(), which registers users and their quotas.Use both sync processes in astakos-qh-sync management command.
Merge 'develop' into feature-projects
Needed for building devflow packages from feature-projects.
Fix messages
Management command to check and perform project expiration
Optimize project-list query
Note that select_related() does not automatically bring`related_name's, such as ProjectApplication.project.Need to specify select_related('project'), which brings`project' (but not `owner', or other related field).
Fix typo
Fix bug in user-set-initial-quota command
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.
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.
Implement application denial
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.
Merge branch 'latest-quota' of https://code.grnet.gr/git/synnefo into latest-quota
Conflicts: snf-astakos-app/astakos/im/forms.py snf-astakos-app/astakos/im/functions.py
Provide commands for importing/exporting existing user resource policies
Register a user to quotaholder only when is activated
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.
Change layout of project-list
Service management commands update
- New service-update command- service-list now displays service order field
Better output for project-list
Project deactivation/termination
Service token should not expire by default
Fix user details command
Command to trigger syncing
Delete more obsolete code
Project update and suspend functions
Fix activation_sent assignment in user update
Fix add_quota, use user id as quotaholder entity
Fix models
Merge branch 'devel-0.13' of https://code.grnet.gr/git/astakos into latest-quota
Conflicts: snf-astakos-app/astakos/im/forms.py snf-astakos-app/astakos/im/management/commands/service-add.py snf-astakos-app/astakos/im/messages.py snf-astakos-app/astakos/im/models.py...
Single model for ProjectApplication & Definition - Membership sync
Identation fix
User state fixes
- Never reset activation_sent date- Check for inactive users too for email/username uniqueness- Check both email/username uniquness in user creation process- Activated users should have both email_verified/activation_sent fields set
new management command
Allow follower application with same deifinition name approvement
Update project-list command
Project Notifications
Fix sequence of project applications & project search
Manual transaction management in project application approve command
Progress VII
Progress VI
Progress IV
whitespace tab fix
Progress I
Extend/Update management commands
Update management commands
to conform with multiple auth providers feature
Case insensitive email checks
#2883
Fix middleware AtributeError in case of non astakos requestFix service-add command: check callpoint result
Merge remote-tracking branch 'origin/0.12' into devel-0.13
Conflicts: snf-astakos-app/astakos/im/activation_backends.py snf-astakos-app/astakos/im/api/admin.py snf-astakos-app/astakos/im/auth_backends.py snf-astakos-app/astakos/im/forms.py snf-astakos-app/astakos/im/functions.py...
Provide management command for cleaning up both inactive sessions and session catalog entries
Fix type in group list command
Flush other user sessions during password/token change
Refs: #3007
Fix ordering in snf-manage listing commands
Fix Typo in `snf-manage service-list --help'
Refs: #3090
Fixes
Back up file
Fix management commands
User create_groups api call in group creation
Merged demo
Rename user-update mgmt command to user-modify
View and management commands for adding/removing user resource quota
Refs: #2793
Rename management commands
Rename Astakos management commands for uniformity
Remove email validation
Change rename and change quota limit field to bigint
Register resources in quota holder
Fix code formatting to conform to the PEP 8 style guide
AstakosUser signed_terms property instead of function
more management commands for handling resources
Progress VIII
remove unused imports & code refinement
set default group in newly created users
send admin notification upon group creation
in user commands consider astakos_groups instead of groups
Progress V
rename management commands
extend modifyuser command by enabling provider modification and password renewal
Display service token in listservices command
during datamigration set only to inactive users activation_sent date to epoch
Refs: #2471
Register the date a user activation email sent and reset it when the user becomes active (for future use)
remove obsolete imports
Provide an API call for the service clients to send user feedback
Provide api calls for permitting helpdesk users to access user information by user email and by username
Refs: #2414
change showuser command: do not show date_signed_terms if there are no terms to sign
remove is_accepted & date_accepted Invitation fields (substituted by consumed & date_consumed reps.)
snf-manage commands: do not send activation email in active users & do not allow inactive users to send invitations
handle AstakosUser model validation error
ask acknowledgment for switching local account to shibboleth one
support shibboleth with invitations & enable modifyuser command to remove a user group
Refs: #2167
add support for groups
change authentication methods: progress I
createuser command: validate email