History | View | Annotate | Download (28.8 kB)
Check if group member is already approved during approve procedure.
Add maximun participants number reached message.
Fixes
Back up file
Fix user activation
Fix signup
Fix quota in case of unlimited
Merged demo
View and management commands for adding/removing user resource quota
Refs: #2793
Set obsolete user and group limit field nullable
Merge branch '0.6.4' into dev
Conflicts: snf-astakos-app/astakos/im/forms.py snf-astakos-app/astakos/im/settings.py snf-astakos-app/astakos/im/views.py
Display resource limit details
Reduce database interaction in group_detail
Add group_detail members table pagination
Bug fixes for pagination and select
Change resource representation
Change rename and change quota limit field to bigint
Merge branch 'dev' of https://code.grnet.gr/git/astakos into dev
Register resources in quota holder
Style changes in group_edit and show_all_groups
Fix code formatting to conform to the PEP 8 style guide
Add group homepage field
AstakosUser signed_terms property instead of function
fix group enable
Progress VIII
remove unused imports & code refinement
set default group in newly created users
send admin notification upon group creation
Progress VII
fix migration 0017: set date_joined when setting default group
Progress VI
Progress V
if moderation is not enabled approve immediately user membership
Progress IV
Progress III
Progress II
fix astakosgroup creation form
Progress I
remove unique constrain from AdditionalEmail
add (third_party_identifier, provider) index on AstakosUser
register email returned by shibboleth (either as a primary or additional email)
Refs: #2416
Log main astakos functions
Refs: #2448
Register the date a user activation email sent and reset it when the user becomes active (for future use)
Provide an API call for the service clients to send user feedback
associate a superuser created with an AstakosUser
clear date_signed_terms field if there are updated approval terms for user to sign.
Provide email change mechanism
Refs: #2363
remove is_accepted & date_accepted Invitation fields (substituted by consumed & date_consumed reps.)
shibboleth signup form throughs validation error in case of an inactive account with conflicting email
remove has_signed_terms utility, introduce AstakosUser signed_terms function instead
ask acknowledgment for switching local account to shibboleth one
Merge branch 'master' of https://code.grnet.gr/git/astakos into 0.5
Conflicts: snf-astakos-app/astakos/im/models.py snf-astakos-app/astakos/im/views.py
add support for groups
Safe imports
include required queue imports only if QUEUE_CONNECTION is set
change authentication methods: progress I
bug fixing
Refs: #1824
missing import
Force user to accept service terms
Refs: #2019
change exchange
merge with master: fix conflicts
add creditevent listener to set user ``has_credits`` flag and pass the information to ``authenticate`` response
merge with master
integration with aquarium: Progress III & merge master
integration with aquarium: Progress II
integration with aquarium progress I
Repo refactor and webproject hooks fixes